html,
body {
  -webkit-tap-highlight-color: transparent;
}
.bgImage {
  background-image: url("/assets/images/cover_1.jpg") !important;
  background-size: cover;
  padding-bottom: 35px;
}
.card {
  background-color: #fff;
  padding: 20px 65px;
  width: 500px;
  border-radius: 12px;
  font-size: 18px;
}
.icon {
  height: 36px;
  width: 36px;
}
.center {
  text-align: center;
}
.loginButtons {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .loginButtons {
    height: 30px !important;
    font-size: 12px !important;
  }
}
.termsPolicyText {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
.signinBtn {
  top: 75px;
  left: 15px;
  color: #fff !important;
  padding: 10px 35px !important;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.25s;
  border: 0;
  height: max-content;
  border-radius: 5px;
}
.signinBtn:hover,
.signinBtn:active,
.signinBtn:focus {
  background: rgba(0, 0, 0, 0.8);
}
.signinForm {
  background-color: #fff;
  width: 100%;
  padding: 50px 25px 15px;
  border-radius: 10px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
@media (max-width: 500px) {
  .signinForm {
    padding: 40px 25px 15px;
  }
}
.HeadersignInBtn {
  width: auto !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 5px !important;
}
.HeadersignInBtn:hover {
  box-shadow: 0px 0px 2px 3px #ecc1c1;
}
@media (max-width: 1024px) {
  .HeadersignInBtn {
    padding: 0px 15px !important;
    height: 40px;
  }
}
.container {
  background-color: #fff;
}
.recoverPassText {
  color: #d5232f;
  font-size: 12px !important;
}
.fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fb:hover,
.fb:active,
.fb:focus {
  background-color: #213d7a;
  border-color: #213d7a;
}
.secondaryColor {
  color: #d5232f;
}
@media (max-width: 500px) {
  .secondaryColor {
    font-size: 12px !important;
  }
}
.policyTextContainer {
  margin-top: 5px;
}
.signupDiv {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.genderButton {
  cursor: pointer;
  margin-right: 10px;
}
.rowLayoutVideo {
  padding: 30px 0px 90px;
  background-color: #f9f9f9;
}
@media (max-width: 766px) {
  .rowLayoutVideo {
    padding: 0px 10px;
  }
}
@media (max-width: 500px) {
  .rowLayoutVideo {
    padding: 10px;
    padding-bottom: 60px;
  }
}
.headerTitle {
  margin: 0 !important;
  padding: 0px 10px;
}
@media (max-width: 500px) {
  .headerTitle {
    padding: 0px 5px;
  }
}
.mainLayout {
  justify-content: center;
  box-shadow: 3px 0 40px 11px rgba(170, 170, 170, 0.5);
  margin: 0px auto;
  padding: 0px auto;
}
.headerRow {
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  width: 100% !important;
  padding: 20px 0px;
}
.headerRow .ant-modal {
  width: fit-content !important;
  padding: 0px !important;
}
@media (max-width: 500px) {
  .headerRow .ant-modal {
    width: 100% !important;
  }
}
.headerRow .ant-modal-body {
  padding: 0px !important;
}
@media (max-width: 764px) {
  .headerRow {
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .headerRow {
    padding: 10px;
  }
}
.iconCol {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iconText {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.heartIcon {
  color: #d5232f !important;
  font-size: 42px !important;
}
@media (max-width: 500px) {
  .heartIcon {
    font-size: 25px !important;
  }
}
.headerRowMain {
  background-color: #f9f9f9;
}
.memberRowMain {
  background-color: #f9f9f9;
}
@media (max-width: 820px) {
  .memberRowMain {
    margin: auto;
    display: block;
  }
}
.signupFooterRowBgImg {
  background-image: url(https://truebrides.com/assets/images/couple-collage-photos.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
}
.newfooterRow {
  padding: 80px 0 20px;
  background-color: #f9f9f9;
}
@media (max-width: 766px) {
  .newfooterRow {
    padding: 40px 0px 0px;
  }
}
@media (max-width: 500px) {
  .newfooterRow {
    padding: 40px 0px 0px;
  }
}
.glassEffectSpan {
  width: 100%;
  height: 100%;
  background: #e8d9d7;
  position: absolute;
  opacity: 0.7;
}
.iconMenu {
  position: absolute !important;
  align-items: center !important;
  display: flex !important;
  font-size: 12px !important;
  border-radius: 5px !important;
  right: -30px;
}
@media (max-width: 500px) {
  .iconMenu {
    right: 0px;
  }
}
.menuSignInCol {
  align-items: flex-end;
  text-align: end;
}
@media (max-width: 1024px) {
  .menuSignInCol {
    align-items: center;
    display: flex;
  }
}
.rowBGColor {
  background-color: #fff;
}
@media (max-width: 500px) {
  .rowBGColor {
    padding: 10px 0px;
  }
}
.haveAnAcoountText {
  padding: 0px 20px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .haveAnAcoountText {
    padding: 0px 10px;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .signFormItem {
    align-items: baseline !important;
  }
}
@media (max-width: 500px) {
  .signFormItem .ant-input {
    height: 30px !important;
    font-size: 12px !important;
  }
}
.signFormItem .ant-input-affix-wrapper {
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 500px) {
  .signFormItem .ant-form-item-explain {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .flex_grow_class .ant-form-item-label {
    flex: 0 0 25% !important;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .flex_grow_class .ant-form-item-control {
    display: contents !important;
    flex: 0 0 20% !important;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .signFormItemPass .ant-input {
    font-size: 12px !important;
  }
}
@media (max-width: 500px) {
  .signFormItemPass .ant-input-affix-wrapper {
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
  }
}
@media (max-width: 500px) {
  .signFormItemPass .ant-form-item-explain {
    font-size: 12px !important;
  }
}
.class_modal_sign .ant-modal-content {
  border-radius: 10px !important;
}
@media (max-width: 500px) {
  .class_modal_sign .ant-modal-content {
    top: -55px !important;
  }
}
.checkBoxClickItem {
  margin-bottom: 5px !important;
}
.ant-input,
.ant-input-affix-wrapper {
  border-radius: 5px;
}
.ant-popover-arrow {
  display: none;
}
.ant-popover-inner,
.ant-popover-inner-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  border-radius: 5px;
}
.ant-modal-body {
  padding: 0px !important;
}
.ant-btn-text:hover,
.ant-btn-text:active,
.ant-btn-text:focus {
  background-color: transparent !important;
}
.cookiesRow {
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  width: 100%;
  flex-flow: nowrap;
  align-items: normal;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .cookiesRow {
    align-items: normal;
    flex-flow: nowrap;
  }
}
.recoverPassText {
  color: #ff230c;
  font-size: 12px !important;
}
.signupDiv {
  color: #ff230c;
}

body {
  background-color: #f9f9f9 !important;
}
.verify_mainBody {
  background-color: #f9f9f9;
}
.verify_container {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 50px 45px;
}
@media (max-width: 575px) {
  .verify_container {
    padding: 20px 25px;
  }
}
@media (max-width: 425px) {
  .verify_container {
    padding: 20px 13px;
  }
}
.verify_noticeText {
  font-size: 18px;
  margin: 8px auto;
}
@media (max-width: 575px) {
  .verify_noticeText {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .verify_noticeText {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .verify_noticeTitle {
    font-size: 20px !important;
  }
}
.confirmEmailLogo {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
  font-size: 60px;
}
.errorLogo {
  font-size: 60px;
  margin-bottom: 20px;
}
.spinner {
  margin-bottom: 16px;
}
.resendBtn {
  border-radius: 5px;
  margin-top: 16px;
}
a {
  display: contents;
}
.verify_modal_class .ant-modal-content {
  border-radius: 10px !important;
}

.aboutyoumodalrow {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  align-items: center;
}
.aboutyoumodalrow .ant-input {
  width: 100% !important;
}
@media (max-width: 425px) {
  .aboutyoumodalrow {
    padding: 0px 15px;
  }
}
.aboutyouModalCol {
  width: 100% !important;
}
.formItemBtnNext {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}
.formItemBtnNext .ant-form-item-control-input-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 425px) {
  .formItemBtnNext {
    margin-bottom: 10px !important;
  }
}
#interestingAboutMe {
  width: 100% !important;
}
#idealPartner {
  width: 100% !important;
  margin: 0px 50px !important;
}
@media (max-width: 425px) {
  #idealPartner {
    margin: 0px 0px !important;
  }
}
.aboutyouText {
  font-size: 36px;
  font-weight: 400;
  line-height: 140px;
  display: block;
  margin-bottom: 0;
  color: #222;
  text-align: center;
}
@media (max-width: 425px) {
  .aboutyouText {
    font-size: 20px !important;
    line-height: 60px !important;
    padding: 0px 0px !important;
  }
}
@media (max-width: 320px) {
  .aboutyouText {
    font-size: 17px !important;
    padding: 0px 0px !important;
  }
}
.formItemName {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  width: 100% !important;
  display: flex;
  align-items: flex-start;
}
.formItemName .ant-select:not(.ant-select-customize-input) .ant-select-selector,
.formItemName .ant-picker {
  justify-content: center;
  width: 100% !important;
  font-weight: normal !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  height: 40px !important;
}
@media (max-width: 425px) {
  .formItemName .ant-select:not(.ant-select-customize-input) .ant-select-selector,
  .formItemName .ant-picker {
    height: 30px !important;
    font-size: 12px !important;
  }
}
.formItemName .ant-select-selection-search-input {
  height: 100% !important;
}
.formItemName .ant-form-item-label {
  white-space: none !important;
}
.formItemName .ant-form-item-label > label {
  height: 40px !important;
}
.modalBtnNext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px !important;
  border-radius: 5px !important;
}
@media (max-width: 425px) {
  .modalBtnNext {
    margin-top: 10px !important;
    height: 30px !important;
    font-size: 12px !important;
    width: 90px !important;
  }
}
.aboutYouModalInput {
  height: 40px;
}
@media (max-width: 425px) {
  .aboutYouModalInput {
    height: 30px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .aboutYouModalInput .ant-picker-input > input {
    font-size: 12px !important;
  }
}
.EGclass {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 425px) {
  .EGclass {
    font-size: 12px !important;
  }
}
@media (max-width: 320px) {
  .EGclass {
    font-size: 10px !important;
  }
}
.detailTextAboutYou {
  font-size: 20px;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
}
@media (max-width: 425px) {
  .detailTextAboutYou {
    font-size: 12px !important;
  }
}
@media (max-width: 320px) {
  .detailTextAboutYou {
    font-size: 11px !important;
  }
}
.footerBtnGrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
}
.flexDynamicContainer {
  width: 800px !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}
@media (max-width: 824px) {
  .flexDynamicContainer {
    width: 750px !important;
  }
}
@media (max-width: 768px) {
  .flexDynamicContainer {
    width: 100% !important;
  }
}
.footerBtnGrp2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 425px) {
  .footerBtnGrp2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.idealPartner {
  width: 100% !important;
}
@media (max-width: 425px) {
  .idealPartner {
    width: 100% !important;
    font-size: 12px !important;
  }
}
.imgUploader {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  cursor: pointer;
}
.imgUploader:hover {
  background-color: #f2f2f2;
}
.imgUploader:hover .uploadPhotoBtn {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.uploadPhotoBtnImg {
  width: 220px;
  height: 220px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  object-fit: cover;
  object-position: center;
}
.uploadPhotoBtnImg1 {
  padding: 30px 30px 0 30px;
  width: 220px;
  height: 220px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.uploadPhotoBtnText {
  position: absolute;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  border: none;
}
.mainContainer {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content !important;
  width: 100% !important;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 425px) {
  .mainContainer {
    width: 100% !important;
    height: 100% !important;
  }
}
.aboutYouModalClass {
  padding-bottom: 0px !important;
  display: table !important;
}
@media (max-width: 768px) {
  .aboutYouModalClass .ant-modal {
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .aboutYouModalClass .ant-modal {
    width: 100% !important;
  }
}
.aboutYouModalClass .ant-modal-content {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  border-radius: 10px !important;
  overflow: hidden;
}
@media (max-width: 425px) {
  .aboutYouModalClass .ant-modal-content {
    top: -55px !important;
    height: 100% !important;
  }
}
.aboutYouModalClass .ant-modal-body {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100% !important;
  background: transparent !important;
  background-image: url(/assets/images/modal_background.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-color: #222;
  padding: 0px !important;
}
@media (max-width: 425px) {
  .aboutYouModalClass .ant-modal-body {
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .aboutYouModalClass {
    width: 100% !important;
    display: flex !important;
  }
}
@media (max-width: 425px) {
  .aboutYouModalClass {
    top: 50px;
    width: 100% !important;
  }
}
.aboutTextAreaRow {
  margin: 0px 50px !important;
}
@media (max-width: 1440px) {
  .aboutTextAreaRow {
    margin: 0px 0px !important;
  }
}
@media (max-width: 1024px) {
  .aboutTextAreaRow {
    margin: 0px 0px !important;
  }
}
.aboutTextAreaRow .ant-input {
  width: 100% !important;
  height: 150px !important;
}
@media (max-width: 1440px) {
  .aboutTextAreaRow {
    margin: 0px 0px;
  }
}
@media (max-width: 425px) {
  .aboutTextAreaRow {
    margin: 0px 0px !important;
  }
}
.aboutTextArea {
  margin: 0px !important;
}
.subHeadTextContainer {
  display: flex;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .subHeadTextContainer {
    padding: 0px 0px;
  }
}
@media (max-width: 768px) {
  #AboutForm {
    padding: 0px 80px !important;
  }
}
@media (max-width: 425px) {
  #AboutForm {
    padding: 0px 5px !important;
  }
}
.stepsCricleContainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0px 50px 0px;
}
@media (max-width: 425px) {
  .stepsCricleContainer {
    margin: 10px 0px 15px 0px;
  }
}
.interestRow {
  padding: 0 10px;
  padding-bottom: 40px;
  font-size: 16px;
  width: 90%;
}
.interestRow-active {
  color: #fff !important;
}
@media (max-width: 425px) {
  .interestRow {
    width: 100%;
  }
}
.interestsItem {
  padding: 5px 10px;
  margin: 4px;
  cursor: pointer;
  width: fit-content;
  border-radius: 20px;
}
.interestsItem:hover {
  background-color: #fff;
}
.interestsItem-active,
.interestsItem-active:hover {
  background-color: #d5232f;
}
.interestsItem-active i,
.interestsItem-active:hover i {
  color: #fff;
}
@media (max-width: 425px) {
  .interestsItem {
    padding: 5px 10px;
    margin: 4px 7px;
    font-size: 13px !important;
  }
}
.ant-input {
  background-color: #fff !important;
  border-radius: 5px;
}

.privacy_title_text {
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 480px) {
  .privacy_title_text {
    font-size: 14px;
  }
}
.privacy_colleft_class {
  height: fit-content;
  position: sticky;
  top: 0px;
}
.helpcenter_title_row {
  margin-bottom: 25px;
}
.privacy_modal_col {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.privacy_modal_col .ant-collapse-header {
  background-color: #f8f8f8 !important;
}
.privacy_pages_title {
  font-size: 30px;
  color: #d5232f !important;
  font-weight: 700 !important;
  line-height: 1;
}
@media (max-width: 700px) {
  .privacy_pages_title {
    font-size: 25px;
  }
}
.title_row {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 2px rgba(223, 19, 19, 0.9) !important;
}
.privacymodal_class {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.privacymodal_class .ant-modal-content {
  padding: 30px 20px !important;
  border-radius: 10px !important;
  width: 900px !important;
  background-color: #fff !important;
}
@media (max-width: 920px) {
  .privacymodal_class .ant-modal-content {
    width: 700px !important;
  }
}
@media (max-width: 700px) {
  .privacymodal_class .ant-modal-content {
    width: 600px !important;
  }
}
@media (max-width: 600px) {
  .privacymodal_class .ant-modal-content {
    width: 500px !important;
  }
}
@media (max-width: 480px) {
  .privacymodal_class .ant-modal-content {
    width: 100% !important;
    top: -75px !important;
  }
}
.privacymodal_class .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.privacymodal_class .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.privacymodal_class .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.privacymodal_class .ant-modal-body {
  padding: 10px !important;
  max-height: 100% !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  background: #fff !important;
}
@media (max-width: 615px) {
  .privacymodal_class .ant-modal-body {
    max-height: fit-content !important;
  }
}
.privacy_row_class {
  display: flex;
}
@media (max-width: 480px) {
  .privacy_row_class {
    flex-direction: column;
  }
}
.faqFooterRow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stillQue {
  font-size: 18px;
}
.faqTxt {
  font-size: 13px;
  text-align: center;
}
.iconsDiv {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  flex-direction: column;
  padding: 20px 5px;
  min-height: 125px;
}
.faqIconsRow {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.collapseClass {
  margin-bottom: 10px;
}

.fbBtn {
  cursor: pointer;
  height: 40px;
  border-radius: 5px;
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
  width: 100% !important;
  font-size: 16px;
}
.fbBtnContainer {
  width: 100%;
}

.selectBtn {
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.gImgClass {
  width: 100%;
  height: 0;
  border-radius: 10px;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #e8e8e8;
}
.gImg {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  object-fit: cover !important;
  object-position: top !important;
  transition: all 0.08s ease-in-out;
}
.gImg-selected {
  filter: brightness(50%);
}
.gImg:hover {
  filter: brightness(70%);
  box-shadow: 0px 0px 8px -20px rgba(0, 0, 0, 0.45);
}
.gImg.gImg-disabled {
  cursor: not-allowed;
  filter: brightness(55%);
}
.gImg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
  padding: 6px;
  text-align: center;
  border-radius: 10px;
  z-index: 6;
}
.selectedGImg {
  cursor: pointer;
  color: #fff !important;
  font-size: 38px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.galleryOnPhoto {
  font-size: 13px !important;
  position: absolute !important;
  z-index: 9 !important;
  right: 5px !important;
  top: 5px !important;
  color: #d5232f !important;
  border-radius: 50% !important;
  padding: 2px !important;
  cursor: pointer !important;
  transition: all 0.5s;
  background: #fff !important;
}
.galleryOnPhoto:hover {
  background-color: #d5232f !important;
  color: #fff !important;
}
.gallery_clickPopOver {
  z-index: 10 !important;
}
.gallery_clickPopOver .ant-popover {
  z-index: 10 !important;
}
.profile_clickPopOver {
  z-index: 0 !important;
  top: 80px !important;
  width: 276px !important;
}
@media (max-width: 768px) {
  .profile_clickPopOver {
    top: 55px !important;
  }
}
@media (max-width: 575px) {
  .profile_clickPopOver {
    left: 0px !important;
  }
}
@media (max-width: 425px) {
  .profile_clickPopOver {
    width: 100vw !important;
  }
}
.profile_clickPopOver .ant-popover {
  z-index: 0 !important;
}
@media (max-width: 768px) {
  .profileClickPopOver {
    width: 276px !important;
    top: 55px !important;
    right: 5px !important;
    position: fixed !important;
  }
}
@media (max-width: 575px) {
  .profileClickPopOver {
    max-width: 100% !important;
    right: 0px !important;
    width: 100% !important;
    height: fit-content !important;
    padding-bottom: 0px !important;
  }
}
.profileClickPopOver .ant-modal {
  max-width: 100% !important;
  margin: 0px auto;
}
.profileClickPopOver .ant-modal-close {
  top: 10px !important;
  right: 5px !important;
  z-index: 99 !important;
}
.profileClickPopOver .ant-modal-close-x {
  width: 20px !important;
  height: 20px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileClickPopOver .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.profileClickPopOver .ant-modal-content {
  background-color: transparent !important;
  box-shadow: none !important;
}
.profileClickPopOver .ant-modal-body {
  height: 100% !important;
}
.spinning_class .ant-spin-dot-spin {
  margin-top: calc(50% - 10px) !important;
}
.empty_class {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.galleryModal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-bottom: 0px !important;
  width: 900px !important;
  max-width: 100vw !important;
  max-height: calc(100vh - 200px);
}
.galleryModal {
  height: fit-content !important;
  border-radius: 10px !important;
}
.galleryModal .ant-modal {
  padding-bottom: 0px !important;
  padding: 0px !important;
}
.galleryModal .ant-modal-header {
  padding: 16px 8px !important;
}
@media (max-width: 425px) {
  .galleryModal .ant-modal-header {
    margin-bottom: 20px;
  }
}
.galleryModal .ant-modal-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 15px 0px 15px !important;
  margin-top: 20px;
}
.galleryModal .ant-modal-title {
  font-size: 24px !important;
}
.galleryModal .ant-modal-content {
  border-radius: 10px !important;
  padding: 0px 15px 15px 15px !important;
  align-items: flex-start !important;
  width: 100%;
}
.galleryModal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.galleryModal .ant-modal-body {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 350px);
  padding: 25px !important;
}
@media (max-width: 425px) {
  .galleryModal .ant-modal-body {
    padding: 0px !important;
    max-height: calc(100vh - 215px) !important;
  }
}
.galleryModal .ant-modal-close {
  top: 15px !important;
  right: 15px !important;
}
.galleryModal .ant-modal-close-x {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px !important;
}
.galleryModal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 575px) {
  .galleryModal {
    top: -5px !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 425px) {
  .galleryModal {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
  }
}
@media (max-width: 320px) {
  .galleryModal {
    max-width: 100% !important;
  }
}

.googleLoginBtn {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
  font-weight: 400 !important;
}
.googleLoginBtn:hover {
  box-shadow: 0px 0px 2px 3px #ecc1c1;
}
@media (max-width: 425px) {
  .googleLoginBtn {
    height: 35px !important;
    font-size: 14px !important;
  }
}
.googleBtnLogo {
  width: 25px !important;
  position: relative;
  bottom: 2px;
  margin: 0px 5px;
}
@media (max-width: 425px) {
  .googleBtnLogo {
    width: 20px !important;
  }
}
.signInGText {
  padding-left: 10px;
}

.class_div {
  display: flex;
  flex-direction: column;
}
.pages_title {
  font-size: 30px;
  color: #d5232f !important;
}
.static_pages_modal {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
}
.static_pages_modal .ant-modal {
  padding: 0px !important;
}
@media (max-width: 425px) {
  .static_pages_modal .ant-modal {
    width: 100% !important;
  }
}
.static_pages_modal .ant-modal-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  align-items: flex-start !important;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .static_pages_modal .ant-modal-content {
    width: auto !important;
  }
}
.static_pages_modal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.static_pages_modal .ant-modal-body {
  padding: 0px !important;
  overflow: hidden;
  width: 500px !important;
}
@media (max-width: 768px) {
  .static_pages_modal .ant-modal-body {
    width: calc(100vw - 40px) !important;
  }
}
@media (max-width: 575px) {
  .static_pages_modal .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
@media (max-width: 425px) {
  .static_pages_modal .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
.static_pages_modal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.static_pages_modal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.static_pages_modal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 425px) {
  .static_pages_modal {
    top: -5px !important;
    width: 100% !important;
    height: 100% !important;
  }
}

.cropperModal .ant-modal {
  width: max-content;
}
.croperDiv {
  height: 100%;
  width: 100%;
  position: relative;
  height: 550px;
}

.opendImg {
  height: 100%;
  width: 100%;
}
.imageViewerModal {
  user-select: none;
  height: calc(100vh - 200px);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px !important;
}
.imageViewerModal .ant-modal-body {
  padding: 0px !important;
  max-height: 100%;
}
.imageViewerModal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.imageViewerModal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.imageViewerModal .ant-modal-close-x:hover {
  background-color: #de343f !important;
}
.arrowIcons {
  color: #d5232f;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
}
.leftABtn {
  position: absolute !important;
  top: 45% !important;
  left: 5%;
  z-index: 2;
}
.leftABtn:hover > .leftArrowBtn,
.leftABtn:active > .leftArrowBtn,
.leftABtn:focus > .leftArrowBtn {
  color: #a91c25;
}
.righAtBtn {
  position: absolute !important;
  top: 45% !important;
  right: 5%;
  z-index: 2;
}
.righAtBtn:hover > .leftArrowBtn,
.righAtBtn:active > .leftArrowBtn,
.righAtBtn:focus > .leftArrowBtn {
  color: #a91c25;
}

.deleteall_btn {
  padding: 0px 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .deleteall_btn {
    margin-top: 10px;
  }
}
.delete_noti_row {
  position: fixed;
  width: inherit;
  z-index: 15;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 768px) {
  .delete_noti_row {
    width: 100%;
    position: absolute;
  }
}
.space_div_class {
  flex-direction: column;
  position: relative;
  max-height: 500px !important;
  overflow: auto;
  background: #fff;
  overflow-x: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hContainer {
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 1024px) {
  .hContainer {
    justify-content: center !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .hContainer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.heartIcon {
  color: #d5232f !important;
  font-size: 42px !important;
  cursor: pointer;
}
@media (max-width: 480px) {
  .heartIcon {
    font-size: 25px !important;
  }
}
.heartAvatar {
  color: #d5232f !important;
  font-size: 26px !important;
}
.brandLogo {
  height: 67px;
}
.logoText {
  margin: 0px !important;
  font-size: 32px;
  font-weight: bold;
  color: #4e4e4e;
  justify-content: flex-start !important;
  align-items: center !important;
  display: flex !important;
}
.colStyle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.justifyStart {
  justify-content: flex-start;
}
.justifyEnd {
  justify-content: flex-end;
}
.headerMenu {
  height: 87px !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0px !important;
  padding: 0px !important;
  top: 0px !important;
}
@media (max-width: 768px) {
  .headerMenu {
    height: 64px !important;
  }
}
@media (max-width: 575px) {
  .headerMenu {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .headerMenu {
    position: absolute !important;
    top: 0px !important;
  }
}
.headerMenu .ant-menu-item {
  top: 0px !important;
  border: 0px !important;
  margin: 0px !important;
  margin-right: 0px !important;
  display: flex !important;
  align-self: stretch;
  align-items: center !important;
}
.headerMenu .ant-menu-item-only-child {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.headerMenu .ant-menu-item-active,
.headerMenu .ant-menu-item-selected {
  color: #d5232f !important;
}
.headerMenu .ant-menu-item-active svg,
.headerMenu .ant-menu-item-selected svg {
  color: #d5232f;
}
.badgeCountClass .ant-scroll-number-only {
  height: auto !important;
}
.badgeCountClass p.ant-scroll-number-only-unit {
  height: auto !important;
}
.menusTextContainer {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0px 32px !important;
}
@media (max-width: 991px) {
  .menusTextContainer {
    padding: 0px 16px !important;
  }
}
@media (max-width: 575px) {
  .menusTextContainer {
    padding: 0px 8px !important;
  }
}
.menusTextContainer:hover span,
.menusTextContainer-active span {
  color: #d5232f;
}
.navBarBtnContainer {
  padding: 0px 16px;
}
.navbarBtn {
  border-radius: 5px !important;
  font-weight: 500 !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  height: 37px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .navbarBtn {
    height: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.credit_btn {
  border-radius: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: 25px !important;
  width: fit-content !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
}
@media (max-width: 575px) {
  .credit_btn {
    line-height: 2px !important;
  }
}
.menuIconContainer {
  height: 100%;
  padding: 0px 5px;
  display: flex !important;
  align-items: center !important;
  position: relative;
  top: 0 !important;
  cursor: pointer;
}
.notiIconContainer {
  height: 100%;
  padding: 0px 5px;
  display: flex !important;
  align-items: center !important;
  position: relative;
  top: 0 !important;
  cursor: pointer;
  padding-left: 1rem;
}
.notiIconContainer:hover svg,
.notiIconContainer-active svg {
  fill: #d5232f;
}
.menuIcon {
  font-size: 24px !important;
  margin-left: 32px !important;
  margin-right: 32px !important;
  color: #4e4e4e;
}
@media (max-width: 480px) {
  .menuIcon {
    margin-left: 5px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .profileMenuAffix {
    top: 70px !important;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .profileMenuAffix {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .profileMenuAffix .ant-affix {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.notiColClass {
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .notiColClass {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.notificationMenuAffix {
  position: fixed !important;
  top: 90px !important;
  margin-left: -276px !important;
}
@media (max-width: 770px) {
  .notificationMenuAffix {
    top: 0px !important;
    position: relative !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 575px) {
  .notificationMenuAffix {
    position: sticky !important;
    margin-left: 0px !important;
    width: 100% !important;
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 768px) {
  .notificationMenuAffix .ant-affix {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.chat_pop_class {
  z-index: 0 !important;
  top: 80px !important;
  width: 500px !important;
}
@media (max-width: 768px) {
  .chat_pop_class {
    top: 50px !important;
    width: 100% !important;
    position: relative !important;
    left: 0px !important;
  }
}
@media (max-width: 480px) {
  .chat_pop_class {
    width: 100% !important;
    left: 0px !important;
  }
}
.chat_pop_class .ant-popover {
  z-index: 0 !important;
}
.chat_pop_class .ant-popover-content {
  width: 100% !important;
}
@media (max-width: 768px) {
  .chatMobileClass {
    top: 65px !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    left: 0px !important;
    margin: 0px auto !important;
  }
}
@media (max-width: 480px) {
  .chatMobileClass {
    width: 100% !important;
    left: 0px !important;
  }
}
.chatMobileClass .ant-modal {
  max-width: 100% !important;
  margin: 0px auto !important;
}
.chatMobileClass .ant-popover {
  z-index: 0 !important;
}
.chatMobileClass .ant-modal-close {
  top: 10px !important;
  right: 5px !important;
  z-index: 99 !important;
}
.chatMobileClass .ant-modal-close-x {
  width: 20px !important;
  height: 20px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatMobileClass .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.chatMobileClass .ant-modal-content {
  background-color: transparent !important;
  box-shadow: none !important;
}
.chatMobileClass .ant-popover-content {
  width: 100% !important;
  max-height: calc(100vh - 180px) !important;
  background-color: transparent !important;
}
.chatMobileClass .ant-modal-body {
  height: 100% !important;
}
.chatModalClass {
  top: 80px !important;
}
@media (max-width: 768px) {
  .chatModalClass {
    position: fixed !important;
    z-index: 0 !important;
    top: 55px !important;
  }
}
@media (max-width: 768px) and (max-width: 575px) {
  .chatModalClass {
    width: 100% !important;
  }
}
.chatModalClass .ant-popover {
  z-index: 0 !important;
}
.chatModalClass .ant-popover-content {
  width: 100% !important;
}
.profileMenuContainer {
  background-color: #fff;
  width: 276px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575px) {
  .profileMenuContainer {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .profileColMb {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.notiMenuContainer {
  background-color: #fff;
  width: 286px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .notiMenuContainer {
    margin-left: 0px;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.menuSeperator {
  margin: 0px !important;
  padding: 0px !important;
}
.profileNameContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .profileNameContainer {
    display: none;
  }
}
.profileBtnName {
  font-size: 14px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  margin: 0px 10px !important;
  max-width: 200px !important;
}
@media (max-width: 830px) {
  .profileBtnName {
    max-width: fit-content !important;
  }
}
@media (max-width: 1100px) {
  .profileBtnName {
    max-width: 130px !important;
  }
}
@media (max-width: 768px) {
  .profileBtnName {
    font-size: 11px !important;
    line-height: 17px !important;
  }
}
.creditsText {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  margin: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .creditsText {
    font-size: 11px;
    line-height: 17px;
  }
}
.diamonSVG {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.linkBtns {
  transition: color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.linkBtns:hover,
.linkBtns:active {
  color: #d5232f !important;
  background-color: transparent !important;
}
.linkBtnsActive {
  color: #d5232f !important;
}
.linkBtnsActive:hover,
.linkBtnsActive:active {
  color: #d5232f !important;
  background-color: transparent !important;
}
.iconBtns,
.iconBtns:hover,
.iconBtns:active {
  color: #4e4e4e !important;
  font-size: 24px !important;
  margin: 0px !important;
}
.headerTitlePeoplePage {
  cursor: pointer;
  font-size: 32px;
  font-weight: bold;
  color: #4e4e4e;
  margin: 0px 5px;
}
@media (max-width: 768px) {
  .headerTitlePeoplePage {
    font-size: 30px;
  }
}
.notificationItem {
  padding: 5px 12px;
  display: flex;
  position: relative;
  flex-direction: row !important;
}
.notificationItem:hover {
  background-color: #f9eaea;
}
.notificationItem:hover .notiRemoveBtn {
  display: block;
}
.notificationItem-unread {
  background-color: #f0f0f0;
}
.notificationItem .notiRemoveBtn {
  cursor: pointer;
  display: none;
  color: #d5232f;
  font-size: 16px;
  position: absolute;
  top: 40px;
  right: 4px;
  z-index: 10;
  padding: 2px 6px;
}
@media (max-width: 768px) {
  .notificationItem .notiRemoveBtn {
    display: block;
  }
}
@media (max-width: 480px) {
  .title_body_class {
    display: flex;
    flex-direction: column;
  }
}
.m-0 {
  margin-bottom: 0px !important;
  line-height: 1.2rem;
}
.ant-space-item,
.ant-space-item-split {
  margin: 0px !important;
}
.ant-popover-arrow {
  display: none !important;
}
.ant-popover-inner,
.ant-popover-inner-content {
  padding: 0px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px !important;
}
.affix {
  top: 10px;
}
.ant-menu-overflowed-submenu {
  display: none !important;
}
.ant-scroll-number-only {
  color: white !important;
}
.recoverPassText {
  color: #ff230c;
  font-size: 12px !important;
}
.signupDiv {
  color: #ff230c;
}
.secondaryColor {
  color: #ff230c;
}

.header_head_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.memRow {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .memRow {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 425px) {
  .memRow {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.arrowbtn {
  position: absolute !important;
  top: 30% !important;
  z-index: 2;
}
.leftBtn {
  left: -10% !important;
}
@media (max-width: 768px) {
  .leftBtn {
    left: -20% !important;
  }
}
@media (max-width: 575px) {
  .leftBtn {
    left: -20% !important;
  }
}
.leftBtn:hover > .leftArrowBtn,
.leftBtn:active > .leftArrowBtn,
.leftBtn:focus > .leftArrowBtn {
  color: #a91c25;
}
.rightBtn {
  right: -10% !important;
}
@media (max-width: 768px) {
  .rightBtn {
    right: -20% !important;
  }
}
@media (max-width: 575px) {
  .rightBtn {
    right: -20% !important;
  }
}
.rightBtn:hover > .rightArrowBtn,
.rightBtn:active > .rightArrowBtn,
.rightBtn:focus > .rightArrowBtn {
  color: #a91c25;
}
.leftArrowBtnIcon {
  color: #d5232f;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
}
.rightArrowBtnIcon {
  color: #d5232f;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
}
.memberCard {
  cursor: pointer;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
@media (max-width: 768px) {
  .memberCard {
    padding: 20px;
  }
}
.memberCardImg {
  height: 190px !important;
  width: 100% !important;
  border-radius: 15px !important;
  object-fit: cover !important;
  object-position: top !important;
  margin-bottom: 10px !important;
  background-color: #eedddd !important;
}
.cardSkeleton {
  height: 200px !important;
  width: 100% !important;
  border-radius: 15px !important;
}
.mainDiv {
  background-color: #f9f9f9;
  position: relative;
}
.memberClass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 20px;
  overflow: hidden;
}
.memberName {
  padding: 0px !important;
  margin: 0px !important;
  text-align: center;
  font-size: 24px !important;
  font-weight: 500;
  display: inline-flex;
  max-width: 100%;
  flex-wrap: nowrap;
}
.memberName > txt {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .memberName {
    font-size: 20px !important;
  }
}
@media (max-width: 425px) {
  .memberName {
    font-size: 16px !important;
  }
}
.memberLocation {
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .memberLocation {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .memberLocation {
    font-size: 12px !important;
  }
}
.slick-track {
  transition-duration: 1s !important;
}
.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.alice-carousel .animated-out {
  z-index: 1;
}
.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}
.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}
.alice-carousel__stage-item * {
  line-height: initial;
}
.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}
.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}
.alice-carousel__prev-btn {
  text-align: right;
}
.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
  font-size: 50px;
}
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}
.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}
.alice-carousel__play-btn:hover {
  cursor: pointer;
}
.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.alice-carousel__play-btn-item::before,
.alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}
.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}
.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}
.alice-carousel__play-btn-item.__pause::before,
.alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}
.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}
.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.alice-carousel__dots > li {
  display: inline-block;
}
.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ccc;
}
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}
.alice-carousel__dots-item:not(.__custom):hover,
.alice-carousel__dots-item:not(.__custom).__active {
  background-color: #d5232f;
}
.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #d5232f;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}
.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}

.contact_title {
  font-size: 30px;
  color: #d5232f !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.contact_submit_btn {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
}
@media (max-width: 425px) {
  .contact_submit_btn {
    height: 30px !important;
    font-size: 12px !important;
  }
}
.submit_item {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}
.submit_item .ant-form-item-control-input-content {
  display: flex !important;
  justify-content: center !important;
}
.footer_static_pages_modal {
  width: 50% !important;
}
@media (max-width: 1370px) {
  .footer_static_pages_modal {
    width: 75% !important;
  }
}
@media (max-width: 840px) {
  .footer_static_pages_modal {
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  .footer_static_pages_modal {
    width: 100% !important;
  }
}
.footer_static_pages_modal .ant-modal-content {
  padding: 30px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  border-radius: 10px !important;
  height: fit-content !important;
  align-items: flex-start !important;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .footer_static_pages_modal .ant-modal-content {
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .footer_static_pages_modal .ant-modal-content {
    top: -75px !important;
  }
}
.footer_static_pages_modal .ant-modal-body {
  width: 100% !important;
}
.footer_static_pages_modal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.footer_static_pages_modal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.footer_static_pages_modal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_static_pages_modal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.footerMainRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.text_pages {
  text-align: justify;
}
.footerCol1 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 766px) {
  .footerCol1 {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .footerCol1 {
    display: flex;
    align-items: center;
    padding: 0px 20px;
  }
}
.footerText {
  padding-bottom: 10px !important;
  margin: 0 !important;
}
@media (max-width: 1440px) {
  .footerText {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .footerText {
    font-size: 20px !important;
  }
}
@media (max-width: 766px) {
  .footerText {
    text-align: center;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 425px) {
  .footerText {
    padding-bottom: 0px !important;
    font-size: 18px !important;
  }
}
.dreamtextFooter {
  font-size: 16px !important;
  margin: 10px 0px !important;
  color: #232323 !important;
}
@media (max-width: 1440px) {
  .dreamtextFooter {
    font-size: 14px !important;
    margin: 10px 0px !important;
  }
}
@media (max-width: 1400px) {
  .dreamtextFooter {
    font-size: 13px !important;
    margin: 7px 0px !important;
  }
}
@media (max-width: 1024px) {
  .dreamtextFooter {
    font-size: 12px !important;
    margin: 13px 0px !important;
  }
}
@media (max-width: 768px) {
  .dreamtextFooter {
    font-size: 12px !important;
    margin: 7px 0px !important;
  }
}
@media (max-width: 766px) {
  .dreamtextFooter {
    text-align: center;
    font-size: 11px !important;
    padding: 0px 10px;
  }
}
@media (max-width: 425px) {
  .dreamtextFooter {
    text-align: center;
    font-size: 10px !important;
  }
}
.footerContactBtn {
  width: fit-content !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: 1px solid !important;
}
.footerContactBtn:focus {
  color: black !important;
}
.footerContactBtn:hover {
  box-shadow: 0px 0px 3px 2px #e9aeae;
}
@media (max-width: 1024px) {
  .footerContactBtn {
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .footerContactBtn {
    margin-top: 5px !important;
    height: 35px !important;
    font-size: 14px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 425px) {
  .footerContactBtn {
    margin-top: 5px !important;
    height: 30px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.btnSpanFlex {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.footerRowRight {
  display: flex;
  align-items: flex-start;
}
.colLinkClass {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 766px) {
  .colLinkClass {
    justify-content: center;
    padding-top: 40px;
  }
}
@media (max-width: 425px) {
  .colLinkClass {
    padding-top: 0px;
  }
}
.rowFooterSpaveBtween {
  width: 70%;
}
@media (max-width: 425px) {
  .rowFooterSpaveBtween {
    padding: 20px 20px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.titleLink {
  padding-bottom: 15px !important;
  margin: 0px !important;
}
@media (max-width: 768px) {
  .titleLink {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .titleLink {
    font-size: 14px !important;
  }
}
.btnlink {
  padding: 0px !important;
  color: #222 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 2px !important;
  line-height: 1px !important;
}
.btnlink:hover {
  text-decoration: underline !important;
}
.newFootercopyrightText {
  padding: 50px 0px !important;
  color: #232323;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .newFootercopyrightText {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .newFootercopyrightText {
    font-size: 11px !important;
    padding: 25px 0px !important;
  }
}
.cookieFalseClass {
  padding: 50px 0px !important;
  color: #232323;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 866px) {
  .cookieFalseClass {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cookieFalseClass {
    margin-bottom: 60px;
  }
}
@media (max-width: 490px) {
  .cookieFalseClass {
    margin-bottom: 100px;
  }
}
@media (max-width: 395px) {
  .cookieFalseClass {
    margin-bottom: 120px;
  }
}
@media (max-width: 350px) {
  .cookieFalseClass {
    margin-bottom: 140px;
  }
}
.marginLeft {
  margin-left: 25px !important;
}
@media (max-width: 425px) {
  .marginLeft {
    margin-left: 10px !important;
  }
}
.linkUnderLineHover {
  padding: 10px 0px !important;
}
.linkUnderLineHover:hover {
  text-decoration: underline !important;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .linkUnderLineHover {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .linkUnderLineHover {
    font-size: 11px !important;
  }
}
.footerAddClass {
  font-size: 13px;
}
@media (max-width: 425px) {
  .footerAddClass {
    font-size: 12px;
  }
}
.footerRowClass {
  padding: 20px;
}
@media (max-width: 425px) {
  .footerRowClass {
    flex-direction: column;
  }
}
.footerCardClass {
  width: 70px;
}
@media (max-width: 425px) {
  .footerCardClass {
    width: 50px;
  }
}

.NewfeaturedRowClass {
  padding: 50px 0px;
}
@media (max-width: 425px) {
  .NewfeaturedRowClass {
    padding: 10px;
  }
}
.NewfeaturedMapRow {
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.servicesImgSpanClass {
  background-color: #eedddd;
  padding: 35px !important;
  border-radius: 50%;
  color: #eedddd;
  display: flex;
  justify-content: center;
  transition-duration: 0.5s;
}
.servicesImgSpanClass:hover {
  box-shadow: 0px 0px 10px 4px #e9aeae;
}
@media (max-width: 768px) {
  .servicesImgSpanClass {
    padding: 20px !important;
    max-height: 90px !important;
  }
}
@media (max-width: 425px) {
  .servicesImgSpanClass {
    padding: 15px !important;
    max-height: 70px !important;
  }
}
.servicesImgClass {
  width: 70px;
  max-height: 70px !important;
}
@media (max-width: 768px) {
  .servicesImgClass {
    width: 50px;
  }
}
@media (max-width: 425px) {
  .servicesImgClass {
    width: 40px;
  }
}
.servicestitleText {
  font-size: 24px !important;
  font-weight: 500;
  margin: 15px auto 5px auto;
  font-weight: bold;
}
@media (max-width: 768px) {
  .servicestitleText {
    font-size: 20px !important;
  }
}
@media (max-width: 425px) {
  .servicestitleText {
    font-size: 18px !important;
  }
}
.servicesText {
  font-size: 15px !important;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .servicesText {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .servicesText {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .NewfeaturedMapRow {
    justify-content: space-around;
  }
}

.glassEffect {
  background: rgba(253, 253, 253, 0.5);
  box-shadow: 0 0px 2px -2px #1f2687;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5px;
  padding: 40px 80px;
  text-align: center;
  margin: 70px 0px;
}
@media (max-width: 768px) {
  .glassEffect {
    padding: 40px;
  }
}
@media (max-width: 425px) {
  .glassEffect {
    padding: 20px;
    text-align: center;
    margin: 20px;
  }
}
@media (max-width: 425px) {
  .glassEffect {
    padding: 10px;
    margin: 35px 10px !important;
  }
}
.loveText {
  margin: 0px !important;
  font-size: 25px !important;
}
@media (max-width: 768px) {
  .loveText {
    font-size: 20px !important;
  }
}
@media (max-width: 425px) {
  .loveText {
    font-size: 18px !important;
  }
}
.successText {
  font-size: 20px !important;
  color: #232323 !important;
}
@media (max-width: 768px) {
  .successText {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .successText {
    font-size: 11px !important;
  }
}
.lovetitle {
  color: #d5232f !important;
  padding: 0px 5px;
}
.signBtnFooter {
  margin: 5px;
  border-radius: 5px !important;
  overflow: hidden;
  width: 90% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.signBtnFooter:hover {
  box-shadow: 0px 0px 3px 2px #e9aeae;
}
@media (max-width: 768px) {
  .signBtnFooter {
    width: 80% !important;
  }
}
@media (max-width: 425px) {
  .signBtnFooter {
    font-size: 14px !important;
    height: 35px !important;
  }
}
.signTitleFocus {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.orText {
  color: #232323;
}

.blogTitle {
  text-align: center;
  margin-bottom: 10px !important;
  font-size: 30px;
}
@media (max-width: 768px) {
  .blogTitle {
    font-size: 20px !important;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 425px) {
  .blogTitle {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }
}
.blogLayout {
  margin: 0px auto;
  padding-left: calc(16.6666% - 20px);
  padding-right: calc(16.6666% - 20px);
}
@media (max-width: 1440px) {
  .blogLayout {
    padding-left: calc(14.6666% - 20px);
  }
}
@media (max-width: 1366px) {
  .blogLayout {
    padding-left: calc(10.6666% - 20px);
  }
}
@media (max-width: 1024px) {
  .blogLayout {
    padding-left: calc(6.6666% - 20px);
    padding-right: calc(10% - 20px);
  }
}
@media (max-width: 768px) {
  .blogLayout {
    padding-left: calc(4.6666% - 20px);
    padding-right: calc(3% - 20px);
  }
}
.blogRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0px 20px;
}
.spanBlogDesh {
  width: 70px;
  height: 2.5px;
  background-color: #e23844;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  border-radius: 20px !important;
  overflow: hidden;
}
.justityImage {
  border-radius: 10px;
  overflow: hidden;
}
.blogCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blogCard {
  cursor: pointer;
  border-radius: 20px;
  border: 0px !important;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.blogCard:hover {
  box-shadow: 0px 0px 15px 5px #e9aeae;
  border-radius: 20px;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .blogCard {
    width: 294px;
  }
}
@media (max-width: 1024px) {
  .blogCard {
    width: 245px !important;
    height: 250px !important;
  }
}
@media (max-width: 425px) {
  .blogCard {
    width: 230px !important;
    margin-left: 13px !important;
  }
}
@media (max-width: 768px) {
  .blogCard {
    width: 317px !important;
    overflow: hidden;
  }
}
.blogCardIsMobile {
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  margin: 10px;
}
.blogCardIsMobile:hover {
  box-shadow: 0px 0px 15px 5px #e9aeae;
  border-radius: 20px;
  transition: all 0.5s;
}
.divblogclass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 25px 20px;
  margin: 0px auto;
}
@media (max-width: 1440px) {
  .divblogclass {
    margin: 0px auto;
  }
}
@media (max-width: 1024px) {
  .divblogclass {
    margin: 0px 17px !important;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .divblogclass {
    height: 300px !important;
    padding: 25px 0px !important;
    overflow: hidden;
  }
}
@media (max-width: 425px) {
  .divblogclass {
    height: 300px !important;
  }
}
.cardImgStyle {
  height: 250px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cardImgStyle {
    object-position: left;
  }
}
.titleBioCol {
  display: flex;
  flex-direction: column;
}
.blogTitleText {
  color: #e23844 !important;
  font-weight: bold;
  font-size: 14px !important;
}
.biosmallText {
  font-size: 12px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #232323;
}
@supports (-webkit-line-clamp: 2) {
  .biosmallText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 425px) {
  .biosmallText {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .cardImgStyle {
    height: 130px;
  }
}
@media (max-width: 320px) {
  .blogLayout {
    display: flex !important;
  }
}
@media (max-width: 375px) {
  .blogLayout {
    display: flex !important;
  }
}
@media (max-width: 425px) {
  .blogLayout {
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .cardImgStyle {
    height: 165px;
  }
}
.ant-carousel .slick-dots li.slick-active button {
  background: #e23844 !important;
  opacity: 1 !important;
  height: 10px !important;
  width: 85px !important;
  border-radius: 10px !important;
  margin-left: 5px !important;
}
.ant-carousel .slick-dots li button {
  display: block !important;
  width: 85px !important;
  height: 10px !important;
  padding: 0 !important;
  background: #eedddd !important;
  border-radius: 10px;
  cursor: pointer;
  opacity: 1 !important;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 1 !important;
}
.ant-carousel .slick-dots {
  position: relative !important;
  right: -50% !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: center !important;
  padding-left: 0 !important;
  list-style: none !important;
  margin-bottom: 90px !important;
  margin-top: 35px !important;
}
@media (max-width: 766px) {
  .ant-carousel .slick-dots {
    margin-bottom: 40px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 425px) {
  .ant-carousel .slick-dots {
    margin-bottom: 40px !important;
    margin-top: 30px !important;
  }
}
.ant-carousel .slick-dots li {
  margin-right: 80px !important;
}

.accountHeaderCol {
  display: flex;
  align-items: center;
}
.indexHeaderCol {
  padding: 0px !important;
}
@media (max-width: 1440px) {
  .indexHeaderCol {
    padding: 0px !important;
  }
}
@media (max-width: 1024px) {
  .indexHeaderCol {
    padding: 0px !important;
  }
}
@media (max-width: 764px) {
  .indexHeaderCol {
    padding: 0px 10px !important;
  }
}
@media (max-width: 757px) {
  .indexHeaderCol {
    padding: 0px 10px !important;
  }
}
@media (max-width: 575px) {
  .indexHeaderCol {
    padding: 0px 10px !important;
  }
}
@media (max-width: 425px) {
  .indexHeaderCol {
    padding: 0px 10px !important;
  }
}
.boxRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.boxCol {
  padding: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
  margin: 35px 0px;
}
@media (max-width: 1440px) {
  .boxCol {
    margin: 25px 0px;
  }
}
@media (max-width: 1024px) {
  .boxCol {
    margin: 10px 0px;
  }
}
@media (max-width: 764px) {
  .boxCol {
    margin-top: 0px;
  }
}
@media (max-width: 757px) {
  .boxCol {
    margin-top: 0px;
  }
}
@media (max-width: 425px) {
  .boxCol {
    margin-top: 0px;
  }
}
@media (max-width: 280px) {
  .boxCol {
    padding: 10px;
  }
}
.textParagraph {
  font-size: 14px !important;
  text-align: justify !important;
  font-weight: 500 !important;
}
@media (max-width: 1440px) {
  .textParagraph {
    font-size: 13px !important;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .textParagraph {
    font-size: 13px !important;
    display: flex;
  }
}
.signupGTxt {
  text-align: center;
  padding-top: 10px;
}
.signInGText {
  padding-left: 10px;
}
.youareText {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
@media (max-width: 768px) {
  .youareText {
    font-size: 18px !important;
  }
}
@media (max-width: 425px) {
  .youareText {
    font-size: 18px !important;
  }
}
.headerBtnCol {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headerBtnMaleFemale {
  width: 60% !important;
  margin: 0px 0px 12px 0px;
  font-size: 16px !important;
  font-weight: bold;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0s !important;
  color: #999999;
  border-radius: 5px !important;
}
.headerBtnMaleFemale:hover {
  box-shadow: 0px 0px 2px 3px #ecc1c1;
}
@media (max-width: 768px) {
  .headerBtnMaleFemale {
    height: 40px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 425px) {
  .headerBtnMaleFemale {
    width: 100% !important;
    height: 35px !important;
    font-size: 14px !important;
  }
}
.headerBtnMaleFemale-active {
  width: 60% !important;
  margin: 0px 0px 12px 0px;
  font-size: 16px !important;
  font-weight: bold;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0s !important;
  color: #d5232f;
  box-shadow: 0px 0px 2px 3px #ecc1c1;
  border-color: #d5232f;
  border-radius: 5px !important;
}
@media (max-width: 768px) {
  .headerBtnMaleFemale-active {
    height: 40px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 425px) {
  .headerBtnMaleFemale-active {
    width: 100% !important;
    height: 35px !important;
    font-size: 14px !important;
  }
}
.agesTitle {
  text-align: center;
  padding-top: 10px !important;
}
@media (max-width: 768px) {
  .agesTitle {
    font-size: 18px !important;
  }
}
@media (max-width: 425px) {
  .agesTitle {
    font-size: 18px !important;
  }
}
.fromToAgeRow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selectOptionRow {
  display: flex;
  align-items: center;
}
.selectOptionRow .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 70px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
  font-weight: 600;
}
@media (max-width: 425px) {
  .selectOptionRow .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    height: 30px !important;
    font-size: 14px !important;
  }
}
.lineBetween {
  background-color: #4e4c4c;
  height: 2px;
  width: 25px;
  margin: 0px 10px;
}
.takechanceButton {
  margin: 15px 0;
  border-radius: 5px !important;
  overflow: hidden !important;
}
.takechanceButton:hover {
  box-shadow: 0px 0px 2px 3px #ecc1c1;
}
@media (max-width: 425px) {
  .takechanceButton {
    font-size: 14px !important;
    height: 35px !important;
  }
}
.genderButtonAvatar {
  cursor: pointer;
  margin-right: 10px !important;
  width: 25px !important;
  height: 25px !important;
}
@media (max-width: 768px) {
  .genderButtonAvatar {
    width: 25px !important;
    height: 25px !important;
  }
}
@media (max-width: 425px) {
  .genderButtonAvatar {
    width: 20px !important;
    height: 20px !important;
  }
}
.imgCol {
  overflow: hidden !important;
  text-align: right;
}
@media (max-width: 425px) {
  .imgCol {
    overflow: auto;
    text-align: center;
  }
}
.headerCoupleImg {
  width: 98%;
  height: auto;
}
@media (max-width: 425px) {
  .headerCoupleImg {
    margin-top: 1px;
    margin-left: 0px;
  }
}
.coupleAbsolute {
  position: absolute;
  width: 100%;
  left: 55px;
  top: 1px;
  max-width: -webkit-fill-available;
}
.genderBtnSpan {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 0px;
  justify-content: center;
  width: 50%;
}
@media (max-width: 320px) {
  .boxRow {
    margin-top: 5px;
  }
  .coupleAbsolute {
    top: 1px;
    left: 5px;
  }
}
@media (max-width: 375px) {
  .boxRow {
    margin-top: 5px;
  }
  .coupleAbsolute {
    top: 1px;
    left: 5px;
  }
}
@media (max-width: 425px) {
  .boxRow {
    margin-top: 5px;
  }
  .coupleAbsolute {
    top: 1px;
    left: 5px;
  }
}
@media (max-width: 768px) {
  .headerCoupleImg {
    margin-left: 0px;
  }
  .coupleAbsolute {
    left: 7px;
  }
}

.videoplayRow {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.spanWelcome {
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.startWelcomeText {
  color: #d5232f !important;
  text-align: center;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .startWelcomeText {
    font-size: 16px !important;
  }
}
@media (max-width: 425px) {
  .startWelcomeText {
    font-size: 16px !important;
  }
}
.spanPara {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .spanPara {
    padding: 0px !important;
  }
}
.startLoveChestTitle {
  margin: 0px !important;
  text-align: center;
}
@media (max-width: 768px) {
  .startLoveChestTitle {
    font-size: 20px !important;
  }
}
@media (max-width: 425px) {
  .startLoveChestTitle {
    font-size: 18px !important;
  }
}
.spanLoveChest {
  width: 110px !important;
  height: 2px;
  background-color: #e23844;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .spanLoveChest {
    width: 70px !important;
  }
}
@media (max-width: 425px) {
  .spanLoveChest {
    width: 55px !important;
  }
}
.communityText {
  font-weight: bold !important;
}
@media (max-width: 768px) {
  .communityText {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .communityText {
    font-size: 14px !important;
  }
}
.videocoupleImg {
  position: relative;
  width: 100%;
  background-image: url("https://truebrides.com/assets/images/landing-couple-photo-video-thumb.jpg") !important;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .videocoupleImg {
    height: 250px;
    border-radius: 20px;
  }
}
@media (max-width: 425px) {
  .videocoupleImg {
    height: 260px;
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .videocoupleImg {
    height: 270px;
  }
}
.glassEffectVideoPlay {
  width: 100%;
  height: 100%;
  background: #e8d9d7;
  position: absolute;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .glassEffectVideoPlay {
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .glassEffectVideoPlay {
    border-radius: 20px !important;
    overflow: hidden;
  }
}
.videoThumb {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: fill;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
}
.videoThumb:focus {
  outline: 0;
}
@media (max-width: 768px) {
  .videoThumb {
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .videoThumb {
    border-radius: 20px !important;
    overflow: hidden;
  }
}
.videoPara {
  text-align: justify;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .videoPara {
    font-size: 13px !important;
  }
}
@media (max-width: 1024px) {
  .videoPara {
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  .videoPara {
    font-size: 12px !important;
  }
}
@media (max-width: 573px) {
  .videoPara {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 425px) {
  .videoPara {
    font-size: 10px;
    padding-bottom: 10px;
    border-radius: 20px !important;
  }
}
.textDivider {
  color: #d5232f;
}
.videoImgRedCirclePlay {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d5232f;
}
.playIconBtn {
  width: 90px;
  height: 90px;
  background-color: #d5232f;
  border-radius: 50%;
  position: absolute;
  border: 7px solid rgba(244, 211, 213, 0.8);
  cursor: pointer;
  top: 50%;
  transform: translate(-50%, -50%);
}
.playIconMiddle {
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playIconBtnMobile {
  width: 80px;
  height: 80px;
  background-color: #d5232f;
  border-radius: 50%;
  position: absolute;
  border: 7px solid rgba(244, 211, 213, 0.8);
  cursor: pointer;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.playIconMiddleMobile {
  font-size: 30px;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dreamText {
  font-size: 30px;
  font-family: auto;
  color: #d5232f !important;
  opacity: 0.5;
}
.dreamingText {
  font-family: auto;
  color: #d5232f !important;
  opacity: 0.5;
}
.videoWelcomeTextRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .videoWelcomeTextRow {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .dreamText {
    overflow: hidden;
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .spanPara {
    padding-top: 0px !important;
  }
}
@media (max-width: 375px) {
  .spanPara {
    padding-top: 0px !important;
  }
}
@media (max-width: 425px) {
  .spanPara {
    padding-top: 0px !important;
  }
}

.class_test {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  padding: 16px 20px !important;
}
.class_test .ant-notification-notice {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  padding: 16px 20px !important;
}
.class_test .ant-notification-notice-close {
  position: static !important;
}

.videoRequestTable {
  width: 100%;
  padding: 8px;
}
.videoRequestTable .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.videoRequestTable .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 425px) {
  .videoRequestTable .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 13px !important;
  }
}
@media (max-width: 768px) {
  .videoRequestTable tr.ant-table-row {
    position: relative;
    margin-bottom: 10px;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #e9e9e9;
    border-right-color: #e9e9e9;
    border-left-color: #e9e9e9;
    box-shadow: 1px 1px 3px #dfdfdf;
  }
  .videoRequestTable thead.ant-table-thead {
    display: none;
  }
  .videoRequestTable .ant-table-body {
    overflow-x: hidden !important;
  }
  .videoRequestTable .ant-table-tbody > tr > td {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    vertical-align: bottom;
    white-space: nowrap;
    text-align: left;
  }
  .videoRequestTable span.label {
    display: block;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: 500;
  }
  .videoRequestTable span.mobile-lbl-val {
    display: block;
    white-space: nowrap;
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.table_contact_avatar {
  display: flex;
  align-items: center;
}
.table_avatar_div {
  cursor: pointer;
}
.contact_avatar_img {
  margin-right: 10px;
  height: 44px;
  width: 44px;
}
.onlineCircleRequest {
  position: absolute;
  bottom: -2px;
  font-size: 12px;
  background-color: #009f83;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}
.offlineCircleRequest {
  position: absolute;
  bottom: -2px;
  font-size: 12px;
  background-color: rgba(128, 128, 128, 0.9);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}

.verifyCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #ccc;
  border-radius: 5px;
  padding: 45px 10px;
}
@media (max-width: 500px) {
  .verifyCol {
    margin-right: 10px;
    padding: 20px 10px;
  }
}
.verifyMainTitle {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 500px) {
  .verifyMainTitle {
    font-size: 14px;
  }
}
.tickIcon {
  font-size: 50px;
  margin-top: 10px;
  color: #52c41a;
}
@media (max-width: 500px) {
  .tickIcon {
    font-size: 35px;
  }
}
.centerTxtDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.supportDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
  width: 100%;
}
.marginTopTxt {
  margin-top: 20px;
}

.containerDiv {
  padding-left: 10px;
  margin-bottom: 80px;
}
.fullW {
  width: 100% !important;
  margin-top: 5px;
}
.NoDataView {
  margin-top: 200px;
}
.alertClass {
  margin-top: 10px !important;
}
@media (max-width: 480px) {
  .alertClass {
    margin-right: 10px !important;
  }
}
.openALertClass {
  margin-top: 10px !important;
}
@media (max-width: 1024px) {
  .openALertClass {
    margin-right: 10px !important;
  }
}

.markReadBtn {
  margin-left: 8px;
}
.deleteAllBtn {
  margin-left: 8px;
}
@media (max-width: 425px) {
  .deleteAllBtn {
    height: 25px !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
  }
}
@media (max-width: 320px) {
  .deleteAllBtn {
    font-size: 11px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
  }
}
@media (max-width: 425px) {
  .deleteAllBtn .ant-btn {
    height: 25px !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .deleteAllBtn .ant-btn {
    font-size: 11px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mailsOnlineDot {
  position: absolute;
  bottom: 5px;
  right: 40px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2080px) {
  .mailsOnlineDot {
    bottom: 7px;
    right: 27px;
  }
}
@media (max-width: 1536px) {
  .mailsOnlineDot {
    bottom: 7px;
    right: 20px;
  }
}
@media (max-width: 1440px) {
  .mailsOnlineDot {
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .mailsOnlineDot {
    right: 4px;
  }
}
@media (max-width: 918px) {
  .mailsOnlineDot {
    right: 10px;
    bottom: 7px;
  }
}
@media (max-width: 768px) {
  .mailsOnlineDot {
    right: 7px;
    bottom: 5px;
  }
}
@media (max-width: 575px) {
  .mailsOnlineDot {
    right: 17px;
    bottom: 5px;
  }
}
@media (max-width: 425px) {
  .mailsOnlineDot {
    bottom: 0px;
    right: 10px;
  }
}
@media (max-width: 375px) {
  .mailsOnlineDot {
    right: 7px;
  }
}
@media (max-width: 320px) {
  .mailsOnlineDot {
    right: 1px;
  }
}
.mailsOflieDot {
  position: absolute;
  bottom: 5px;
  right: 40px;
  color: #eee;
  font-size: 12px;
  background-color: rgba(128, 128, 128, 0.9);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2080px) {
  .mailsOflieDot {
    bottom: 7px;
    right: 27px;
  }
}
@media (max-width: 1536px) {
  .mailsOflieDot {
    bottom: 7px;
    right: 20px;
  }
}
@media (max-width: 1440px) {
  .mailsOflieDot {
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .mailsOflieDot {
    right: 4px;
  }
}
@media (max-width: 918px) {
  .mailsOflieDot {
    right: 10px;
    bottom: 7px;
  }
}
@media (max-width: 768px) {
  .mailsOflieDot {
    right: 7px;
    bottom: 5px;
  }
}
@media (max-width: 575px) {
  .mailsOflieDot {
    right: 17px;
    bottom: 5px;
  }
}
@media (max-width: 425px) {
  .mailsOflieDot {
    bottom: 0px;
    right: 10px;
  }
}
@media (max-width: 375px) {
  .mailsOflieDot {
    right: 7px;
  }
}
@media (max-width: 320px) {
  .mailsOflieDot {
    right: 1px;
  }
}
.openChatDot {
  position: absolute;
  bottom: 5px;
  right: 30px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2080px) {
  .openChatDot {
    bottom: 7px;
    right: 20px;
  }
}
@media (max-width: 1595px) {
  .openChatDot {
    right: 10px;
  }
}
@media (max-width: 1440px) {
  .openChatDot {
    right: 5px;
  }
}
@media (max-width: 1024px) {
  .openChatDot {
    right: 7px;
    bottom: 7px;
  }
}
@media (max-width: 768px) {
  .openChatDot {
    right: 4px;
  }
}
.openOfflineChatDot {
  position: absolute;
  bottom: 5px;
  right: 30px;
  color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  background-color: rgba(128, 128, 128, 0.9);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2080px) {
  .openOfflineChatDot {
    bottom: 7px;
    right: 20px;
  }
}
@media (max-width: 1595px) {
  .openOfflineChatDot {
    right: 10px;
  }
}
@media (max-width: 1440px) {
  .openOfflineChatDot {
    right: 5px;
  }
}
@media (max-width: 1024px) {
  .openOfflineChatDot {
    right: 7px;
    bottom: 7px;
  }
}
@media (max-width: 768px) {
  .openOfflineChatDot {
    right: 4px;
  }
}
.controlMenuRow {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}
@media (max-width: 425px) {
  .controlMenuRow {
    padding: 10px 5px;
  }
}
.controlMenuActive {
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}
.listRow {
  cursor: pointer;
  padding: 5px 5px;
  margin-top: 1px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.listRow-Read {
  background-color: #e1e1e1;
}
.listRow:hover {
  background-color: #e8e8e8;
}
@media (max-width: 425px) {
  .listRow .ant-checkbox-inner {
    width: 12px !important;
    height: 12px !important;
  }
}
.mail_avatar_img {
  background-color: #eee;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 55px;
  height: 55px;
}
@media (max-width: 768px) {
  .mail_avatar_img {
    width: 50px;
    height: 50px;
  }
}
.subjectText {
  font-size: 15px !important;
}
@media (max-width: 768px) {
  .subjectText {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .subjectText {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .mail_title_text {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
}
.senderNameText {
  font-size: 15px !important;
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .senderNameText {
    font-size: 11px !important;
  }
}
@media (max-width: 425px) {
  .senderNameText {
    font-size: 10px !important;
  }
}
.bodyText {
  font-size: 13px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .bodyText {
    font-size: 11px !important;
  }
}
.titleRow {
  margin: 10px 0px 0px 20px;
}
.menuBtnsContainer .ant-badge {
  color: inherit;
}
.menuBtnsContainer .ant-badge-count-sm {
  font-size: 10px;
}
.menuBtnsContainer .ant-menu-root {
  display: flex;
}
.menuBtnsContainer .ant-menu-item {
  font-size: 14px;
  flex: 1;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuBtnsContainer .ant-menu-item-icon {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .menuBtnsContainer .ant-menu-item-icon {
    margin-bottom: 8px;
  }
}
.menuBtnsContainer .anticon {
  margin-right: 0px !important;
}
@media (max-width: 425px) {
  .mail_checkbox .ant-checkbox-inner {
    width: 12px !important;
    height: 12px !important;
  }
}
@media (max-width: 425px) {
  .mail_checkbox > span {
    font-size: 12px !important;
  }
}
@media (max-width: 320px) {
  .mail_checkbox > span {
    font-size: 11px !important;
  }
}
.colFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.colFlex .ant-radio-group {
  margin: 0px !important;
}
@media (max-width: 425px) {
  .colFlex .ant-radio-group {
    display: flex;
  }
}
@media (max-width: 768px) {
  .colFlex .ant-radio-button-wrapper {
    padding: 0px 8px !important;
  }
}
@media (max-width: 425px) {
  .colFlex .ant-radio-button-wrapper {
    height: 25px !important;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 320px) {
  .colFlex .ant-radio-button-wrapper {
    font-size: 11px !important;
    padding: 0px 8px !important;
  }
}
@media (max-width: 1024px) {
  .colFlex .ant-rate {
    margin-top: 5px;
    margin-left: 0px;
  }
}
@media (max-width: 425px) {
  .colFlex .ant-rate {
    font-size: 15px !important;
    margin-top: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 320px) {
  .colFlex .ant-rate {
    font-size: 15px !important;
    margin-left: 0px;
  }
}
.colFlexEnd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.colFlexEnd > div {
  max-width: 100%;
}
.colFlexStart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8px;
}
.colFlexStart > div {
  max-width: 100%;
}
.topDiv {
  flex: 1;
  flex-grow: 0;
}
.midDiv {
  flex: 5;
  flex-grow: 0.65;
  overflow: auto;
}
@media (max-width: 2000px) {
  .midDiv {
    flex: 8;
    flex-grow: 1;
  }
}
@media (max-width: 425px) {
  .midDiv {
    flex: 8;
    flex-grow: 0.9;
  }
}
.bottomDiv {
  flex: 1;
  flex-grow: 0;
  padding: 20px 0px;
}
.containerDiv2 {
  position: relative;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0.5px solid #eee;
  height: calc(100vh - 100px);
  margin-left: 10px;
  background-color: #fff !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 425px) {
  .containerDiv2 {
    margin-left: 0px;
  }
}
.containerDiv2 {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.containerDiv2 ::-webkit-scrollbar {
  width: 5px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.containerDiv2 ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.containerDiv2 ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.containerDiv2 ::-webkit-scrollbar-thumb:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.emptyView {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cardContainer {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.cardContainer:hover {
  filter: brightness(110%);
}
.cardContainerSkeleton {
  border-radius: 10px !important;
  height: 0;
  padding-bottom: 140%;
  width: 500px !important;
  max-width: 100% !important;
}
.onlineTag {
  background-color: #1faa59;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .onlineTag {
    font-size: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.offlineTag {
  background-color: #d4d4d4;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .offlineTag {
    font-size: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.verfiedLogo {
  max-height: 25px;
  height: 100%;
  margin-left: 8px;
  display: inline;
  height: 25px;
  width: 25px;
}
@media (max-width: 1024px) {
  .verfiedLogo {
    height: 20px;
    width: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 480px) {
  .verfiedLogo {
    max-height: 17px;
    margin-left: 5px;
  }
}
.chatOpenLogo {
  max-height: 25px;
  height: 100%;
  margin-left: 8px;
  display: inline;
  height: 20px;
  width: 20px;
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  .chatOpenLogo {
    max-height: 17px;
    margin-left: 5px;
  }
}
.wrapperCol {
  display: flex !important;
  padding: 12px;
  flex-direction: column;
  justify-content: space-between;
}
.imgGradient {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
}
.nameColClass {
  display: flex;
  align-items: center;
  justify-content: center;
}
.textSty {
  color: #fff !important;
  text-shadow: 1px 1px 4px #000;
  margin: 0px !important;
  text-align: center !important;
  overflow-wrap: normal;
}
@media (max-width: 1536px) {
  .textSty {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .textSty {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .textSty {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  .textSty {
    font-size: 13px !important;
  }
}
.textSty_small {
  color: #fff !important;
  text-shadow: 1px 1px 4px #000;
  margin: 0px !important;
  font-size: 14px !important;
  text-align: center !important;
  overflow-wrap: normal;
}
@media (max-width: 1700px) {
  .textSty_small {
    font-size: 13px !important;
  }
}
@media (max-width: 1024px) {
  .textSty_small {
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  .textSty_small {
    font-size: 10px !important;
  }
}
@media (max-width: 480px) {
  .textSty_small {
    font-size: 14px !important;
  }
}
.cameraOutlin {
  width: 100%;
  margin-bottom: 5px !important;
  text-align: center !important;
}
.chatButton {
  border-radius: 5px;
  background-color: #1faa59 !important;
  border-color: #1faa59 !important;
}
.chatButton:hover,
.chatButton:active,
.chatButton:focus {
  background-color: #25cd6b !important;
}
@media (max-width: 1024px) {
  .chatButton {
    padding: 0px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  .chatButton {
    font-size: 12px;
  }
}
.emailButton {
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .emailButton {
    padding: 0px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  .emailButton {
    font-size: 12px;
  }
}
.camIcon {
  color: #fff !important;
  font-size: 17px;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .camIcon {
    font-size: 16px !important;
  }
}
.text {
  font-size: 15px;
  color: #fff !important;
}
@media (max-width: 480px) {
  .text {
    font-size: 14px !important;
  }
}
.mailBox {
  width: 295px;
  padding: 10px;
  max-width: 100%;
  justify-content: center;
}
.colMailBox {
  background-color: #d5232f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 50px 30px;
}
.emailTurnOnText {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.turnOnRow {
  display: flex;
  align-items: flex-end;
}
.turnOnBtn {
  border-radius: 5px;
  padding: 0px 85px;
}
.contentMailIng {
  background-color: #d5232f;
  position: relative;
  top: 77px;
}

.rowAboutMe {
  background-color: #fff;
  transition: all 0.5s !important;
  overflow: hidden;
  border-bottom: 0.5px solid #eee !important;
  border-right: 0.5px solid #eee !important;
  border-left: 0.5px solid #eee !important;
  border-top: 0.5px solid #eee !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.titleTextAboutMe {
  font-size: 16px !important;
  color: #222;
  padding: 0px !important;
  padding-bottom: 0px !important;
  margin-right: 10px;
}
@media (max-width: 1550px) {
  .titleTextAboutMe {
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .titleTextAboutMe {
    font-size: 13px !important;
  }
}
@media (max-width: 425px) {
  .titleTextAboutMe {
    font-size: 12px !important;
  }
}
.aboutmeAnswers {
  text-align: justify !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #222;
  padding: 0px !important;
}
@media (max-width: 1550px) {
  .aboutmeAnswers {
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .aboutmeAnswers {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .aboutmeAnswers {
    font-size: 12px !important;
  }
}
.withAbout {
  margin-left: 0px;
  overflow: hidden;
}
.withAbout:before {
  margin-right: 12px;
  font-weight: normal;
  content: "About: ";
}
.dataRowAboutMe {
  display: flex;
  padding-top: 10px;
  overflow: hidden;
}
.aboutMeModalInput {
  height: 40px !important;
  font-size: 16px !important;
  width: 100% !important;
}
@media (max-width: 425px) {
  .aboutMeModalInput {
    height: 30px !important;
    font-size: 13px !important;
  }
}
.myModalFormLabel {
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: right;
  width: 100%;
  padding-right: 5px !important;
}
.aboutmenameFeildRow {
  display: flex;
  align-items: center;
  padding: 10px 0px !important;
  justify-content: center;
}
.aboutmeModal_class {
  width: max-content !important;
}
.aboutmeModal_class {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.aboutmeModal_class .ant-modal {
  width: fit-content !important;
  padding: 0px !important;
}
@media (max-width: 575px) {
  .aboutmeModal_class .ant-modal {
    width: 100% !important;
  }
}
.aboutmeModal_class .ant-modal-content {
  background: transparent !important;
  width: fit-content !important;
  height: fit-content !important;
  padding: 35px 20px !important;
  align-items: flex-start !important;
}
@media (max-width: 575px) {
  .aboutmeModal_class .ant-modal-content {
    padding: 20px 15px !important;
    width: 100% !important;
  }
}
.aboutmeModal_class .ant-modal-body {
  width: 595px !important;
  padding: 10px !important;
}
@media (max-width: 768px) {
  .aboutmeModal_class .ant-modal-body {
    width: 100% !important;
  }
}
.aboutmeModal_class .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.aboutmeModal_class .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.aboutmeModal_class .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 575px) {
  .aboutmeModal_class {
    top: -5px !important;
    width: 100% !important;
  }
}
.aboutmeformItem {
  display: flex;
  align-items: flex-start;
  padding: 0px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 575px) {
  .aboutmeformItem .ant-form-item-label {
    padding-bottom: 0px !important;
  }
}
.aboutmeformItem .ant-form-item-label > label {
  font-size: 18px !important;
  font-weight: bold !important;
  height: 40px !important;
}
@media (max-width: 768px) {
  .aboutmeformItem .ant-form-item-label > label {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .aboutmeformItem .ant-form-item-label > label {
    font-size: 13px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 30px !important;
  }
}
.aboutmeformItem label::after {
  margin: 0 10px 0 2px !important;
}
.aboutmeformItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 100% !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .aboutmeformItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 16px !important;
    width: 258px !important;
    height: 40px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 575px) {
  .aboutmeformItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 13px !important;
    height: 30px !important;
    width: 100% !important;
  }
}
.aboutmeformItem .ant-input,
.aboutmeformItem .ant-input-number {
  width: 100% !important;
  height: 40px !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .aboutmeformItem .ant-input,
  .aboutmeformItem .ant-input-number {
    font-size: 16px !important;
    width: 258px !important;
    height: 40px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 575px) {
  .aboutmeformItem .ant-input,
  .aboutmeformItem .ant-input-number {
    font-size: 13px !important;
    height: 30px !important;
    width: 100% !important;
  }
}
.nameEditItem {
  display: flex;
  align-items: flex-start;
  padding: 0px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 575px) {
  .nameEditItem .ant-form-item-label {
    padding-bottom: 0px !important;
  }
}
.nameEditItem .ant-form-item-label > label {
  font-size: 18px !important;
  font-weight: bold !important;
  height: 40px !important;
}
@media (max-width: 768px) {
  .nameEditItem .ant-form-item-label > label {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .nameEditItem .ant-form-item-label > label {
    font-size: 13px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 30px !important;
  }
}
.nameEditItem label::after {
  margin: 0 10px 0 2px !important;
}
.nameEditItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 100% !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .nameEditItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 16px !important;
    width: 258px !important;
    height: 40px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 425px) {
  .nameEditItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 13px !important;
    height: 30px !important;
    width: 100% !important;
  }
}
.nameEditItem .ant-input,
.nameEditItem .ant-input-number {
  width: 100% !important;
  height: 40px !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .nameEditItem .ant-input,
  .nameEditItem .ant-input-number {
    font-size: 16px !important;
    height: 40px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 425px) {
  .nameEditItem .ant-input,
  .nameEditItem .ant-input-number {
    font-size: 13px !important;
    height: 30px !important;
    width: 100% !important;
  }
}
.margin_top {
  margin-top: 30px !important;
}

.lightboxWrapper .ril__navButtons {
  display: none !important;
}
.addPhotosRow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 5px 0px 0px 10px;
  margin-right: 0px !important;
}
.addPhotosRow .ant-popover-inner-content {
  border-radius: 10px !important;
  overflow: hidden !important;
  padding: 10px !important;
}
.addPhotosRow .ant-popover-content {
  margin: 0px 25px !important;
}
@media (max-width: 425px) {
  .addPhotosRow {
    padding: 10px 0px 0px 5px !important;
  }
}
.addPhotoBtn {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none !important;
  padding: 0px 25px !important;
  border-radius: 5px !important;
}
.addPhotoBtn:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 1440px) {
  .addPhotoBtn {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .addPhotoBtn {
    font-size: 12px !important;
  }
}
.menuOnPhoto {
  font-size: 20px !important;
  position: absolute !important;
  z-index: 5 !important;
  right: 4px !important;
  top: 4px !important;
  color: #fff !important;
  border-radius: 50% !important;
  padding: 3px !important;
  cursor: pointer !important;
  transition: all 0.5s;
}
.menuOnPhoto:hover {
  background-color: #e3494e !important;
}
.myPrivacyIndicator {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 20px;
  z-index: 1;
}
.myPrivacyIndicator > svg {
  fill: #fff;
}
.othersPrivacyIndicator {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.othersPrivacyIndicator > svg {
  fill: #e8e8e8;
}
.lightboxPvtImage .ril-image-current {
  filter: blur(50px);
}
.lightboxPvtImage .lightboxCustomDiv {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightboxPvtImage .lightboxCustomDiv .lockedText {
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 2rem;
}
.conetentImg {
  cursor: pointer;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.conetentImg:hover {
  filter: brightness(0.8);
}
.conetentImg-othersPrivateImage {
  filter: blur(10px);
}
.conetentImg-othersPrivateImage:hover {
  filter: blur(10px) brightness(0.8);
}
.addPhotoImg {
  background-color: #fff;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 0.5px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.addPhotoImgCover {
  width: 100%;
  height: 0;
  background-color: #e8e8e8;
  border-radius: 10px;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.addPhotoText {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #222 !important;
  padding: 0px !important;
  margin-top: 100% !important;
  margin-bottom: 15px !important;
}
@media (max-width: 1440px) {
  .addPhotoText {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .addPhotoText {
    font-size: 13px !important;
  }
}
@media (max-width: 425px) {
  .addPhotoText {
    font-size: 12px !important;
  }
}
.rowDivPop {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  width: 100% !important;
  margin: 0px 0px !important;
}
.fbIconBtn {
  font-size: 20px !important;
}
@media (max-width: 425px) {
  .fbIconBtn {
    font-size: 15px !important;
  }
}
.takephotoBtn {
  background-color: #fff;
  color: #323232 !important;
  font-weight: bold !important;
  height: 55px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 0px !important;
  border: 0.5px solid #eee !important;
}
.takephotoBtn:hover {
  background-color: #e8e8e8;
  color: #323232 !important;
}
@media (max-width: 425px) {
  .takephotoBtn {
    font-size: 13px !important;
    height: 40px !important;
    padding: 5px 10px !important;
  }
}
@media (max-width: 320px) {
  .takephotoBtn {
    font-size: 12px !important;
  }
}
.clickPopOver {
  z-index: 10 !important;
}
.clickPopOver .ant-popover {
  z-index: 10 !important;
}
.clickPopOver .ant-popover-arrow {
  display: block !important;
  background: #fff !important;
}
.clickPop .ant-popover-content {
  background: #fff !important;
  border-radius: 5px !important;
  padding-bottom: 0px !important;
}
.clickPop .ant-popover-arrow {
  display: block !important;
}
.clickPop .ant-popover-inner {
  padding: 5px 10px !important;
}
.webCamButtonWrapper {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 5;
  padding: 10px;
  display: flex;
}
.webCamButton {
  background-color: #e3494e;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webCamButtonIcon {
  font-size: 28px;
  color: white;
}
.ant-popover-inner {
  background-color: #fff;
  border-radius: 5px !important;
  overflow: hidden !important;
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}
.ril__outerClosing {
  opacity: 0;
}
.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}
.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none !important;
}
.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}
.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat center;
}
.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat center;
}
.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover;
}
.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}
.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}
.ril__toolbar {
  top: 0;
  height: 50px;
}
.ril__toolbarSide {
  height: 50px;
  margin: 0;
}
.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}
.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ril__toolbarItemChild {
  vertical-align: middle;
}
.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}
.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}
.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
}
.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat center;
}
.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center;
}
.ril__outerAnimating {
  animation-name: closeWindow;
}
@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}
.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}
.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}
.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}
.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.popAffixRow {
  background-color: #fff !important;
  position: relative !important;
  right: 75px !important;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
.popAffixRow :blobal .affix {
  top: 200 !important;
}
@media (max-width: 425px) {
  .popAffixRow {
    right: 90px !important;
  }
}
.popAffixRowActive {
  background-color: #fff !important;
  position: relative !important;
  right: 175px !important;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
.popAffixRowActive :blobal .affix {
  top: 200 !important;
}
@media (max-width: 1024px) {
  .popAffixRowActive {
    right: 185px !important;
  }
}
@media (max-width: 425px) {
  .popAffixRowActive {
    right: 150px !important;
  }
}
.optionMenuAffix {
  position: fixed;
  top: 142px !important;
  background-color: #fff !important;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
  width: fit-content !important;
}
@media (max-width: 768px) {
  .optionMenuAffix {
    top: 125px !important;
  }
}
@media (max-width: 425px) {
  .optionMenuAffix {
    top: 120px !important;
  }
}
.popMenuCol {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  background-color: #fff !important;
}
.menuBtnWhite {
  border-radius: 5px !important;
  border: none !important;
  color: #7f7f7f !important;
  margin-bottom: 5px !important;
}
.menuBtnWhite:hover {
  color: #d5232f !important;
}
@media (max-width: 425px) {
  .menuBtnWhite {
    padding: 0px 10px !important;
    height: 25px !important;
    font-size: 12px !important;
  }
}

.backBtn {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none !important;
  padding: 0px 25px !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.backBtn:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.backBtn .anticon {
  line-height: 0 !important;
}
@media (max-width: 425px) {
  .backBtn {
    font-size: 12px !important;
    padding: 0px 10px !important;
    height: 25px !important;
  }
}
.coverRoundCircleSpan {
  background-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  border: 1px solid #fff !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 25px !important;
  height: 25px !important;
}
.coverEditIcon {
  color: #fff !important;
  font-size: 13px !important;
}
.coverOnlineIcon {
  position: absolute;
  bottom: 20px;
  right: 15px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 425px) {
  .coverOnlineIcon {
    bottom: 15px;
  }
}
@media (max-width: 320px) {
  .coverOnlineIcon {
    right: 8px;
  }
}
.coverOfflineIcon {
  position: absolute;
  bottom: 20px;
  right: 15px;
  color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  background-color: rgba(128, 128, 128, 0.9);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 425px) {
  .coverOfflineIcon {
    bottom: 15px;
  }
}
@media (max-width: 320px) {
  .coverOfflineIcon {
    right: 8px;
  }
}
.col1 {
  display: flex;
}
.uploadProfileImg {
  cursor: pointer;
  display: flex;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 425px) {
  .uploadProfileImg {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 375px) {
  .uploadProfileImg {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 320px) {
  .uploadProfileImg {
    width: 130px;
    height: 130px;
  }
}
.coverUploadBtn {
  position: absolute !important;
  border-radius: 50% !important;
  bottom: 15px !important;
  right: 5px !important;
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none !important;
}
.coverUploadBtn .anticon {
  line-height: 0px !important;
}
.coverUploadBtn:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 768px) {
  .coverUploadBtn {
    bottom: 15px !important;
    right: 5px !important;
  }
}
@media (max-width: 425px) {
  .coverUploadBtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    bottom: 10px !important;
    right: 0px !important;
  }
}
@media (max-width: 375px) {
  .coverUploadBtn {
    font-size: 11px !important;
  }
}
@media (max-width: 320px) {
  .coverUploadBtn {
    font-size: 10px !important;
    margin-left: 2px !important;
  }
}
.coverColMain {
  display: flex;
}
.coverUserNameRow {
  align-items: center;
  width: 100% !important;
  flex-direction: column;
  padding: 30px 0px 0px 0px !important;
  position: relative;
}
@media (max-width: 425px) {
  .coverUserNameRow {
    padding: 0px 0px !important;
  }
}
@media (max-width: 375px) {
  .coverUserNameRow {
    padding: 0px 0px !important;
  }
}
@media (max-width: 320px) {
  .coverUserNameRow {
    padding: 0px 0px !important;
  }
}
.coverUserNameRow .ant-affix {
  height: auto !important;
  width: 100% !important;
  right: 12.5% !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 981px) {
  .coverUserNameRow .ant-affix {
    right: 0% !important;
  }
}
@media (max-width: 768px) {
  .coverUserNameRow .ant-affix {
    top: 64px !important;
    right: 0% !important;
  }
}
.coverUserNameRow_Chatopen {
  align-items: center;
  width: 100% !important;
  flex-direction: column;
  padding: 30px 0px 0px 0px !important;
  position: relative;
}
@media (max-width: 425px) {
  .coverUserNameRow_Chatopen {
    padding: 0px 0px !important;
  }
}
@media (max-width: 375px) {
  .coverUserNameRow_Chatopen {
    padding: 0px 0px !important;
  }
}
@media (max-width: 320px) {
  .coverUserNameRow_Chatopen {
    padding: 0px 0px !important;
  }
}
.coverUserNameRow_Chatopen .ant-affix {
  width: 54% !important;
  left: 0px !important;
  display: block;
}
@media (max-width: 1440px) {
  .coverUserNameRow_Chatopen .ant-affix {
    width: 49% !important;
  }
}
@media (max-width: 1024px) {
  .coverUserNameRow_Chatopen .ant-affix {
    width: 41.5% !important;
  }
}
@media (max-width: 990px) {
  .coverUserNameRow_Chatopen .ant-affix {
    width: 49% !important;
  }
}
@media (max-width: 768px) {
  .coverUserNameRow_Chatopen .ant-affix {
    width: 49% !important;
    top: 64px !important;
  }
}
.fvrtIcon {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.fvrtIcon:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.fvrtIcon .anticon {
  line-height: 0 !important;
}
.nameiconDiv {
  margin-top: 10px;
}
@media (max-width: 425px) {
  .nameiconDiv {
    padding-top: 25px !important;
  }
}
.uploadPhotoRow {
  width: 100% !important;
}
@media (max-width: 425px) {
  .uploadPhotoRow .ant-modal-wrap .antd-img-crop-modal {
    height: 100% !important;
  }
}
@media (max-width: 425px) {
  .uploadPhotoRow .ant-modal {
    height: 100% !important;
  }
}
@media (max-width: 425px) {
  .uploadPhotoRow .ant-modal-content {
    height: 100% !important;
  }
}
.coverUserNameDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.userNameandIdCol {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.userNameText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  color: #222 !important;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .userNameText {
    font-size: 19px !important;
  }
}
@media (max-width: 1024px) {
  .userNameText {
    font-size: 15px !important;
  }
}
@media (max-width: 425px) {
  .userNameText {
    margin-top: 0px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 375px) {
  .userNameText {
    font-size: 12px !important;
  }
}
.coverUserNameTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  color: #222 !important;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .coverUserNameTxt {
    font-size: 19px !important;
  }
}
@media (max-width: 1024px) {
  .coverUserNameTxt {
    font-size: 15px !important;
  }
}
@media (max-width: 425px) {
  .coverUserNameTxt {
    margin-top: 0px !important;
    font-size: 16px !important;
    max-width: 150px !important;
  }
}
@media (max-width: 375px) {
  .coverUserNameTxt {
    font-size: 12px !important;
    max-width: 120px !important;
  }
}
.chatOpen_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  color: #222 !important;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .chatOpen_text {
    font-size: 19px !important;
  }
}
@media (max-width: 1100px) {
  .chatOpen_text {
    max-width: 100px !important;
  }
}
@media (max-width: 1024px) {
  .chatOpen_text {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .chatOpen_text {
    margin-top: 0px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 375px) {
  .chatOpen_text {
    font-size: 12px !important;
  }
}
.editIconWhite {
  color: #fff;
  font-size: 16px !important;
}
@media (max-width: 425px) {
  .editIconWhite {
    font-size: 13px !important;
  }
}
.roundCircleSpanWhite {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
}
@media (max-width: 425px) {
  .roundCircleSpanWhite {
    width: 20px;
    height: 20px;
  }
}
.userIdText {
  font-size: 14px;
  color: #222 !important;
}
@media (max-width: 425px) {
  .userIdText {
    font-size: 12px;
  }
}
.headBtnCover {
  width: 100% !important;
}
.coverHeadCol {
  display: flex !important;
  justify-content: space-between !important;
}
.creditBtn {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-weight: bold !important;
  color: #fff !important;
  padding: 0px 25px !important;
  border-radius: 5px !important;
}
.creditBtn:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 425px) {
  .creditBtn {
    font-size: 12px !important;
    padding: 0px 10px !important;
    height: 25px !important;
  }
}
.refillSpan {
  color: #ea4550;
  text-decoration: underline;
  padding: 0px 5px;
}
.coverModalInput {
  height: 40px !important;
  width: 100% !important;
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .coverModalInput {
    font-size: 16px !important;
  }
}
@media (max-width: 425px) {
  .coverModalInput {
    height: 30px !important;
    font-size: 13px !important;
  }
}
.coverUploadCol {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 40px;
}
.uploadCoverBtn {
  border-radius: 5px !important;
}
@media (max-width: 425px) {
  .uploadCoverBtn {
    height: 30px !important;
    font-size: 12px !important;
    padding: 5px !important;
  }
}
.coverImgRow {
  top: 45px !important;
  position: relative !important;
}
.formLabelForName {
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: right;
  padding-right: 5px !important;
}
.coverSaveBtnRow {
  text-align: center;
  margin: 35px 0px 0px 0px !important;
}
@media (max-width: 1440px) {
  .coverSaveBtnRow {
    margin: 30px 0px 0px 0px !important;
  }
}
@media (max-width: 425px) {
  .coverSaveBtnRow {
    margin: 0px 0px 0px 0px !important;
  }
}
.formSaveBtn {
  margin-bottom: 0px !important;
}
.formSaveBtn .ant-form-item-control {
  display: flex !important;
  align-items: center !important;
}
.the_new_class {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  padding-bottom: 0px !important;
}
.the_new_class {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.the_new_class .ant-modal {
  padding-bottom: 0px !important;
  padding: 0px !important;
}
@media (max-width: 425px) {
  .the_new_class .ant-modal {
    width: 100% !important;
    height: -webkit-fill-available !important;
  }
}
.the_new_class .ant-modal-content {
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  padding: 35px 20px !important;
  align-items: flex-start !important;
}
@media (max-width: 575px) {
  .the_new_class .ant-modal-content {
    padding: 20px 20px !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 375px) {
  .the_new_class .ant-modal-content {
    padding: 15px 15px !important;
  }
}
.the_new_class .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.the_new_class .ant-modal-body {
  padding: 25px !important;
  width: 100% !important;
}
@media (max-width: 575px) {
  .the_new_class .ant-modal-body {
    padding: 0px !important;
  }
}
.the_new_class .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.the_new_class .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.the_new_class .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 575px) {
  .the_new_class {
    top: -5px !important;
    width: 100% !important;
  }
}
.nameFeildRow {
  display: flex;
  align-items: center;
  padding: 10px 0px !important;
  justify-content: space-between;
}
.coverModalGenderRow {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 5px 0px !important;
}
.coverModalSelect {
  height: 40px !important;
}
.coverModalSelect .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 150px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
  margin: 0px 5px !important;
}
.coverSavetBtn {
  margin-top: 20px;
  width: 200px !important;
  height: 40px !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  background-color: #d5232f !important;
  font-weight: bold !important;
  padding: 0px !important;
  font-size: 17px !important;
}
.coverSavetBtn:hover {
  color: #fff !important;
  background-color: #ea4550 !important;
}
@media (max-width: 768px) {
  .coverSavetBtn {
    padding: 0px 10px !important;
    font-size: 16px !important;
    height: 40px !important;
  }
}
@media (max-width: 425px) {
  .coverSavetBtn {
    padding: 0px !important;
    height: 30px !important;
    font-size: 12px !important;
    width: 100px !important;
  }
}
#coverFormModal {
  width: 100% !important;
  margin: 0px !important;
}
@media (max-width: 425px) {
  #coverFormModal {
    margin: 20px 0px !important;
  }
}
.aboutmeDatePicker {
  height: 40px !important;
  width: 100% !important;
  border-radius: 5px !important;
}
.aboutmeDatePicker .ant-picker-input > input {
  font-size: 16px !important;
}
@media (max-width: 425px) {
  .aboutmeDatePicker .ant-picker-input > input {
    font-size: 13px !important;
  }
}
@media (max-width: 425px) {
  .aboutmeDatePicker {
    height: 30px !important;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
[class^=ant-],
[class*= ant-],
[class^=ant-] *,
[class*= ant-] *,
[class^=ant-] *::before,
[class*= ant-] *::before,
[class^=ant-] *::after,
[class*= ant-] *::after {
  box-sizing: border-box;
}
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #d5232f;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #e3494e;
}
a:active {
  color: #b01323;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: #686868;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #d5232f;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #d5232f;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #d5232f;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #d5232f;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-enter-prepare,
.zoom-appear-prepare {
  transform: none;
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-enter-prepare,
.zoom-big-appear-prepare {
  transform: none;
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-enter-prepare,
.zoom-big-fast-appear-prepare {
  transform: none;
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-enter-prepare,
.zoom-up-appear-prepare {
  transform: none;
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-enter-prepare,
.zoom-down-appear-prepare {
  transform: none;
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-enter-prepare,
.zoom-left-appear-prepare {
  transform: none;
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-enter-prepare,
.zoom-right-appear-prepare {
  transform: none;
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: #686868;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: #000000;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #000000;
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #d5232f;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer button + button {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  float: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns button + button {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: #000000;
  background: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #e3494e;
  background: #fff;
  border-color: #e3494e;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active {
  color: #b01323;
  background: #fff;
  border-color: #b01323;
}
.ant-btn:active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  background: #d5232f;
  border-color: #d5232f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background: #e3494e;
  border-color: #e3494e;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active {
  color: #fff;
  background: #b01323;
  border-color: #b01323;
}
.ant-btn-primary:active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #e3494e;
  border-left-color: #e3494e;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #e3494e;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #e3494e;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: #000000;
  background: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #e3494e;
  background: transparent;
  border-color: #e3494e;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active {
  color: #b01323;
  background: transparent;
  border-color: #b01323;
}
.ant-btn-ghost:active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: #000000;
  background: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #e3494e;
  background: #fff;
  border-color: #e3494e;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active {
  color: #b01323;
  background: #fff;
  border-color: #b01323;
}
.ant-btn-dashed:active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background: #ff7875;
  border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active {
  color: #fff;
  background: #d9363e;
  border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #d5232f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #e3494e;
  background: transparent;
  border-color: #e3494e;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active {
  color: #b01323;
  background: transparent;
  border-color: #b01323;
}
.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text {
  color: #000000;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentColor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #e3494e;
  background: transparent;
  border-color: #e3494e;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentColor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #b01323;
  background: transparent;
  border-color: #b01323;
}
.ant-btn-text:active > a:only-child {
  color: currentColor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #000000;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: #000000;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #ff4d4f;
  background: #fff;
  border-color: #ff4d4f;
}
.ant-btn-dangerous > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff7875;
  background: #fff;
  border-color: #ff7875;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #d9363e;
  background: #fff;
  border-color: #d9363e;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  background: #ff7875;
  border-color: #ff7875;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  background: #d9363e;
  border-color: #d9363e;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #e3494e;
  background: transparent;
  border-color: #e3494e;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #b01323;
  background: transparent;
  border-color: #b01323;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  background: transparent;
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  background: transparent;
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #e3494e;
  background: transparent;
  border-color: #e3494e;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #b01323;
  background: transparent;
  border-color: #b01323;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 2px;
  vertical-align: -1px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-btn-loading-icon {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 0;
}
.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 0;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group-sm .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #d5232f;
  background: transparent;
  border-color: #d5232f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #e3494e;
  background: transparent;
  border-color: #e3494e;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active {
  color: #b01323;
  background: transparent;
  border-color: #b01323;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  background: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  background: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  background: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  background: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  background: transparent;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  background: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  background: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\A0';
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #e3494e;
  border-left-color: #d9d9d9;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #e3494e;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 10px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #fca5a2;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #fca5a2;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
  border-color: #dd4f59;
  box-shadow: 0 0 0 5px rgba(213, 35, 47, 0.12);
}
.ant-slider-handle:focus {
  border-color: #dd4f59;
  outline: none;
  box-shadow: 0 0 0 5px rgba(213, 35, 47, 0.12);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #d5232f;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #f07373;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #f07373;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #686868;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  user-select: none;
}
.ant-slider-mark-text-active {
  color: #000000;
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #ea9197;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-slider-rtl {
  direction: rtl;
}
.ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto;
}
.ant-slider-rtl .ant-slider-dot {
  margin-right: -4px;
  margin-left: 0;
}
.ant-slider-rtl .ant-slider-dot:first-child {
  margin-right: -4px;
  margin-left: 0;
}
.ant-slider-rtl .ant-slider-dot:last-child {
  margin-right: -4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content {
  background-color: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}
.ant-tooltip-red .ant-tooltip-arrow-content {
  background-color: #f5222d;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content {
  background-color: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content {
  background-color: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content {
  background-color: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}
.ant-tooltip-gold .ant-tooltip-arrow-content {
  background-color: #faad14;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content {
  background-color: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content {
  background-color: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}
.ant-tooltip-green .ant-tooltip-arrow-content {
  background-color: #52c41a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content {
  background-color: #1890ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
  background-color: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content {
  background-color: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

.disclaimerText {
  font-size: 13px;
  line-height: 1.4;
}
.resend_btn {
  margin-top: 5px;
}
.cardRowForGifts {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px !important;
  flex-wrap: wrap !important;
  padding: 0px 5px;
  width: 100%;
}
@media (max-width: 1440px) {
  .cardRowForGifts {
    padding: 0px 5px !important;
    padding-left: 5px !important;
  }
}
@media (max-width: 1024px) {
  .cardRowForGifts {
    padding: 0px 5px !important;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .cardRowForGifts {
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .cardRowForGifts {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .cardRowForGifts {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.centerRowGifts {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px !important;
  flex-wrap: wrap !important;
  padding: 0px 5px;
  width: 100%;
}
@media (max-width: 1440px) {
  .centerRowGifts {
    padding: 0px 5px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 1366px) {
  .centerRowGifts {
    padding-left: 5px !important;
  }
}
@media (max-width: 1024px) {
  .centerRowGifts {
    padding: 0px 5px !important;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .centerRowGifts {
    justify-content: space-between;
    padding: 0px 5px !important;
  }
}
.centerAlign {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .centerAlign {
    padding-left: 0px !important;
  }
}
@media (max-width: 1024px) {
  .centerAlign {
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .centerAlign {
    justify-content: space-between;
  }
}
.div_class_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.colTextBetween {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #222;
  text-align: center;
  word-wrap: break-word;
  white-space: nowrap;
}
.width_btn {
  height: 40px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
  overflow: hidden;
  border-radius: 5px !important;
  margin: 0px 0px !important;
  padding: 0px 14px !important;
}
@media (max-width: 1440px) {
  .width_btn {
    margin: 0px 5px !important;
  }
}
@media (max-width: 1366px) {
  .width_btn {
    margin: 0px 0px !important;
  }
}
@media (max-width: 1024px) {
  .width_btn {
    height: 35px !important;
    margin: 0px 0px !important;
    width: fit-content !important;
  }
}
.margin {
  height: 35px !important;
  font-weight: 600 !important;
  border: none !important;
  margin-bottom: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
  overflow: hidden;
  border-radius: 5px !important;
  padding: 0px 14px !important;
}
.margin:focus {
  color: black !important;
}
@media (max-width: 1440px) {
  .margin {
    font-size: 12px !important;
  }
}
@media (max-width: 1024px) {
  .margin {
    font-size: 10px !important;
    margin-bottom: 10px !important;
    width: 49% !important;
  }
}
@media (max-width: 768px) {
  .margin {
    margin-bottom: 5px !important;
    width: 49% !important;
  }
}
.giftsBtn {
  height: 40px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
  border-radius: 5px !important;
  overflow: hidden;
}
.giftsBtn:hover {
  background-color: #e8e8e8 !important;
  color: #222 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.giftsBtn:focus {
  color: black !important;
}
.giftsBtn .ant-btn:active {
  color: #222 !important;
}
.giftsBtn .ant-btn:focus {
  color: black !important;
}
.giftsBtn .anticon {
  line-height: 0 !important;
}
@media (max-width: 1366px) {
  .giftsBtn .anticon {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .giftsBtn .anticon {
    line-height: 1 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .giftsBtn {
    height: 40px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 1024px) {
  .giftsBtn {
    font-size: 10px !important;
    padding: 5px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .giftsBtn {
    font-size: 11px !important;
    height: 35px !important;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 700px) {
  .giftsBtn {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 575px) {
  .giftsBtn {
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .giftsBtn {
    margin-bottom: 5px !important;
    height: 30px !important;
    font-size: 10px !important;
    padding: 0px 10px !important;
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  .giftsBtn {
    padding: 0px 10px !important;
  }
}
@media (max-width: 575px) {
  .sendGift {
    margin-left: 6px !important;
  }
}
@media (max-width: 425px) {
  .sendGift {
    margin-left: 6px !important;
  }
}
@media (max-width: 375px) {
  .sendGift {
    margin-left: 13px !important;
  }
}
@media (max-width: 320px) {
  .sendGift {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.fullwidth {
  width: 85% !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
  font-size: 12px !important;
}
@media (max-width: 425px) {
  .fullwidth {
    width: 80% !important;
  }
}
.full_w_giftcol.ant-col-xl-16 {
  z-index: 11;
  max-width: 100% !important;
  width: 70% !important;
}
@media (max-width: 1440px) {
  .full_w_giftcol.ant-col-xl-16 {
    max-width: 100% !important;
    width: 85% !important;
  }
}
@media (max-width: 1024px) {
  .full_w_giftcol.ant-col-xl-16 {
    max-width: 80% !important;
  }
}
@media (max-width: 768px) {
  .full_w_giftcol.ant-col-xl-16 {
    max-width: 100% !important;
  }
}
.blockBtn {
  width: fit-content !important;
  height: 40px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  margin-left: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
  border-radius: 5px !important;
  overflow: hidden;
}
.blockBtn:hover {
  background-color: #e8e8e8 !important;
  color: #222 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.blockBtn .anticon {
  line-height: 0 !important;
}
@media (max-width: 1440px) {
  .blockBtn {
    height: 42px !important;
  }
}
@media (max-width: 768px) {
  .blockBtn {
    font-size: 11px !important;
    height: 35px !important;
  }
}
@media (max-width: 425px) {
  .blockBtn {
    height: 30px !important;
    font-size: 10px !important;
    padding: 0px 10px !important;
  }
}
.blockIcon {
  cursor: pointer !important;
  width: 15px;
  color: #4e4e4e !important;
  transition: all 0.5s;
}
#daterequestmodal .ant-form-item {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
#daterequestmodal .ant-picker {
  width: 100% !important;
}
.dateModal {
  padding-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 50px 30px 50px !important;
}
.dateModal {
  width: fit-content !important;
  height: fit-content !important;
}
.dateModal .ant-modal {
  height: fit-content !important;
  padding: 20px 50px 30px 50px !important;
}
@media (max-width: 425px) {
  .dateModal .ant-modal {
    width: 100% !important;
  }
}
.dateModal .ant-modal-content {
  padding: 20px 50px 30px 50px !important;
  border-radius: 10px !important;
}
.dateModal .ant-modal-body {
  padding: 0px !important;
}
.creditRow {
  width: 100%;
  height: 100%;
}
.Hrs72Text {
  text-align: center !important;
}
.requestModal .ant-modal-content {
  padding: 30px !important;
}
.requestModal_class {
  width: max-content !important;
}
.requestModal_class {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.requestModal_class .ant-modal {
  width: fit-content !important;
  padding: 0px !important;
}
@media (max-width: 425px) {
  .requestModal_class .ant-modal {
    width: 100% !important;
  }
}
.requestModal_class .ant-modal-content {
  background: transparent !important;
  width: fit-content !important;
  height: fit-content !important;
  padding: 35px 20px !important;
  align-items: flex-start !important;
}
@media (max-width: 425px) {
  .requestModal_class .ant-modal-content {
    padding: 20px 15px !important;
    width: 100% !important;
  }
}
.requestModal_class .ant-modal-body {
  width: 595px !important;
  padding: 10px !important;
}
@media (max-width: 768px) {
  .requestModal_class .ant-modal-body {
    width: 100% !important;
  }
}
.requestModal_class .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.requestModal_class .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.requestModal_class .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 425px) {
  .requestModal_class {
    top: -5px !important;
    width: 100% !important;
  }
}
.videoIneligibleText {
  margin-bottom: 10px;
}
.videoIntroText {
  margin-bottom: 15px;
}
.videoFormSpacing {
  margin-top: 10px;
}
.videoRequestModal_class .ant-modal-header {
  display: none !important;
}
.modalLoader {
  text-align: center;
  padding: 30px;
}
.requestText {
  color: #222 !important;
  font-size: 18px !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}
@media (max-width: 575px) {
  .requestText {
    font-size: 16px !important;
  }
}
.eligible_strong {
  padding: 0px 5px;
}
.mailLink {
  padding: 0px 5px !important;
  text-decoration: underline !important;
}
.mailLink:hover {
  text-decoration: underline !important;
}
.askCol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.askBtn {
  margin: 10px 0px !important;
}
.sendemailInput {
  width: 100%;
}
#ContactExchangeForm .ant-form-item {
  margin-bottom: 0px !important;
}
#ContactExchangeForm .ant-form-item-control-input {
  text-align: center !important;
  margin: 10px 0px !important;
}
.flexBtn {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
}
.date_datepicker_class .ant-picker-panel-container {
  width: fit-content !important;
}
@media (max-width: 425px) {
  .date_datepicker_class .ant-picker-panel-container {
    margin-left: 10px !important;
    width: auto !important;
  }
}
@media (max-width: 375px) {
  .date_datepicker_class .ant-picker-panel-container {
    width: auto !important;
  }
}
@media (max-width: 425px) {
  .date_datepicker_class .ant-picker-panel {
    width: 100% !important;
  }
}
.date_datepicker_class .ant-picker-content {
  table-layout: auto !important;
  width: min-content !important;
}
.date_datepicker_class .ant-picker-body {
  width: min-content !important;
}
@media (max-width: 425px) {
  .date_datepicker_class .ant-picker-body {
    font-size: 12px !important;
    padding: 0px 5px !important;
  }
}
.date_datepicker_class .ant-picker-time-panel {
  width: 100% !important;
}
.date_datepicker_class .ant-picker-dropdown {
  position: fixed !important;
  top: 255px !important;
}
@media (max-width: 425px) {
  .date_datepicker_class .ant-picker-time-panel-column {
    width: 39px !important;
    right: 4px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .date_datepicker_class .ant-picker-time-panel-column li {
    margin-left: -6px !important;
  }
}
.date_datepicker_class .ant-picker-date-panel {
  width: auto !important;
}
@media (max-width: 425px) {
  .date_datepicker_class .ant-picker-date-panel {
    width: min-content !important;
  }
}
.date_datepicker_class .ant-picker-header {
  font-size: 12px !important;
  height: 34px !important;
}
@media (max-width: 425px) {
  .date_datepicker_class .ant-picker-ranges {
    padding: 0px 5px;
  }
}

.tableCol {
  width: 100%;
}
.tableCol span.label {
  display: none;
}
.tableCol .ant-table-body {
  width: 100% !important;
  height: 615px !important;
}
.tableCol .ant-pagination {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 15px !important;
  margin: 0px !important;
  border-top: 0.5px solid #eee;
}
.tableCol .ant-table-cell {
  padding: 15px 10px !important;
}
@media (max-width: 1024px) {
  .tableCol .ant-table-cell {
    padding: 16px 10px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .tableCol .ant-table-cell {
    padding: 16px 16px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .tableCol tr.ant-table-row {
    position: relative;
    margin-bottom: 10px;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #e9e9e9;
    border-right-color: #e9e9e9;
    border-left-color: #e9e9e9;
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    box-shadow: 1px 1px 3px #dfdfdf;
  }
  .tableCol thead.ant-table-thead {
    display: none;
  }
  .tableCol .ant-table-body {
    overflow-x: hidden !important;
  }
  .tableCol .ant-table-tbody > tr > td {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    vertical-align: bottom;
    white-space: nowrap;
    text-align: left;
  }
  .tableCol span.label {
    display: block;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .tableCol span.mobile-lbl-val {
    display: block;
    white-space: nowrap;
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.open_contactRow {
  width: 100%;
  border: 0.5px solid #eee;
  border-radius: 10px;
  border-top: 0px;
}
.open_contactRow .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.open_contactRow .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 425px) {
  .open_contactRow .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 0px !important;
  }
}
@media (max-width: 1024px) {
  .open_contactRow tr.ant-table-row {
    position: relative;
    margin-bottom: 10px;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #e9e9e9;
    border-right-color: #e9e9e9;
    border-left-color: #e9e9e9;
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    box-shadow: 1px 1px 3px #dfdfdf;
  }
  .open_contactRow thead.ant-table-thead {
    display: none;
  }
  .open_contactRow .ant-table-body {
    overflow-x: hidden !important;
  }
  .open_contactRow .ant-table-tbody > tr > td {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    vertical-align: bottom;
    white-space: nowrap;
    text-align: left;
  }
  .open_contactRow span.label {
    display: block;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .open_contactRow span.mobile-lbl-val {
    display: block;
    white-space: nowrap;
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.contact_table_col {
  border: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border-top: 0px;
  height: fit-content;
  min-height: calc(78vh - 100px);
}
@media (max-width: 1024px) {
  .contact_table_col {
    min-height: calc(80vh - 126px);
  }
}
@media (max-width: 768px) {
  .contact_table_col {
    min-height: calc(80vh - 190px);
  }
}
@media (max-width: 567px) {
  .contact_table_col {
    min-height: calc(75vh - 190px);
  }
}
.table_col_avatar {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .table_col_avatar {
    display: block;
  }
}
.table_contact_avatar {
  display: flex;
  align-items: center;
}
.table_avatar_div {
  cursor: pointer;
}
.tableNameCol {
  display: flex;
  flex: 1;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .tableNameCol {
    font-size: 20px !important;
  }
}
@media (max-width: 425px) {
  .tableNameCol {
    padding-left: 15px !important;
  }
}
@media (max-width: 425px) {
  .eyeClickCol {
    display: flex;
    flex-direction: column;
  }
}
.contactTableRow {
  width: 100%;
}
.contactTableRow .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.contactTableRow .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 425px) {
  .contactTableRow .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 13px !important;
  }
}
.onlineCircleRequest {
  position: absolute;
  bottom: -2px;
  font-size: 12px;
  color: #009f83;
  background-color: #009f83;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}
@media (max-width: 1440px) {
  .onlineCircleRequest {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .onlineCircleRequest {
    bottom: 0px;
    left: 32px;
  }
}
.offlineCircleRequest {
  position: absolute;
  bottom: -2px;
  color: rgba(128, 128, 128, 0.9);
  background-color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}
@media (max-width: 1440px) {
  .offlineCircleRequest {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .offlineCircleRequest {
    bottom: 0px;
    left: 32px;
  }
}
.contact_avatar_img {
  margin-right: 10px;
  height: 44px;
  width: 44px;
}
.date_avatar_img {
  margin-right: 10px;
  height: 44px;
  width: 63px;
}
@media (max-width: 1440px) {
  .date_avatar_img {
    width: 63px;
  }
}
@media (max-width: 1366px) {
  .date_avatar_img {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .date_avatar_img {
    width: 80px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .date_avatar_img {
    width: 44px;
    height: 44px;
  }
}

.dateTableRow {
  width: 100%;
  border: 0.5px solid #eee;
  border-radius: 10px;
  border-top: 0px;
}
.dateTableRow .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.dateTableRow .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 425px) {
  .dateTableRow .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 13px !important;
  }
}
.check_btn {
  padding: 0px !important;
  color: #fff !important;
  background: green !important;
  border-radius: 5px !important;
  border-color: green !important;
}
.cancel_btn {
  margin: 0px 5px !important;
  padding: 0px !important;
  color: #fff !important;
  background: #d5232f !important;
  border-radius: 5px !important;
}
.rescheduled_btn {
  border-radius: 5px !important;
  font-size: 11px;
  padding: 0px 5px;
  height: 25px;
  border-color: #d5232f !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.rescheduled_btn .anticon {
  line-height: 0 !important;
}
.rescheduled_btn span {
  margin-left: 0px !important;
}
.onlineCircleDate {
  position: absolute;
  bottom: -2px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}
@media (max-width: 1440px) {
  .onlineCircleDate {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .onlineCircleDate {
    bottom: 42px;
    left: 32px;
  }
}
.offlineCircleDate {
  position: absolute;
  bottom: -2px;
  font-size: 12px;
  color: rgba(128, 128, 128, 0.9);
  background-color: rgba(128, 128, 128, 0.9);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}
@media (max-width: 1440px) {
  .offlineCircleDate {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .offlineCircleDate {
    bottom: 42px;
    left: 32px;
  }
}
.open_dateRow {
  width: 100%;
  border: 0.5px solid #eee;
  border-radius: 10px;
  border-top: 0px;
}
.open_dateRow .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.open_dateRow .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 1440px) {
  .open_dateRow .ant-table-thead {
    font-size: 15px !important;
    padding: 10px 13px !important;
  }
}
@media (max-width: 425px) {
  .open_dateRow .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 0px !important;
  }
}
.open_dateRow .ant-table-thead > tr > th {
  padding: 10px !important;
}
.open_dateRow .ant-table-tbody > tr > td {
  padding: 10px !important;
}
@media (max-width: 1024px) {
  .open_dateRow tr.ant-table-row {
    position: relative;
    margin-bottom: 10px;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #e9e9e9;
    border-right-color: #e9e9e9;
    border-left-color: #e9e9e9;
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    box-shadow: 1px 1px 3px #dfdfdf;
  }
  .open_dateRow thead.ant-table-thead {
    display: none;
  }
  .open_dateRow .ant-table-body {
    overflow-x: hidden !important;
  }
  .open_dateRow .ant-table-tbody > tr > td {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    vertical-align: bottom;
    white-space: nowrap;
    text-align: left;
  }
  .open_dateRow span.label {
    display: block;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .open_dateRow span.mobile-lbl-val {
    display: block;
    white-space: nowrap;
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.name_text_date {
  overflow: hidden !important;
  width: 100%;
}
@media (max-width: 768px) {
  .tableNameCol {
    font-size: 20px !important;
  }
}
.approve_text {
  font-size: 20px;
}
@media (max-width: 425px) {
  .approve_text {
    font-size: 16px;
  }
}
.line_div {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 15px 0px;
  margin: 10px 0px;
}
.new_data_col {
  display: flex;
  flex-direction: column;
}
.initial_text {
  font-size: 14px;
}
@media (max-width: 425px) {
  .initial_text {
    font-size: 13px;
  }
}
.confirm_txt {
  font-size: 14px;
}
@media (max-width: 425px) {
  .confirm_txt {
    font-size: 13px;
  }
}
.new_data {
  font-size: 14px;
}
@media (max-width: 425px) {
  .new_data {
    font-size: 13px;
  }
}
.new_place {
  font-size: 14px;
}
@media (max-width: 425px) {
  .new_place {
    font-size: 12px;
  }
}
.flex_div {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}
.approve_btn {
  background-color: green !important;
  color: #fff !important;
  border-radius: 5px !important;
  margin-right: 10px !important;
}
@media (max-width: 425px) {
  .approve_btn {
    font-size: 12px;
    padding: 0px 10px;
    height: 30px;
  }
}
.reject_btn {
  margin-left: 10px;
  color: #fff !important;
  border-radius: 5px !important;
}
@media (max-width: 425px) {
  .reject_btn {
    font-size: 12px;
    padding: 0px 10px;
    height: 30px;
  }
}
.request_modal_settings {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
}
.request_modal_settings .ant-modal {
  padding: 0px !important;
}
@media (max-width: 425px) {
  .request_modal_settings .ant-modal {
    width: 100% !important;
  }
}
.request_modal_settings .ant-modal-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  align-items: flex-start !important;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .request_modal_settings .ant-modal-content {
    width: auto !important;
  }
}
.request_modal_settings .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.request_modal_settings .ant-modal-body {
  padding: 0px !important;
  overflow: hidden;
  width: 500px !important;
}
@media (max-width: 768px) {
  .request_modal_settings .ant-modal-body {
    width: calc(100vw - 40px) !important;
  }
}
@media (max-width: 575px) {
  .request_modal_settings .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
@media (max-width: 425px) {
  .request_modal_settings .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
.request_modal_settings .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.request_modal_settings .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.request_modal_settings .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 425px) {
  .request_modal_settings {
    top: -5px !important;
    width: 100% !important;
    height: 100% !important;
  }
}

.tableCol {
  width: 100%;
}
.tableCol span.label {
  display: none;
}
.tableCol .ant-table-body {
  width: 100% !important;
  height: 615px !important;
}
.tableCol .ant-pagination {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 15px !important;
  margin: 0px !important;
  border-top: 0.5px solid #eee;
}
.tableCol .ant-table-cell {
  padding: 15px 10px !important;
}
@media (max-width: 1024px) {
  .tableCol .ant-table-cell {
    padding: 16px 10px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .tableCol .ant-table-cell {
    padding: 16px 16px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .tableCol tr.ant-table-row {
    position: relative;
    margin-bottom: 10px;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #e9e9e9;
    border-right-color: #e9e9e9;
    border-left-color: #e9e9e9;
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    box-shadow: 1px 1px 3px #dfdfdf;
  }
  .tableCol thead.ant-table-thead {
    display: none;
  }
  .tableCol .ant-table-body {
    overflow-x: hidden !important;
  }
  .tableCol .ant-table-tbody > tr > td {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    vertical-align: bottom;
    white-space: nowrap;
    text-align: left;
  }
  .tableCol span.label {
    display: block;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .tableCol span.mobile-lbl-val {
    display: block;
    white-space: nowrap;
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.open_contactRow {
  width: 100%;
  border: 0.5px solid #eee;
  border-radius: 10px;
  border-top: 0px;
}
.open_contactRow .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.open_contactRow .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 425px) {
  .open_contactRow .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 0px !important;
  }
}
@media (max-width: 1024px) {
  .open_contactRow tr.ant-table-row {
    position: relative;
    margin-bottom: 10px;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #e9e9e9;
    border-right-color: #e9e9e9;
    border-left-color: #e9e9e9;
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    box-shadow: 1px 1px 3px #dfdfdf;
  }
  .open_contactRow thead.ant-table-thead {
    display: none;
  }
  .open_contactRow .ant-table-body {
    overflow-x: hidden !important;
  }
  .open_contactRow .ant-table-tbody > tr > td {
    display: inline-block;
    width: 50%;
    min-width: 50%;
    vertical-align: bottom;
    white-space: nowrap;
    text-align: left;
  }
  .open_contactRow span.label {
    display: block;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
    font-weight: 500;
  }
  .open_contactRow span.mobile-lbl-val {
    display: block;
    white-space: nowrap;
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.contact_table_col {
  border: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border-top: 0px;
  height: fit-content;
  min-height: calc(78vh - 100px);
}
@media (max-width: 1024px) {
  .contact_table_col {
    min-height: calc(80vh - 126px);
  }
}
@media (max-width: 768px) {
  .contact_table_col {
    min-height: calc(80vh - 190px);
  }
}
@media (max-width: 567px) {
  .contact_table_col {
    min-height: calc(75vh - 190px);
  }
}
.table_col_avatar {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .table_col_avatar {
    display: block;
  }
}
.table_contact_avatar {
  display: flex;
  align-items: center;
}
.table_avatar_div {
  cursor: pointer;
}
.tableNameCol {
  display: flex;
  flex: 1;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .tableNameCol {
    font-size: 20px !important;
  }
}
@media (max-width: 425px) {
  .tableNameCol {
    padding-left: 15px !important;
  }
}
@media (max-width: 425px) {
  .eyeClickCol {
    display: flex;
    flex-direction: column;
  }
}
.contactTableRow {
  width: 100%;
}
.contactTableRow .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.contactTableRow .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 425px) {
  .contactTableRow .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 13px !important;
  }
}
.onlineCircleRequest {
  position: absolute;
  bottom: -2px;
  font-size: 12px;
  color: #009f83;
  background-color: #009f83;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}
@media (max-width: 1440px) {
  .onlineCircleRequest {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .onlineCircleRequest {
    bottom: 0px;
    left: 32px;
  }
}
.offlineCircleRequest {
  position: absolute;
  bottom: -2px;
  color: rgba(128, 128, 128, 0.9);
  background-color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 30px;
}
@media (max-width: 1440px) {
  .offlineCircleRequest {
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .offlineCircleRequest {
    bottom: 0px;
    left: 32px;
  }
}
.contact_avatar_img {
  margin-right: 10px;
  height: 44px;
  width: 44px;
}
.date_avatar_img {
  margin-right: 10px;
  height: 44px;
  width: 63px;
}
@media (max-width: 1440px) {
  .date_avatar_img {
    width: 63px;
  }
}
@media (max-width: 1366px) {
  .date_avatar_img {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .date_avatar_img {
    width: 80px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .date_avatar_img {
    width: 44px;
    height: 44px;
  }
}

.presentTableRow {
  width: 100%;
}
.presentTableRow .ant-divider-horizontal {
  margin: 15px 0 0px !important;
}
.presentTableRow .ant-table-thead {
  font-size: 16px !important;
  padding: 0px 16px !important;
}
@media (max-width: 425px) {
  .presentTableRow .ant-table-thead {
    font-size: 14px !important;
    padding: 10px 13px !important;
  }
}
.present_table_col {
  border: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border-top: 0px;
  height: fit-content;
  min-height: calc(83vh - 100px);
}
@media (max-width: 1024px) {
  .present_table_col {
    min-height: calc(85vh - 126px);
  }
}
@media (max-width: 768px) {
  .present_table_col {
    min-height: calc(85vh - 190px);
  }
}
@media (max-width: 567px) {
  .present_table_col {
    min-height: calc(80vh - 190px);
  }
}

.rowLookingFor {
  background-color: #fff;
  transition: all 0.5s !important;
  overflow: hidden;
  border-right: 0.5px solid #eee !important;
  border-left: 0.5px solid #eee !important;
}
.rowLookingFor-active {
  transition: all 0.5s !important;
  height: fit-content !important;
}
@media (max-width: 425px) {
  .rowLookingFor {
    height: fit-content !important;
  }
}
.lookingforText {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  padding: 10px 0px !important;
}
@media (max-width: 1550px) {
  .lookingforText {
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .lookingforText {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .lookingforText {
    font-size: 12px !important;
  }
}
.lookingForSelectOption {
  margin-bottom: 10px !important;
  height: 40px !important;
}
.lookingForSelectOption .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 345px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
#LookingforModalForm {
  width: 100% !important;
}
@media (max-width: 320px) {
  #LookingforModalForm {
    width: 280px !important;
  }
}
.lookingfoTextArea {
  width: 100%;
  height: 200px !important;
  font-size: 20px !important;
  padding: 0px 10px !important;
  padding-top: 5px !important;
  margin-top: 30px !important;
}
@media (max-width: 768px) {
  .lookingfoTextArea {
    font-size: 16px !important;
    padding: 10px !important;
  }
}
@media (max-width: 425px) {
  .lookingfoTextArea {
    font-size: 13px !important;
  }
}
@media (max-width: 320px) {
  .lookingfoTextArea {
    font-size: 14px !important;
    height: 150px !important;
  }
}
.lokinFornameFeildRow {
  display: flex;
  align-items: center;
  padding: 10px 0px !important;
  justify-content: center;
}
.LookinForOptionRow {
  display: flex;
  align-items: center;
}
.LookinForOptionRow .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 70px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .LookinForOptionRow .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 14px !important;
    height: 40px !important;
  }
}
@media (max-width: 425px) {
  .LookinForOptionRow .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    width: 100% !important;
    height: 30px !important;
  }
}
@media (max-width: 425px) {
  .LookinForOptionRow {
    align-items: flex-end;
  }
}
.rowLookingForClass {
  display: flex !important;
  align-items: baseline !important;
}
@media (max-width: 768px) {
  .rowLookingForClass {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.lookingforSelect {
  display: flex !important;
  align-items: center !important;
}
.lookingforSelect .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 270px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
  text-align: left !important;
}
@media (max-width: 768px) {
  .lookingforSelect .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 14px !important;
    height: 40px !important;
    width: 310px !important;
  }
}
@media (max-width: 425px) {
  .lookingforSelect .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    height: 30px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 320px) {
  .lookingforSelect .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    width: 280px !important;
  }
}
@media (max-width: 768px) {
  .lookingforSelect {
    font-size: 14px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 575px) {
  .ages_class .ant-form-item-label {
    flex: 1 1 0% !important;
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .ages_class .ant-form-item-control {
    flex: 1 1 0% !important;
    margin-top: 20px !important;
    align-items: flex-start !important;
    max-width: 60px !important;
  }
}
@media (max-width: 425px) {
  .mobile_flex {
    width: 130px;
    display: flex;
    flex-direction: column;
  }
}
.lookingforLabel {
  display: flex;
  align-items: center;
  padding: 0px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 425px) {
  .lookingforLabel .ant-form-item-label {
    padding-bottom: 0px !important;
  }
}
.lookingforLabel .ant-form-item-label > label {
  font-size: 18px !important;
  font-weight: bold !important;
}
@media (max-width: 768px) {
  .lookingforLabel .ant-form-item-label > label {
    font-size: 16px !important;
  }
}
@media (max-width: 425px) {
  .lookingforLabel .ant-form-item-label > label {
    padding-bottom: 0px !important;
    font-size: 13px !important;
  }
}
.betweenAges {
  margin: 0px 0px 0px 10px !important;
}
@media (max-width: 768px) {
  .betweenAges {
    margin: 30px 0px 0px 0px !important;
  }
}
@media (max-width: 425px) {
  .betweenAges {
    margin: 0px !important;
  }
}
.and {
  margin-left: 5px !important;
}
@media (max-width: 425px) {
  .and .ant-form-item-label {
    margin-top: 20px !important;
    margin-right: 5px !important;
  }
}

.rowMyInterests {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: fit-content !important;
  transition: all 0.5s !important;
  overflow: hidden;
  border: 0.5px solid #eee !important;
}
.siderShowBtn {
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid !important;
  border-radius: 20px !important;
  height: 25px !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.5s !important;
}
@media (max-width: 1550px) {
  .siderShowBtn {
    font-size: 12px !important;
    padding: 0px 5px !important;
  }
}
@media (max-width: 1440px) {
  .siderShowBtn {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .siderShowBtn {
    padding: 0px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 375px) {
  .siderShowBtn {
    padding: 0px 5px !important;
    font-size: 10px !important;
    height: 20px !important;
  }
}
.contentdataCol {
  padding: 10px 15px;
}
@media (max-width: 1440px) {
  .contentdataCol {
    padding: 10px 10px !important;
  }
}
@media (max-width: 768px) {
  .contentdataCol {
    padding: 10px 5px !important;
  }
}
@media (max-width: 575px) {
  .contentdataCol {
    padding: 15px !important;
  }
}
.titleIconDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.interestsDataDiv {
  padding: 5px;
  margin: 2px;
  width: fit-content;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .interestsDataDiv {
    padding: 0px !important;
    margin: 0px !important;
  }
}
.spanBtnIcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interestRowData {
  padding: 0px 10px 0px 0px;
  font-size: 16px !important;
  width: 90%;
}
@media (max-width: 1550px) {
  .interestRowData {
    font-size: 14px !important;
  }
}
@media (max-width: 1024px) {
  .interestRowData {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .interestRowData {
    font-size: 12px !important;
  }
}
.MyinterestsItem {
  padding: 5px 10px;
  margin: 4px;
  cursor: pointer;
  width: fit-content;
  border-radius: 20px;
}
.MyinterestsItem:hover {
  background-color: #fff;
}
.MyinterestsItem-active,
.MyinterestsItem-active:hover {
  background-color: #d5232f;
}
.MyinterestsItem-active i,
.MyinterestsItem-active:hover i {
  color: #fff;
}
@media (max-width: 425px) {
  .MyinterestsItem {
    padding: 5px 5px !important;
  }
}
.skeletonButton {
  border-radius: 25px !important;
  width: 70px !important;
  height: 30px !important;
  margin: 5px 5px 5px 0px !important;
}
@media (max-width: 1440px) {
  .skeletonButton {
    width: 70px !important;
    height: 30px !important;
  }
}
@media (max-width: 425px) {
  .skeletonButton {
    width: 73px !important;
  }
}
.myInterestsRow {
  padding: 0 10px;
  font-size: 16px;
  width: 650px !important;
  max-width: 100% !important;
}
.myInterestsRow-active {
  color: #fff !important;
}
@media (max-width: 768px) {
  .myInterestsRow {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .myInterestsRow {
    padding: 0px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 320px) {
  .myInterestsRow {
    font-size: 13px !important;
  }
}
#myinterestForm {
  width: 100% !important;
}
@media (max-width: 768px) {
  #myinterestForm {
    width: 500px !important;
  }
}
@media (max-width: 425px) {
  #myinterestForm {
    width: 350px !important;
  }
}
@media (max-width: 375px) {
  #myinterestForm {
    width: 315px !important;
  }
}
@media (max-width: 320px) {
  #myinterestForm {
    width: 285px !important;
  }
}

.headerTextCol {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: center;
}
.headerText {
  font-size: 25px !important;
  color: #222 !important;
}
@media (max-width: 425px) {
  .headerText {
    font-size: 18px !important;
    text-align: center;
  }
}
.greenBtn {
  border-radius: 5px !important;
  margin: 20px 0px 10px 0px !important;
}
.pricingModal {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
}
.pricingModal .ant-modal {
  padding: 0px !important;
}
@media (max-width: 425px) {
  .pricingModal .ant-modal {
    width: 100% !important;
  }
}
.pricingModal .ant-modal-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  padding-bottom: 0px !important;
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  align-items: flex-start !important;
}
@media (max-width: 425px) {
  .pricingModal .ant-modal-content {
    padding: 20px 20px !important;
    width: 100% !important;
  }
}
@media (max-width: 375px) {
  .pricingModal .ant-modal-content {
    padding: 15px 15px !important;
  }
}
.pricingModal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.pricingModal .ant-modal-body {
  padding: 30px 40px !important;
  width: 900px !important;
}
@media (max-width: 920px) {
  .pricingModal .ant-modal-body {
    width: fit-content !important;
  }
}
@media (max-width: 768px) {
  .pricingModal .ant-modal-body {
    padding: 25px 15px !important;
  }
}
@media (max-width: 425px) {
  .pricingModal .ant-modal-body {
    padding: 0px !important;
  }
}
.pricingModal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.pricingModal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.pricingModal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 549px) {
  .pricingModal {
    top: -5px !important;
    width: 100% !important;
    height: 100% !important;
  }
}
h2 {
  margin: 0;
}
.basic .pricing-header {
  background-image: linear-gradient(to bottom, #dd2476, #ff512f);
}
.basic .price-circle {
  border: 10px solid #ff512f;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .basic .price-circle {
    border: 7px solid #ff512f;
  }
}
@media (max-width: 425px) {
  .basic .price-circle {
    border: 5px solid #ff512f;
  }
}
.basic:hover .price-circle {
  border-width: 5px;
}
.eco .pricing-header {
  background-image: linear-gradient(to bottom, #dd2476, #ff512f);
}
.eco .price-circle {
  border: 10px solid #ff512f;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .eco .price-circle {
    border: 7px solid #ff512f;
  }
}
@media (max-width: 425px) {
  .eco .price-circle {
    border: 5px solid #ff512f;
  }
}
.eco:hover .price-circle {
  border-width: 5px;
}
.pro .pricing-header {
  background-image: linear-gradient(to bottom, #dd2476, #ff512f);
}
.pro .price-circle {
  border: 10px solid #ff512f;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .pro .price-circle {
    border: 7px solid #ff512f;
  }
}
@media (max-width: 425px) {
  .pro .price-circle {
    border: 5px solid #ff512f;
  }
}
.pro:hover .price-circle {
  border-width: 5px;
}
.business .pricing-header {
  background-color: #dd2476;
}
.business .price-circle {
  border: 10px solid #dd2476;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .business .price-circle {
    border: 7px solid #ff512f;
  }
}
@media (max-width: 425px) {
  .business .price-circle {
    border: 5px solid #ff512f;
  }
}
.business:hover .price-circle {
  border-width: 5px;
}
.payContainer {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin: auto;
  max-width: 600px;
  text-align: center;
}
.column {
  z-index: 1000 !important;
  padding: 10px 10px 10px 10px;
  width: 100%;
}
@media (max-width: 425px) {
  .column {
    padding: 10px 0px 10px 0px;
  }
}
.pricing-card {
  -moz-border-radius: 20px;
  -ms-transition: 0.4s background-color ease;
  -webkit-border-radius: 20px;
  -webkit-transition: 0.4s background-color ease;
  background-color: #fefefe;
  border-radius: 20px;
  height: 415px;
  position: relative;
  transition: 0.4s background-color ease;
  transition: all 0.4s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.pricing-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.pricing-card .popular {
  background-color: #eb3b5a;
  background: #020024;
  r-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 5%;
  top: 0;
  width: auto;
  z-index: 1;
}
.pricing-card .badge-box {
  margin-top: 80px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .pricing-card .badge-box {
    margin-top: 70px;
  }
}
@media (max-width: 425px) {
  .pricing-card .badge-box {
    margin-top: 65px;
  }
}
.pricing-card .badge-box span {
  border-radius: 25px;
  border: 1px solid #ff512f;
  color: #ff512f;
  display: inline-block;
  overflow: hidden;
  padding: 4px 12px !important;
}
@media (max-width: 768px) {
  .pricing-card .badge-box span {
    font-size: 12px !important;
    padding: 4px 10px !important;
  }
}
@media (max-width: 425px) {
  .pricing-card .badge-box span {
    font-size: 11px !important;
    padding: 3px 8px !important;
  }
}
.pricing-card .pricing-header {
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  height: 150px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .pricing-card .pricing-header {
    height: 125px;
  }
}
@media (max-width: 425px) {
  .pricing-card .pricing-header {
    height: 60px;
  }
}
.pricing-card .pricing-header .plan-title {
  color: white;
  font-size: 24px;
  position: relative;
  top: 25%;
}
@media (max-width: 768px) {
  .pricing-card .pricing-header .plan-title {
    font-size: 14px;
  }
}
.pricing-card .pricing-header .price-circle {
  background-color: white;
  border-radius: 100%;
  height: 120px;
  left: 50%;
  position: absolute;
  top: 60%;
  width: 120px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .pricing-card .pricing-header .price-circle {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 425px) {
  .pricing-card .pricing-header .price-circle {
    height: 80px;
    width: 80px;
  }
}
.pricing-card .pricing-header .price-circle .info {
  color: gray;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.pricing-card .pricing-header .price-circle .price-title {
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding: 28px 0 0;
}
@media (max-width: 768px) {
  .pricing-card .pricing-header .price-circle .price-title {
    font-size: 17px;
    padding: 20px 0 0;
  }
}
@media (max-width: 425px) {
  .pricing-card .pricing-header .price-circle .price-title {
    font-size: 14px;
    padding: 13px 0 0;
  }
}
.pricing-card .pricing-header .price-circle .price-title small {
  font-size: 18px;
}
.pricing-card .pricing-header h2 {
  color: #ffffff;
  position: relative;
  top: 40%;
}
.pricing-card ul {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
@media (max-width: 768px) {
  .pricing-card ul {
    margin: 5px 0px 0px 0px;
  }
}
.pricing-card ul li {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 768px) {
  .pricing-card ul li {
    padding: 5px 0px 5px 0px;
    font-size: 13px !important;
  }
}
@media (max-width: 425px) {
  .pricing-card ul li {
    padding: 2px 0px 2px 0px;
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .pricing-card {
    height: 340px;
  }
}
@media (max-width: 425px) {
  .pricing-card {
    height: 235px;
  }
}
.pay_here_text {
  padding-bottom: 10px;
}
.input_class_number {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.slash_class {
  padding: 0px 5px;
  font-size: 25px !important;
}
.cvv_class {
  padding: 0px 5px;
}
.credit_text_class {
  text-align: center;
}
@media (max-width: 425px) {
  .credit_text_class {
    font-size: 11px !important;
  }
}
.subscribe_class {
  border-radius: 5px !important;
}
.buynow {
  width: 100% !important;
  margin-bottom: 15px;
  border-radius: 20px !important;
  background-color: black !important;
  color: #fff !important;
}
.buynow:hover {
  background-color: #ff512f !important;
  background-image: none !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 549px) {
  .buynow {
    font-size: 12px !important;
  }
}
.paymentTitle {
  text-align: center;
}
@media (max-width: 549px) {
  .paymentTitle {
    font-size: 18px !important;
  }
}
.priceTag {
  font-size: 20px !important;
  margin-bottom: 0px !important;
}
.cardStyle {
  position: relative !important;
  border-radius: 5px;
  border: 0.5px solid #ccc;
  text-align: left;
  cursor: pointer;
  transition: all 0.5s;
}
.cardStyle:hover {
  background-color: #eee !important;
  color: #fff !important;
}
.tickTitleDiv {
  border-bottom: 0.5px solid #ccc;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paymentCards {
  width: 55px;
  height: 35px;
  border-radius: 5px;
  border: 0.5px solid #eee;
  padding: 0px 5px;
  margin: 5px;
}
@media (max-width: 375px) {
  .paymentCards {
    width: 45px;
    height: 30px;
  }
}
@media (max-width: 325px) {
  .paymentCards {
    margin: 2px;
  }
}
.verotelLink {
  text-decoration: underline;
  cursor: pointer;
  color: #d5232f;
}
@media (max-width: 549px) {
  .mobileFont {
    font-size: 12px;
  }
}
.discountBadge {
  position: absolute !important;
  top: -11px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #faad14 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 3px 8px !important;
  border-radius: 10px !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 4px !important;
}
@media (max-width: 425px) {
  .discountBadge {
    font-size: 10px !important;
    padding: 2px 6px !important;
    top: -10px !important;
  }
}
.originalPrice {
  text-decoration: line-through !important;
  color: #999 !important;
  font-size: 16px !important;
  margin-right: 8px !important;
}
@media (max-width: 425px) {
  .originalPrice {
    font-size: 14px !important;
    margin-right: 6px !important;
  }
}
.discountedPrice {
  color: #ff512f !important;
  font-weight: bold !important;
}
.priceContainer {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
@media (max-width: 425px) {
  .priceContainer {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.layoutCover {
  background-color: #fff !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #eee;
  margin: 0px 0px 5px 0px !important;
}
@media (max-width: 768px) {
  .layoutCover {
    margin: 0px 0px 5px 0px !important;
  }
}
.relatedOnlineIcon {
  position: absolute;
  bottom: 40px;
  right: 35px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2600px) {
  .relatedOnlineIcon {
    bottom: 55px;
    right: 40px;
  }
}
@media (max-width: 2200px) {
  .relatedOnlineIcon {
    bottom: 50px;
    right: 40px;
  }
}
@media (max-width: 2000px) {
  .relatedOnlineIcon {
    bottom: 40px;
    right: 35px;
  }
}
@media (max-width: 1850px) {
  .relatedOnlineIcon {
    bottom: 40px;
    right: 35px;
  }
}
@media (max-width: 1650px) {
  .relatedOnlineIcon {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 1550px) {
  .relatedOnlineIcon {
    bottom: 40px;
    right: 30px;
  }
}
@media (max-width: 1440px) {
  .relatedOnlineIcon {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .relatedOnlineIcon {
    right: 23px;
    bottom: 30px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .relatedOnlineIcon {
    right: 27px;
    bottom: 35px;
  }
}
@media (max-width: 750px) {
  .relatedOnlineIcon {
    right: 27px;
    bottom: 27px;
  }
}
@media (max-width: 575px) {
  .relatedOnlineIcon {
    right: 30px;
    bottom: 35px;
  }
}
@media (max-width: 425px) {
  .relatedOnlineIcon {
    right: 30px;
    bottom: 35px;
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 375px) {
  .relatedOnlineIcon {
    right: 25px;
    bottom: 33px;
  }
}
@media (max-width: 320px) {
  .relatedOnlineIcon {
    bottom: 25px;
    width: 15px;
    height: 15px;
  }
}
.related_offlineIcon {
  position: absolute;
  bottom: 40px;
  right: 35px;
  color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  background-color: rgba(128, 128, 128, 0.9);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2600px) {
  .related_offlineIcon {
    bottom: 55px;
    right: 40px;
  }
}
@media (max-width: 2200px) {
  .related_offlineIcon {
    bottom: 50px;
    right: 40px;
  }
}
@media (max-width: 2000px) {
  .related_offlineIcon {
    bottom: 40px;
    right: 35px;
  }
}
@media (max-width: 1850px) {
  .related_offlineIcon {
    bottom: 40px;
    right: 35px;
  }
}
@media (max-width: 1650px) {
  .related_offlineIcon {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 1550px) {
  .related_offlineIcon {
    bottom: 40px;
    right: 30px;
  }
}
@media (max-width: 1440px) {
  .related_offlineIcon {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .related_offlineIcon {
    right: 23px;
    bottom: 30px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .related_offlineIcon {
    right: 27px;
    bottom: 35px;
  }
}
@media (max-width: 750px) {
  .related_offlineIcon {
    right: 27px;
    bottom: 27px;
  }
}
@media (max-width: 575px) {
  .related_offlineIcon {
    right: 30px;
    bottom: 35px;
  }
}
@media (max-width: 425px) {
  .related_offlineIcon {
    right: 30px;
    bottom: 35px;
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 375px) {
  .related_offlineIcon {
    right: 25px;
    bottom: 33px;
  }
}
@media (max-width: 320px) {
  .related_offlineIcon {
    bottom: 25px;
    width: 15px;
    height: 15px;
  }
}
.open_relatedOnlineIcon {
  position: absolute;
  bottom: 28px;
  right: 30px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2600px) {
  .open_relatedOnlineIcon {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 2000px) {
  .open_relatedOnlineIcon {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 1850px) {
  .open_relatedOnlineIcon {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 1650px) {
  .open_relatedOnlineIcon {
    bottom: 35px;
    right: 20px;
  }
}
@media (max-width: 1550px) {
  .open_relatedOnlineIcon {
    bottom: 30px;
    right: 20px;
  }
}
@media (max-width: 1440px) {
  .open_relatedOnlineIcon {
    bottom: 25px;
    right: 25px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1024px) {
  .open_relatedOnlineIcon {
    width: 13px;
    height: 13px;
    bottom: 20px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .open_relatedOnlineIcon {
    bottom: 20px;
    right: 23px;
  }
}
.open_offline_relatedOnlineIcon {
  position: absolute;
  bottom: 28px;
  right: 30px;
  color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  background-color: rgba(128, 128, 128, 0.9);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media (max-width: 2600px) {
  .open_offline_relatedOnlineIcon {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 2000px) {
  .open_offline_relatedOnlineIcon {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 1850px) {
  .open_offline_relatedOnlineIcon {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 1650px) {
  .open_offline_relatedOnlineIcon {
    bottom: 35px;
    right: 20px;
  }
}
@media (max-width: 1550px) {
  .open_offline_relatedOnlineIcon {
    bottom: 30px;
    right: 20px;
  }
}
@media (max-width: 1440px) {
  .open_offline_relatedOnlineIcon {
    bottom: 25px;
    right: 25px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1024px) {
  .open_offline_relatedOnlineIcon {
    width: 13px;
    height: 13px;
    bottom: 20px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .open_offline_relatedOnlineIcon {
    bottom: 20px;
    right: 23px;
  }
}
.relatedProfileContainer {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #eee;
  background-color: #fff;
  flex: 1;
  width: 100%;
  margin: 0px 5px;
  max-width: 19.833333% !important;
}
@media (max-width: 1024px) {
  .relatedProfileContainer {
    max-width: 23.833333% !important;
  }
}
@media (max-width: 768px) {
  .relatedProfileContainer {
    max-width: 25.666667% !important;
  }
}
@media (max-width: 575px) {
  .relatedProfileContainer {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.open_relatedProfileContainer {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px;
  border: 1px solid #eee;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0px 5px;
  flex: 0 0 20% !important;
}
@media (max-width: 1024px) {
  .open_relatedProfileContainer {
    flex: 0 0 25% !important;
  }
}
@media (max-width: 768px) {
  .open_relatedProfileContainer {
    flex: 0 0 34% !important;
  }
}
.relatedProfileImgContainer {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.relatedProfileImg {
  cursor: pointer;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 20px;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .relatedProfileImg {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .relatedProfileImg {
    height: 100%;
  }
}
.nameContainer {
  padding: 11px 14px;
  text-align: center;
}
@media (max-width: 1024px) {
  .nameContainer {
    padding: 10px 0px;
  }
}
.smaill_nameContainer {
  padding: 10px 1px;
  text-align: center;
}
.related_email_btn {
  border-radius: 5px !important;
  margin: 0px 15px 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.related_email_btn .anticon {
  line-height: 0px !important;
}
@media (max-width: 1024px) {
  .related_email_btn {
    margin: 0px 5px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .related_email_btn {
    line-height: 0 !important;
    padding: 15px 0px !important;
  }
}
.small_related_email_btn {
  border-radius: 5px !important;
  margin: 0px 5px 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
}
.small_related_email_btn .anticon {
  line-height: 0px !important;
}
@media (max-width: 1366px) {
  .small_related_email_btn {
    font-size: 11px !important;
  }
}
@media (max-width: 1024px) {
  .small_related_email_btn {
    margin: 0px 0px 5px !important;
    width: 100% !important;
  }
}
.related_chat_btn {
  border-radius: 5px !important;
  margin: 0px 15px 15px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #1faa59 !important;
  border-color: #1faa59 !important;
}
.related_chat_btn:hover,
.related_chat_btn:active,
.related_chat_btn:focus {
  background-color: #25cd6b !important;
}
@media (max-width: 1024px) {
  .related_chat_btn {
    margin: 0px 5px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .related_chat_btn {
    padding: 15px 0px !important;
  }
}
.small_related_chat_btn {
  border-radius: 5px;
  margin: 0px 5px 5px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  background-color: #1faa59 !important;
  border-color: #1faa59 !important;
}
.small_related_chat_btn:hover,
.small_related_chat_btn:active,
.small_related_chat_btn:focus {
  background-color: #25cd6b !important;
}
@media (max-width: 1024px) {
  .small_related_chat_btn {
    margin: 0px 0px 5px !important;
    width: 100% !important;
  }
}
.relatedTitle {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 425px) {
  .relatedTitle {
    font-size: 16px;
    margin-top: 1rem;
  }
}
.affix_name_icon_div {
  display: flex;
  align-items: center !important;
}
@media (max-width: 425px) {
  .affix_name_icon_div {
    align-items: center !important;
  }
}
.relatedSlider {
  overflow: auto;
  white-space: nowrap;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
}
.relatedSlider::-webkit-scrollbar {
  height: 0px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
@media (max-width: 768px) {
  .relatedSlider {
    display: flex;
    justify-content: space-evenly;
  }
}
@media (max-width: 575px) {
  .relatedSlider {
    justify-content: flex-start;
    padding: 0px 20px 0px 0px;
  }
}
.relatedSlider_open {
  overflow: auto;
  white-space: nowrap;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
  padding: 0px 70px 0px 10px;
}
.relatedSlider_open::-webkit-scrollbar {
  height: 0px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
@media (max-width: 1366px) {
  .relatedSlider_open {
    padding: 0px 50px 0px 0px;
  }
}
@media (max-width: 1024px) {
  .relatedSlider_open {
    padding: 0px 40px 0px 0px;
  }
}
span.span_verify {
  display: flex;
  align-items: center;
}
.relatedNameRow {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  display: inline-flex;
  max-width: 100%;
  flex-wrap: nowrap;
}
.relatedNameRow > txt {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .relatedNameRow {
    font-size: 15px;
  }
}
.small_relatedNameRow {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  display: inline-flex;
  max-width: 100%;
  flex-wrap: nowrap;
}
.small_relatedNameRow > txt {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .small_relatedNameRow {
    font-size: 12px;
  }
}
.giftCol {
  width: 100% !important;
  z-index: 11;
}
.coverLeftSideCol {
  position: relative !important;
  margin: 5px 0px 5px 0px;
}
.coverLeftSideCol {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.coverLeftSideCol .ant-affix {
  height: -webkit-fill-available !important;
  overflow-inline: auto !important;
  overflow-y: overlay !important;
  margin-bottom: 150px !important;
  border-radius: 10px !important;
  border-top: 0.5px solid #eee !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.coverLeftSideCol ::-webkit-scrollbar {
  width: 5px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.coverLeftSideCol ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.coverLeftSideCol ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.coverLeftSideCol ::-webkit-scrollbar-thumb:hover {
  background: #969696;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.CoverstickeyRow {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  justify-content: space-between;
  max-width: 100% !important;
  padding: 10px 5px !important;
  background-color: #fff !important;
  height: fit-content !important;
  border: 1px solid #eee;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  overflow: hidden;
}
.CoverstickeyRow .ant-popover-placement-bottomRight {
  top: 100 !important;
  padding-top: 20px !important;
}
@media (max-width: 768px) {
  .CoverstickeyRow {
    padding: 10px 5px !important;
  }
}
.affixProfileHead {
  align-items: center !important;
  position: relative !important;
  padding-right: 2px;
}
.CoverstickeyDiv {
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  .CoverstickeyDiv {
    width: 40%;
  }
}
.avatarStickeyCover {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  margin-right: 5px !important;
  background-color: #eee;
}
.affifHeadbtn {
  background-color: #1faa59 !important;
  border-radius: 5px !important;
  border: none !important;
  height: 40px !important;
  margin-right: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.affifHeadbtn:hover {
  background-color: #48d683 !important;
}
@media (max-width: 1024px) {
  .affifHeadbtn {
    height: 30px !important;
    font-size: 12px !important;
    padding: 0px 5px !important;
  }
}
@media (max-width: 768px) {
  .affifHeadbtn {
    height: 28px !important;
    font-size: 10px !important;
    padding: 0px 5px !important;
  }
}
@media (max-width: 425px) {
  .affifHeadbtn {
    height: 28px !important;
    font-size: 10px !important;
    padding: 0px 5px !important;
  }
}
@media (max-width: 375px) {
  .affifHeadbtn {
    font-size: 8px !important;
  }
}
.affifHeadbtnWhite {
  height: 40px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border: none !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.affifHeadbtnWhite:hover {
  background-color: #d4d4d4 !important;
  color: #222 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.affifHeadbtnWhite:focus {
  color: black !important;
}
@media (max-width: 1366px) {
  .affifHeadbtnWhite .anticon {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .affifHeadbtnWhite .anticon {
    line-height: 1 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1024px) {
  .affifHeadbtnWhite {
    height: 30px !important;
    font-size: 12px !important;
    padding: 0px 5px !important;
  }
}
@media (max-width: 768px) {
  .affifHeadbtnWhite {
    height: 28px !important;
    padding: 0px 5px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 425px) {
  .affifHeadbtnWhite {
    height: 28px !important;
    padding: 0px 5px !important;
    font-size: 10px !important;
  }
}
.only_icon {
  font-size: 20px !important;
  line-height: 0px !important;
}
@media (max-width: 1440px) {
  .only_icon {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  .only_icon {
    font-size: 16px !important;
  }
}
.ellipsesBtn {
  padding: 4px !important;
}
.ellipsesBtn .anticon {
  line-height: 0 !important;
  font-size: 25px !important;
}
.moreBtn {
  height: 40px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  border: none !important;
  margin-left: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.moreBtn:hover {
  background-color: #d4d4d4 !important;
  color: #222 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.moreBtn:focus {
  color: black !important;
}
.moreBtn .anticon {
  line-height: 0 !important;
}
@media (max-width: 1366px) {
  .moreBtn .anticon {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .moreBtn .anticon {
    line-height: 1 !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1024px) {
  .moreBtn {
    height: 30px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .moreBtn {
    font-size: 10px !important;
    padding: 0px 10px !important;
    height: 28px !important;
  }
}
@media (max-width: 425px) {
  .moreBtn {
    height: 28px !important;
    padding: 10px !important;
    font-size: 10px !important;
  }
}
.giftsWhiteBtn {
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  border: none !important;
  margin-left: 5px !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.giftsWhiteBtn:hover {
  background-color: #d4d4d4 !important;
  color: #222 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.giftsWhiteBtn .anticon {
  line-height: 0 !important;
}
@media (max-width: 1024px) {
  .giftsWhiteBtn {
    margin-bottom: 5px !important;
    height: 35px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .giftsWhiteBtn {
    font-size: 12px !important;
    padding: 0px 10px !important;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 425px) {
  .giftsWhiteBtn {
    margin-left: 5px !important;
    height: 30px !important;
    padding: 10px !important;
  }
}
@media (max-width: 320px) {
  .giftsWhiteBtn {
    margin-left: 0px !important;
  }
}
.margin_open {
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  border: none !important;
  margin-left: 5px !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.margin_open:hover {
  background-color: #d4d4d4 !important;
  color: #222 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.margin_open .anticon {
  line-height: 0 !important;
}
@media (max-width: 1024px) {
  .margin_open {
    margin-bottom: 5px !important;
    height: 35px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 1366px) {
  .margin_open {
    margin-left: 0px !important;
  }
}
@media (max-width: 768px) {
  .margin_open {
    font-size: 12px !important;
    padding: 0px 10px !important;
  }
}
@media (max-width: 425px) {
  .margin_open {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    height: 30px !important;
    padding: 10px !important;
  }
}
.profile_row_class {
  background-color: #fff;
  margin: 0px !important;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px !important;
}
@media (max-width: 425px) {
  .profile_row_class {
    margin-top: 10px !important;
  }
}
.affixMenuIcon {
  cursor: pointer !important;
  margin-left: 5px !important;
  width: 15px;
  color: #4e4e4e !important;
  transition: all 0.5s;
}
.aboutmeSider {
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
}
.siderUnAffix {
  position: static !important;
}
.siderUnAffix .ant-affix {
  position: absolute !important;
  bottom: 0px;
  height: auto !important;
  top: auto !important;
  margin-bottom: 0px !important;
}
.coverBioRow {
  display: flex;
  justify-content: center;
  text-align: justify !important;
  align-items: center !important;
  padding: 10px 5px !important;
}
.coverBioRow > .myselfText,
.coverBioRow > .mySelfText_active {
  min-width: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 90%;
}
.coverBioRow > .myselfText > span,
.coverBioRow > .mySelfText_active > span {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.logoHeight {
  max-height: 32px !important;
  height: 100% !important;
  width: 25px !important;
  margin-left: 5px !important;
}
@media (max-width: 1440px) {
  .logoHeight {
    max-height: 28px !important;
  }
}
@media (max-width: 1024px) {
  .logoHeight {
    max-height: 21px !important;
  }
}
@media (max-width: 425px) {
  .logoHeight {
    width: 20px !important;
    max-height: 20px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 375px) {
  .logoHeight {
    width: 16px !important;
    max-height: 16px !important;
    margin-left: 0px !important;
  }
}
.mini_height {
  max-height: 20px !important;
  height: 100% !important;
  width: 25px !important;
  margin-left: 0px !important;
}
@media (max-width: 1440px) {
  .mini_height {
    max-height: 20px !important;
  }
}
@media (max-width: 425px) {
  .mini_height {
    width: 20px !important;
    max-height: 20px !important;
  }
}
@media (max-width: 375px) {
  .mini_height {
    width: 16px !important;
    max-height: 16px !important;
  }
}
.coverimg {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.coverCol {
  padding: 20px 0px;
}
.editRow {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.myselfText {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #222 !important;
  padding: 0px !important;
}
@media (max-width: 1550px) {
  .myselfText {
    font-size: 15px !important;
  }
}
@media (max-width: 1440px) {
  .myselfText {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .myselfText {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .myselfText {
    font-size: 14px !important;
  }
}
@media (max-width: 375px) {
  .myselfText {
    font-size: 12px !important;
  }
}
.mySelfText_active {
  font-size: 18px !important;
  font-weight: bold !important;
  color: #222 !important;
  padding: 0px !important;
}
@media (max-width: 1550px) {
  .mySelfText_active {
    font-size: 15px !important;
  }
}
@media (max-width: 1024px) {
  .mySelfText_active {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .mySelfText_active {
    font-size: 14px !important;
  }
}
@media (max-width: 375px) {
  .mySelfText_active {
    font-size: 12px !important;
  }
}
.askAboutText {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #969696 !important;
  padding: 0px !important;
}
@media (max-width: 1440px) {
  .askAboutText {
    margin-right: 5px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .askAboutText {
    font-size: 16px !important;
  }
}
@media (max-width: 425px) {
  .askAboutText {
    font-size: 14px !important;
  }
}
@media (max-width: 375px) {
  .askAboutText {
    font-size: 12px !important;
  }
}
.editIcon {
  color: #4e4e4e;
  font-size: 13px !important;
}
@media (max-width: 1440px) {
  .editIcon {
    font-size: 11px !important;
  }
}
@media (max-width: 375px) {
  .editIcon {
    font-size: 9px !important;
  }
}
.roundCircleSpan {
  cursor: pointer;
  border: 1px solid #4e4e4e;
  opacity: 0.4;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
@media (max-width: 1440px) {
  .roundCircleSpan {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 375px) {
  .roundCircleSpan {
    width: 20px;
    height: 20px;
  }
}
.textForCopyRight {
  text-align: center;
  margin: 20px 0px 50px 0px;
}
@media (max-width: 425px) {
  .textForCopyRight {
    font-size: 11px !important;
    margin: 10px 0px 50px 0px;
  }
}
.myModalsubHeadTextContainer {
  text-align: center;
  padding: 0px 0px;
  margin-bottom: 20px;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .myModalsubHeadTextContainer {
    width: 500px !important;
  }
}
@media (max-width: 425px) {
  .myModalsubHeadTextContainer {
    width: 300px !important;
    padding: 0px !important;
  }
}
.EGclassMyself {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .EGclassMyself {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .EGclassMyself {
    font-size: 13px !important;
  }
}
.myseldTextAreaClass {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .myseldTextAreaClass {
    font-size: 14px !important;
    height: 150px !important;
  }
}
.myModaldetailTextAboutYou {
  font-size: 20px !important;
  width: 100% !important;
  font-style: italic;
  text-align: center;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .myModaldetailTextAboutYou {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .myModaldetailTextAboutYou {
    font-size: 13px !important;
  }
}
#aboutmyselfModalForm {
  width: 750px !important;
  margin-top: 0px !important;
}
#aboutmyselfModalForm .ant-form-item {
  text-align: center !important;
}
#aboutmyselfModalForm .ant-input {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  #aboutmyselfModalForm .ant-input {
    font-size: 14px !important;
  }
}
@media (max-width: 1024px) {
  #aboutmyselfModalForm {
    width: 750px !important;
  }
}
@media (max-width: 768px) {
  #aboutmyselfModalForm {
    width: 500px !important;
  }
}
@media (max-width: 575px) {
  #aboutmyselfModalForm {
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 375px) {
  #aboutmyselfModalForm {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  #aboutmyselfModalForm {
    width: 100% !important;
  }
}
.refillbtnFooterClass {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 10px;
}
.saveBtnFormItem {
  margin-bottom: 0px !important;
}
.saveBtnFormItem .ant-form-item {
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .rowLayoutProfile {
    margin-left: 5px !important;
  }
}
@media (max-width: 425px) {
  .rowLayoutProfile {
    margin-left: 0px !important;
  }
}
.rowLayoutProfile_active {
  display: flex;
  flex-direction: column;
}
.continueLessText {
  color: #d5232f !important;
  cursor: pointer;
}
.moreText {
  color: #4e4e4e !important;
  font-size: 16px !important;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .moreText {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .moreText {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .moreText {
    font-size: 12px !important;
  }
}
.chatBtnRow {
  width: 100%;
  padding: 5px 5px;
}
.chatBtnCol {
  display: flex !important;
}
.chatinput {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-color: #1faa59 !important;
}
.chat_input_chatOpen {
  height: 40px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  font-size: 16px !important;
  border-right-color: #1faa59 !important;
}
.chat_input_chatOpen .ant-input {
  font-size: 16px !important;
  display: flex !important;
}
@media (max-width: 1440px) {
  .chat_input_chatOpen {
    height: 35px !important;
    font-size: 12px !important;
  }
}
.chatBtn {
  height: 40px !important;
  width: fit-content !important;
  background-color: #1faa59 !important;
  color: #fff !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.chatBtn:hover {
  background-color: #48d683 !important;
}
@media (max-width: 1440px) {
  .chatBtn {
    height: 42px !important;
  }
}
@media (max-width: 1024px) {
  .chatBtn {
    height: 35px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  .chatBtn {
    height: 40px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .chatBtn {
    height: 25px !important;
    font-size: 12px !important;
    padding: 0px 10px !important;
  }
}
.chat_oprn_btn {
  height: 40px !important;
  width: fit-content !important;
  background-color: #1faa59 !important;
  color: #fff !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.chat_oprn_btn:hover {
  background-color: #48d683 !important;
}
@media (max-width: 1440px) {
  .chat_oprn_btn {
    height: 35px !important;
  }
}
@media (max-width: 1024px) {
  .chat_oprn_btn {
    font-size: 12px !important;
  }
}
.chatBtnMobile {
  height: 30px !important;
  width: 100% !important;
  background-color: #1faa59 !important;
  color: #fff !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  border-radius: 5px !important;
}
.chatBtnMobile:hover {
  background-color: #48d683 !important;
}
.smileyIcon {
  color: #999;
  font-size: 25px !important;
}
@media (max-width: 768px) {
  .smileyIcon {
    font-size: 20px !important;
  }
}
.nameIconSpan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.giftsRow {
  padding: 5px 0px 10px 0px;
}
@media (max-width: 575px) {
  .giftsRow {
    padding: 5px 5px 5px 5px;
  }
}
.contactModal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  padding-bottom: 0px !important;
}
.contactModal {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.contactModal .ant-modal {
  padding-bottom: 0px !important;
  padding: 0px !important;
}
@media (max-width: 425px) {
  .contactModal .ant-modal {
    width: 100% !important;
  }
}
.contactModal .ant-modal-content {
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  padding: 35px 20px !important;
  align-items: flex-start !important;
}
@media (max-width: 425px) {
  .contactModal .ant-modal-content {
    padding: 20px 20px !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 375px) {
  .contactModal .ant-modal-content {
    padding: 15px 15px !important;
  }
}
.contactModal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.contactModal .ant-modal-body {
  padding: 25px !important;
  width: 100% !important;
}
@media (max-width: 425px) {
  .contactModal .ant-modal-body {
    padding: 0px !important;
  }
}
.contactModal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.contactModal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.contactModal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 425px) {
  .contactModal {
    top: 30% !important;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .ant-tooltip {
    display: none !important;
  }
}

.searchModalLayout {
  padding: 30px 30px 0px 30px !important;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
  max-height: calc(100vh - 100px) !important;
  overflow: auto !important;
}
@media (max-width: 768px) {
  .searchModalLayout {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 575px) {
  .searchModalLayout {
    max-height: calc(100vh - 180px) !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    padding: 15px 15px 0px 15px !important;
  }
}
@media (max-width: 480px) {
  .searchModalLayout {
    max-height: calc(100vh - 180px) !important;
    padding: 15px 15px 0px 15px !important;
  }
}
.allowScroll {
  overflow-y: auto;
}
.modalHeaderRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .modalHeaderRow .ant-btn-text {
    padding-left: 0px;
    margin-bottom: 10px;
    padding: 0px !important;
  }
}
@media (max-width: 480px) {
  .searchBox_header {
    font-size: 13px !important;
  }
}
.defaultTitle {
  color: #007cd3 !important;
  cursor: pointer;
}
.defaultTitle:hover {
  color: #d5232f !important;
}
@media (max-width: 480px) {
  .defaultTitle {
    font-size: 12px !important;
  }
}
.selectionRow {
  align-items: center;
}
.searchAgesText {
  font-size: 15px;
}
@media (max-width: 480px) {
  .searchAgesText {
    font-size: 14px;
  }
}
.deshLine {
  width: 20px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 480px) {
  .deshLine {
    width: 10px;
  }
}
.searchModalInput {
  margin: 0px 10px !important;
}
.cityDropdown {
  width: 100% !important;
  margin-top: 12px !important;
}
.dropdownClasssssss {
  top: 35px !important;
  margin-bottom: 10vh !important;
  z-index: 2000 !important;
}
.checkboxRow {
  padding-top: 12px !important;
}
.selectedTags {
  margin-top: 12px !important;
}
.selectedTags .ant-tag {
  background-color: #d5232f !important;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
}
.selectedTags .ant-tag > span > svg {
  fill: #fff;
}
@media (max-width: 480px) {
  .selectedTags .ant-tag {
    font-size: 12px;
    padding: 3px 8px;
    margin-right: 5px !important;
  }
}
.moreLessRow {
  display: flex;
  align-items: center;
}
.moreLessText {
  color: #007cd3 !important;
  margin: 0px 0px 15px 0px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  font-size: 16px;
  padding: 0px;
  display: flex;
  border-bottom: 1px dotted transparent;
}
.moreLessText:hover {
  color: #d5232f !important;
  border-bottom: 1px dotted #d5232f !important;
}
@media (max-width: 480px) {
  .moreLessText {
    font-size: 14px;
  }
}
.hoverClassItem:hover {
  background-color: #e6e6e6 !important;
}
.sideMainItemName {
  background-color: #f5f5f5 !important;
}
.sideContent {
  display: flex;
  width: 100%;
}
.subSide {
  padding: 0 10px;
  font-size: 16px;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
.subSide-active {
  color: #fff !important;
}
.tabView {
  padding: 5px 10px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 480px) {
  .tabView > span {
    font-size: 14px !important;
  }
}
.sideBartabView {
  padding: 5px 10px;
  margin: 4px;
  cursor: pointer;
  width: fit-content;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .sideBartabView {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.sideBartabView:hover {
  background-color: #ccc;
}
.sideBartabView-active,
.sideBartabView-active:hover {
  background-color: #d5232f;
}
.showBtnDiv {
  display: flex;
  justify-content: center;
  position: sticky !important;
  background: #fff;
  z-index: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  bottom: 0px !important;
}
@media (max-width: 575px) {
  .showBtnDiv {
    z-index: 10 !important;
    margin-bottom: 0px !important;
  }
}
.showBtn {
  width: fit-content;
  border-radius: 5px !important;
}
@media (max-width: 575px) {
  .showBtn {
    padding: 0px 5px !important;
    font-size: 12px !important;
    height: 30px !important;
  }
}
.searchModalAffix {
  top: 90px !important;
  left: 50%;
  right: 50%;
}
@media (max-width: 768px) {
  .searchModalAffix {
    top: 70px !important;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .searchModalAffix {
    height: 100% !important;
  }
}
@media (max-width: 575px) {
  .searchModalAffix .ant-affix {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
  }
}
.ant-popover {
  animation-duration: 0s !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.myContactLayout {
  border-radius: 10px;
  overflow: hidden;
}
.contactImg {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ccc;
}
.input_icon_style {
  width: 15px;
  cursor: pointer;
  margin-right: 10px;
}
.rowHeader {
  padding: 8px 0 0 10px;
  border-bottom: 0.5px solid #eee;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
}
.myContactClass {
  height: fit-content !important;
  position: relative;
  transition: all 0.5s !important;
  background-color: transparent !important;
  border: 0.5px solid #eee;
  border-radius: 10px !important;
  right: 20px;
  top: 20px;
}
.myContactClass-active {
  transition: all 0.5;
  height: fit-content !important;
  border-radius: 10px;
  top: 20px !important;
  display: flex;
  flex: 1;
}
.openChatContact {
  background: #fff;
  transition: all 0.5s !important;
  border-radius: 10px !important;
  position: relative;
  border-radius: 10px;
  padding-bottom: 5px;
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(30vh - 62px);
  flex: 1;
}
.openChatContact-active {
  max-height: calc(20vh - 75px);
}
@media (max-width: 2000px) {
  .openChatContact {
    max-height: calc(40vh - 0px);
  }
  .openChatContact-active {
    max-height: calc(30vh - 87px);
  }
}
@media (max-width: 1370px) {
  .openChatContact {
    max-height: calc(50vh - 0px);
  }
  .openChatContact-active {
    max-height: calc(40vh - 87px);
  }
}
.openChatContact {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.openChatContact ::-webkit-scrollbar {
  width: 0px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.openChatContact ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.openChatContact ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.openChatContact ::-webkit-scrollbar-thumb:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.rightZeroContact {
  height: fit-content !important;
  position: relative;
  transition: all 0.5s !important;
  background-color: transparent !important;
  border: 0.5px solid #eee;
  border-radius: 10px !important;
  right: 20px;
  top: 20px;
}
.rightZeroContact-active {
  transition: all 0.5;
  height: fit-content !important;
  border-radius: 10px;
  top: 20px !important;
  display: flex;
  flex: 1;
}
@media (max-width: 1570px) {
  .rightZeroContact {
    right: 5px;
  }
}
.rendercontactRow {
  display: flex;
  width: 100%;
  padding: 10px 10px 0px 7px;
  align-items: center;
  cursor: pointer;
  background-color: #fff !important;
}
@media (max-width: 1024px) {
  .rendercontactRow {
    padding: 5px 10px 0px 7px;
  }
}
@media (max-width: 425px) {
  .rendercontactRow {
    width: 100%;
    justify-content: start;
    padding: 10px 10px 0px 7px;
  }
}
.skeletonRow {
  display: flex;
  width: 100%;
  padding: 10px 10px 0px 7px;
  align-items: center;
  cursor: pointer;
  background-color: #fff !important;
}
@media (max-width: 1024px) {
  .skeletonRow {
    padding: 5px 10px 0px 7px;
  }
}
@media (max-width: 991px) {
  .skeletonRow {
    align-items: flex-start;
  }
}
@media (max-width: 425px) {
  .skeletonRow {
    width: 100%;
    justify-content: start;
    margin-bottom: 10px;
    padding: 10px 10px 0px 7px;
  }
}
.rendercontactRow_read {
  display: flex;
  width: 100%;
  padding: 10px 10px 0px 7px;
  cursor: pointer;
  background-color: #f9f9f9 !important;
}
@media (max-width: 1024px) {
  .rendercontactRow_read {
    padding: 5px 10px 0px 7px;
  }
}
@media (max-width: 425px) {
  .rendercontactRow_read {
    padding: 10px 10px 0px 7px;
    width: 100%;
  }
}
.myContactIcon {
  position: absolute;
  top: 28px;
  left: 28px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.offlineIcon {
  position: absolute;
  top: 28px;
  left: 28px;
  color: #696969;
  font-size: 12px;
  background-color: rgba(128, 128, 128, 0.9);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.myContactNameText {
  color: #222;
  padding: 0 30px 0px 10px;
  width: 165px;
}
@media (max-width: 1440px) {
  .myContactNameText {
    width: 130px;
  }
}
.myContactNameText:hover {
  color: #d5232f;
}
.myContactNameText_read {
  color: red !important;
  padding: 0 30px 0px 10px;
  width: 165px;
}
@media (max-width: 1440px) {
  .myContactNameText_read {
    width: 130px;
  }
}
.myContactNameText_read:hover {
  color: #d5232f;
}
.pop_img_cover {
  width: 120px;
  height: 120px;
  background-color: #ccc;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 425px) {
  .pop_img_cover {
    display: none;
  }
}
@media (max-width: 575px) {
  .pop_img_cover {
    display: none;
  }
}
.space_btwn_class {
  height: fit-content;
  transition: all 0.5s;
  max-height: 100%;
  background-color: #fff !important;
}
.space_btwn_class-active {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 18vh;
}
@media (max-width: 1440px) {
  .space_btwn_class {
    height: fit-content;
    max-height: 46%;
  }
}
.rowMyContactBgColor {
  background-color: #fff !important;
  display: flex;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  padding-bottom: 5px;
  max-height: calc(30vh - 62px);
  width: 100%;
}
.rowMyContactBgColor-active {
  max-height: calc(20vh - 75px);
}
@media (max-width: 2000px) {
  .rowMyContactBgColor {
    max-height: calc(40vh - 0px);
  }
  .rowMyContactBgColor-active {
    max-height: calc(30vh - 87px);
  }
}
@media (max-width: 1370px) {
  .rowMyContactBgColor {
    max-height: calc(50vh - 0px);
  }
  .rowMyContactBgColor-active {
    max-height: calc(40vh - 87px);
  }
}
.rowMyContactBgColor {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.rowMyContactBgColor ::-webkit-scrollbar {
  width: 0px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.rowMyContactBgColor ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.rowMyContactBgColor ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.rowMyContactBgColor ::-webkit-scrollbar-thumb:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.myContactStatus {
  color: #717171;
  padding: 0 10px;
  width: 185px !important;
}
.myContactStatus:hover {
  color: #d5232f;
}
@media (max-width: 1440px) {
  .myContactStatus {
    width: 145px !important;
    padding: 0 15px 0px 10px;
  }
}
@media (max-width: 768px) {
  .myContactStatus {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .myContactStatus {
    width: 100% !important;
  }
}
.picksMessage {
  color: #717171;
  padding: 0 20px 0px 10px;
  width: 165px !important;
}
@media (max-width: 1440px) {
  .picksMessage {
    width: 140px !important;
    padding: 0 30px 0px 10px;
  }
}
.onPicksMessage {
  color: #717171;
  padding: 0 40px 0px 10px;
  width: 165px !important;
}
@media (max-width: 1440px) {
  .onPicksMessage {
    width: 140px !important;
    padding: 0 55px 0px 10px;
  }
}
.avatar_picksMessage {
  color: #717171;
  margin: 0 0px 0px 10px;
  width: 165px !important;
}
.avatar_picksMessage ul {
  margin-bottom: 0px !important;
}
.avatar_picksMessage .ant-skeleton-paragraph > li + li {
  margin-top: 10px !important;
}
.avatar_picksMessage li {
  width: 100% !important;
}
@media (max-width: 425px) {
  .avatar_picksMessage li {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .avatar_picksMessage {
    width: 250px !important;
    margin: 0 0px 0px 10px;
  }
}
@media (max-width: 575px) {
  .avatar_picksMessage {
    width: 100% !important;
    margin: 0 0px 0px 10px;
  }
}
.myContactStatus_read {
  color: #000;
  padding: 0 20px 0px 10px;
  width: 100% !important;
  font-weight: bold !important;
}
.myContactStatus_read:hover {
  color: #d5232f;
}
@media (max-width: 1440px) {
  .myContactStatus_read {
    padding: 0 30px 0px 10px;
  }
}
@media (max-width: 768px) {
  .myContactStatus_read {
    padding: 0 0px 0px 10px;
  }
}
.popoverImg {
  overflow: hidden;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  object-fit: cover !important;
  cursor: pointer;
}
@media (max-width: 425px) {
  .popoverImg {
    display: none !important;
  }
}
.popoverContent {
  overflow: hidden;
  border-radius: 50%;
}
.inputSearch {
  border: none !important;
  width: 100%;
  font-size: 12px;
  padding: 5px 0px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inputSearch:focus-within {
  box-shadow: none !important;
}
.searchIcon {
  color: #ccc;
  padding-left: 15px;
  padding-right: 3px;
}
.soundIcon {
  color: #ccc;
  cursor: pointer;
  font-size: 16px;
  font-size: 15px;
  margin-right: 10px;
}
.fixedClassContact {
  position: fixed;
}
@media (max-width: 1810px) {
  .fixedClassContact {
    max-width: 250px !important;
    width: 100% !important;
    right: 0px !important;
  }
}
@media (max-width: 1440px) {
  .fixedClassContact {
    max-width: 250px !important;
    width: 100% !important;
  }
}
@media (max-width: 1600px) {
  .fixedClassContact {
    right: 0px;
  }
}
@media (max-width: 1440px) {
  .fixedClassContact {
    width: 100%;
    max-width: 250px !important;
  }
}
@media (max-width: 1024px) {
  .fixedClassContact {
    width: 100%;
    max-width: 220px !important;
  }
}
.openFixedClassContact {
  position: fixed;
}
@media (max-width: 1810px) {
  .openFixedClassContact {
    max-width: 250px !important;
    width: 100% !important;
    right: 0px !important;
  }
}
@media (max-width: 1440px) {
  .openFixedClassContact {
    max-width: 220px !important;
    width: 100% !important;
  }
}
@media (max-width: 1600px) {
  .openFixedClassContact {
    right: 0px;
  }
}
@media (max-width: 1440px) {
  .openFixedClassContact {
    width: 100%;
    max-width: 260px !important;
  }
}
@media (max-width: 1024px) {
  .openFixedClassContact {
    max-width: 240px !important;
  }
}
.ant-popover-placement-left {
  position: fixed !important;
}
.btn_id div#am-modal-container {
  position: relative !important;
  top: 50% !important;
  left: 50% !important;
  width: fit-content !important;
  background-color: #fff !important;
  padding: 10px !important;
  border: 0.5px solid #ccc !important;
  border-radius: 10px !important;
}

.lightboxWrapper .ril__navButtons {
  display: none !important;
}
.goBottomBtn {
  background-color: #f2f2f2;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 10px;
  right: 5px;
  z-index: 40;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #d5232f;
  cursor: pointer;
}
.goBottomBtn:hover {
  background-color: #e8e8e8;
}
.attachmentDiv {
  cursor: pointer;
  background-color: #00b894;
  padding: 4px;
  border-radius: 8px;
}
.attachmentDiv:hover {
  background-color: #00ae8c;
}
.attachmentDiv-byme {
  background-color: #fff;
}
.attachmentDiv-byme:hover {
  background-color: #fafafa;
}
.onlineCircleChat {
  position: absolute;
  bottom: 11px;
  color: #009f83;
  background-color: #009f83;
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 53px;
}
@media (max-width: 1024px) {
  .onlineCircleChat {
    left: 45px;
  }
}
@media (max-width: 425px) {
  .onlineCircleChat {
    bottom: 5px;
  }
}
.offlineCircleChat {
  position: absolute;
  bottom: 11px;
  color: rgba(128, 128, 128, 0.9);
  background-color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 53px;
}
@media (max-width: 1024px) {
  .offlineCircleChat {
    left: 45px;
  }
}
@media (max-width: 425px) {
  .offlineCircleChat {
    bottom: 5px;
  }
}
.onlineCircleMail {
  position: absolute;
  bottom: 1px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 43px;
}
@media (max-width: 1024px) {
  .onlineCircleMail {
    left: 35px;
  }
}
@media (max-width: 425px) {
  .onlineCircleMail {
    bottom: 5px;
    left: 45px;
  }
}
.offlineCircleMail {
  position: absolute;
  bottom: 1px;
  color: rgba(128, 128, 128, 0.9);
  background-color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 43px;
}
@media (max-width: 1024px) {
  .offlineCircleMail {
    left: 35px;
  }
}
@media (max-width: 425px) {
  .offlineCircleMail {
    bottom: 5px;
    left: 45px;
  }
}
.replyonlineCirle {
  position: absolute;
  bottom: 1px;
  color: #009f83;
  font-size: 12px;
  background-color: #009f83;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 43px;
}
@media (max-width: 1024px) {
  .replyonlineCirle {
    left: 35px;
  }
}
@media (max-width: 425px) {
  .replyonlineCirle {
    bottom: 0px;
  }
}
.sendemailButton {
  width: 50%;
  border-radius: 5px !important;
}
@media (max-width: 1450px) {
  .sendemailButton {
    padding: 0px 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .sendemailButton {
    font-size: 12px !important;
  }
}
.replyOfflineCirle {
  position: absolute;
  bottom: 1px;
  color: rgba(128, 128, 128, 0.9);
  background-color: rgba(128, 128, 128, 0.9);
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 43px;
}
@media (max-width: 1024px) {
  .replyOfflineCirle {
    left: 35px;
  }
}
@media (max-width: 425px) {
  .replyOfflineCirle {
    bottom: 0px;
  }
}
.attImageCol {
  position: relative;
  overflow: hidden;
}
.attachmentImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding: 3px;
}
.attPreviewDiv {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  padding: 20px 0px 0px 0px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently   supported by Chrome, Edge, Opera and Firefox */
}
.attPreviewDiv::-webkit-scrollbar {
  width: auto !important;
  height: 4px !important;
}
.mailChatOnPhoto {
  font-size: 10px !important;
  position: absolute !important;
  z-index: 9 !important;
  right: 7px !important;
  top: 12px !important;
  color: #d5232f !important;
  border-radius: 50% !important;
  padding: 3px !important;
  cursor: pointer !important;
  transition: all 0.5s;
  background: #fff !important;
}
.mailChatOnPhoto:hover {
  background-color: #d5232f !important;
  color: #fff !important;
}
.attPreviewImg {
  height: 90px;
  cursor: pointer;
  width: 90px;
  object-fit: cover;
  object-position: center;
  margin: 10px 4px;
  transition: all 0.2s ease-in-out;
}
.attPreviewImg:hover {
  filter: brightness(0.7);
}
@media (max-width: 425px) {
  .deleteConfirmPop {
    width: 50% !important;
  }
}
.deleteConfirmPop .ant-popover-content {
  background: #fff !important;
  border-radius: 5px !important;
  padding-bottom: 0px !important;
}
.deleteConfirmPop .ant-popover-inner {
  padding: 5px 10px !important;
}
.deleteConfirmPop .ant-popover-arrow {
  display: block !important;
}
.attCloseBtn {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px;
  border-radius: 50%;
  color: #000000;
  z-index: 5;
}
.attCloseBtn:hover {
  color: #fff;
  background-color: #d5232f;
}
.haveMoreImages {
  filter: brightness(0.5);
}
.lockedImgWrapper {
  height: 90px;
  width: 90px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.lockedImgWrapper:hover svg {
  fill: #f2f2f2;
}
.lockIndicatior {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lockIndicatior > svg {
  fill: #fff;
}
.lockedImage {
  filter: blur(15px);
  transition: all 0.1s ease-in-out;
}
.lockedImage:hover {
  filter: blur(15px);
}
.lockedImage2 {
  filter: blur(15px);
  transform: scale(1.05);
  transition: all 0.1s ease-in-out;
}
.lockedImage2:hover {
  filter: blur(15px) brightness(0.7);
}
.moreImageCount {
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.f1 {
  flex: 1;
  margin: 15px !important;
}
.f9 {
  flex: 9;
  padding: 10px;
  justify-content: flex-start !important;
}
.scrollContainer {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: overlay;
  border-radius: 5px;
}
.replyLinkBtn {
  font-weight: 500;
}
.mt5 {
  margin-top: 5px;
}
.hoverDarken:hover {
  background: #f2f2f2;
}
.collapsed {
  cursor: pointer;
  height: 80px !important;
  overflow: hidden !important;
  z-index: 1;
}
.flexHeight {
  height: min-content;
  overflow-y: auto;
  width: 100%;
  border-radius: 5px !important;
}
.flexHeight {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.flexHeight ::-webkit-scrollbar {
  width: 0px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.flexHeight ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.flexHeight ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.flexHeight ::-webkit-scrollbar-thumb:hover {
  background: #222;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.delBtn {
  border-radius: 5px;
}
.timeCol {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
}
.timeCol-Collapsed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
}
.peopleNameText {
  font-size: 16px;
  font-weight: 500;
}
.backNDeleteBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subjectHeading {
  text-align: center;
  margin: 10px 0px 15px 0px;
}
.mailBodyText {
  font-size: 16px;
  max-width: 100%;
  margin: 0px 10px 10px 10px;
}
.dateLabel {
  margin: 15px auto 20px auto;
}
.dateLabel > div > span {
  font-size: 16px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.chatTitle {
  font-size: 14px !important;
}
.linkShowClass {
  font-size: 10px !important;
  color: #d5232f !important;
  font-weight: 600 !important;
}
.chatsRowMain {
  background-color: #fff;
  display: inline !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  padding-bottom: 5px;
  max-height: 100%;
}
.chatRowHeader {
  padding: 8px 10px 0 10px;
  border-bottom: 0.5px solid #eee;
  background-color: #fff;
  align-items: baseline !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 1450px) {
  .chatRowHeader {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .chatRowHeader {
    width: 100%;
    justify-content: center;
  }
}
.chat_head_name {
  width: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mail_head_name {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 425px) {
  .mail_head_name {
    padding: 5px 10px;
  }
}
.closeIconPop {
  cursor: pointer;
  position: absolute;
  top: 45px;
  right: -215px;
  background-color: #eee !important;
  padding: 3px !important;
  border-radius: 50% !important;
  color: #d5232f !important;
  font-size: 11px !important;
}
.closeIconPop:hover {
  background-color: #d5232f !important;
  padding: 3px !important;
  border-radius: 50% !important;
  color: #ccc !important;
  font-size: 11px !important;
}
.footer_chat_div {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.chatRqstsClass {
  height: fit-content !important;
  max-width: 100%;
  position: relative;
  transition: all 0.5s !important;
  background-color: transparent !important;
  border: 0.5px solid #eee;
  border-radius: 10px;
  max-height: calc(70vh - 100px);
}
.chatRqstsClass-active {
  transition: all 0.5 !important;
  height: fit-content !important;
  max-height: calc(80vh - 87px);
  border: 0.5px solid #eee;
  border-radius: 10px;
  display: flex;
  flex: 1;
}
@media (max-width: 2000px) {
  .chatRqstsClass {
    max-height: calc(60vh - 70px);
  }
  .chatRqstsClass-active {
    max-height: calc(70vh - 70px);
  }
}
@media (max-width: 1600px) {
  .chatRqstsClass {
    max-height: calc(60vh - 87px);
  }
  .chatRqstsClass-active {
    max-height: calc(70vh - 75px);
  }
}
@media (max-width: 1460px) {
  .chatRqstsClass {
    max-height: calc(60vh - 100px);
  }
  .chatRqstsClass-active {
    max-height: calc(70vh - 70px);
  }
}
@media (max-width: 1370px) {
  .chatRqstsClass {
    max-height: calc(50vh - 105px);
  }
  .chatRqstsClass-active {
    max-height: calc(60vh - 70px);
  }
}
@media screen and (max-width: 1360px) and (max-height: 650px) {
  .chatRqstsClass {
    max-height: calc(50vh - 120px);
  }
  .chatRqstsClass-active {
    max-height: calc(60vh - 70px);
  }
}
.chatRqstsClass {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.chatRqstsClass ::-webkit-scrollbar {
  width: 5px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatRqstsClass ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatRqstsClass ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatRqstsClass ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25) !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.openChatReq {
  height: fit-content !important;
  max-width: 100%;
  position: relative;
  transition: all 0.5s !important;
  background-color: transparent !important;
  border: 0.5px solid #eee;
  border-radius: 10px;
  max-height: calc(70vh - 100px);
}
.openChatReq-active {
  transition: all 0.5 !important;
  height: fit-content !important;
  max-height: calc(80vh - 87px);
  border: 0.5px solid #eee;
  border-radius: 10px;
  display: flex;
  flex: 1;
}
@media (max-width: 2000px) {
  .openChatReq {
    max-height: calc(60vh - 70px);
  }
  .openChatReq-active {
    max-height: calc(70vh - 70px);
  }
}
@media (max-width: 1600px) {
  .openChatReq {
    max-height: calc(60vh - 87px);
  }
  .openChatReq-active {
    max-height: calc(70vh - 75px);
  }
}
@media (max-width: 1460px) {
  .openChatReq {
    max-height: calc(60vh - 100px);
  }
  .openChatReq-active {
    max-height: calc(70vh - 70px);
  }
}
@media (max-width: 1370px) {
  .openChatReq {
    max-height: calc(50vh - 105px);
  }
  .openChatReq-active {
    max-height: calc(60vh - 70px);
  }
}
@media screen and (max-width: 1360px) and (max-height: 650px) {
  .openChatReq {
    max-height: calc(50vh - 120px);
  }
  .openChatReq-active {
    max-height: calc(60vh - 70px);
  }
}
.contRelativeClass {
  position: relative;
}
.mobileChatModal {
  top: 70px !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
  height: calc(100vh - 180px) !important;
}
.img_chat_col {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 425px) {
  .img_chat_col {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.chat_div_class {
  width: 100%;
}
@media (max-width: 425px) {
  .chat_div_class {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}
.start_conversation {
  font-size: 14px !important;
}
.mobileChatRow {
  background-color: #fff;
  width: 100%;
  max-height: calc(100vh - 50px);
  overflow: scroll;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .mobileChatRow {
    height: 100%;
  }
}
@media (max-width: 425px) {
  .mobileChatRow {
    display: block;
    overflow: scroll;
    overflow-x: hidden;
  }
}
.chatInboxLayout {
  position: relative;
  background-image: url("/assets/images/chatbg.png") !important;
  border-radius: 10px;
  border: 0.5px solid #eee;
  height: calc(100vh - 110px);
  display: flex;
  justify-content: space-between;
  background-color: #fff !important;
  margin: 0px 30px 0px 10px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.chatInboxLayout {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.chatInboxLayout ::-webkit-scrollbar {
  width: 0px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatInboxLayout ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatInboxLayout ::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatInboxLayout ::-webkit-scrollbar-thumb:hover {
  background: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
@media (max-width: 1810px) {
  .chatInboxLayout {
    margin: 0px 60px 0px 10px !important;
  }
}
@media (max-width: 1700px) {
  .chatInboxLayout {
    margin: 0px 75px 0px 10px !important;
  }
}
@media (max-width: 1450px) {
  .chatInboxLayout {
    height: calc(100vh - 100px);
    margin: 0px 0px 0px 5px !important;
  }
}
@media (max-width: 1366px) {
  .chatInboxLayout {
    top: 0px;
    height: calc(100vh - 110px);
    margin: 0px 20px 0px 5px !important;
  }
}
@media (max-width: 1300px) {
  .chatInboxLayout {
    margin: 0px 30px 0px 5px !important;
  }
}
@media (max-width: 1024px) {
  .chatInboxLayout {
    height: calc(100vh - 95px);
    margin: 0px 0px 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .chatInboxLayout {
    margin: 0px 0px 0px 5px !important;
    height: calc(100vh - 75px);
  }
}
@media (max-width: 575px) {
  .chatInboxLayout {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: overlay;
    margin: 0px 0px 0px 0px !important;
    height: calc(100vh - 65px);
  }
}
.chatHeadRow {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(122, 116, 116, 0.48), rgba(255, 255, 255, 0));
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 425px) {
  .chatHeadRow {
    align-items: flex-start;
    padding: 5px 10px;
  }
}
.chatPic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media (max-width: 1024px) {
  .chatPic {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 425px) {
  .chatPic {
    width: 50px;
    height: 50px;
  }
}
.mailPic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media (max-width: 768px) {
  .mailPic {
    width: 50px;
    height: 50px;
  }
}
.chatName {
  padding: 0px 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .chatName {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .chatName {
    font-size: 15px;
  }
}
.closeIconChat {
  font-size: 13px !important;
  color: #999 !important;
  background: #fff !important;
  padding: 3px !important;
  cursor: pointer !important;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  border: 1px solid #eee;
  font-weight: bold;
  margin-left: 5px;
}
.closeIconChat:hover {
  background-color: #d5232f !important;
  color: #fff !important;
}
@media (max-width: 425px) {
  .closeIconChat {
    font-size: 13px !important;
    margin-left: 5px;
  }
}
.chatFooterCol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}
.menuChatIcon {
  padding: 0px 10px;
  color: #000000;
  font-size: 16px;
}
.goBackBtn {
  margin: 10px;
}
.goBackBtn > span {
  font-size: 25px;
  color: #fff;
}
.chatBtnChatInbox {
  padding: 0px !important;
  color: #000000 !important;
  border: none !important;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px !important;
  justify-content: center;
}
.chatBtnChatInbox > span {
  margin-left: 0px !important;
  font-size: 20px !important;
  color: #d5232f !important;
}
@media (max-width: 425px) {
  .chatBtnChatInbox > span {
    font-size: 16px !important;
  }
}
.chatBtnChatInbox .anticon-mail {
  line-height: 0px !important;
}
.chatBtnChatInbox:hover {
  color: #d5232f !important;
}
.chatBtnChatInbox:active {
  color: #d5232f !important;
}
@media (max-width: 425px) {
  .chatBtnChatInbox {
    width: 20px;
  }
}
.top_section_right {
  display: flex;
  align-items: center;
}
.attachBtn {
  padding: 0px !important;
  color: #000000 !important;
  border: none !important;
  z-index: 10;
  background-color: transparent !important;
}
.attachBtn > span {
  margin-left: 10px !important;
  font-size: 20px !important;
  color: #d5232f !important;
}
.attachBtn:hover {
  color: #d5232f !important;
}
.attachBtn:active {
  color: #d5232f !important;
}
.smile_btn {
  color: #000000 !important;
  border: none !important;
  z-index: 10;
  position: absolute !important;
  top: 15px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}
.smile_btn > span {
  font-size: 20px !important;
  color: #d5232f !important;
}
.smile_btn:hover {
  color: #d5232f !important;
}
.smile_btn:active {
  color: #d5232f !important;
}
.chatFooterRow {
  position: relative;
  border-radius: 5px !important;
  margin: 10px 10px 10px 10px;
}
@media (max-width: 575px) {
  .chatFooterRow {
    margin: 0px 0px 0px 0px;
  }
}
.emoji_footer_div {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .emoji_footer_div {
    margin-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .emoji_footer_div {
    margin-bottom: 60px;
  }
}
.iosEmojiFooter {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}
@media (max-height: 750px) {
  .iosEmojiFooter {
    margin-bottom: 115px !important;
  }
}
@media (max-height: 730px) {
  .iosEmojiFooter {
    margin-bottom: 115px !important;
  }
}
@media (max-height: 630px) {
  .iosEmojiFooter {
    margin-bottom: 115px !important;
  }
}
@media (max-height: 620px) {
  .iosEmojiFooter {
    margin-bottom: 75px !important;
  }
}
.margin_botom {
  margin-bottom: 150px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 425px) {
  .margin_botom {
    margin-bottom: 60px;
  }
}
.chatInputBtn {
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column-reverse;
}
.chatInputBtn .ant-input {
  border: none !important;
}
.chatInputBtn .ant-input-prefix {
  margin-right: 5px !important;
}
.chatInputBtn .ant-input-affix-wrapper {
  border: none !important;
}
.chatInputBtn .anticon {
  font-size: 20px !important;
}
.camera_icon_btn {
  border: none !important;
  padding: 0px !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  top: 1px !important;
}
.chatSendBtn {
  height: 40px !important;
  border-radius: 0px !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatRow {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 10px 0px !important;
  overflow: hidden !important;
  margin-top: 60px;
}
.chatCol {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.chatCol ::-webkit-scrollbar {
  width: 8px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatCol ::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatCol ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chatCol ::-webkit-scrollbar-thumb:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.chat_reply_btn {
  background-color: #1faa59 !important;
  color: #fff !important;
  position: absolute !important;
  width: fit-content !important;
  right: 0 !important;
  height: 25px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  top: 15px !important;
  border-radius: 5px !important;
  padding: 0px 5px !important;
}
.mail_reply_btn {
  position: absolute !important;
  width: fit-content !important;
  right: 0 !important;
  height: 25px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  top: 15px !important;
  border-radius: 5px !important;
  padding: 0px 5px !important;
}
.chat_blockBtn {
  width: fit-content !important;
  font-size: 13px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
  border-radius: 5px !important;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
.chat_blockBtn:hover {
  color: #d5232f !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.chat_blockBtn .anticon {
  line-height: 0 !important;
}
@media (max-width: 768px) {
  .chat_blockBtn {
    font-size: 11px !important;
  }
}
@media (max-width: 425px) {
  .chat_blockBtn {
    font-size: 10px !important;
  }
}
.chat_footer_div {
  display: flex !important;
}
.pop_close_class {
  z-index: 10 !important;
}
.pop_close_class .ant-popover {
  z-index: 10 !important;
}
.pop_close_class .ant-popover-content {
  position: relative !important;
  right: -10px !important;
}
.pop_close_class .ant-popover-inner {
  background-color: #fff !important;
  border-radius: 50% !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px !important;
}
.chatBlockOffBtn {
  border: none !important;
  font-size: 11px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.chatBlockOffBtn:hover {
  background-color: #e3494e !important;
  color: #fff !important;
}
.btn_icon_style {
  width: 11px;
}
.text_span_class {
  margin-left: 8px;
}
.no_chat_class {
  padding: 12px;
}
@media (max-width: 1024px) {
  .no_chat_class {
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .no_chat_class {
    width: 100% !important;
    margin: 0px;
    padding: 10px 0px;
  }
}
.chatTextLeft {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 4px 10px;
  width: fit-content;
  background-color: #00b894;
  word-break: break-all;
}
.chatTextLeft > span {
  color: #fff;
}
.chatTextRigth {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 4px 10px;
  background-color: #ffffff;
  width: fit-content;
  justify-self: flex-end;
  text-align: justify;
  word-break: break-all;
}
.chatTextWithAttachment {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.chatbox_menu_btn {
  position: fixed !important;
  padding-top: 0px !important;
}
.chatbox_menu_btn .ant-popover-placement-bottomRight {
  position: fixed !important;
}
.chatbox_menu_btn .ant-popover-content {
  background-color: #fff !important;
  border-radius: 5px !important;
}
.mailInboxLayout {
  position: relative;
  background-image: url(/assets/images/chatbg.png) !important;
  padding: 10px !important;
  border-radius: 10px;
  border: 0.5px solid #eee;
  height: calc(100vh - 110px);
  background-color: #fff !important;
  margin: 0px 30px 0px 10px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1810px) {
  .mailInboxLayout {
    margin: 0px 60px 0px 10px !important;
  }
}
@media (max-width: 1700px) {
  .mailInboxLayout {
    margin: 0px 75px 0px 10px !important;
  }
}
@media (max-width: 1450px) {
  .mailInboxLayout {
    height: calc(100vh - 100px);
    margin: 0px 0px 0px 5px !important;
  }
}
@media (max-width: 1366px) {
  .mailInboxLayout {
    top: 0px;
    height: calc(100vh - 110px);
    margin: 0px 20px 0px 5px !important;
  }
}
@media (max-width: 1300px) {
  .mailInboxLayout {
    margin: 0px 30px 0px 5px !important;
  }
}
@media (max-width: 1024px) {
  .mailInboxLayout {
    height: calc(100vh - 95px);
    margin: 0px 0px 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .mailInboxLayout {
    margin: 0px 0px 0px 5px !important;
    height: calc(100vh - 75px);
  }
}
@media (max-width: 575px) {
  .mailInboxLayout {
    padding: 0px !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: overlay;
    margin: 0px 0px 0px 0px !important;
  }
}
.mail_close_icon {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: baseline;
}
@media (max-width: 425px) {
  .mail_close_icon {
    padding: 5px 10px !important;
    align-items: center;
  }
}
.mail_row {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.mailread_row {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 425px) {
  .mailread_row {
    flex: none;
    margin: 0px 0px 5px 0px;
  }
}
.mail_profile_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.mail_col {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .mail_col {
    padding: 5px 10px !important;
    margin-bottom: 30px;
  }
}
.myemail_text {
  display: flex !important;
  color: #fff !important;
  text-shadow: 0 2px 4px #000, 0 0 1px #000 !important;
  margin-top: 10px !important;
}
.to_mail_username {
  font-weight: bold !important;
  padding: 0px 5px !important;
  margin: 0px !important;
}
.mail_row_up {
  background: #fff !important;
  border-radius: 5px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 3;
}
.mailread_row_up {
  background: #fff !important;
  border-radius: 5px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 425px) {
  .mail_btn_row {
    display: flex;
  }
}
.mailread_headrow {
  margin: 15px 0px;
}
.mailread_text {
  font-size: 16px !important;
  text-align: justify;
  display: flex;
  flex: 1;
  overflow: scroll;
  height: calc(59vh);
  overflow-x: hidden;
  padding: 10px;
}
.mailread_col {
  margin: 5px;
}
.mailread_btn_row {
  display: flex;
  align-items: center;
}
.mail_input_class {
  border: none !important;
  font-size: 18px !important;
  margin: 5px 0px !important;
}
@media (max-width: 1024px) {
  .mail_input_class {
    font-size: 14px !important;
  }
}
.mail_input_subject {
  position: relative;
  border-top: 0.5px solid #eee;
  border-bottom: 0.5px solid #eee;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.mail_textarea {
  border: none !important;
  min-height: 100% !important;
  max-height: 100% !important;
  font-size: 18px !important;
  padding-right: 22px;
}
.mail_textarea .ant-input {
  font-size: 18px !important;
  border: none !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
@media (max-width: 1024px) {
  .mail_textarea .ant-input {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .mail_textarea .ant-input {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .mail_textarea {
    font-size: 14px !important;
  }
}
.mail_sendmail_btn {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 20px 0px;
}
@media (max-width: 425px) {
  .mail_sendmail_btn {
    margin: 20px 0px 80px 0px;
  }
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  @supports (-webkit-touch-callout: none) {
    .mail_sendmail_btn {
      margin: 20px 0px 150px 0px;
    }
  }
}
.minimize_btn {
  font-size: 16px !important;
}
@media (max-width: 1024px) {
  .minimize_btn {
    font-size: 14px !important;
  }
}
.mailread_sendmail_btn {
  padding-left: 10px;
  width: 100% !important;
  margin: 20px 0px 20px 0px;
}
.mail_span_class {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  flex: 11;
}
@media (max-width: 425px) {
  .mail_span_class {
    flex: 6;
  }
}
.mailread_span_class {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 425px) {
  .mailread_span_class {
    position: relative;
    top: 20px;
  }
}
.tooltip_close_class {
  position: fixed !important;
}
.tox-tinymce {
  width: 100%;
  border: none !important;
}
.tox .tox-tbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px !important;
}
body#tinymce {
  margin: 0;
}
.mce-content-body {
  margin: 0 !important;
}
.tiny_head {
  max-height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}
p {
  margin: 0 !important;
}
._2K878 {
  display: none !important;
}
.ant-popover-placement-right {
  position: fixed;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.5;
}
@media (max-width: 425px) {
  .emoji-mart,
  .emoji-mart * {
    line-height: 0.5;
  }
}
.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: contents;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
  position: relative;
  top: 1px;
  right: 1px;
}
@media (max-width: 425px) {
  .emoji-mart {
    font-size: 14px;
  }
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px 6px;
}
@media (max-width: 425px) {
  .emoji-mart .emoji-mart-emoji {
    padding: 6px 3px;
  }
}
.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}
.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus {
  outline: 0;
}
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #d5232f !important;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
  background-color: #d5232f !important;
}
.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
  width: 18px;
}
.emoji-mart-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 140px;
  padding: 0 6px 6px 6px;
  will-change: transform;
  /* avoids "repaints on scroll" in mobile Chrome */
}
@media (max-width: 425px) {
  .emoji-mart-scroll {
    height: 123px;
  }
}
.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
  display: none;
}
.emoji-mart-search input {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
  height: 30px;
}
.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;
}
.emoji-mart-search-icon {
  position: absolute;
  top: 2px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}
@media (max-width: 425px) {
  .emoji-mart-search-icon {
    top: 7px;
  }
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}
.emoji-mart-category-label {
  z-index: 20;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: -2;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}
.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}
.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}
.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}
.emoji-mart-preview {
  position: relative;
  height: 70px;
  display: none;
}
.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
  left: 12px;
}
.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}
.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}
.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}
.emoji-mart-preview-name {
  font-size: 14px;
}
.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: 0.5em;
}
.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}
.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}
.emoji-mart-title-label {
  color: #999a9c;
  font-size: 26px;
  font-weight: 300;
}
.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}
.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: 0.75;
}
.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}
.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: 0.03s;
}
.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: 0.06s;
}
.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: 0.09s;
}
.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: 0.12s;
}
.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: 0.15s;
}
.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: 0.125s;
  transition-timing-function: ease-out;
  cursor: default;
}
.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}
.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: 0.75;
}
.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}
.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}
.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}
.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}
.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}
.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}
.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}
.emoji-mart-skin-tone-6 {
  background-color: #594539;
}
/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
 * Dark mode styles
 */
.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}
.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}
.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}
.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}
.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

.settingsFormItem {
  display: flex;
  align-items: flex-start;
  padding: 0px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 425px) {
  .settingsFormItem .ant-form-item-label {
    padding-bottom: 0px !important;
  }
}
.settingsFormItem .ant-form-item-label > label {
  font-size: 18px !important;
  font-weight: bold !important;
  height: 40px !important;
}
@media (max-width: 768px) {
  .settingsFormItem .ant-form-item-label > label {
    font-size: 16px !important;
  }
}
@media (max-width: 425px) {
  .settingsFormItem .ant-form-item-label > label {
    font-size: 13px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 30px !important;
  }
}
.settingsFormItem label::after {
  margin: 0 10px 0 2px !important;
}
.settingsFormItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  width: 100% !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .settingsFormItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 16px !important;
    width: 258px !important;
    height: 40px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 425px) {
  .settingsFormItem .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    font-size: 13px !important;
    height: 30px !important;
    width: 100% !important;
  }
}
.settingsFormItem .ant-input,
.settingsFormItem .ant-input-number {
  width: 100% !important;
  height: 40px !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .settingsFormItem .ant-input,
  .settingsFormItem .ant-input-number {
    font-size: 16px !important;
    width: 258px !important;
    height: 40px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 425px) {
  .settingsFormItem .ant-input,
  .settingsFormItem .ant-input-number {
    font-size: 13px !important;
    height: 30px !important;
    width: 100% !important;
  }
}
.mtitleText {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.msubtitleText {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.mItemRow {
  font-size: 16px;
  margin: 8px 10px;
}
.settingsModal {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
}
.settingsModal .ant-modal {
  padding: 0px !important;
}
@media (max-width: 425px) {
  .settingsModal .ant-modal {
    width: 100% !important;
  }
}
.settingsModal .ant-modal-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  align-items: flex-start !important;
  padding: 1.5rem;
}
@media (max-width: 425px) {
  .settingsModal .ant-modal-content {
    width: 100% !important;
  }
}
.settingsModal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.settingsModal .ant-modal-body {
  padding: 0px !important;
  overflow: hidden;
  width: 500px !important;
}
@media (max-width: 768px) {
  .settingsModal .ant-modal-body {
    width: 100% !important;
  }
}
@media (max-width: 549px) {
  .settingsModal .ant-modal-body {
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .settingsModal .ant-modal-body {
    width: 100% !important;
  }
}
.settingsModal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.settingsModal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.settingsModal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 425px) {
  .settingsModal {
    top: -5px !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.bradius {
  border-radius: 5px;
}
.pt {
  padding-top: 1.5rem;
}
.py {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 425px) {
  .py {
    padding-bottom: 0.5rem;
  }
}
.px {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 425px) {
  .px {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.relativeOnlineAvatar {
  position: relative;
  margin-right: 8px !important;
}
.shopOnlineIcon {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1faa59;
  bottom: 0px;
  right: 15px;
  border: 2px solid #eee;
}
@media (max-width: 1045px) {
  .shopOnlineIcon {
    right: 7px;
  }
}
@media (max-width: 940px) {
  .shopOnlineIcon {
    right: 0px;
  }
}
@media (max-width: 915px) {
  .shopOnlineIcon {
    right: -7px;
  }
}
@media (max-width: 778px) {
  .shopOnlineIcon {
    right: -15px;
  }
}
@media (max-width: 755px) {
  .shopOnlineIcon {
    right: 15px;
  }
}
@media (max-width: 630px) {
  .shopOnlineIcon {
    right: 5px;
  }
}
@media (max-width: 585px) {
  .shopOnlineIcon {
    right: 0px;
  }
}
@media (max-width: 541px) {
  .shopOnlineIcon {
    right: -20px;
  }
}
@media (max-width: 425px) {
  .shopOnlineIcon {
    right: -25px;
  }
}
@media (max-width: 375px) {
  .shopOnlineIcon {
    right: -30px;
  }
}
.shopModal .menuBtnsContainer2 .menuitem-overflowed {
  display: inline-flex !important;
}
.shopModal .menuBtnsContainer2 .ant-menu-horizontal {
  overflow: hidden;
  overflow-x: scroll;
  padding: 0.4rem;
  /* Handle */
}
.shopModal .menuBtnsContainer2 .ant-menu-horizontal::-webkit-scrollbar {
  height: 3px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.shopModal .menuBtnsContainer2 .ant-menu-horizontal::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.shopModal .menuBtnsContainer2 .ant-badge {
  color: inherit;
}
.shopModal .menuBtnsContainer2 .ant-badge-count-sm {
  font-size: 10px;
}
.shopModal .menuBtnsContainer2 .ant-menu-root {
  display: flex;
}
.shopModal .menuBtnsContainer2 .ant-menu-item {
  font-size: 14px;
  flex: 1;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopModal .menuBtnsContainer2 .ant-menu-item-icon {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 549px) {
  .shopModal .menuBtnsContainer2 .ant-menu-item-icon {
    margin-bottom: 8px;
  }
}
.shopModal .menuBtnsContainer2 .anticon {
  margin-right: 0px !important;
}
@media (max-width: 425px) {
  .shopModal {
    top: -5px !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.productsRow {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0.5rem 0px 1rem 0px;
  scroll-behavior: smooth;
}
.productsRow::-webkit-scrollbar {
  height: 0px;
}
.productCard {
  background-color: #fff;
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 94%;
  margin: 1rem 0.5rem;
  overflow: hidden;
}
.productCard:hover {
  transform: scale3d(1.01, 1.01, 1.03);
  box-shadow: 0 2px 6px 2px rgba(60, 64, 67, 0.55);
  transition: transform 0.2s ease-in-out, box-shadow 0.02s ease-in-out;
}
.productCard .productImageContainer {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 120%;
}
@media (max-width: 425px) {
  .productCard .productImageContainer {
    height: auto;
    position: relative;
    overflow: visible;
    padding-bottom: 0px;
  }
}
.productCard .productImg {
  width: 100%;
}
@media (max-width: 425px) {
  .productCard .productImg {
    max-height: 200px;
    object-fit: contain;
  }
}
.productCard .productDescContianer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  height: 100%;
  background-color: #f7f7f7;
}
.productCard .productText {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productCard .priceText {
  color: #1faa59;
  font-weight: bold;
  font-size: 24px;
  margin: 0px 0px 0.4rem 0px;
  display: flex;
}
.productCard .creditsText {
  display: inline;
  font-size: 12px;
  color: #000000;
  text-align: normal;
  margin-top: 4px;
}
.productCard .addCardBtn {
  border-radius: 5px;
  background-color: #1faa59;
  border-color: #1faa59;
}
.productCard .addCardBtn:hover {
  background-color: #1b944e;
}
.productCard .addCardBtn-disabled {
  border-radius: 5px;
  background-color: #1faa59;
  border-color: #1faa59;
  opacity: 0.7;
  color: #ccc;
}
.productCard .addCardBtn-disabled:hover {
  border-radius: 5px;
  background-color: #1faa59;
  border-color: #1faa59;
  opacity: 0.7;
  color: #ccc;
}
.productCard .delCartBtn {
  border-radius: 5px;
}
.productCard .delCartBtn:hover {
  background-color: #bf1f2a;
}
.arrowCol {
  display: flex;
  align-items: center;
}
.absoluteRight {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .absoluteRight {
    position: absolute;
    right: 5px;
    z-index: 999;
    top: 50%;
  }
}
@media (max-width: 576px) {
  .absoluteLeft {
    position: absolute;
    left: 5px;
    z-index: 999;
    top: 50%;
  }
}
.arrowIconBtns {
  font-size: 24px;
  color: #666666;
  cursor: pointer;
}
.arrowIconBtns:hover {
  color: #000;
}
.w100 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.centerFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.centerFlex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.bradius {
  border-radius: 5px;
}
.scrollableThumbs {
  overflow: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  /* Handle */
}
.scrollableThumbs::-webkit-scrollbar {
  height: 3px !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.scrollableThumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.prodThumbRound {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-bottom: 4px;
}
.prodThumbContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 2px;
}
.prodThumbContainer .removeProdBtn {
  position: absolute;
  top: 3px;
  cursor: pointer;
  right: 2px;
}
.prodThumbContainer .removeProdBtn:hover {
  color: #d5232f;
}
@media (max-width: 425px) {
  .prodThumbContainer .removeProdBtn {
    top: 0px;
    right: 0px;
  }
}
.checkoutAvatarContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 425px) {
  .checkoutAvatarContainer {
    top: 0;
    padding-top: 3rem;
  }
}
.checkoutAvatarContainer .recName {
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
}
.checkoutAvatarContainer .keepShopingBtn {
  position: absolute;
  top: 0px;
  left: 1.5rem;
  border-radius: 5px;
}
@media (max-width: 425px) {
  .checkoutAvatarContainer .keepShopingBtn {
    top: 0;
    left: 1rem;
  }
}
.pt {
  padding-top: 1.5rem;
}
.py {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 425px) {
  .py {
    padding-bottom: 0.5rem;
  }
}
.px {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 425px) {
  .px {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.ppx {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 576px) {
  .ppx {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.checkoutListContainer {
  margin-top: 1rem;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
}
.checkoutListContainer .checkItemNameText {
  font-size: 14px;
  font-weight: 500;
}
.checkoutListContainer .checkItemCard {
  margin-bottom: 1rem;
  padding: 10px;
  box-shadow: 1px 1px 5px 0px rgba(60, 64, 67, 0.2);
  border-radius: 5px;
  max-height: 150px;
}
.checkoutListContainer .checkItemCard .checkListItemImg {
  margin-left: 1rem;
  height: 80px;
  width: 70px;
  object-fit: contain;
  object-position: center;
}
@media screen {
  .checkoutListContainer .checkItemCard .checkListItemImg {
    margin-left: 0px;
  }
}
.checkoutListContainer .checkItemCard .checkItemRemoveBtn {
  background-color: transparent;
}
.totalContaier {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  font-size: 16px;
  margin-bottom: 24px;
}
.totalContaier .crText {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: none !important;
  color: #000000 !important;
}
.ant-radio-button-wrapper-disabled {
  cursor: default !important;
  color: #000000 !important;
}
.ant-radio-button-wrapper-disabled:hover {
  color: #000000 !important;
}
.messageArea {
  min-height: 100% !important;
  max-height: 100% !important;
}
.messageArea .ant-input {
  border: none !important;
  min-height: 100% !important;
  max-height: 100% !important;
}
.largeModal {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
}
.largeModal .ant-modal {
  padding: 0px !important;
}
@media (max-width: 425px) {
  .largeModal .ant-modal {
    width: 100% !important;
  }
}
.largeModal .ant-modal-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  padding-bottom: 0px !important;
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  align-items: flex-start !important;
}
@media (max-width: 425px) {
  .largeModal .ant-modal-content {
    width: 100% !important;
  }
}
.largeModal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.largeModal .ant-modal-body {
  padding: 0px !important;
  overflow: hidden;
  width: 1100px !important;
  max-width: calc(100vw - 40px) !important;
}
@media (max-width: 920px) {
  .largeModal .ant-modal-body {
    width: 815px !important;
  }
}
@media (max-width: 768px) {
  .largeModal .ant-modal-body {
    width: calc(100vw - 40px) !important;
  }
}
@media (max-width: 549px) {
  .largeModal .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
@media (max-width: 425px) {
  .largeModal .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
.largeModal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.largeModal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.largeModal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.smallModal {
  width: fit-content !important;
  height: fit-content !important;
  border-radius: 10px !important;
}
.smallModal .ant-modal {
  padding: 0px !important;
}
@media (max-width: 425px) {
  .smallModal .ant-modal {
    width: 100% !important;
  }
}
.smallModal .ant-modal-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  padding-bottom: 0px !important;
  border-radius: 10px !important;
  width: fit-content !important;
  height: fit-content !important;
  align-items: flex-start !important;
}
@media (max-width: 425px) {
  .smallModal .ant-modal-content {
    width: 100% !important;
  }
}
.smallModal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
  z-index: 10px !important;
}
.smallModal .ant-modal-wrap {
  z-index: 10px !important;
}
.smallModal .ant-modal-body {
  padding: 0px !important;
  overflow: hidden;
  width: 800px !important;
}
@media (max-width: 920px) {
  .smallModal .ant-modal-body {
    width: 615px !important;
  }
}
@media (max-width: 768px) {
  .smallModal .ant-modal-body {
    width: calc(100vw - 40px) !important;
  }
}
@media (max-width: 549px) {
  .smallModal .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
@media (max-width: 425px) {
  .smallModal .ant-modal-body {
    max-width: calc(100vw - 20px) !important;
    width: 100vw !important;
  }
}
.smallModal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.smallModal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px !important;
}
.smallModal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}

.contentArea {
  overflow: hidden;
  padding-right: 20px;
  overflow-y: auto;
  padding-bottom: 1vh;
  margin-top: 0px;
  /* Handle */
}
.contentArea::-webkit-scrollbar {
  width: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.contentArea::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.linksTitle {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 770px) {
  .linksTitle {
    font-size: 25px !important;
  }
}
@media (max-width: 450px) {
  .linksTitle {
    margin-top: 10px !important;
    font-size: 20px !important;
  }
}
@media (max-width: 770px) {
  .leftTitles {
    font-size: 14px !important;
  }
}
@media (max-width: 770px) {
  .rightTitle {
    font-size: 14px !important;
  }
}
@media (max-width: 770px) {
  .rightSubTitles {
    font-size: 16px !important;
  }
}
.staticModal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-bottom: 0px !important;
  width: 1200px !important;
  max-width: 100vw !important;
}
.staticModal {
  border-radius: 10px !important;
}
.staticModal .ant-modal {
  padding-bottom: 0px !important;
  padding: 0px !important;
}
.staticModal .ant-modal-header {
  padding: 16px 8px !important;
}
@media (max-width: 450px) {
  .staticModal .ant-modal-header {
    margin-bottom: 20px;
  }
}
.staticModal .ant-modal-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 15px 0px 15px !important;
}
.staticModal .ant-modal-title {
  font-size: 24px !important;
}
.staticModal .ant-modal-content {
  border-radius: 10px !important;
  padding: 0px 15px 15px 15px !important;
  align-items: flex-start !important;
  width: 100%;
}
.staticModal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.staticModal .ant-modal-body {
  overflow: hidden;
  overflow-y: auto;
  padding: 25px !important;
}
@media (max-width: 450px) {
  .staticModal .ant-modal-body {
    padding: 50px 0px 0px 0px !important;
  }
}
.staticModal .ant-modal-close {
  top: 15px !important;
  right: 15px !important;
}
.staticModal .ant-modal-close-x {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 16px !important;
}
.staticModal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
@media (max-width: 575px) {
  .staticModal {
    top: 0px !important;
  }
}
@media (max-width: 450px) {
  .staticModal {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
  }
}
@media (max-width: 320px) {
  .staticModal {
    max-width: 100% !important;
  }
}
.rightColClass {
  overflow-x: hidden;
  overflow-y: auto;
  /* Handle */
}
.rightColClass::-webkit-scrollbar {
  width: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.rightColClass::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.linksFooterRow {
  background-color: #fff;
  padding: 10px 0px 0px;
}

.stepsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepIndicator {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  border-width: 2px;
  height: 12px;
  width: 12px;
  margin: 3px;
}
.stepIndicator-active {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  border-width: 2px;
  height: 12px;
  width: 12px;
  margin: 3px;
}

.memRow {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .memRow {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 425px) {
  .memRow {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.arrowbtn {
  position: absolute !important;
  top: 30% !important;
  z-index: 2;
}
.leftBtn {
  left: -10% !important;
}
@media (max-width: 768px) {
  .leftBtn {
    left: -20% !important;
  }
}
@media (max-width: 575px) {
  .leftBtn {
    left: -20% !important;
  }
}
.leftBtn:hover > .leftArrowBtn,
.leftBtn:active > .leftArrowBtn,
.leftBtn:focus > .leftArrowBtn {
  color: #a91c25;
}
.rightBtn {
  right: -10% !important;
}
@media (max-width: 768px) {
  .rightBtn {
    right: -20% !important;
  }
}
@media (max-width: 575px) {
  .rightBtn {
    right: -20% !important;
  }
}
.rightBtn:hover > .rightArrowBtn,
.rightBtn:active > .rightArrowBtn,
.rightBtn:focus > .rightArrowBtn {
  color: #a91c25;
}
.leftArrowBtnIcon {
  color: #d5232f;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
}
.rightArrowBtnIcon {
  color: #d5232f;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
}
.memberCard {
  cursor: pointer;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
@media (max-width: 768px) {
  .memberCard {
    padding: 20px;
  }
}
.itemDiv-pr {
  padding: 50px 17%;
  position: relative;
}
@media (max-width: 767px) {
  .itemDiv-pr {
    padding: 15px 5%;
  }
}
@media (max-width: 400px) {
  .itemDiv-pr {
    padding: 15px 5%;
  }
}
.grid {
  display: grid;
  overflow: hidden;
  cursor: pointer;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2px;
  position: relative;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.grid2 {
  cursor: pointer;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 2px;
  position: relative;
}
@media (max-width: 767px) {
  .grid2 {
    grid-template-columns: 1fr ;
  }
}
@media (max-width: 767px) {
  .hide-image12 {
    display: block;
  }
}
@media (max-width: 767px) {
  .hide-image1 {
    display: none;
  }
}
.ad {
  position: absolute;
  right: 11%;
  top: 47%;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .ad {
    left: 50%;
    top: 67%;
    right: 38%;
  }
}
.container-img {
  position: relative;
  width: 100%;
  text-align: center;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #6a707294;
}
.container-img:hover .overlay {
  opacity: 2;
}
.hide-image {
  opacity: 0;
  height: 10px !important;
  width: 10px !important;
}
.text {
  color: white;
  font-size: 20px;
  text-align: center;
  margin-top: 40%;
}
@media (max-width: 1024px) {
  .text {
    font-size: 16px;
    margin-top: 30%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .text {
    font-size: 14px;
    margin-top: 30%;
    margin-bottom: 2px;
  }
}
.text .memberLocation {
  color: white;
  font-size: 20px;
}
@media (max-width: 767px) {
  .text .memberLocation {
    font-size: 14px;
  }
}
.chatnowBtn {
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
  background: #fff0 ;
  border: solid #fff 1px;
  border-radius: 20px ;
}
@media (max-width: 1024px) {
  .chatnowBtn {
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
  }
}
@media (max-width: 700px) {
  .chatnowBtn {
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
  }
}
.video {
  height: 100%;
}
.memberCardImg-pr {
  width: 100% !important;
  border-radius: 2px !important;
  object-fit: cover !important;
  object-position: center top !important;
  margin-bottom: 1px !important;
  background-color: #eedddd !important;
}
.cardSkeleton {
  height: 200px !important;
  width: 100% !important;
  border-radius: 15px !important;
}
.mainDiv {
  background-color: #f9f9f9;
  position: relative;
}
.memberClass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 20px;
  overflow: hidden;
}
.memberLocation {
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .memberLocation {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .memberLocation {
    font-size: 12px !important;
  }
}
.slick-track {
  transition-duration: 1s !important;
}
.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.alice-carousel .animated-out {
  z-index: 1;
}
.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}
.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}
.alice-carousel__stage-item * {
  line-height: initial;
}
.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}
.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}
.alice-carousel__prev-btn {
  text-align: right;
}
.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
  font-size: 50px;
}
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}
.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}
.alice-carousel__play-btn:hover {
  cursor: pointer;
}
.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.alice-carousel__play-btn-item::before,
.alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}
.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}
.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}
.alice-carousel__play-btn-item.__pause::before,
.alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}
.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}
.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.alice-carousel__dots > li {
  display: inline-block;
}
.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ccc;
}
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}
.alice-carousel__dots-item:not(.__custom):hover,
.alice-carousel__dots-item:not(.__custom).__active {
  background-color: #d5232f;
}
.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #d5232f;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}
.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}
.item {
  min-height: 200px;
  background-color: #eee;
}
.paginaMainRow {
  width: 100%;
  text-align: center;
}
.pagination {
  list-style-type: none;
  margin: 15px auto;
  width: 390px;
}
.pagination li {
  display: inline-flex;
}
.page-item {
  border: solid 1px #eee;
  padding: 10px 20px;
  color: #000 !important;
  background: #ddd;
}
.signUnBtn {
  background: #ff230c;
  border: solid 1px #ff230c;
  color: #fff !important;
  padding: 10px;
  width: 235px;
  border-radius: 20px;
  margin-left: 37px;
}
.first {
  border-radius: 22px 0px 0px 22px;
}
.last {
  border-radius: 0px 22px 22px 0px;
}
.page-link {
  color: #000 !important;
}
.memberCardImg2 {
  width: 25%;
}
.memberpagination {
  width: 500px;
}
@media (max-width: 820px) {
  .memberpagination {
    width: 600px;
    margin-left: 8em;
  }
}
@media (max-width: 767px) {
  .memberpagination {
    width: 300px;
    margin-left: 0em;
  }
}
@media (max-width: 400px) {
  .memberpagination {
    width: 300px;
    margin-left: 0em;
  }
}
.btnpginate {
  background: #f9f9f6;
  border: none;
  cursor: pointer;
}

.contact_title {
  font-size: 30px;
  color: #d5232f !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.contact_submit_btn {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
}
@media (max-width: 425px) {
  .contact_submit_btn {
    height: 30px !important;
    font-size: 12px !important;
  }
}
.submit_item {
  margin-bottom: 5px !important;
  margin-top: 10px !important;
}
.submit_item .ant-form-item-control-input-content {
  display: flex !important;
  justify-content: center !important;
}
.footer_static_pages_modal {
  width: 50% !important;
}
@media (max-width: 1370px) {
  .footer_static_pages_modal {
    width: 75% !important;
  }
}
@media (max-width: 840px) {
  .footer_static_pages_modal {
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  .footer_static_pages_modal {
    width: 100% !important;
  }
}
.footer_static_pages_modal .ant-modal-content {
  padding: 30px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  border-radius: 10px !important;
  height: fit-content !important;
  align-items: flex-start !important;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .footer_static_pages_modal .ant-modal-content {
    width: auto !important;
  }
}
@media (max-width: 575px) {
  .footer_static_pages_modal .ant-modal-content {
    top: -75px !important;
  }
}
.footer_static_pages_modal .ant-modal-body {
  width: 100% !important;
}
.footer_static_pages_modal .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(6px) !important;
}
.footer_static_pages_modal .ant-modal-close {
  top: 5px !important;
  right: 5px !important;
}
.footer_static_pages_modal .ant-modal-close-x {
  width: 25px !important;
  height: 25px !important;
  line-height: 30px !important;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_static_pages_modal .ant-modal-close-x:hover {
  background-color: #d5232f !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.footerMainRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.text_pages {
  text-align: justify;
}
.footerCol1 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 766px) {
  .footerCol1 {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .footerCol1 {
    display: flex;
    align-items: center;
    padding: 0px 20px;
  }
}
.footerText {
  padding-bottom: 10px !important;
  margin: 0 !important;
}
@media (max-width: 1440px) {
  .footerText {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .footerText {
    font-size: 20px !important;
  }
}
@media (max-width: 766px) {
  .footerText {
    text-align: center;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 425px) {
  .footerText {
    padding-bottom: 0px !important;
    font-size: 18px !important;
  }
}
.dreamtextFooter {
  font-size: 16px !important;
  margin: 10px 0px !important;
  color: #232323 !important;
}
@media (max-width: 1440px) {
  .dreamtextFooter {
    font-size: 14px !important;
    margin: 10px 0px !important;
  }
}
@media (max-width: 1400px) {
  .dreamtextFooter {
    font-size: 13px !important;
    margin: 7px 0px !important;
  }
}
@media (max-width: 1024px) {
  .dreamtextFooter {
    font-size: 12px !important;
    margin: 13px 0px !important;
  }
}
@media (max-width: 768px) {
  .dreamtextFooter {
    font-size: 12px !important;
    margin: 7px 0px !important;
  }
}
@media (max-width: 766px) {
  .dreamtextFooter {
    text-align: center;
    font-size: 11px !important;
    padding: 0px 10px;
  }
}
@media (max-width: 425px) {
  .dreamtextFooter {
    text-align: center;
    font-size: 10px !important;
  }
}
.footerContactBtn {
  width: fit-content !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: 1px solid !important;
}
.footerContactBtn:focus {
  color: black !important;
}
.footerContactBtn:hover {
  box-shadow: 0px 0px 3px 2px #e9aeae;
}
@media (max-width: 1024px) {
  .footerContactBtn {
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .footerContactBtn {
    margin-top: 5px !important;
    height: 35px !important;
    font-size: 14px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 425px) {
  .footerContactBtn {
    margin-top: 5px !important;
    height: 30px !important;
    font-size: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.btnSpanFlex-pr {
  align-items: baseline;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  margin: auto;
}
@media (max-width: 820px) {
  .btnSpanFlex-pr {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .btnSpanFlex-pr {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .btnSpanFlex-pr {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0;
  }
}
.footerRowRight {
  display: flex;
  align-items: flex-start;
}
.colLinkClass {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 766px) {
  .colLinkClass {
    justify-content: center;
    padding-top: 40px;
  }
}
@media (max-width: 425px) {
  .colLinkClass {
    padding-top: 0px;
  }
}
.rowFooterSpaveBtween {
  width: 100%;
}
@media (max-width: 425px) {
  .rowFooterSpaveBtween {
    padding: 20px 20px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.titleLink {
  padding-bottom: 15px !important;
  margin: 0px !important;
}
@media (max-width: 768px) {
  .titleLink {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .titleLink {
    font-size: 14px !important;
  }
}
.btnlink {
  padding: 0px !important;
  color: #222 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 2px !important;
  line-height: 1px !important;
}
.btnlink:hover {
  text-decoration: underline !important;
}
.newFootercopyrightText {
  padding: 50px 0px !important;
  color: #232323;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  .newFootercopyrightText {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .newFootercopyrightText {
    font-size: 11px !important;
    padding: 25px 0px !important;
  }
}
.cookieFalseClass {
  padding: 50px 0px !important;
  color: #232323;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 866px) {
  .cookieFalseClass {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cookieFalseClass {
    margin-bottom: 60px;
  }
}
@media (max-width: 490px) {
  .cookieFalseClass {
    margin-bottom: 100px;
  }
}
@media (max-width: 395px) {
  .cookieFalseClass {
    margin-bottom: 120px;
  }
}
@media (max-width: 350px) {
  .cookieFalseClass {
    margin-bottom: 140px;
  }
}
.marginLeft {
  margin-left: 25px !important;
}
@media (max-width: 425px) {
  .marginLeft {
    margin-left: 10px !important;
  }
}
.linkUnderLineHover {
  padding: 10px 0px !important;
}
.linkUnderLineHover:hover {
  text-decoration: underline !important;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .linkUnderLineHover {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .linkUnderLineHover {
    font-size: 11px !important;
  }
}
.footerAddClass {
  font-size: 13px;
}
@media (max-width: 425px) {
  .footerAddClass {
    font-size: 12px;
  }
}
.footerRowClass-pr {
  padding: 20px;
  text-align: center;
}
@media (max-width: 425px) {
  .footerRowClass-pr {
    flex-direction: column;
  }
}
.footerCardClass {
  width: 70px;
}
@media (max-width: 425px) {
  .footerCardClass {
    width: 50px;
  }
}
.btnSpanFlex-pr li {
  width: 125px;
  border-right: solid 1px;
}
.btnSpanFlex-pr li:last-child {
  border: none;
}

