
body {
  font-family: "Montserrat", sans-serif;
  overflow-y: scroll;
  scrollbar-color: #745eac #999999;
  scrollbar-width: thin;
  background: white!important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #999999;
}

::-webkit-scrollbar-thumb {
  background: #745eac;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #999999;
}

::-webkit-scrollbar-thumb {
  background: #745eac;
}

header {
  min-width: 100%;
  display: flex;
  padding: 28px;
  place-items: center;
  place-content: space-between;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

a,
button {
  cursor: pointer;
}

button {
  outline: none;
}

#header-info {
  display: table;
}

.ion-page {
  justify-content: normal !important;
  background: white!important;
}

.icon {
  font-size: 20px;
  padding: 5px;
  float: left;
  cursor: pointer;
  color: #333333;
}

.filter ion-select {
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
}

.filter ion-label {
  flex: none;
}

#search-bar input[type="text"] {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 15px 62px 15px 15px;
  color: #000000;
  outline: none;
  text-align: center;
  font-weight: lighter;
}

header #logo {
  padding-right: 10px;
}

header #logo img {
  width: 208px;
}

header #current-lang {
  padding-right: 10px;
  display: flex;
  place-items: center;
  position: relative;
}

.lang-img img {
  width: 26px;
}
.search-bar-icon {
  background: #999999;
  padding: 0px 16px;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.h-link {
  cursor: pointer;
}

.search-bar-icon:hover {
  background: #c0c0c0;
}

.search-bar-icon:active {
  background: #838383;
}

header .change_lang {
  color: #999999;
  font-size: 10px;
  padding: 5px;
  cursor: pointer;
}

.icon-badge {
  position: relative;
  color: white;
  background: #e81d1d;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 10px;
  font-family: "Heebo", sans-serif;
  float: right;
  margin-left: -10px;
}

#search-bar {
  flex-grow: 0.8;
  min-width: 20vw;
}

#nav-bar {
  padding: 0px 28px;
  display: flex;
  min-width: 100%;
  place-items: center;
  background: #fdfdfd;
  transition: top 0.3s;
}

#navigator {
  position: relative;
}

ul#nav-links {
  list-style: none;
  display: flex;
  padding: 0 30px;
  margin: 0;
}

li.nav-link {
  padding: 24px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #999999;
  cursor: pointer;
  text-align: center;
  display: flex;
  place-content: center;
  letter-spacing: 1.4px;
  place-items: center;
  position: relative;
}

#nav-links li .icon-badge {
  padding-left: 2px;
}

li.nav-link:hover {
  background-color: rgb(233, 233, 233);
}

li.nav-link.selected::after {
  content: " ";
  width: 22px;
  height: 2px;
  background: #333333;
  position: absolute;
  bottom: 0;
  margin-bottom: 12px;
}

li.nav-link.selected {
  color: black;
  font-weight: 500;
}

.filter ion-item {
  /*background: var(--first-color)!important;color: var(--lit-color);*/
  --border-width: 0;
}

ion-item.nav-filter {
  background: #ffffff;
  border: 1px solid #efefef;
  width: 197px;
  text-align: left;
  font: normal normal normal 14px/32px Montserrat;
  letter-spacing: 0px;
  color: #302f2f;
  border-radius: 5px;
}

ion-item.nav-filter ion-label {
  margin: 0 !important;
}

.nav-filter-icon {
  font-size: 27px;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -4px;
}

#container {
  min-width: 100%;
  height: 100%;
  overflow: auto;
}

.f-rw {
  display: flex;
  flex-direction: column-reverse;
  place-content: center;
  justify-content: space-between;
  padding: 20px;
  min-height: 100%;
  overflow: auto;
}

.title {
  text-align: center;
  font: normal normal 600 22px/33px Poppins;
  letter-spacing: 0px;
  color: #000000;
  padding: 25px 0px;
}

.c-box {
  text-align: center;
  font: normal normal normal 13px/25px Poppins;
  letter-spacing: 0px;
  color: #7d7d7d;
  padding: 20px;
  flex: 1 1 0%;
}

.c-box a {
  color: #000000;
}

.type-toggle {
  color: #7d7d7d;
}


.input {
  font-family: 'Poppins'!important;
  --border-width: 0;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  padding: 2px 20px;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0px;
}
ion-input{
  font-family: 'Poppins'!important;
}
.mt-1{
  margin-top:15px;
}
.iti__flag-container {
  position: absolute!important;
  left: -54px!important;
}
input#phoneSelector {
  background: white;
  font-size: 13px!important;
  outline: none;
  padding: 8px 23px;
  width: 100%;
  min-height: 54px;
}
#recaptcha-container{
  margin:0 auto!important;
}
.iti__flag-container {
  position: absolute;
  right: 16px;
}
.iti.iti--allow-dropdown {
  width: calc(100% - 54px)!important;
  float: right!important;
}
.item-interactive {
  --highlight-background: unset;
}

.alert {
  margin-top: -20px;
  padding: 10px 20px;
  text-align: left;
  background: transparent;
  color: red;
  font-size: 10px;
  text-transform: uppercase;
}

.alert p {
  padding: 0;
  margin: 0;
}

.mt {
  margin-top: 15px !important;
}
.mt-2 {
  margin-top: 40px !important;
}

.picker-wrapper.sc-ion-picker-md {
  bottom: 50%;
  top: 50%;
}

.btn-default {
  width: 100%;
  background-color: #fbb03b;
  text-transform: capitalize;
  border-radius: 40px;
  padding: 19px;
  font: normal normal 600 13px/20px Poppins;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
}

.c-red {
  background-color: #f1584d !important;
}

.c-gold {
  background: #fbb03b !important;
}

.btn-default:hover,
.c-gold:hover {
  background: #fdba4d !important;
}

.btn-default:active,
.c-gold:active {
  background: #f8a217 !important;
}

.c-yellow {
  background: #ffc80a;
}

.c-yellow:hover {
  background: #fccd26;
}

.c-yellow:active {
  background: #ebb907;
}

.c-orange {
  background: #ff9900;
}

.c-orange:hover {
  background: #ffa723;
}

.c-orange:active {
  background: #e98c00;
}

.err-b {
  border-color: #eb445a !important;
}

.n-w {
  width: 100%;
  height: 49px;
  padding: 10px 60px !important;
}

.n-w2 {
  width: max-content;
  height: 49px;
  padding: 10px 60px !important;
}

.hr-div {
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}

#close-cross {
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  position: static;
  margin-left: auto;
  z-index: 9999;
}

#close-cross:hover {
  color: rgb(73, 73, 73);
}

#close-cross:active {
  color: rgb(34, 34, 34);
}

#user-profile {
  display: flex;
  right: 0;
  margin-right: 64px;
  width: 310px;
  flex-direction: column;
  top: 64px;
}

#user-fav {
  width: 401px;
  right: 0;
  margin-right: 26px;
  top: 64px;
}

.t-box {
  position: absolute;
  max-height: calc(100vh - 128px);
  background: #ffffff;
  box-shadow: 1px 0px 10px #00000026;
  overflow: auto;
  z-index: 9999;
}

#user-info {
  padding: 33px;
  display: table;
  text-align: center;
  width: 100%;
}

.opa:hover,
.size-box-st button:hover,
.color-box-item:hover,
.arrow ion-icon:hover,
.icon:hover,
a:hover,
.title-icon:hover,
.h-link:hover,
.item-fav:hover,
.item-box-y:hover,
.item-box:hover,
.item-box-s:hover,
.product-box:hover,
.img-c-grid img:hover,
.circle:hover,
.social-bubble:hover,
.product-i-cur-item:hover,
.store-m-market:hover {
  opacity: 0.75;
}

.opa:active,
.size-box-st button:active,
.color-box-item:active,
.arrow ion-icon:active,
.icon:active,
a:active,
.title-icon:active,
.h-link:active,
.item-fav:active,
.item-box-y:active,
.item-box:active,
.item-box-s:active,
.product-box:active,
.img-c-grid img:active,
.circle:active,
.social-bubble:active,
.product-i-cur-item:active,
.store-m-market:active {
  opacity: 0.89;
}

.user-img {
  width: 157px;
  height: 157px;
  margin: 0 auto;
}

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

.user-name {
  text-align: center;
  font: normal normal bold 20px/9px Montserrat;
  letter-spacing: 0.5px;
  color: #414042;
  opacity: 1;
  padding: 0px 10px;
  margin-top: 20px;
  line-height: 1;
}

.user-mail {
  text-align: center;
  font: normal normal normal 14px/9px Open Sans;
  letter-spacing: 0px;
  color: #959595;
  padding: 5px 10px;
  line-height: 1;
}
#main-container {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
}
#body-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100%;
  overflow: auto;
}
.t-box #close-cross,
#navigator #close-cross {
  position: absolute;
  right: 0;
  padding: 20px;
  margin-right: 0;
}

#user-profile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  /* move flex-items in column */
  flex-direction: column;
  overflow: auto;
  padding-bottom: 15px;
}

#user-profile .select-language .language {
  float: left;
}

#user-profile ul > li:nth-last-child(3) {
  margin-top: auto;
}

.line-div {
  padding: 10px 26px !important;
  cursor: default;
  margin-top: auto !important;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #9e9e9e;
}

