/* style.css:640*/
.profileBox .image-wrapper {
    margin-right: 16px;
    padding: 7px 0;
}
/* style.css:9563*/
.profile-grid {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px;
	margin-top: 2px;
}
.profile-grid-ad{
	padding: 0 0 5px 0px;
}

.profile-grid-ad-text {
    margin-top: 0;
    margin-bottom: 8px;
}
.pb-buttom{
	width: 70px;
    background: transparent;
    box-shadow: none;
}
.chat_profileBox.pb-buttom .image-wrapper {
    margin-right: 0px!important;
    padding: 7px 0!important;
}
.header-filter-box{
	margin-left: 24px;
    margin-top: 0px;
}
.header-change{
	margin-left: 0px;
    margin-top: 2px;
}
.card.product-card .imaged {
    width: 100%;
    border-radius: 6px;
}
.chip.chip-media.pflag {
    padding: 0;
    display: inline-flex;
    margin-left: 4px;
    background: transparent;
    bottom: 45px;
}
.chip.chip-media.pflag .pflag .fi{
	width: 15px;
    height: 15px;
}
.chip.chip-media.pflag img {
    width: 17px;
    height: 17px;
}
.chip.chip-media.pflag img.status {
    margin-right: 4px;
    position: relative;
}
.chip.chip-media.pflag .chip-icon {
    width: 15px;
    height: 15px;
    font-size: 9px;
    background: red;
    position: relative;
    margin-left: 5px;
}

/************* favorite ************/
.chip.chip-media.pfavorite {
    position: absolute;
    display: inline-flex;
	height: 15px;
    background: transparent;
	font-size: 18px;
    top: 1px;
	right: -10px;
}
.chip.chip-media.pfavorite .chip-icon {
    width: 15px;
    height: 15px;
    font-size: 10px;
    background: transparent;
    position: relative;
    margin-left: 5px;
	color: yellow;
	
}

/*****************************************/
/* style.css:1562*/
.imaged.filter-blur {
    filter: blur(5px);
}

/*
source
http://stackoverflow.com/a/23935891/3853728
*/

.img-gradient{
  position:relative;
  display:inline-block;
  width:100%;
}


