body {
  font-family: 'Poppins';
  margin: 0;
  font-size: 16px;
  overscroll-behavior-y: contain;
  -webkit-tap-highlight-color: transparent;
  /* padding:15px 15px 50px 15px; */
}

body.home {
  background: linear-gradient(#64fff7, #243b55);
  background: linear-gradient(#FFCE45, #271600);
  background-image: url('../images/background/bg2.png');
  background-attachment: fixed;
  padding: unset;
}

body.frez {
  overflow: hidden;
}

button {
  font-family: 'Poppins';
  font-size: 16px;
}

textarea {
  font-family: 'Poppins';
  line-height: unset;
}

input {
  font-family: 'Poppins';
}

select {
  font-family: 'Poppins';
}

input[type=range] {
  -webkit-appearance: none;
  margin: 25px 0px 20px 0px;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
  box-shadow: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: rgb(185, 185, 185);
  border-radius: 25px;
}

input[type=range]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #E9BB2A;
  box-shadow: 0 0 4px 4px rgb(255, 255, 255);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgb(121, 121, 121);
}

.clickable {
  pointer-events: none;
}


@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../plugins/poppins-font/pxiEyp8kv8JHgFVrJJbecmNE.woff2') format('woff2');
  /* src: url('../plugins/poppins-font/chineses/GenJyuuGothic-Light.woff2') format('woff2'); */
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../plugins/poppins-font/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../plugins/poppins-font/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fnt-8 {
  font-size: 8px !important;
}

.fnt-10 {
  font-size: 10px !important;
}

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

.fnt-13 {
  font-size: 13px !important;
}

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

.fnt-15 {
  font-size: 15px !important;
}

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

.fnt-17 {
  font-size: 17px !important;
}

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

.fnt-19 {
  font-size: 19px !important;
}

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

.fnt-21 {
  font-size: 21px !important;
}

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

.fnt-23 {
  font-size: 23px !important;
}

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

.fnt-25 {
  font-size: 25px !important;
}

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

.fnt-27 {
  font-size: 27px !important;
}

.fnt-28 {
  font-size: 28px !important;
}

.fnt-29 {
  font-size: 29px !important;
}

.fnt-30 {
  font-size: 30px !important;
}

.fnt-31 {
  font-size: 31px !important;
}

.fnt-32 {
  font-size: 32px !important;
}

.fnt-33 {
  font-size: 33px !important;
}

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

.fnt-white {
  color: white;
}

.dp-flx {
  display: flex;
}

.flx-w-w {
  flex-wrap: wrap;
}

.jtf-c-ct {
  justify-content: center;
}

.jtf-c-sa {
  justify-content: space-around;
}

.jtf-c-se {
  justify-content: space-evenly;
}

.al-it-c {
  align-items: center;
}

.f-g-1 {
  flex-grow: 1;
}

.pst-asl {
  position: absolute;
}

.pst-rlt {
  position: relative;
}

.sp_bold {
  font-weight: bold;
}

.sp_underline {
  text-decoration: underline;
  cursor: pointer;
}

.sp_org {
  background: linear-gradient(142.2deg, #CC5500 -4.09%, #662A00 78.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* font-weight: bold; */
}

.sp_org2 {
  color: rgb(255, 153, 19);
}

.sp_shwhite {
  text-shadow: 1px 1px 2px black;
  color: white;
}

.sp_white {
  color: white;
}

.sp_black {
  color: black;
}

.sp_grey {
  color: grey !important;
}

.sp_yellow {
  color: #E9BB2A;
}

.sp_cyan {
  color: #00DFB7;
}

.sp_red {
  background: var(--Dating-App, linear-gradient(180deg, #F26B6F 0%, #680B0F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sp_red2 {
  color: red;
}

.cs-pt {
  cursor: pointer;
}

.ta-ct {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.mg-t-n10 {
  margin-top: -10px !important;
}

.mg-t-5 {
  margin-top: 5px !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.mg-t-20 {
  margin-top: 20px !important;
}

.mg-t-25 {
  margin-top: 25px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-t-40 {
  margin-top: 40px !important;
}

.mg-t-50 {
  margin-top: 50px !important;
}

.mg-bt-5 {
  margin-bottom: 5px !important;
}

.mg-bt-10 {
  margin-bottom: 10px !important;
}

.mg-bt-15 {
  margin-bottom: 15px !important;
}

.mg-bt-20 {
  margin-bottom: 20px !important;
}

.mg-bt-25 {
  margin-bottom: 25px !important;
}

.mg-bt-30 {
  margin-bottom: 30px !important;
}

.mg-bt-40 {
  margin-bottom: 40px !important;
}

.mg-r-0 {
  margin-right: 0px !important;
}

.mg-r-10 {
  margin-right: 10px !important;
}

.mg-r-15 {
  margin-right: 15px !important;
}

.mg-r-20 {
  margin-right: 20px !important;
}

.mg-l-at {
  margin-left: auto;
}

.mg-l-20 {
  margin-left: 20px !important;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-bt-5 {
  padding-bottom: 5px;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pd-t-2 {
  padding-top: 2px !important;
}

.pd-t-10 {
  padding-top: 10px !important;
}

.pd-t-20 {
  padding-top: 20px !important;
}

.pd-t-50 {
  padding-top: 50px !important;
}

.pd-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pd-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pd-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pd-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pd-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pd-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-all-5 {
  padding: 5px;
}

.pd-all-10 {
  padding: 10px;
}

.pd-all-15 {
  padding: 15px;
}

.pd-all-20 {
  padding: 20px;
}

.pd-all-30 {
  padding: 30px;
}

.wd-100-w {
  width: -webkit-fill-available;
}

.wd-100 {
  width: 100%;
}

.wd-60 {
  width: 60%;
}

.wd-50 {
  width: 50%;
}

.wd-40 {
  width: 40%;
}

.wd-fc {
  width: fit-content;
}

.wd-25px {
  width: 25px !important;
}

.h-40 {
  height: 40px;
}

.h-150 {
  height: 150px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-40 {
  line-height: 40px;
}

.bd-rd-10 {
  border-radius: 10px;
}

.bd-bt-line {
  border-bottom: 2px solid #CC5500;
}

.bd-bt-line-2 {
  border-bottom: 2px solid lightsalmon;
}

.b-shadow {
  box-shadow: 0px 3px 7px 0px grey;
}

.b-shadow-2 {
  box-shadow: 2px 4px 10px 4px rgba(255, 255, 255, 0.2)
}

.b-shadow-3 {
  box-shadow: 0px 3px 7px 0px lightgrey;
}

.b-shadow-4 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

.bg-white {
  background-color: white;
}

.bg-org {
  background: linear-gradient(175.12deg, #CC5500 5.66%, #662A00 88.59%);
}

.bg-spred {
  background: var(--Dating-App, linear-gradient(180deg, #F26B6F 0%, #680B0F 100%));
}

.hdnn {
  display: none;
}

.hdnn.in {
  display: unset !important;
}

.loading-d {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 70%);
  z-index: -1771;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.loading-d.in {
  opacity: 1;
  z-index: 1771;
}

.loading-d ._el1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 24px;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.border-wrap {
  width: 115px;
  height: 100%;
  position: relative;
  background: linear-gradient(to bottom, rgb(241, 107, 111), rgb(105, 12, 16));
  padding: 2px;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
  margin-right: 10px;
}

.border-wrap .content {
  background: white;
  color: black;
  padding: 10px;
  border-radius: 10px;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.border-wrap object {
  height: 35px;
}

._wif_bg {
  background-attachment: fixed;
  height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.alert {
  width: -webkit-fill-available;
  margin: 15px;
  padding: 12px 20px;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 1px #ccc;
  z-index: 1800;
  left: 0;
  right: 0;
  /* top: 55px; */
  display: flex;
  padding-right: 41px;
}

.alert .close {
  position: absolute;
  width: 30px;
  height: 30px;
  color: rgb(72, 72, 72);
  right: 10px;
  top: 5px;
  text-align: center;
  font-size: 1.6em;
  cursor: pointer;
  line-height: 30px;
  font-weight: bold;
}

.success-alert {
  background-color: #a8f0c6;
  border-left: 5px solid #178344;
}

.warning-alert {
  background-color: #ffbaba;
  box-shadow: 0px 4px 7px 1px red;
  /* border-left: 5px solid #df7700; */
}

.simple-alert {
  top: -15px;
  background: linear-gradient(180deg, #F26B6F 0%, #680B0F 100%);
  color: white;
  border-radius: 0px 0px 20px 20px;
  flex-wrap: wrap;
  margin: 15px 8px;
  padding: 15px;
}

.simple-alert img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid lightgrey;
  margin-right: 15px;
  object-fit: cover;
}

.simple-alert .ansbtn_cont {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  justify-content: space-evenly;
  display: flex;
}

#btn_acceptvc {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  background: #00ff23;
  color: white;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000000;
}

#btn_declinevc {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: none;
  background: red;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px 2px #000000;
}



#result_container.in,
#language_container.in {
  z-index: 1771 !important;
  opacity: 1;
}

.result_container.in {
  z-index: 1770;
  opacity: 1;
}

.result_container.conf.in {
  z-index: 1772 !important;
}

.result_container,
.result_container2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: -1770;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.result_container .centered,
.result_container2 .centered {
  padding: 20px;
  background: #eee;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  margin: 0px;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  overflow: auto;
  max-height: 85vh;
  width: 80%;
}

.result_container .centered .title,
.result_container2 .centered .title {
  line-height: 40px;
}

.result_container .centered .btn_css3,
.result_container2 .centered .btn_css3,
.result_container2 .centered .btn_css4 {
  width: 90% !important;
  margin-top: 20px !important;
}

.result_container:before,
.result_container2:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.result_container button {
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}


.page_container {
  transition: .35s ease;
  overflow: hidden;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 0;
  background-color: #FFF8F4;
}

.page_container.in {
  opacity: 1;
  z-index: 1771 !important;
  position: fixed;
  width: 100%;
  left: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.btcs-1 {
  border-radius: 8px;
  background: #012eb2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 10px 40px;
  color: white;
  cursor: pointer;
  width: 100%;
}
.btcs-1:hover {
  background: #3659c1;
}


.btcs-2 {
  border-radius: 4px;
  background: #00DFB7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 10px 30px;
  color: white;
  cursor: pointer;
}

.btcs-3 {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  background: #6ACD06;
  border: none;
  color: white;
  text-align: center;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.25);
}

.btcs-4 {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  background: #FF0E0E;
  border: none;
  color: white;
  text-align: center;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.25);
}

.btcs-5 {
  border-radius: 8px;
  background: #444555;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid white;
  padding: 10px 40px;
  color: white;
  cursor: pointer;
}
.btcs-5:hover {
  background: #6a6b81;
}

.btcs-6 {
  width: 45px;
    height: 45px;
    background: #444555;
    border-radius: 10px;
    font-size: 20px;
    line-height: 45px;
    margin-left: 10px;
    border: 2px solid white;
    cursor: pointer;
    margin-top:15px;
}
.btcs-6:hover {
  background: #6a6b81;
}

.btcs-7 {
  border-radius: 8px;
  background: #444555;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 10px 40px;
  color: white;
  cursor: pointer;
  width: 100%;
}
.btcs-7:hover {
  background: #6a6b81;
}

.btcs-8 {
  border-radius: 8px;
    background: #444555;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    /* padding: 10px 40px; */
    color: white;
    cursor: pointer;
    /* width: 100%; */
    /* width: 3px; */
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin:3px;
}
.btcs-8:hover {
  background: #6a6b81;
}

.btcs-9 {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  background: #d90000;
  border: none;
  color: white;
  text-align: center;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.25);
}

.btcs-10 {
  border-radius: 12px;
    background-color: #38396b;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 15px 20px;
    width: 90%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
}

.btcs-10 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btcs-10 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btcs-10:hover span {
  padding-right: 25px;
}

.btcs-10:hover span:after {
  opacity: 1;
  right: 0;
}
.btcs-10:hover {
  background-color: #6365b4;
}

.btcs-da {
  background: lightgray !important;
  color: gray !important;
}


.chkbxcs-1 {
  border: 3px solid #CC5500;
  min-width: 25px;
  text-align: center;
  min-height: 25px;
  max-height: 25px;
  line-height: 25px;
  border-radius: 5px;
  margin-top: 3px;
}

.error_input {
  border: 2px solid red !important;
}

.error_sp {
  display: none;
  color: red;
  font-size: 12px;
}

.ip_otp {
  margin: 20px auto;
  max-width: 400px;
}

.ip_otp input {
  margin: 0px 3px;
  text-align: center !important;
  font-size: 28px;
  /* border: 2px solid #E9BB2A; */
  border-radius: 10px;
  border-radius: 10px;
  border: 0.5px solid #B6B6B6;
  background: #FFF;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06), 0px 4px 8px -2px rgba(0, 0, 0, 0.08);
}


.ipcs-1 {
  display: flex;
}

.ipcs-1 input {
  background: white;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  width: -webkit-fill-available;
  color: black;
  padding: 15px;
  font-size: 16px;
}

.ipcs-1 input:focus {
  outline: 2px solid #E9BB2A;
}

.ipcs-1 ._col1 {
  width: 20%;
  margin-right: 10px;
  min-width: 85px;
}

.ipcs-1 ._col2 {
  width: 80%;
}

.ipcs-2 {
  background: white;
  outline: none;
  border-radius: 7px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  width: -webkit-fill-available;
  color: black;
  padding: 10px 5px;
  font-size: 16px;
  outline: none;
  margin-bottom: 20px;
  margin-top:5px;
}

.ipcs-2:focus {
  outline: 2px solid #E9BB2A;
}

.ipcs-3 {
  background: #C4ECD9;
  outline: none;
  border-radius: 5px;
  border: none;
  width: -webkit-fill-available;
  color: black;
  padding: 10px 15px;
  font-size: 16px;
  margin-top: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  min-height: 20px;
}

textarea.ipcs-3 {
  resize: none;
}

.ipcs-da {
  background: linear-gradient(142.2deg, #CC5500 -4.09%, #662A00 78.16%);
  border: none;
}

._dcmip {
  text-align: right;
}

.slcs-1 {
  background: white;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  width: -webkit-fill-available;
  color: black;
  padding: 15px;
  font-size: 16px;
}


.slcs-2 {
  background: white;
  color: black;
  border-radius: 7px;
  border: 2px solid #CC5500;
  padding: 8px 10px;
  margin-bottom: 20px;
  font-size: 16px;
  min-width: 135px;
}

.slcs-2.in {
  background: linear-gradient(142.2deg, #CC5500 -4.09%, #662A00 78.16%);
  color: white;
}

.slcs-2.in option {
  background: black;
  width: 100%;
}

.slcs-3 {
  margin-top: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
  padding: 10px;
  border-radius: 5px;
}

.txta-cs1 {
  resize: none;
  width: -webkit-fill-available;
  height: 100px;
}

.txta-cs2 {
  resize: none;
  width: -webkit-fill-available;
  margin-bottom: 0px;
  height: 100px;
}

.deco-line-1 {
  margin: 10px -5px 20px -5px;
  border-bottom: 2px solid #bfbfbf;
}

.deco-line-2 {
  margin: 10px 0px 10px 10px;
  border-bottom: 2px solid black;
}

.deco-line-3 {
  margin: 0px 15px;
  margin-top: -10px;
  border-bottom: 2px solid #ebebeb;
}

.loading_cs lottie-player {
  margin: auto;
}



/* modal */
.modal_mobile,
.modal_mobile_2 {
  width: 320px;
  position: fixed;
  padding: 20px;
  background-color: #fff;
  /* z-index: 100; */
  border-radius: 8px;
  left: 55%;
  margin-left: -175px;
  /* margin-right: 10px; */
  top: 50%;
  margin-top: -93px;

  z-index: -100;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  overflow: auto;
}

.modal_mobile.in {
  z-index: 1777;
  opacity: 1;
}

.modal_mobile_2.in {
  z-index: 1777;
  opacity: 1;
}

.modal_mobile #result_desc {
  text-align: center;
}

.modal_mobile .content,
.modal_mobile_2 .content {
  text-align: center;
  display: inline-block;
  margin: 20px 20px 30px 20px;
}

.modal_mobile .mbutton,
.modal_mobile_2 .mbutton {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.modal_mobile .mbutton button,
.modal_mobile_2 .mbutton button {
  padding: 8px 15px;
}

.modal_mobile .result_container button,
.modal_mobile_2 .result_container button {
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.black_back {
  position: fixed;
  background: rgba(0, 0, 0, 0.4) left top;
  width: 100%;
  height: 100%;
  z-index: 1776;
  top: 0;
  left: 0;
}

.black_back_2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.4) left top;
  width: 100%;
  height: 100%;
  z-index: 1776;
  top: 0;
  left: 0;
}

#add_admin_container .centered {
  overflow: auto;
  max-height: 85vh;
  width: 80%;
}






._login_page ._col1,
._login_page ._col2 {
  width: 50%;
  height: 100vh;
}

._login_page ._col1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

._login_page ._col1 {
  background-image: linear-gradient(#B71670, #fd6bbe);
}

._login_page ._col2 {
  background-color: #FFF;
  text-align: center;
  font-size: 20px;
}

._login_page ._col2 object {
  width: 160px;
  height: 160px;
  padding: 50px 15px 40px 15px;
}

._login_page ._col2 ._text {
  color: #B71670;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  margin-top: 70px;
}

._login_page ._col2 ._box {
  background-color: #FFF;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  margin: 0px 40px 40px 40px;
  text-align: left;
  padding: 40px;
}


.otp_form ._cont {
  display: flex;

}

.otp_form ._cont ._input {
  /* margin:10px; */
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.otp_form ._cont ._input input {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.otp_form .ip_otp {
  display: flex;
  width: 100%;
  margin: 15px 0px 25px 0px;
}

.otp_form .ip_otp .otp_c,
.otp_form .ip_otp .adac_otp_c {
  width: 35px;
  height: 35px;
  padding: 10px;
  margin-right: 5px;
  border-radius: 6px;
  text-align: center;
  font-size: 24px;
}

.otp_form #txtotp_6 {
  margin-right: unset;
}

.otp_form ._otp_resend {
  margin-top: 15px;
}

input {
  width: -webkit-fill-available;
  margin-top: 10px;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  border: none;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  background: #FFF;
  font-size: 20px;
}

.input_search {
  position: relative;
}

.input_search input {
  border-radius: 5px;
  padding-left: 40px;
}

.input_search i {
  position: absolute;
  top: 18px;
  left: 10px;
  font-size: 20px;
}

input::placeholder {
  color: lightgray;
  font-style: italic;
}

input:-ms-input-placeholder {
  color: lightgray;
  font-style: italic;
}

input::-ms-input-placeholder {
  color: lightgray;
  font-style: italic;
}

.tbcs-1 {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  border: 2px solid lightgray;
  border-spacing: 0;
}

.tbcs-1 th {
  background-color: #444555;
  color: white;
  padding: 15px;
  border: 1px solid white;
}

.tbcs-1 th:first-child {
  border-radius: 20px 0px 0px 0px;
}

.tbcs-1 th:last-child {
  border-radius: 0px 20px 0px 0px;
}

.tbcs-1 td {
  padding: 10px 20px;
}

.tbcs-1 tr {
  background-color: white;
}

.tbcs-1 tr.in {
  background-color: #d1ebde;
}

._header_cs_1 {
  height: 40px;
  border-bottom: 1px solid lightgrey;
  padding: 5px 20px;
  display: flex;
}

._header_cs_1 ._col1,
._header_cs_1 ._col1 object {
  height: 100%;
}

._header_cs_1 ._col2 {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  color: #B2015C;
  padding-top: 5px;
}

._header_cs_1 ._col3 {
  display: flex;
  border-left: 1px solid lightgrey;
  padding-left: 10px;
}

._header_cs_1 ._col3 ._icon {
  margin-left: 15px;
}

._header_cs_2 {
  background-color: #C4ECD9;
  font-weight: bold;
  margin: -20px -20px 20px -20px;
  padding: 5px 20px;
  font-size: 18px;
  width: 90%;
  max-width: 1400px;
  position: fixed;
  border-radius: 5px;
}

._header_cs_2 ._icon_close {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 26px;
  background: black;
  color: white;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
}

._header_cs_3 {
  background-color: #C4ECD9;
  font-weight: bold;
  margin: -20px -20px 20px -20px;
  padding: 5px 20px;
  font-size: 18px;
  width: 90%;
  max-width: 700px;
  position: fixed;
  border-radius: 5px;
}

._header_cs_4 {
  margin: -20px -20px 20px -20px;
  padding: 5px 20px;
  font-size: 18px;
  width: 90%;
  max-width: 800px;
  position: fixed;
  border-radius: 5px;
}

._header_cs_4 ._icon_close {
  position: absolute;
  right: -4px;
  top: -4px;
  font-size: 26px;
  background: black;
  color: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

._header_cs_4 ._icon_back {
  left: -4px;
  font-size: 22px;
}

._sidebar {
  background-color: white;
  color: #B2015C;
  position: fixed;
  left: 0px;
  bottom: 20px;
  top: 71px;
  padding: 20px;
  transition: 0.5s;
  width: 50px;
  white-space: nowrap;
  border-radius: 0px 10px 10px 0px;
}

._sidebar i {
  font-size: 22px;
}

._sidebar.in {
  width: 160px;
  transition: 0.5s;
}

._sidebar ._hover_cs_1 {
  margin-bottom: 25px;
  display: flex;
}

._sidebar ._hover_cs_1 ._icon {
  width: 20px;
}

._sidebar ._hover_cs_1 ._desc {
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  display: none;
}

._sidebar ._hover_cs_1.in {
  color: white;
  background-color: #B2015C;
  padding: 10px;
  margin: 0px;
  border-radius: 10px;
  width: fit-content;
}

._sidebar ._btnlogout {
  position: fixed;
  bottom: 20px;
}

._maincontent {
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 51px;
  background: var(--Background, #FFF8F4);
  left: 80px;
  transition: 0.5s;
  padding: 20px;
  overflow: auto;
}

._maincontent.in {
  left: 200px;
}

._hover_cs_1 {
  transform: scale(1);
  transition: transform 0.2s linear;
  cursor: pointer;
}

._hover_cs_1:hover {
  transform: scale(1.1);
  transition: transform 0.1s linear;
}

._db_row_1 {
  border-radius: 14px;
  background: #B2015C;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.30);
  display: flex;
  padding: 20px;
  color: white;
}

._db_row_1 ._col1 {
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 100%;
}

._db_row_1 ._col1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

._container_cs_1 {
  border-radius: 10px;
  border: 1px solid rgba(0, 223, 183, 0.50);
  background: #B2015C;
  box-shadow: -5px -4px 0px 0px black;
  padding: 20px;
  margin: 20px;
  width: 200px;
}

._db1_cont {
  cursor: pointer;
}

.user_prof_upload {
  border-radius: 100%;
  background-color: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 115px;
  height: 115px;
  flex-shrink: 0;
  text-align: center;
  line-height: 115px;
  font-size: 30px;
  color: #B2015C;
  cursor: pointer;
  margin: auto;
}

.user_prof_upload_img,
.view_user_prof_img {
  width: 115px;
  height: 115px;
  cursor: pointer;
  border-radius: 100%;
  background-color: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  object-fit: cover;
}

#verify_user_container ._row1 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
  justify-content: center;
  border-bottom: 1px solid black;
}

#verify_user_container ._col1 {
  width: 50%;
  text-align: center;
  min-width: 385px;
  margin-top: 15px;
}

#verify_user_container ._row1 ._col1 img {
  width: 370px;
  height: 230px;
  object-fit: cover;
  border: 1px solid grey;
  border-radius: 8px;
  cursor: pointer;
}

#verify_user_container ._row2 {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}

#verify_user_container ._row2 img {
  max-width: 600px;
  height: 340px;
  object-fit: cover;
  border: 1px solid grey;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

#verify_user_reject_container ._row1 {
  padding-top: 40px;
}

#verify_user_reject_container textarea {
  resize: none;
  width: -webkit-fill-available;
  height: 250px;
  border-radius: 10px;
  outline: none;
  padding: 20px;
}


._div_cs_1,
._div_cs_2 {
  display: flex;
  flex-wrap: wrap;
}

._div_cs_1 div {
  border-radius: 8px;
  background: var(--Main-Colour, #B2015C);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  white-space: nowrap;
}

._div_cs_2 img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.result_adminhistory ._row1 {
  padding: 15px 10px;
}

.result_adminhistory ._row1.in {
  background-color: #C4ECD9;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 30px;
}



.db-page {
  padding:20px;
}
.db-page.page1 {
  text-align: center;
}

.hdn_tab {
  text-align: right;
  padding:20px;
}


.cont_cs1 {
  background-color: rgb(191, 191, 191);
  color:black;
  padding: 20px 30px;
  width: fit-content;
  border-radius: 8px;
  font-size: 16px;
  margin: 0px 20px 20px 0px;
  cursor: pointer;
}

.cont_cs2 {
  color: black;
  padding: 10px 15px;
  width: fit-content;
  border-radius: 8px;
  font-size: 16px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  border: 1px solid rgb(191, 191, 191);
  color: grey;
  font-size: 14px;
}
.cont_cs2.in {
  background-color: rgb(191, 191, 191);
  font-weight: bold;
  color:black;
}

@media (max-width:370px) {

  .result_container:before,
  .result_container2:before {
    height: unset !important;
    width: -webkit-fill-available !important;
  }

  .result_container .centered,
  .result_container2 .centered {
    width: -webkit-fill-available !important;
  }

  .ipcs-1 {
    flex-wrap: wrap;
  }

  .ipcs-1 ._col2 {
    margin-top: 10px;
  }

  ._header_cs_2_chatroom ._col1 {
    margin: 0px 5px;
  }
}

@media (max-width:350px) {
  .modal_mobile {
    width: 280px;
    margin-left: -160px;
  }

  #myBottomNav_matched ._row1 {
    width: 280px;
    height: 280px;
  }

  #myBottomNav_matched ._row1 ._heart {
    line-height: 340px;
  }

  #myBottomNav_matched ._img {
    width: 155px;
    height: 215px;
  }

  ._header_cs_2_chatroom object {
    width: 45px;
  }

  ._header_cs_2_chatroom ._col2 {
    margin-right: 5px;
  }

  ._header_cs_2_chatroom ._col2 img {
    width: 40px;
    height: 40px;
  }

  ._header_cs_2_chatroom ._col5 {
    margin-right: 5px;
  }

  ._header_cs_2_chatroom ._col4 {
    font-size: 22px;
    padding-top: 8px;
  }
}

@media (max-width:320px) {
  .modal_mobile {
    width: 250px;
    margin-left: -145px;
  }

  #myBottomNav_matched ._row1 {
    width: 260px;
    height: 260px;
  }

  #myBottomNav_matched ._row1 ._heart {
    line-height: 320px;
  }

  #myBottomNav_matched ._img {
    width: 145px;
    height: 205px;
  }

  ._header_cs_2_chatroom ._col4 {
    margin-left: 8px;
  }

  ._header_cs_2_chatroom ._col5 {
    margin-left: 5px;
  }

  ._header_cs_2_chatroom ._col1 {
    margin-right: 0px;
  }

  ._header_cs_2_chatroom ._col3 .sp_bold {
    font-size: 14px;
  }

  ._header_cs_2_chatroom ._col4 {
    font-size: 20px;
  }
}

@media (max-width:290px) {
  .modal_mobile {
    width: 220px;
    margin-left: -130px;
  }

  #myBottomNav_matched ._row1 {
    width: 240px;
    height: 240px;
  }

  #myBottomNav_matched ._row1 ._heart {
    line-height: 300px;
  }

  #myBottomNav_matched ._img {
    width: 135px;
    height: 195px;
  }
}