#user-profile ul li {
  cursor: pointer;
  margin: 0;
  padding: 14px 30px 7px 75px;
  text-align: left;
  opacity: 1;
  font-size: 12px;
  font: normal normal normal 15px/10px Open Sans;
  letter-spacing: 0.01px;
  color: #9e9e9e;
  text-transform: capitalize;
}

#user-profile ul li.selected {
  background: #ffcf21;
  color: #ffffff !important;
}

#user-profile ul li:hover {
  background-color: rgb(236, 236, 236);
}

#user-profile ul li:active {
  background-color: rgb(207, 207, 207);
}

#user-profile ul li.selected:hover {
  background: rgb(252, 203, 25);
}

#user-profile ul li .icon {
  font-size: 18px;
  margin-left: -35px;
  position: relative;
  float: left;
  color: inherit;
  margin-top: -7px;
}

#user-profile ul li.secondary {
  padding-left: 95px;
  text-transform: none !important;
  display: none;
}

.badge-x {
  line-height: 15px;
}

#fav-box {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

#fav-box .fav-title {
  text-align: left;
  font: normal normal 600 12px/15px Montserrat;
  letter-spacing: 1.08px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 15px;
}

#fav-box .fav-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  width: 100%;
  justify-content: space-between;
  place-items: center;
}

#fav-box .fav-img {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

#fav-box .fav-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

#fav-box .fav-info-title {
  text-align: left;
  font: normal normal 600 16px/39px Poppins;
  letter-spacing: 0px;
  color: #000000;
  line-height: 1;
}

#fav-box .fav-info-id {
  text-align: left;
  font: normal normal 300 13px/39px Poppins;
  letter-spacing: 0px;
  color: #c4c4c4;
  line-height: 2;
}

#fav-box .fav-info-action {
  text-align: left;
  letter-spacing: 0px;
  color: #72848c;
  font-size: 12px;
  font-family: "Roboto";
  line-height: 1;
}

#fav-box .fav-info {
  flex: 1 1 0%;
}

#fav-box .fav-info-action a {
  color: inherit;
}

#btn-w {
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  background: white;
  border-radius: 40px;
  padding: 19px;
  font: normal normal 600 13px/20px Poppins;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  position: relative;
  width: 100%;
}
.cf-grid {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 48px;
  grid-auto-columns: max-content;
  padding-left: 53px;
  margin-top: 25.06px;
}

.c-white {
  background: white;
  box-shadow: inset 0px 0px 0px 1px #d8d8d8;
}

#btn-w:hover,
.c-white:hover {
  background: rgb(247, 247, 247) !important;
  
}

#btn-w:active,
.c-white:active {
  background: rgb(238, 238, 238);
}

.btn-icon {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin-left: -40px;
}

#external-box {
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#user-external {
  width: 309px;
  right: 0;
  margin-right: 26px;
  top: 64px;
}

#user-external img:hover {
  transition: 0.2s;
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}

#nav-bar-button {
  display: none;
}

.bubble {
  position: absolute;
  z-index: 999;
  margin-left: 16px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 9px;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
  padding: 15px;
  top: 25px;
  max-width: 230px;
  background-color: #ffffff;
  min-width: 205px;
}

.bubble ion-item {
  --padding-start: 5px;
  --border-width: 0;
  border-bottom: 1px solid #e5e5e5;
}

.bubble ion-label {
  font-family: "Montserrat" !important;
  font-size: 11px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

.bubble ion-radio {
  margin: 0;
  margin-right: 11px;
}

.bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 12px;
  border: 7px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0px -1px 0px #c8c8c8);
  margin-bottom: -1px;
}

.bubble a {
  color: inherit;
}


#container {
  font-family: "Montserrat";
}

ion-toggle {
  --background: #ffffff;
  --background-checked: #ffffff;
  --handle-background: #4e4e4e;
  --handle-background-checked: #8a3ab9;
  padding: 1px 1px;
  border-radius: 15px;
  border: 1px solid #717171;
  width: 29px;
  --handle-width: 12px;
  --handle-height: 12px;
  height: 12px;
}

.box {
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.box-title {
  text-align: left;
  font: normal normal 600 12px/15px Montserrat;
  letter-spacing: 1.08px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding: 25px 51px;
  display: table;
  width: 100%;
}

.title-icon {
  position: relative;
  float: right;
  font-size: 16px;
  cursor: pointer;
}

ion-checkbox {
  --background: #ffffff;
  --background-checked: #fbb03b;
  --border-color: #d4d4d4;
  --border-color-checked: #f3f3f3;
  --border-radius: 0px;
  --border-width: 1px;
  --checkmark-color: #fbb03b;
  --size: 15px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  --checkmark-width: 0px;
}
ion-checkbox.checkbox-checked {
  --border-width: 3px !important;
}

.box-content p{
  margin-bottom: 10%;
}

.info-mensajes{
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
}

.info-mensajes p{
  margin: 0 !important;
  margin-left: 5% !important;
  color: #c8c8c8;
}

.info-mensajes ion-icon{
  font-size: 28px !important;
  color: #c8c8c8;
}

ion-range {
  --bar-background: #000000;
  --bar-background-active: #8a3ab9;
  --knob-background: #ffffff;
  --knob-box-shadow: 0px 0px 0px 2px #8a3ab9;
  --bar-height: 1px;
  --knob-size: 25px;
}

.search-input-x {
  display: table;
  position: relative;
  width: 100%;
  background: transparent;
  padding: 0px 5px;
}

.search-input-x input[type="text"] {
  width: 100%;
  position: relative;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 13px;
  padding-right: 45px;
  font-size: 13px;
  border-radius: 5px;
  outline: none;
}

.search-input-x-icon {
  position: absolute;
  top: 11px;
  right: 24px;
  color: #d8d8d8;
  font-size: 20px;
}

.tw-col {
  width: 100%;
}

.btn-s {
  padding: 9.5px 21px !important;
  border: 0 !important;
  text-align: center;
  font: normal normal 600 13px/20px Poppins;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  font-weight: bold;
  border-radius: 40px;
  min-height: 49px;
}

.btn-s-icon {
  font-size: 30px;
  padding-right: 5px;
}

#col-header #search-bar {
  flex-grow: 0.4;
}
#search-bar {
  position: relative;
}

.c-grey {
  background: #eaeaea !important;
}

.c-grey:hover {
  background: #e4e4e4 !important;
}

.c-grey:active {
  background: #d4d4d4 !important;
}

.c-green {
  background: #7ad06d !important;
}

.c-green:hover {
  background: #6ec461 !important;
}

.c-green:active {
  background: #5fb452 !important;
}

.btn-s .btn-icon {
  margin-left: -26px !important;
}

#col-header {
  display: grid;
  grid-gap: 25px;
  place-content: center;
  place-items: center;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}

.nav-filter {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #efefef;
  height: 44px;
  border-radius: 3px;
  font: normal normal normal 14px/32px Montserrat;
  letter-spacing: 0px;
  color: #302f2f;
  display: flex;
  place-items: center;
  padding: 0px 15px;
  text-transform: uppercase;
  justify-content: space-between;
  cursor: pointer;
}

.nav-filter-icon-r {
  padding-top: 3px;
}

.c1 .tw-col {
  grid-template-columns: auto !important;
}

#search-bar input:focus,
.search-input-x input:focus,
.input-send-msg input:focus,
.input-send-msg input:focus {
  box-shadow: 0 0 0 2px #ffcf21;
}

.mc {
  margin: 0 auto;
}
.fwb {
  font-weight: bold !important;
}
.wmc {
  width: max-content;
}

.btn-pad {
  padding: 15px 50px !important;
}

#footer {
  height: 200px;
  background: #222f3e 0% 0% no-repeat padding-box;
  width: 100%;
}

#hot-links {
  background: #45526e 0% 0% no-repeat padding-box;
  height: 100px;
}

#content,
#content-2 {
  padding: 25px;
}

.npb {
  padding-bottom: 0 !important;
}

.npt {
  padding-top: 0 !important;
}

.box-pad {
  padding: 0px 51px !important;
}

.box-pad-2 {
  padding: 0px 21.5px !important;
}

.box-pb {
  padding-bottom: 25px !important;
}

button.btn-4 {
  border-radius: 25px;
  font-weight: 700;
  text-transform:  capitalize;
  color: #000000;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 13px 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  width: max-content;
}
.btn-4 ion-icon {
  font-size: 18px;
}
.box-pb .box-filter:last-child {
  margin-bottom: 0 !important;
}

.grid-1 {
  display: grid;
  grid-gap: 10px;
}
.btn-circle {
  color: black;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 11px;
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid #80808000;
  border-radius: 21px;
  padding-right: 15px;
  grid-gap: 5px;
}

.btn-circle ion-icon {
  font-size: 36px;
  border: 1px solid #80808038;
  border-radius: 100%;
}
.qrc {
  width: 100px;
  height: 100px;
}

#side-bar {
  padding-top: 25px;
  position: unset;
  left: 0;
  top: 0;
  right: auto;
  overflow-y: auto;
  white-space: nowrap;
  z-index: 1;
  width: 290px;
  background: white;
  opacity: 1;
  overflow: auto;
  transition: 1s ease-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.178);
  grid-gap: 20px;
  height: fit-content;
  margin: auto;
  max-height: 100%;
}

#side-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  /* move flex-items in column */
  flex-direction: column;
}

img.user-img-b {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 100%;
}

.user-info-b {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  grid-gap: 9px;
  font-size: 12px;
  color: #999999;
}