/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
.img-gradient:after {
    content: '';
    position: absolute;
    left: -0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 63%, rgba(42, 22, 57, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(42, 22, 57,0.5)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 63%,rgb(42, 22, 57) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 63%,rgba(42, 22, 57, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 63%,rgba(42, 22, 57, 0.7) 100%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 63%,rgb(42, 22, 57) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#2a1639',GradientType=0 );
}
.img-gradient img{
  display:block;
}

.img-overlay{
  position:relative;
  display:inline-block;
  width:100%;
}


/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
.img-overlay:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99%;
    display: inline-block;
    background: rgb(47 14 93 / 58%);
    border: 3px dashed #ffffffb3;
	
}
.img-overlay img{
  display:block;
}
body.dark-mode-active .appHeader .right .headerButton.roulette-btn {
	color: #614d70;
	line-height: 10px;
    font-size: 11px;
}
.roulette-icon {
	width:25px;
	height:auto;
	margin-right: 5px;
}
.appHeader .right { /*style.css:134*/
    right: 15px;
    top: 0;
    COLOR: #614d70;
	line-height: 15px
}
.appHeader .right pre {
	display: contents;
    color: #fff;
    font-size: 75%;
}
body.dark-mode-active .listview-title {/*style.css:8696*/
    color: #614d70;
    font-weight: 800;
    font-size: 16px;
}
.image-listview.media > li .imageWrapper .chat_picons {
    position: absolute;
    padding-left: 0;
    margin-top: -20px;
    display: flex;
    margin-left: 4px;
	height: 15px;
    background: transparent;
}
.image-listview.media > li .imageWrapper .chat_picons img {
    width: 15px;
    height: 15px;
	border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.image-listview.media > li .imageWrapper .chat_picons img.status {
    margin-right: 0;
    position: relative;
}
.image-listview.media > li .imageWrapper .chat_picons .chat-icon {
    width: 15px;
    height: 15px;
    font-size: 9px;
    background: red;
    position: relative;
    margin-left: 5px;
	position: absolute;
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
}

body.dark-mode-active .listview .text-muted {
    color: #fff !important;
	font-size: 11px;
}
body.dark-mode-active .listview .text-msg {
    color: #87898b !important;
    font-size: 13px;
}
.badge-status {
    display: inline-block !important;
    min-width: 8px !important;
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    font-size: 0px;
}
.chat_status {
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    COLOR: #ec4433;
    TOP: 15px;
    position: absolute;
    right: 20px;
    white-space: nowrap;
}
.chat_star {
	color: #ec4433;
    font-size: 15px;
    margin-left: 6px;
    vertical-align: middle;
}
.image-listview > li .item .in .read {
    color: #939393 !important;
}
body.dark-mode-active .listview .text-msg.own {
    color: #147d01 !important;
    font-size: 13px;
}
body.dark-mode-active .listview .text-msg.own ion-icon {
    color: #fff !important;
}
.msg-feauture-icon{
	margin-left: 17px;
}

.msg-feauture-icon .badge .md.hydrated{
	color: #ec4433;
    font-size: 15px;
}
.msg-feauture-icon .badge, .msg-feauture-icon .badge i.bi{
	color: #ec4433;
    font-size: 15px;
}
.msg-unread-icon{
	margin-left: 0px;
    margin-top: 0px;
}
.headerButton.active ion-icon{
    color: #ec4433 !important;
    font-weight: 500;
}
body.dark-mode-active .appHeader .right .headerButton.spoon-btn {
	color: #EC4433;
	line-height: 10px;
    font-size: 11px;
	top: 5px;
}
.spoon-icon {
	width: 50px;
    height: auto;
    margin-right: 5px;
    margin-top: -10px;
    padding-top: 0;
}

.spoon-btn .badge {
    right: 35%;
}

.CprofileBox{
  left: auto;
  right: 0;
}
.CprofileBox:before {
  left: auto;
  right: 0;
}

.CprofileBox .image-wrapper {
  margin-right: 0;
  margin-left: 0;
}

.CprofileBox .in {
  padding-right: 0;
  padding-left: 25px;
}

.CprofileBox .close-sidebar-button {
  right: auto;
  left: 0;
}

body.dark-mode-active .CprofileBox .in strong {
  color: #fff;
}

body.dark-mode-active .CprofileBox .in .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.CprofileBox {
	background: transparent;
    height: 56px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    position: fixed;
    z-index: 100;
    left: 40px;
    top: 0;
    margin-top: env(safe-area-inset-top);
}

.CprofileBox:before {
  background: #2a1639;
  content: '';
  height: env(safe-area-inset-top);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
}


.CprofileBox .image-wrapper .imaged {
  width: 42px;
  height: 42px;
  border: 2px solid #FFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.CprofileBox .in {
  line-height: 1.4em;
  padding: 16px 25px 16px 0;
}

.CprofileBox .in strong {
	display: block;
	font-weight: 500;
	color: #FFF;
      font-size: 13px;
    line-height: 12px;
}

.CprofileBox .in .text-muted {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5) !important;
}
body.chat_page .CprofileBox .image-wrapper {
    margin-right: 7px;
    padding: 0;
}
body.chat_page .CprofileBox .in .text-muted img,
body.chat_page .profileBox .in .text-muted img,
.subtext img{
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 2px solid #fff9;
}
.appHeader .image-wrapper .badge-empty{
    top: 14px;
    left: 40px;
    padding: 5px !important;
}
.profileBox .image-wrapper .badge-empty {
    top: 20px !important;
    left: 52px !important;
    padding: 5px !important;
    position: absolute;
}

.listview-text {
    color: #ffffff;
    font-size: 15px;
    margin-top: 60px;
}

.listview-text .link {
  color: #614d70;
}
.listview-text .amount_transfered{
    color: #614d70;
  font-weight: 600;
}
.listview-text .user_transfered{
    color: #614d70;
}
.listview-text .link i.bi,
.listview-text .link i.icon,
.listview-text .link ion-icon {
  font-size: 15px;
  margin-right: 4px;
}

.listview-text.sticky-title {
  background: #F9F9F9;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 500;
  top: 56px;
  font-weight: 500;
  color: #141515;
  box-shadow: 0px 1px 0 #E1E1E1, 0px -1px 0 #E1E1E1;
}

.listview-text.sticky-title strong {
  font-size: 15px;
}

.listview-text .text-small {
  font-size: 11px;
  color: #A1A1A2;
  line-height: 1.3em;
}
.listview-text .form-group .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #141515;
    display: block;
    line-height: 1.2em;
    text-align: left;
}
body.chat_page .funds_transfered .chip {
    width:100%;
}
body.chat_page .funds_transfered .chip .chip-label {
    padding: 0!important;
}