.user-info-b b {
  font-size: 20px;
  color: black;
  line-height: 1;
  text-transform: capitalize;
}

#side-bar ul > li:last-child {
  padding-bottom: 20px;
}

#side-bar ul li {
  cursor: pointer;
  padding: 13px 30px 13px 75px;
  text-align: left;
  color: #9e9e9e;
  opacity: 1;
  font-size: 13px;
}

#side-bar ul li.selected {
  text-transform: uppercase;
  background: #fbb03b 0% 0% no-repeat padding-box;
  color: #000000 !important;
  font-size: 14px;
}

#side-bar ul li:hover {
  background-color: rgb(238, 238, 238);
}

#side-bar ul li.selected:hover {
  background: #fdbb52;
}

#side-bar ul li.selected:active {
  background: #ffb030;
}

#side-bar ul li ion-icon {
  margin-top: -1px;
  font-size: 18px;
  margin-left: -35px;
  position: relative;
  float: left;
}

#side-bar ul li.secondary {
  padding-left: 95px;
  text-transform: none !important;
  display: none;
}
img.user-img-mc {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  cursor: pointer;
}
.tt-1 ul {
  text-align: center !important;
  padding-top: 15px !important;
}


.diverror {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--ion-color-danger);
}

.line {
  background-color: #c7c7c6;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
h2#swal2-title {
  margin-bottom: 5px;
}

div#swal2-html-container {
  margin-top: 0;
}
.input_dis input#phoneSelector {
  background: transparent;
  border: 0;
  padding: 0px;
}

button, a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

button {
  transition: 0.5s;
  outline: none;
}

.ion-page {
  justify-content: normal !important;
}

.box-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 60px;
}

.logo img {
  height: 40px;
}

.logo {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

#container-l {
  min-width: 100%;
  height: 100%;
  overflow: auto;
}

#content-l {
  padding: 25px;
  font-size: 0.875rem;
}

.mxw-1 {
  max-width: 960px;
}

.center-content {
  display: grid;
  align-items: center;
  justify-content: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px;
}

.grid-polic{
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-gap: 20px; 
}

.col {
  align-items: center;
  align-self: center;
  text-align: center;
}

.gg-1 {
  display: grid;
  grid-gap: 25px;
}

.title {
  font-size: 1.375rem;
  font-weight: bold;
}

.btn-default {
  width: 100%;
  background: #fbb03b;
  border-radius: 40px;
  padding: 19px;
  font: normal normal 600 0.8125rem Poppins;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}

button ion-icon {
  font-size: 1rem;
}

.input {
  font-family: 'Poppins'!important;
  --border-width: 0;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  padding: 2px 20px;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0px;
}
ion-input{
  font-family: 'Poppins'!important;
}
.mt-1{
  margin-top:15px;
}
.iti__flag-container {
  position: absolute!important;
  left: -54px!important;
}
input#phoneSelector {
  background: white;
  font-size: 13px!important;
  outline: none;
  padding: 8px 23px;
  width: 100%;
  min-height: 54px;
}
#recaptcha-container{
  margin:0 auto!important;
}
.iti__flag-container {
  position: absolute;
  right: 16px;
}
.iti.iti--allow-dropdown {
  width: calc(100% - 54px)!important;
  float: right!important;
}
.item-interactive {
  --highlight-background: unset;
}

.alert {
  margin-top: -20px;
  padding: 10px 20px;
  text-align: left;
  background: transparent;
  color: red;
  font-size: 10px;
  text-transform: uppercase;
}

.alert p {
  padding: 0;
  margin: 0;
}

.c-box a {
  color: #000000;
}

.type-toggle {
  color: #7d7d7d;
}
.c-gold {
  background: #fbb03b!important;
}

.btn-default:hover, .c-gold:hover {
  background: #fdba4d!important;
}

.btn-default:active, .c-gold:active {
  background: #f8a217!important;
}
.c-white{
  color: #000000;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}
.c-white:hover{
  background: #f8f8f8;
}
.c-white:active{
  background: #eeeeee;
}

.c-yellow {
  background: #FFC80A;
}

.c-yellow:hover {
  background: #fccd26;
}

.c-yellow:active {
  background: #ebb907;
}

.c-orange {
  background: #FF9900;
}

.c-orange:hover {
  background: #ffa723;
}

.c-orange:active {
  background: #e98c00;
}

.c-blue {
  background: #4c69ba!important;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  text-shadow: 0 -1px 0 #354c8c;
  color: #ffffff;
}

.c-blue:hover {
  background: #5b7bd5!important;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}

.c-blue:active {
  background: #436cdb!important;
  background-image: linear-gradient(#4167d1, #3554a8);
}

.c-wred {
  background: white;
  border: 1px solid red!important;
}

.icon-gmail{
  width: 12% !important;
}

.c-wred:hover {
  background: white !important;
  border: 1px solid rgb(241, 28, 0)!important;
}

.c-wred:active {
  background: rgb(250, 74, 51)!important;
  color: white;
}

.err-b {
  border-color: #eb445a !important;
}

.tal {
  text-align: left;
  width: 100%;
}

.tar {
  text-align: right;
  width: 100%;
}

ion-item.default {
  font-size: inherit;
  --padding-end: 0px;
  --inner-padding-end: 0px;
  --border-style: none;
  --padding-start: 0px;
}

.tandc{
  display: flex;
  align-items: flex-start
}

.tandc .checkbox-txt {
  padding: 0px;
  padding-bottom: 10px;
}
.tandc ion-checkbox {
  margin-top: 1%;
}
.aic {
  align-items: center;
}
.psc{
  justify-self: center;
}

.gray {
  color: gray
}

.a-blue {
  text-decoration: none;
  color: #3b5998;
  font-weight: 600;
}

.text-lb {
  font-weight: 500;
}

#current-lang {
  padding-right: 10px;
  display: flex;
  place-items: center;
  position: relative;
}

.lang-img img {
  width: 26px;
}

ul.hot-links {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.hot-links li {
  float: left;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

ul.hot-links li:hover {
  background-color: rgb(236, 236, 236);
}

ul.hot-links li:active {
  background-color: rgb(230, 228, 228);
}

.bubble {
  position: absolute;
  z-index: 999;
  margin-left: 16px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 9px;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
  padding: 15px;
  top: 25px;
  max-width: 230px;
  background-color: #ffffff;
  min-width: 205px;
}

.bubble ion-item {
  --padding-start: 5px;
  --border-width: 0;
  border-bottom: 1px solid #e5e5e5;
}

.bubble ion-label {
  font-family: "Montserrat" !important;
  font-size: 11px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

.bubble ion-radio {
  margin: 0;
  margin-right: 11px;
}

.bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 12px;
  border: 7px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0px -1px 0px #c8c8c8);
  margin-bottom: -1px;
}

.bubble a {
  color: inherit;
}

#close-cross {
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  position: static;
  margin-left: auto;
  z-index: 9999;
}

.change_lang {
  color: #999999;
  font-size: 10px;
  padding: 5px;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.75;
}

.opa:active {
  opacity: 0.89;
}

h2#swal2-title {
  margin-bottom: 5px;
}

div#swal2-html-container {
  margin-top: 0;
}
.mca{
  margin: 0 auto;
}
.tac{
  text-align: center;
}
.checkbox-txt {
  padding: 10px 0px;
}
.input_dis input#phoneSelector {
  background: transparent;
  border: 0;
  padding: 0px;
}
.hide{display:none;visibility: hidden;}
.birthday {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr) !important;
  text-align: center;
}

 ion-datetime {
  font-family: 'Poppins'!important;
  font-size: 13px !important;
  width: 100%;
}
.tu{text-transform: capitalize;}
.pvs button{justify-content: flex-start;}
.pvs .btn-default{color:white;}
.pvs .c-white{color:gray;}
.col-info p {
  text-align: justify;
}

.col-info {
  max-height: 50vh;
  overflow: auto;
  padding: 0px 10px;
}

.title.tal {
  padding-left: 25px;
}
.as{
  align-self: self-start;
}
ion-item.input-d {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  min-width: 184px;
  --border-width: 0;
  font: normal normal normal 13px Poppins;
  letter-spacing: 0px;
  color:#000000;
  height: max-content;
}
ion-item.input-d ::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: uppercase;
}
ion-item.input-d :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
}
ion-item.input-d ::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: uppercase;
}
ion-item.input-d :-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: uppercase;
}
ion-item.input-d  ::placeholder { /* Recent browsers */
  text-transform: uppercase;
}
.gg-2{
  grid-gap: 20px 5vw;
}
#content-2 {
  min-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-v{
  display: grid;
  grid-gap:10px
}
.input-file-btn{height: 100%;text-align: center;display: flex;text-align-last: center;border: 4px dashed #0000009c;position: relative;padding:25px;border-radius: 25px;cursor:pointer;width: 100%;flex-direction: column;justify-content: center;grid-gap: 20px;}
.input-file-btn ion-icon{font-size: 150px;}
input.file[type="file"]{display: none;}

#chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: flex-end;
  place-content: flex-end;
  grid-gap: 40px;
  height: 0px;
}