body.chat_page .funds_transfered .chip .chip-icon {
	right: 0;
    left: auto;
}
body.chat_page .funds_transfered .scrollable-box {
    height: 250px;
    overflow-y: scroll;
    border: 0;
    padding: 10px;
    background-color: transparent;
    border-radius: 6px;
}
.offcanvas-end .profileBox {
    right: 0;
	left: auto;
}
.offcanvas-end .sidebar-buttons {
    right: 0;
    left: auto;
}
.chat_page .card .card-img-top {
    border-radius: 0;
}
.subtext .badge {
    display: inline-block !important;
    min-width: 8px !important;
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
    font-size: 0px;
}
.subtext img{
    display:inline-block;
	    margin-top: -8px;
}
.success-message{
	color:green
}
.error-message{
	color:red;
}
.form-check {
    display: inline-block;
}
body.dark-mode-active .input-list .form-check:after {
    background: transparent;
}
.iti__country-list {
    border-radius: 12px;
    padding: 9px;
    background-color: #2a1639;
}
.handshake-icon {
    display:none;
}
.select2-container--default .select2-selection--multiple {
    background-color: #36184d !important;
    border: none;
    border-radius: 0;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    min-height: 40px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border:none;
    border-bottom: 1px solid #e1e1e11f;
	
}
.select2-container--default.select2-container--focus .select2-selection--multiple:focus {
	border-bottom-color: #614d70;
	box-shadow: inset 0 -1px 0 0 #614d70;
}
.select2-dropdown {
    background-color: #2a1639;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
body.dark-mode-active {
    color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #36184d;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #614d70;
    border: 1px solid #2a1639;
    padding: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 9px;
    color: #fff;
}
.select2-container--default .select2-results__option--selected {
    background-color: #2a1639 !important;
    color: #614d70 !important;
    border-bottom: 1px solid #614d70 !important;
}

.form-control:disabled, .form-control[readonly] {
    color: #ffffffa6;
}

.imaged.rounded.noborder {
	border: 0!important;
}
.profile-head .in .user-gender-info{
	font-size: 12px;
    color: #ffffffa6;
    margin-top: -15px;
    display: flex;
}
.accordion .accordion-header .btn, .accordion .accordion-header .accordion-button {
    border-bottom: 1px solid #ffffff21 !important;
}
#accordion_faq .section .section-title {
    font-size: 20px;
    padding: 0px 0 15px 0px;
    color: #614d70 !important;
}
#message-area {padding-bottom: 30px;}
.fundsInput {
    border: 1px solid #ffffff42 !important;
    border-radius: 80px !important;
    display: inline;
    position: absolute;
    z-index: 100;
}
.addFundsBtn {
    display: inline-block;
    position: absolute;
    right: 16px;
    z-index: 1001;
    margin-top: -8px;
    width: 42px;
    height: 42px;
}
.dropdown-toggle::after {
    display: none;
}
.pflag .flagstrap-icon,
.subtext .flagstrap-icon{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #fff;
	margin-right: 5px;
}
.text-muted .flagstrap-icon,
.chat_picons .flagstrap-icon{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #fff;
	margin-right: 5px;
	margin-bottom: -4px;
}
.pflag .fi,
.subtext .fi,
.text-muted .fi,
.chat_picons .fi,
.table .fi{
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 0;
	margin-right: 5px;
}
.btn.dropdown-toggle {
    padding: 3px 0px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0px;
    border-width: 2px;
    min-width: 100%;
}
#phone {
    text-align: left;
    padding-left: 17%;
    min-width: 100%;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.input-group {
    justify-content: left;
}
.input-group-append {
	width:100%;
}
.chip.chip-media.grid_distance{
	color: #FFF;
    font-weight: 800;
	position: absolute;
    padding-left: 2px;
    margin-top: -50px;
    display: flex;
    margin-left: 4px;
    height: 13px;
	font-size: 12px;
	background: transparent;
}
.chip.chip-media.grid_distance ion-icon{
	margin-right: 3px;
    font-size: 15px;
    margin-bottom: 1px;
}
.chip.chip-media.grid_username {
    color: #fff;
    font-weight: 600;
    padding-left: 0px;
    display: inline-flex;
    font-size: 12px;
    background: transparent;
    max-width: 72%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 45px;
}
.chip.chip-media.nearby_grid_username {
    color: #fff;
    font-weight: 400;
    padding-left: 7px;
    display: inline-flex;
    height: 13px;
    font-size: 10px;
    background: transparent;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 34px;
}
.dropzone {
    min-height: 150px;
    border: 3px dashed #ffffff69;
    background: #fff0;
    padding: 3px;
    border-radius: 12px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 15% 0px;
}
.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff85;
}
.dropzone .dz-preview.dz-image-preview {
    background: #fff0;
}