.chat-bubble {
  background: white;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: 15px;
  box-shadow: 0px 3px 4px #02020252;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  -webkit-text-fill-color: transparent;
  color: #9330ff;
  cursor: pointer;
}
.chat-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.chat-bubble:hover {
  background: rgb(248, 248, 248);
}
.chat-bubble:active {
  background: rgb(233, 233, 233);
}
#chat-msg-box {
  width: 300px;
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
  padding: 20px 30px;
  background: white;
  box-shadow: 0px 0px 6px #0000002e;
  flex-direction: column;
  font-size: 14px;
  color: #414042;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.chat-o-box {
  width: 370px;
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
  padding: 20px 30px;
  background: white;
  box-shadow: 0px 0px 29px #0000002b;
  flex-direction: column;
  font-size: 14px;
  color: #414042;
  position: relative;
  z-index: 100;
}
.chat-msg-header {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  grid-gap: 15px;
  font-size: 20px;
  align-items: center;
}
.chat-msg-header ion-icon {
  cursor: pointer;
}

.chat-msg-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.chat-msg-title {
  border-top: 1px solid #41404259;
  padding-top: 35px;
}

.chat-msg-box {
  display: flex;
  flex-direction: row;
  grid-gap: 15px;
  align-items: center;
  flex: 1;
}

.chat-msg-box img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: cover;
  background: url(../img/item-bg.png);
  background-size: cover;
  padding: 2px;
}

.chat-msg-info {
  flex: 1;
}

.msg-name,
.msg-info {
  text-align: left;
  letter-spacing: 0px;
  color: #212121;
  font-weight: 500;
  white-space: normal;
  width: 100%;
  position: relative;
  height: 15px;
  font-size: 15px;
  line-height: 1;
}
.msg-odd {
  background: #f5f5f578;
  border-radius: 5px;
  padding: 10px;
}
.msg-even {
  border-radius: 5px;
  padding: 10px;
  background: #73737314;
}
.chat-msg-body {
  overflow: auto;
  display: grid;
  grid-gap: 10px;
  max-height: 35vh;
  align-content: flex-start;
  padding: 0px 5px;
}
.more-options-chat {
  position: absolute;
  right: 0;
  width: 100%;
  top: 58px;
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
  padding: 20px 30px;
  background: white;
  box-shadow: 0px 0px 29px #0000002b;
  flex-direction: column;
  font-size: 14px;
  color: #414042;
  z-index: 101;
  text-align: right;
}
.more-options-chat div {
  cursor: pointer;
}

.msg-name span,
.msg-info span {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}

.msg-info {
  font-weight: 200;
  font-size: 13px;
  height: 13px;
  line-height: 1;
}
.chat-msg-title,
.chat-msg-box {
  padding-left: 13px;
  padding-right: 13px;
}
.chat-o-box .chat-msg-box {
  padding: 0;
}
#chat-msg-box,
.chat-o-box {
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.msg-name {
  margin-bottom: 2px;
}
.chat-bubbles {
  float: right;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
div#chat-options {
  min-width: 100px;
}
.online {
  background: #10c469;
}
.offline {
  background: #ff004c;
}
.status-circle {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.status-circle-r {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
.chat-msg-info .status-circle {
  position: absolute;
  right: -8px;
  top: 3px;
}
.input-send-msg {
  display: flex;
  position: relative;
}

.input-send-msg input {
  background: white;
  width: 100%;
  flex: 1;
  color: black;
  font-size: 14px;
  padding: 8px 40px 8px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  outline: none;
}

.input-send-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #999999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  padding: 5px 7.5px;
  border-radius: 5px;
  --ionicon-stroke-width: 50px;
  cursor: pointer;
}

@media only screen and (max-width: 1825px) and (min-width: 768px) {
  .bubble {
      margin-left: 16px;
      font-size: 9px;
      border-radius: 8px;
      padding: 15px;
      top: 25px;
      max-width: 230px;
      min-width: 205px;
  }
}

@media only screen and (min-width: 768px) {
  .mxw8{    width: 70%;}  
  img.user-img-mc.opa {
    display: none;
  }
  .msb-x {
    -moz-animation: bodyslidein 0.3s forwards;
    -o-animation: bodyslidein 0.3s forwards;
    -webkit-animation: bodyslidein 0.3s forwards;
    animation: bodyslidein 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .filter,
  .nav-filter {
    min-width: 15%;
  }
  .tw-col {
    display: flex;
    grid-gap: 2vw;
  }
  .r-col {
    flex-grow: 1;
  }
  .filter-c .box {
    width: 100%;
  }
  .filter-c {
    width: 25%;
    max-width: 350px;
    min-width: 350px;
  }
  #content {
    margin: 0 auto;
    max-width: 1825px;
  }
  #content-2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
  }
  #close-cross {
    position: absolute;
    right: 0;
    margin-right: 20px;
  }
  .bubble #close-cross {
      display: none;
  }
  #close-cross {
      position: absolute;
      right: 0;
      margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2 {
      grid-template-columns: repeat(1, 1fr);
  }
  #current-lang {
      position: unset;
      margin: 0 auto;
  }
  ul.hot-links {
      margin: 0 auto;
  }
  .bubble {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      max-width: unset;
      margin: 0;
      bottom: 0;
      right: 0;
      border: 0;
      overflow: auto;
      min-height: 100%;
  }
  .bubble #close-cross {
      float: right;
      right: 0;
      z-index: 999;
      position: absolute;
      top: 0;
      margin: 15px;
      display: block;
  }
  #side-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tw-col-2,
  .bcard-user-info {
    flex-direction: column;
  }
  .item-t-col {
    width: 100%;
  }
  .img-container {
    width: 100%;
  }
  .nav-filter-icon-r {
    padding-left: 30px;
  }
  .filter {
    padding-left: 15px;
  }
  #nav-bar {
    padding: 0;
  }
  header {
    flex-direction: column;
    padding: 15px;
  }
  header #search-bar {
    width: 100%;
    margin-top: 15px;
  }
  #header-info .icon,
  #current-lang .lang-img,
  #current-lang .change_lang {
    display: none;
  }
  .banner {
    flex-direction: column;
    text-align: center;
  }
  .item-c {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .c-header {
    width: 100%;
  }
  .banner-txt {
    position: relative;
    text-align: center;
    left: 0;
  }
  #user-profile,
  #user-fav,
  #user-external {
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 100%;
    max-height: none;
  }
  #external-box {
    justify-content: space-around;
  }
  #fav-box .fav-item {
    flex-direction: column;
  }
  #fav-box .fav-img {
    margin-right: 0;
  }
  #navigator {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    background: white;
    min-height: 100%;
    overflow: auto;
    width: 100%;
  }
  ul#nav-links {
    padding: 50px 0px !important;
    flex-direction: column;
    position: absolute;
    width: 100%;
    overflow: auto;
    height: 100%;
  }
  #nav-bar-button {
    color: black;
    font-size: 39px;
    float: right;
    margin-left: auto;
    padding: 17px;
    cursor: pointer;
    display: block;
  }
  .mnb,
  .msb {
    -moz-animation: slidein 0.3s forwards;
    -o-animation: slidein 0.3s forwards;
    -webkit-animation: slidein 0.3s forwards;
    animation: slidein 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .msb {
    display: flex;
    flex-direction: column;
  }
  .msh {
    -moz-animation: slideout 0.3s forwards;
    -o-animation: slideout 0.3s forwards;
    -webkit-animation: slideout 0.3s forwards;
    animation: slideout 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  @-webkit-keyframes slidein {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @keyframes slidein {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  header #current-lang {
    position: unset;
  }
  .bubble #close-cross {
    float: right;
    right: 0;
    z-index: 999;
    position: absolute;
    top: 0;
    margin: 15px;
    display: block;
  }
  .bubble {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: unset;
    margin: 0;
    bottom: 0;
    right: 0;
    border: 0;
    overflow: auto;
    min-height: 100%;
  }
  .msh {
    -moz-animation: slideout 0.3s forwards;
    -o-animation: slideout 0.3s forwards;
    -webkit-animation: slideout 0.3s forwards;
    animation: slideout 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslidein {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @keyframes bodyslideout {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  #navigator {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    background: white;
    min-height: 100%;
    overflow: auto;
    width: 100%;
  }
  #search-bar {
    grid-column: span 2;
    flex-grow: 1;
    width: 100%;
  }
  #col-header {
    width: 100%;
    flex-direction: column !important;
    display: flex !important;
  }
  #col-header button {
    width: 100%;
    grid-template-columns: max-content;
  }
  .grid-2.aic {
    display: flex!important;
    width: 100%;
    justify-content: center!important;
    flex-direction: column-reverse!important;
  }
}
.err-phone input#phoneSelector{
  border: 1px solid #eb445a !important;
}
.grid-v .iti.iti--allow-dropdown {
    width: 100%!important;
  }
.grid-v .iti--allow-dropdown .iti__flag-container, .grid-v .iti--separate-dial-code .iti__flag-container{
  left: 10px!important;
}
.grid-v input#phoneSelector{
  padding-left: 60px;
}


body {
  font-family: "Montserrat", sans-serif;
  overflow-y: scroll;
  scrollbar-color: #745eac #999999;
  scrollbar-width: thin;
  background: white!important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #999999;
}

::-webkit-scrollbar-thumb {
  background: #745eac;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #999999;
}

::-webkit-scrollbar-thumb {
  background: #745eac;
}

header {
  min-width: 100%;
  display: flex;
  padding: 28px;
  place-items: center;
  place-content: space-between;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

a,
button {
  cursor: pointer;
}

button {
  outline: none;
}

#header-info {
  display: table;
}

.ion-page {
  justify-content: normal !important;
}

.icon {
  font-size: 20px;
  padding: 5px;
  float: left;
  cursor: pointer;
  color: #333333;
}

.filter ion-select {
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
}

.filter ion-label {
  flex: none;
}

#search-bar input[type="text"] {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 15px 62px 15px 15px;
  color: #000000;
  outline: none;
  text-align: center;
  font-weight: lighter;
}

header #logo {
  padding-right: 10px;
}

header #logo img {
  width: 208px;
}

header #current-lang {
  padding-right: 10px;
  display: flex;
  place-items: center;
  position: relative;
}

.lang-img img {
  width: 26px;
}
.search-bar-icon {
  background: #999999;
  padding: 0px 16px;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.h-link {
  cursor: pointer;
}

.search-bar-icon:hover {
  background: #c0c0c0;
}

.search-bar-icon:active {
  background: #838383;
}

header .change_lang {
  color: #999999;
  font-size: 10px;
  padding: 5px;
  cursor: pointer;
}

.icon-badge {
  position: relative;
  color: white;
  background: #e81d1d;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 10px;
  font-family: "Heebo", sans-serif;
  float: right;
  margin-left: -10px;
}

#search-bar {
  flex-grow: 0.8;
  min-width: 20vw;
}

#nav-bar {
  padding: 0px 28px;
  display: flex;
  min-width: 100%;
  place-items: center;
  background: #fdfdfd;
  transition: top 0.3s;
}

#navigator {
  position: relative;
}

ul#nav-links {
  list-style: none;
  display: flex;
  padding: 0 30px;
  margin: 0;
}

li.nav-link {
  padding: 24px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #999999;
  cursor: pointer;
  text-align: center;
  display: flex;
  place-content: center;
  letter-spacing: 1.4px;
  place-items: center;
  position: relative;
}

#nav-links li .icon-badge {
  padding-left: 2px;
}

li.nav-link:hover {
  background-color: rgb(233, 233, 233);
}

li.nav-link.selected::after {
  content: " ";
  width: 22px;
  height: 2px;
  background: #333333;
  position: absolute;
  bottom: 0;
  margin-bottom: 12px;
}

li.nav-link.selected {
  color: black;
  font-weight: 500;
}

.filter ion-item {
  /*background: var(--first-color)!important;color: var(--lit-color);*/
  --border-width: 0;
}

ion-item.nav-filter {
  background: #ffffff;
  border: 1px solid #efefef;
  width: 197px;
  text-align: left;
  font: normal normal normal 14px/32px Montserrat;
  letter-spacing: 0px;
  color: #302f2f;
  border-radius: 5px;
}

ion-item.nav-filter ion-label {
  margin: 0 !important;
}

.nav-filter-icon {
  font-size: 27px;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -4px;
}

#container {
  min-width: 100%;
  height: 100%;
  overflow: auto;
}

.f-rw {
  display: flex;
  flex-direction: column-reverse;
  place-content: center;
  justify-content: space-between;
  padding: 20px;
  min-height: 100%;
  overflow: auto;
}

.title {
  text-align: center;
  font: normal normal 600 22px/33px Poppins;
  letter-spacing: 0px;
  color: #000000;
  padding: 25px 0px;
}

.c-box {
  text-align: center;
  font: normal normal normal 13px/25px Poppins;
  letter-spacing: 0px;
  color: #7d7d7d;
  padding: 20px;
  flex: 1 1 0%;
}

.c-box a {
  color: #000000;
}

.type-toggle {
  color: #7d7d7d;
}


.input {
  font-family: 'Poppins'!important;
  --border-width: 0;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  padding: 2px 20px;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0px;
}
ion-input{
  font-family: 'Poppins'!important;
}
.mt-1{
  margin-top:15px;
}
.iti__flag-container {
  position: absolute!important;
  left: -54px!important;
}
input#phoneSelector {
  background: white;
  font-size: 13px!important;
  outline: none;
  padding: 8px 23px;
  width: 100%;
  min-height: 54px;
}
#recaptcha-container{
  margin:0 auto!important;
}
.iti__flag-container {
  position: absolute;
  right: 16px;
}
.iti.iti--allow-dropdown {
  width: calc(100% - 54px)!important;
  float: right!important;
}
.item-interactive {
  --highlight-background: unset;
}

.alert {
  margin-top: -20px;
  padding: 10px 20px;
  text-align: left;
  background: transparent;
  color: red;
  font-size: 10px;
  text-transform: uppercase;
}

.alert p {
  padding: 0;
  margin: 0;
}

.mt {
  margin-top: 15px !important;
}
.mt-2 {
  margin-top: 40px !important;
}

.picker-wrapper.sc-ion-picker-md {
  bottom: 50%;
  top: 50%;
}

.btn-default {
  width: 100%;
  background-color: #fbb03b;
  text-transform: capitalize;
  border-radius: 40px;
  padding: 19px;
  font: normal normal 600 13px/20px Poppins;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
}

.c-red {
  background-color: #f1584d !important;
}

.c-gold {
  background: #fbb03b !important;
}

.btn-default:hover,
.c-gold:hover {
  background: #fdba4d !important;
}

.btn-default:active,
.c-gold:active {
  background: #f8a217 !important;
}

.c-yellow {
  background: #ffc80a;
}

.c-yellow:hover {
  background: #fccd26;
}

.c-yellow:active {
  background: #ebb907;
}

.c-orange {
  background: #ff9900;
}

.c-orange:hover {
  background: #ffa723;
}

.c-orange:active {
  background: #e98c00;
}

.err-b {
  border-color: #eb445a !important;
}

.n-w {
  width: 100%;
  height: 49px;
  padding: 10px 60px !important;
}

.n-w2 {
  width: max-content;
  height: 49px;
  padding: 10px 60px !important;
}

.hr-div {
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}

#close-cross {
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  position: static;
  margin-left: auto;
  z-index: 9999;
}

#close-cross:hover {
  color: rgb(73, 73, 73);
}

#close-cross:active {
  color: rgb(34, 34, 34);
}

#user-profile {
  display: flex;
  right: 0;
  margin-right: 64px;
  width: 310px;
  flex-direction: column;
  top: 64px;
}

#user-fav {
  width: 401px;
  right: 0;
  margin-right: 26px;
  top: 64px;
}

.t-box {
  position: absolute;
  max-height: calc(100vh - 128px);
  background: #ffffff;
  box-shadow: 1px 0px 10px #00000026;
  overflow: auto;
  z-index: 9999;
}

#user-info {
  padding: 33px;
  display: table;
  text-align: center;
  width: 100%;
}

.opa:hover,
.size-box-st button:hover,
.color-box-item:hover,
.arrow ion-icon:hover,
.icon:hover,
a:hover,
.title-icon:hover,
.h-link:hover,
.item-fav:hover,
.item-box-y:hover,
.item-box:hover,
.item-box-s:hover,
.product-box:hover,
.img-c-grid img:hover,
.circle:hover,
.social-bubble:hover,
.product-i-cur-item:hover,
.store-m-market:hover {
  opacity: 0.75;
}

.opa:active,
.size-box-st button:active,
.color-box-item:active,
.arrow ion-icon:active,
.icon:active,
a:active,
.title-icon:active,
.h-link:active,
.item-fav:active,
.item-box-y:active,
.item-box:active,
.item-box-s:active,
.product-box:active,
.img-c-grid img:active,
.circle:active,
.social-bubble:active,
.product-i-cur-item:active,
.store-m-market:active {
  opacity: 0.89;
}

.user-img {
  width: 157px;
  height: 157px;
  margin: 0 auto;
}

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

.user-name {
  text-align: center;
  font: normal normal bold 20px/9px Montserrat;
  letter-spacing: 0.5px;
  color: #414042;
  opacity: 1;
  padding: 0px 10px;
  margin-top: 20px;
  line-height: 1;
}

.user-mail {
  text-align: center;
  font: normal normal normal 14px/9px Open Sans;
  letter-spacing: 0px;
  color: #959595;
  padding: 5px 10px;
  line-height: 1;
}
#main-container {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
}
#body-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100%;
  overflow: auto;
}
.t-box #close-cross,
#navigator #close-cross {
  position: absolute;
  right: 0;
  padding: 20px;
  margin-right: 0;
}

#user-profile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  /* move flex-items in column */
  flex-direction: column;
  overflow: auto;
  padding-bottom: 15px;
}

#user-profile .select-language .language {
  float: left;
}

#user-profile ul > li:nth-last-child(3) {
  margin-top: auto;
}

.line-div {
  padding: 10px 26px !important;
  cursor: default;
  margin-top: auto !important;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #9e9e9e;
}

#user-profile ul li {
  cursor: pointer;
  margin: 0;
  padding: 14px 30px 7px 75px;
  text-align: left;
  opacity: 1;
  font-size: 12px;
  font: normal normal normal 15px/10px Open Sans;
  letter-spacing: 0.01px;
  color: #9e9e9e;
  text-transform: capitalize;
}

#user-profile ul li.selected {
  background: #ffcf21;
  color: #ffffff !important;
}

#user-profile ul li:hover {
  background-color: rgb(236, 236, 236);
}

#user-profile ul li:active {
  background-color: rgb(207, 207, 207);
}

#user-profile ul li.selected:hover {
  background: rgb(252, 203, 25);
}