.dropzone .dz-preview {
    margin: 5px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 7px;
}
.dm-uploader .btn {
    color: #ffffff52;
    width: 100%;
    height: auto;
}
.dm-uploader .btn.btn-icon ion-icon{
	font-size: 65px;
    line-height: 80px;
}
.btn-check:active+.btn-outline-light, 
.btn-check:checked+.btn-outline-light, 
.btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, 
.btn-outline-light:active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #36184d !important;
}
.multiselect-container>li>a>label {
    padding: 2px 0px 2px 0px;
}
body.dark-mode-active .dropdown .dropdown-menu .dropdown-item, 
body.dark-mode-active .dropup .dropdown-menu .dropdown-item {
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff21;
}
.btn.dropdown-toggle {
    padding: 8px 5px;
}
.dropdown-menu {
    padding: 5px 10px;
    font-size: 17px;
    color: #ffffff;
    background-color: #2a1639;
}

.dropdown-menu li {
    padding: 5px 0;
    border-bottom: 1px solid #ffffff21;
}
.adbox{
    padding: 0 15px 15px 15px;
}
.adbox .ad-msg{
	width:100%;
    text-align: left;
	font-size: 9px;

}
.edit-offer {
    position: absolute;
    right: 20px;
    font-size: 15px;
    display: inline-flex;
    line-height: 25px;
}
.edit-offer ion-icon{
    font-size: 25px;
}
.multiselect-container>li>a>label>input[type="checkbox"],
.multiselect-container>li>a>label>input[type="radio"] {
    width: 25px!important;
    height: 25px!important;
    margin-bottom: 12px!important;
    margin-right: 10px!important;
}
.justified-gallery>a>.jg-caption, 
.justified-gallery>div>.jg-caption, 
.justified-gallery>figure>.jg-caption {
    display: unset;
	position: absolute;
    padding: 0px;
    background-color: transparent;
    top: -8px;
	bottom: auto;
    right: -8px;
	left: auto;
    margin: 0;
    color: #b90404;
    font-size: 25px;
}
#headercountry{margin-top:3px;min-width:200px;}
.location_buttons_area {
	position: absolute;
    width: 100vw;
    height: 90px;
    z-index: 1002;
    background: #2a1639 !important;
}
.distance_range_div {
	width: 70%;
    margin-left: 15px;
    display: inline-grid;
}
.distance_value_div{
	display: inline-block;
    margin-left: 7px;
}
.location_city {
    width: calc(100vw - 10px);
    margin-left: 5px;
    color: #320e71 !important;
}

.lacationpicker_map {
	width: 100%px;
	height: calc(100vh - 220px);
	margin-top:90px;
}
.justified-gallery>div {
    overflow: visible;
}