#user-profile ul li .icon {
  font-size: 18px;
  margin-left: -35px;
  position: relative;
  float: left;
  color: inherit;
  margin-top: -7px;
}

#user-profile ul li.secondary {
  padding-left: 95px;
  text-transform: none !important;
  display: none;
}

.badge-x {
  line-height: 15px;
}

#fav-box {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

#fav-box .fav-title {
  text-align: left;
  font: normal normal 600 12px/15px Montserrat;
  letter-spacing: 1.08px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 15px;
}

#fav-box .fav-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
  width: 100%;
  justify-content: space-between;
  place-items: center;
}

#fav-box .fav-img {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

#fav-box .fav-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

#fav-box .fav-info-title {
  text-align: left;
  font: normal normal 600 16px/39px Poppins;
  letter-spacing: 0px;
  color: #000000;
  line-height: 1;
}

#fav-box .fav-info-id {
  text-align: left;
  font: normal normal 300 13px/39px Poppins;
  letter-spacing: 0px;
  color: #c4c4c4;
  line-height: 2;
}

#fav-box .fav-info-action {
  text-align: left;
  letter-spacing: 0px;
  color: #72848c;
  font-size: 12px;
  font-family: "Roboto";
  line-height: 1;
}

#fav-box .fav-info {
  flex: 1 1 0%;
}

#fav-box .fav-info-action a {
  color: inherit;
}

#btn-w {
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  background: white;
  border-radius: 40px;
  padding: 19px;
  font: normal normal 600 13px/20px Poppins;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  position: relative;
  width: 100%;
}
.cf-grid {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 48px;
  grid-auto-columns: max-content;
  padding-left: 53px;
  margin-top: 25.06px;
}

.c-white {
  background: white;
  box-shadow: inset 0px 0px 0px 1px #d8d8d8;
}

#btn-w:hover,
.c-white:hover {
  background: rgb(247, 247, 247) !important;
  
}

#btn-w:active,
.c-white:active {
  background: rgb(238, 238, 238);
}

.btn-icon {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin-left: -40px;
}

#external-box {
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#user-external {
  width: 309px;
  right: 0;
  margin-right: 26px;
  top: 64px;
}

#user-external img:hover {
  transition: 0.2s;
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}

#nav-bar-button {
  display: none;
}

.bubble {
  position: absolute;
  z-index: 999;
  margin-left: 16px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 9px;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
  padding: 15px;
  top: 25px;
  max-width: 230px;
  background-color: #ffffff;
  min-width: 205px;
}

.bubble ion-item {
  --padding-start: 5px;
  --border-width: 0;
  border-bottom: 1px solid #e5e5e5;
}

.bubble ion-label {
  font-family: "Montserrat" !important;
  font-size: 11px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

.bubble ion-radio {
  margin: 0;
  margin-right: 11px;
}

.bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 12px;
  border: 7px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0px -1px 0px #c8c8c8);
  margin-bottom: -1px;
}

.bubble a {
  color: inherit;
}


#container {
  font-family: "Montserrat";
}

ion-toggle {
  --background: #ffffff;
  --background-checked: #ffffff;
  --handle-background: #4e4e4e;
  --handle-background-checked: #8a3ab9;
  padding: 1px 1px;
  border-radius: 15px;
  border: 1px solid #717171;
  width: 29px;
  --handle-width: 12px;
  --handle-height: 12px;
  height: 12px;
}

.box {
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.box-title {
  text-align: left;
  font: normal normal 600 12px/15px Montserrat;
  letter-spacing: 1.08px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding: 25px 51px;
  display: table;
  width: 100%;
}

.title-icon {
  position: relative;
  float: right;
  font-size: 16px;
  cursor: pointer;
}

ion-checkbox {
  --background: #ffffff;
  --background-checked: #fbb03b;
  --border-color: #d4d4d4;
  --border-color-checked: #f3f3f3;
  --border-radius: 0px;
  --border-width: 1px;
  --checkmark-color: #fbb03b;
  --size: 15px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  --checkmark-width: 0px;
}
ion-checkbox.checkbox-checked {
  --border-width: 3px !important;
}

.box-content p{
  margin-bottom: 10%;
}

.info-mensajes{
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
}

.info-mensajes p{
  margin: 0 !important;
  margin-left: 5% !important;
  color: #c8c8c8;
}

.info-mensajes ion-icon{
  font-size: 28px !important;
  color: #c8c8c8;
}

ion-range {
  --bar-background: #000000;
  --bar-background-active: #8a3ab9;
  --knob-background: #ffffff;
  --knob-box-shadow: 0px 0px 0px 2px #8a3ab9;
  --bar-height: 1px;
  --knob-size: 25px;
}

.search-input-x {
  display: table;
  position: relative;
  width: 100%;
  background: transparent;
  padding: 0px 5px;
}

.search-input-x input[type="text"] {
  width: 100%;
  position: relative;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 13px;
  padding-right: 45px;
  font-size: 13px;
  border-radius: 5px;
  outline: none;
}

.search-input-x-icon {
  position: absolute;
  top: 11px;
  right: 24px;
  color: #d8d8d8;
  font-size: 20px;
}

.tw-col {
  width: 100%;
}

.btn-s {
  padding: 9.5px 21px !important;
  border: 0 !important;
  text-align: center;
  font: normal normal 600 13px/20px Poppins;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  font-weight: bold;
  border-radius: 40px;
  min-height: 49px;
}

.btn-s-icon {
  font-size: 30px;
  padding-right: 5px;
}

#col-header #search-bar {
  flex-grow: 0.4;
}
#search-bar {
  position: relative;
}

.c-grey {
  background: #eaeaea !important;
}

.c-grey:hover {
  background: #e4e4e4 !important;
}

.c-grey:active {
  background: #d4d4d4 !important;
}

.c-green {
  background: #7ad06d !important;
}

.c-green:hover {
  background: #6ec461 !important;
}

.c-green:active {
  background: #5fb452 !important;
}

.btn-s .btn-icon {
  margin-left: -26px !important;
}

#col-header {
  display: grid;
  grid-gap: 25px;
  place-content: center;
  place-items: center;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}

.nav-filter {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #efefef;
  height: 44px;
  border-radius: 3px;
  font: normal normal normal 14px/32px Montserrat;
  letter-spacing: 0px;
  color: #302f2f;
  display: flex;
  place-items: center;
  padding: 0px 15px;
  text-transform: uppercase;
  justify-content: space-between;
  cursor: pointer;
}

.nav-filter-icon-r {
  padding-top: 3px;
}

.c1 .tw-col {
  grid-template-columns: auto !important;
}

#search-bar input:focus,
.search-input-x input:focus,
.input-send-msg input:focus,
.input-send-msg input:focus {
  box-shadow: 0 0 0 2px #ffcf21;
}

.mc {
  margin: 0 auto;
}
.fwb {
  font-weight: bold !important;
}
.wmc {
  width: max-content;
}

.btn-pad {
  padding: 15px 50px !important;
}

#footer {
  height: 200px;
  background: #222f3e 0% 0% no-repeat padding-box;
  width: 100%;
}

#hot-links {
  background: #45526e 0% 0% no-repeat padding-box;
  height: 100px;
}

#content,
#content-2 {
  padding: 25px;
}

.npb {
  padding-bottom: 0 !important;
}

.npt {
  padding-top: 0 !important;
}

.box-pad {
  padding: 0px 51px !important;
}

.box-pad-2 {
  padding: 0px 21.5px !important;
}

.box-pb {
  padding-bottom: 25px !important;
}

button.btn-4 {
  border-radius: 25px;
  font-weight: 700;
  text-transform:  capitalize;
  color: #000000;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 13px 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  width: max-content;
}
.btn-4 ion-icon {
  font-size: 18px;
}
.box-pb .box-filter:last-child {
  margin-bottom: 0 !important;
}

.grid-1 {
  display: grid;
  grid-gap: 10px;
}
.btn-circle {
  color: black;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 11px;
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid #80808000;
  border-radius: 21px;
  padding-right: 15px;
  grid-gap: 5px;
}

.btn-circle ion-icon {
  font-size: 36px;
  border: 1px solid #80808038;
  border-radius: 100%;
}
.qrc {
  width: 100px;
  height: 100px;
}

#side-bar {
  padding-top: 25px;
  position: unset;
  left: 0;
  top: 0;
  right: auto;
  overflow-y: auto;
  white-space: nowrap;
  z-index: 1;
  width: 290px;
  background: white;
  opacity: 1;
  overflow: auto;
  transition: 1s ease-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.178);
  grid-gap: 20px;
  height: fit-content;
  margin: auto;
  max-height: 100%;
}

#side-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  /* move flex-items in column */
  flex-direction: column;
}

img.user-img-b {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 100%;
}

.user-info-b {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  grid-gap: 9px;
  font-size: 12px;
  color: #999999;
}

.user-info-b b {
  font-size: 20px;
  color: black;
  line-height: 1;
  text-transform: capitalize;
}

#side-bar ul > li:last-child {
  padding-bottom: 20px;
}

#side-bar ul li {
  cursor: pointer;
  padding: 13px 30px 13px 75px;
  text-align: left;
  color: #9e9e9e;
  opacity: 1;
  font-size: 13px;
}

#side-bar ul li.selected {
  text-transform: uppercase;
  background: #fbb03b 0% 0% no-repeat padding-box;
  color: #000000 !important;
  font-size: 14px;
}

#side-bar ul li:hover {
  background-color: rgb(238, 238, 238);
}

#side-bar ul li.selected:hover {
  background: #fdbb52;
}

#side-bar ul li.selected:active {
  background: #ffb030;
}

#side-bar ul li ion-icon {
  margin-top: -1px;
  font-size: 18px;
  margin-left: -35px;
  position: relative;
  float: left;
}

#side-bar ul li.secondary {
  padding-left: 95px;
  text-transform: none !important;
  display: none;
}
img.user-img-mc {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  cursor: pointer;
}
.tt-1 ul {
  text-align: center !important;
  padding-top: 15px !important;
}


.diverror {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--ion-color-danger);
}

.line {
  background-color: #c7c7c6;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
h2#swal2-title {
  margin-bottom: 5px;
}

div#swal2-html-container {
  margin-top: 0;
}
.input_dis input#phoneSelector {
  background: transparent;
  border: 0;
  padding: 0px;
}

button, a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

button {
  transition: 0.5s;
  outline: none;
}

.ion-page {
  justify-content: normal !important;
}

.box-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 60px;
}

.logo img {
  height: 40px;
}

.logo {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

#container-l {
  min-width: 100%;
  height: 100%;
  overflow: auto;
}

#content-l {
  padding: 25px;
  font-size: 0.875rem;
}

.mxw-1 {
  max-width: 960px;
}

.center-content {
  display: grid;
  align-items: center;
  justify-content: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px;
}

.grid-polic{
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-gap: 20px; 
}

.col {
  align-items: center;
  align-self: center;
  text-align: center;
}

.gg-1 {
  display: grid;
  grid-gap: 25px;
}

.title {
  font-size: 1.375rem;
  font-weight: bold;
}

.btn-default {
  width: 100%;
  background: #fbb03b;
  border-radius: 40px;
  padding: 19px;
  font: normal normal 600 0.8125rem Poppins;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}

button ion-icon {
  font-size: 1rem;
}

.input {
  font-family: 'Poppins'!important;
  --border-width: 0;
  border: 1px solid #d8d8d8;
  border-radius: 40px;
  padding: 2px 20px;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0px;
}
ion-input{
  font-family: 'Poppins'!important;
}
.mt-1{
  margin-top:15px;
}
.iti__flag-container {
  position: absolute!important;
  left: -54px!important;
}
input#phoneSelector {
  background: white;
  font-size: 13px!important;
  outline: none;
  padding: 8px 23px;
  width: 100%;
  min-height: 54px;
}
#recaptcha-container{
  margin:0 auto!important;
}
.iti__flag-container {
  position: absolute;
  right: 16px;
}
.iti.iti--allow-dropdown {
  width: calc(100% - 54px)!important;
  float: right!important;
}
.item-interactive {
  --highlight-background: unset;
}

.alert {
  margin-top: -20px;
  padding: 10px 20px;
  text-align: left;
  background: transparent;
  color: red;
  font-size: 10px;
  text-transform: uppercase;
}

.alert p {
  padding: 0;
  margin: 0;
}

.c-box a {
  color: #000000;
}

.type-toggle {
  color: #7d7d7d;
}
.c-gold {
  background: #fbb03b!important;
}

.btn-default:hover, .c-gold:hover {
  background: #fdba4d!important;
}

.btn-default:active, .c-gold:active {
  background: #f8a217!important;
}
.c-white{
  color: #000000;
  background: #ffffff;
  border: 1px solid #d8d8d8;
}
.c-white:hover{
  background: #f8f8f8;
}
.c-white:active{
  background: #eeeeee;
}

.c-yellow {
  background: #FFC80A;
}

.c-yellow:hover {
  background: #fccd26;
}

.c-yellow:active {
  background: #ebb907;
}

.c-orange {
  background: #FF9900;
}

.c-orange:hover {
  background: #ffa723;
}

.c-orange:active {
  background: #e98c00;
}

.c-blue {
  background: #4c69ba!important;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  text-shadow: 0 -1px 0 #354c8c;
  color: #ffffff;
}

.c-blue:hover {
  background: #5b7bd5!important;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}

.c-blue:active {
  background: #436cdb!important;
  background-image: linear-gradient(#4167d1, #3554a8);
}

.c-wred {
  background: white;
  border: 1px solid red!important;
}

.icon-gmail{
  width: 12% !important;
}

.c-wred:hover {
  background: white !important;
  border: 1px solid rgb(241, 28, 0)!important;
}

.c-wred:active {
  background: rgb(250, 74, 51)!important;
  color: white;
}

.err-b {
  border-color: #eb445a !important;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

ion-item.default {
  font-size: inherit;
  --padding-end: 0px;
  --inner-padding-end: 0px;
  --border-style: none;
  --padding-start: 0px;
}

.tandc{
  display: flex;
  align-items: flex-start
}

.tandc .checkbox-txt {
  padding: 0px;
  padding-bottom: 10px;
}
.tandc ion-checkbox {
  margin-top: 1%;
}
.aic {
  align-items: center;
}
.psc{
  justify-self: center;
}

.gray {
  color: gray
}

.a-blue {
  text-decoration: none;
  color: #3b5998;
  font-weight: 600;
}

.text-lb {
  font-weight: 500;
}

#current-lang {
  padding-right: 10px;
  display: flex;
  place-items: center;
  position: relative;
}

.lang-img img {
  width: 26px;
}

ul.hot-links {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.hot-links li {
  float: left;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

ul.hot-links li:hover {
  background-color: rgb(236, 236, 236);
}

ul.hot-links li:active {
  background-color: rgb(230, 228, 228);
}

.bubble {
  position: absolute;
  z-index: 999;
  margin-left: 16px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Montserrat";
  font-size: 9px;
  line-height: 1;
  border-radius: 8px;
  border: 1px solid #c8c8c8;
  padding: 15px;
  top: 25px;
  max-width: 230px;
  background-color: #ffffff;
  min-width: 205px;
}

.bubble ion-item {
  --padding-start: 5px;
  --border-width: 0;
  border-bottom: 1px solid #e5e5e5;
}

.bubble ion-label {
  font-family: "Montserrat" !important;
  font-size: 11px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

.bubble ion-radio {
  margin: 0;
  margin-right: 11px;
}

.bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 12px;
  border: 7px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0px -1px 0px #c8c8c8);
  margin-bottom: -1px;
}

.bubble a {
  color: inherit;
}

#close-cross {
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  position: static;
  margin-left: auto;
  z-index: 9999;
}

.change_lang {
  color: #999999;
  font-size: 10px;
  padding: 5px;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.75;
}

.opa:active {
  opacity: 0.89;
}

h2#swal2-title {
  margin-bottom: 5px;
}

div#swal2-html-container {
  margin-top: 0;
}
.mca{
  margin: 0 auto;
}
.tac{
  text-align: center;
}
.checkbox-txt {
  padding: 10px 0px;
}
.input_dis input#phoneSelector {
  background: transparent;
  border: 0;
  padding: 0px;
}
.hide{display:none;visibility: hidden;}
.birthday {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr) !important;
  text-align: center;
}

 ion-datetime {
  font-family: 'Poppins'!important;
  font-size: 13px !important;
  width: 100%;
}
.tu{text-transform: capitalize;}
.pvs button{justify-content: flex-start;}
.pvs .btn-default{color:white;}
.pvs .c-white{color:gray;}
.col-info p {
  text-align: justify;
}

.col-info {
  max-height: 50vh;
  overflow: auto;
  padding: 0px 10px;
}

.title.tal {
  padding-left: 25px;
}
.as{
  align-self: self-start;
}
ion-item.input-d {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  min-width: 184px;
  --border-width: 0;
  font: normal normal normal 13px Poppins;
  letter-spacing: 0px;
  color:#000000;
  height: max-content;
}
ion-item.input-d ::-webkit-input-placeholder { /* WebKit browsers */
  text-transform: uppercase;
}
ion-item.input-d :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
}
ion-item.input-d ::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-transform: uppercase;
}
ion-item.input-d :-ms-input-placeholder { /* Internet Explorer 10+ */
  text-transform: uppercase;
}
ion-item.input-d  ::placeholder { /* Recent browsers */
  text-transform: uppercase;
}
.gg-2{
  grid-gap: 20px 5vw;
}
#content-2 {
  min-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-v{
  display: grid;
  grid-gap:10px
}
.input-file-btn{height: 100%;text-align: center;display: flex;text-align-last: center;border: 4px dashed #0000009c;position: relative;padding:25px;border-radius: 25px;cursor:pointer;width: 100%;flex-direction: column;justify-content: center;grid-gap: 20px;}
.input-file-btn ion-icon{font-size: 150px;}
input.file[type="file"]{display: none;}

#chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: flex-end;
  place-content: flex-end;
  grid-gap: 40px;
  height: 0px;
}

.chat-bubble {
  background: white;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-top: 15px;
  box-shadow: 0px 3px 4px #02020252;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  -webkit-text-fill-color: transparent;
  color: #9330ff;
  cursor: pointer;
}
.chat-bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.chat-bubble:hover {
  background: rgb(248, 248, 248);
}
.chat-bubble:active {
  background: rgb(233, 233, 233);
}
#chat-msg-box {
  width: 300px;
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
  padding: 20px 30px;
  background: white;
  box-shadow: 0px 0px 6px #0000002e;
  flex-direction: column;
  font-size: 14px;
  color: #414042;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.chat-o-box {
  width: 370px;
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
  padding: 20px 30px;
  background: white;
  box-shadow: 0px 0px 29px #0000002b;
  flex-direction: column;
  font-size: 14px;
  color: #414042;
  position: relative;
  z-index: 100;
}
.chat-msg-header {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  grid-gap: 15px;
  font-size: 20px;
  align-items: center;
}
.chat-msg-header ion-icon {
  cursor: pointer;
}

.chat-msg-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.chat-msg-title {
  border-top: 1px solid #41404259;
  padding-top: 35px;
}

.chat-msg-box {
  display: flex;
  flex-direction: row;
  grid-gap: 15px;
  align-items: center;
  flex: 1;
}

.chat-msg-box img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: cover;
  background: url(../img/item-bg.png);
  background-size: cover;
  padding: 2px;
}

.chat-msg-info {
  flex: 1;
}

.msg-name,
.msg-info {
  text-align: left;
  letter-spacing: 0px;
  color: #212121;
  font-weight: 500;
  white-space: normal;
  width: 100%;
  position: relative;
  height: 15px;
  font-size: 15px;
  line-height: 1;
}
.msg-odd {
  background: #f5f5f578;
  border-radius: 5px;
  padding: 10px;
}
.msg-even {
  border-radius: 5px;
  padding: 10px;
  background: #73737314;
}
.chat-msg-body {
  overflow: auto;
  display: grid;
  grid-gap: 10px;
  max-height: 35vh;
  align-content: flex-start;
  padding: 0px 5px;
}
.more-options-chat {
  position: absolute;
  right: 0;
  width: 100%;
  top: 58px;
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
  padding: 20px 30px;
  background: white;
  box-shadow: 0px 0px 29px #0000002b;
  flex-direction: column;
  font-size: 14px;
  color: #414042;
  z-index: 101;
  text-align: right;
}
.more-options-chat div {
  cursor: pointer;
}

.msg-name span,
.msg-info span {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}

.msg-info {
  font-weight: 200;
  font-size: 13px;
  height: 13px;
  line-height: 1;
}
.chat-msg-title,
.chat-msg-box {
  padding-left: 13px;
  padding-right: 13px;
}
.chat-o-box .chat-msg-box {
  padding: 0;
}
#chat-msg-box,
.chat-o-box {
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.msg-name {
  margin-bottom: 2px;
}
.chat-bubbles {
  float: right;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
div#chat-options {
  min-width: 100px;
}
.online {
  background: #10c469;
}
.offline {
  background: #ff004c;
}
.status-circle {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.status-circle-r {
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
.chat-msg-info .status-circle {
  position: absolute;
  right: -8px;
  top: 3px;
}
.input-send-msg {
  display: flex;
  position: relative;
}

.input-send-msg input {
  background: white;
  width: 100%;
  flex: 1;
  color: black;
  font-size: 14px;
  padding: 8px 40px 8px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  outline: none;
}

.input-send-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #999999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  padding: 5px 7.5px;
  border-radius: 5px;
  --ionicon-stroke-width: 50px;
  cursor: pointer;
}

@media only screen and (max-width: 1825px) and (min-width: 768px) {
  .bubble {
      margin-left: 16px;
      font-size: 9px;
      border-radius: 8px;
      padding: 15px;
      top: 25px;
      max-width: 230px;
      min-width: 205px;
  }
}

@media only screen and (min-width: 768px) {
  .mxw8{    width: 70%;}  
  img.user-img-mc.opa {
    display: none;
  }
  .msb-x {
    -moz-animation: bodyslidein 0.3s forwards;
    -o-animation: bodyslidein 0.3s forwards;
    -webkit-animation: bodyslidein 0.3s forwards;
    animation: bodyslidein 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .filter,
  .nav-filter {
    min-width: 15%;
  }
  .tw-col {
    display: flex;
    grid-gap: 2vw;
  }
  .r-col {
    flex-grow: 1;
  }
  .filter-c .box {
    width: 100%;
  }
  .filter-c {
    width: 25%;
    max-width: 350px;
    min-width: 350px;
  }
  #content {
    margin: 0 auto;
    max-width: 1825px;
  }
  #content-2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
  }
  #close-cross {
    position: absolute;
    right: 0;
    margin-right: 20px;
  }
  .bubble #close-cross {
      display: none;
  }
  #close-cross {
      position: absolute;
      right: 0;
      margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-2 {
      grid-template-columns: repeat(1, 1fr);
  }
  #current-lang {
      position: unset;
      margin: 0 auto;
  }
  ul.hot-links {
      margin: 0 auto;
  }
  .bubble {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      max-width: unset;
      margin: 0;
      bottom: 0;
      right: 0;
      border: 0;
      overflow: auto;
      min-height: 100%;
  }
  .bubble #close-cross {
      float: right;
      right: 0;
      z-index: 999;
      position: absolute;
      top: 0;
      margin: 15px;
      display: block;
  }
  #side-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tw-col-2,
  .bcard-user-info {
    flex-direction: column;
  }
  .item-t-col {
    width: 100%;
  }
  .img-container {
    width: 100%;
  }
  .nav-filter-icon-r {
    padding-left: 30px;
  }
  .filter {
    padding-left: 15px;
  }
  #nav-bar {
    padding: 0;
  }
  header {
    flex-direction: column;
    padding: 15px;
  }
  header #search-bar {
    width: 100%;
    margin-top: 15px;
  }
  #header-info .icon,
  #current-lang .lang-img,
  #current-lang .change_lang {
    display: none;
  }
  .banner {
    flex-direction: column;
    text-align: center;
  }
  .item-c {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .c-header {
    width: 100%;
  }
  .banner-txt {
    position: relative;
    text-align: center;
    left: 0;
  }
  #user-profile,
  #user-fav,
  #user-external {
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 100%;
    max-height: none;
  }
  #external-box {
    justify-content: space-around;
  }
  #fav-box .fav-item {
    flex-direction: column;
  }
  #fav-box .fav-img {
    margin-right: 0;
  }
  #navigator {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    background: white;
    min-height: 100%;
    overflow: auto;
    width: 100%;
  }
  ul#nav-links {
    padding: 50px 0px !important;
    flex-direction: column;
    position: absolute;
    width: 100%;
    overflow: auto;
    height: 100%;
  }
  #nav-bar-button {
    color: black;
    font-size: 39px;
    float: right;
    margin-left: auto;
    padding: 17px;
    cursor: pointer;
    display: block;
  }
  .mnb,
  .msb {
    -moz-animation: slidein 0.3s forwards;
    -o-animation: slidein 0.3s forwards;
    -webkit-animation: slidein 0.3s forwards;
    animation: slidein 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .msb {
    display: flex;
    flex-direction: column;
  }
  .msh {
    -moz-animation: slideout 0.3s forwards;
    -o-animation: slideout 0.3s forwards;
    -webkit-animation: slideout 0.3s forwards;
    animation: slideout 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  @-webkit-keyframes slidein {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @keyframes slidein {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  header #current-lang {
    position: unset;
  }
  .bubble #close-cross {
    float: right;
    right: 0;
    z-index: 999;
    position: absolute;
    top: 0;
    margin: 15px;
    display: block;
  }
  .bubble {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: unset;
    margin: 0;
    bottom: 0;
    right: 0;
    border: 0;
    overflow: auto;
    min-height: 100%;
  }
  .msh {
    -moz-animation: slideout 0.3s forwards;
    -o-animation: slideout 0.3s forwards;
    -webkit-animation: slideout 0.3s forwards;
    animation: slideout 0.3s forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslidein {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  @keyframes bodyslideout {
    0% {
      margin-left: 0 !important;
    }
    100% {
      margin-left: 0 !important;
    }
  }
  #navigator {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    background: white;
    min-height: 100%;
    overflow: auto;
    width: 100%;
  }
  #search-bar {
    grid-column: span 2;
    flex-grow: 1;
    width: 100%;
  }
  #col-header {
    width: 100%;
    flex-direction: column !important;
    display: flex !important;
  }
  #col-header button {
    width: 100%;
    grid-template-columns: max-content;
  }
}
.err-phone input#phoneSelector{
  border: 1px solid #eb445a !important;
}
.grid-v .iti.iti--allow-dropdown {
    width: 100%!important;
  }
.grid-v .iti--allow-dropdown .iti__flag-container, .grid-v .iti--separate-dial-code .iti__flag-container{
  left: 10px!important;
}
.grid-v input#phoneSelector{
  padding-left: 60px;
}

@media only screen and (max-width: 767px) and (min-width:400px) {
  .box-container {min-width: 400px }
}
@media only screen and (min-width: 768px){ion-header {
  display: none;
}}
@media only screen and (max-width: 767px) {
  .mb-p {  display: none; }
  .box-container { padding: 10px; box-shadow: none; }
  .social-login{    grid-template-columns: repeat(2,1fr);}
  .btn-default[type='submit']{margin-top: 70px;box-shadow: 0px 0px 9px #00000038;}
  .grid-2.ma {
    position: static;
    width: 100%;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
}.register.text-lb {
  margin-bottom: 100px;
}
ion-item {
  max-width: 400px;
}
ion-header::after {
background-image: none;
}

.lang-img, .change_lang {
    display: block!important;
}
.grid-2.ma { display: flex; padding: 20px 5%; margin: 0 auto; } .psc {align-self: center;}
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}