/*my account*/
.myaccount_form_rt .inplogin_bx label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #464646;
}
.myaccount_form_rt .loginbtn {
  display: inline-block;
  width: fit-content;
  padding: 6px 20px;
}
.account_splitsec {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.myaccount_form_rt {
  background: #fff;
  box-shadow: 0px 0px 5px #76767642;
  padding: 30px;
  border-radius: 15px;
  /* min-height: 650px; */
}
.myaccount_form_lt {
  background: #fff;
  box-shadow: 0px 0px 5px #76767642;
  padding: 30px 0;
  border-radius: 15px;
  height: 100%;
}
.myaccount_form {
  position: relative;
  padding: 10px 0px 50px;
}
.account_profile p {
margin: 0;
font-size: 14px;
color: #808080;
padding: 0 25px;
}
.account_profile h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.account_profile img {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account_profile {
  text-align: center;
  margin-bottom: 30px;
}
.myaccount_form_lt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.myaccount_form_lt ul li.active {
  background: #f2f2f2;
border-left: 3px solid #00adb5;
}
.myaccount_form_lt ul li {
  padding: 15px 25px;
  display: block;
  border-left: 3px solid transparent;
}
.myaccount_form_lt ul li a {
  text-decoration: none;
  color: #6E6E6E;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.myaccount_form_lt ul li a img {
  width: 18px;
  margin-right: 10px;
  opacity: .6;
}
.inplogin_bx {
  margin-bottom: 20px;
}
.input_style {
  padding: 10px;
  border: 1px solid #00000012;
  box-shadow: none;
  outline: none;
  border-radius: 4px!important;
  font-size: 14px;
}
.input_style::placeholder{
  font-size: 14px;
  color: #b3b3b3;
}
.form-control:focus, .form-select:focus {
  background-color: transparent;
  border-color: #d3d3d3;
  outline: 0;
  box-shadow: none;
}
.update_btn {
  border-radius: 4px;
  border: 0;
  background: #00ADB5;
  color: #171717;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 500;
}
.bg_gray{
  background: #FAF9F9;
}
.my_account_main {
  display: inline-block;
  width: 100%;
}
.my_account_left {
  width: 25%;
}
.my_account_right {
  width: 75%;
  float: right;
  padding-left: 30px;
}
.myaccount_title {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #4b4b4b;
}
/**/


.custom_checkbox input[type=checkbox] {
  position: relative;
  border: 1px solid #bababa;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
}

.custom_checkbox input[type=checkbox]:hover {
  opacity: 1;
}
.custom_checkbox {
  margin: 0;
  font-size: 14px;
  color: #545454;
}
.custom_checkbox input[type=checkbox]:checked {
  background-color: #00adb5;
  opacity: 1;
  border: 0;
}
.custom_checkbox input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.dlt_account p {
  font-size: 15px;
  color: #545454;
}
.delete_account {
  border: 1px solid #00adb5;
  padding: 8px 10px;
  background: transparent;
  color: #00adb5;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.myaccount_form_rt .common_price {
  margin-top: 10px;
  display: block;
}
.myaccount_form_rt .trending_liztings_details h6{
  font-size: 16px;
}
.myaccount_form_rt .trending_liztings_image {
  height: 120px;
}
.password_wrap {
  padding: 10px;
  border: 1px solid #00000012;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
}
.password_wrap input{
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
}
/* profile upload */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0 auto 20px;
  text-align: center;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 35px;
  z-index: 1;
  bottom: 0;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #261d17;
}
.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  margin: auto;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.update_profile_btn .organization-update-btn {
  border-radius: 2px;
  border: 0;
  background: #00ADB5;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
}
.update_profile_btn {
  display: flex;
  justify-content: right;
  /* margin-bottom: 30px; */
}
.selected_cover_image {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cover_image_wrap {
  width: 50px;
  height: 50px;
  
  position: relative;
}
.cover_image_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.c_close {
  position: absolute;
  top: -6px;
  right: -6px;
  border: 0;
  width: 16px;
  height: 16px;
  background: #b50000;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gender_wrap {
  display: flex;
  align-items: center;
}
.gender_wrap label{
  user-select: none;
}
.gender_wrap input[type="radio"] {
  display: none;
}
.gender_wrap input[type="radio"] + label {
  z-index: 10;
  margin: 0 10px 0px 0;
  position: relative;
  color: #00adb5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #00adb5;
  cursor: pointer;
  transition: all 200ms ease;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
}
.gender_wrap input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #00adb5;
}
.gender_wrap input[type="radio"] + label {
  padding: 5px 20px;
  border-radius: 5px;
}

.ads_img_main .image-container{
  position: relative;
}
.ads_img_main .image-container input[type="radio"]{
  display: none;
}

.ads_img_main .image-container label {
  border: 1px solid #fff;
  /* padding: 5px; */
  display: block;
  position: relative;
  /* margin: 8px; */
  cursor: pointer;
}

.ads_img_main .image-container label:before {
  background-color: transparent;
  color: #ffffff;
  content: " ";
  display: flex;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  text-align: center;
  line-height: 0;
  transition-duration: 0.4s;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  z-index: 9;
  font-size: 12px;
  /* text-transform: uppercase; */
  font-weight: 500;
}

.ads_img_main .image-container label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  object-fit: cover;
}

.ads_img_main .image-container .radio_check:checked ~ label {
  border-color: #d7d7d7;
}
.ads_img_main .image-container .radio_check:checked ~ label:before {
  content: "Cover Photo";
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  transform: translate(-50%, -50%);
}
.ads_img_main .image-container .radio_check:checked ~ label img {
  transform: scale(0.9);
  z-index: -1;
}
.ads_img_main .image-container .radio_check:checked + label {
  border-color: #d7d7d7;
}
.ads_img_main .image-container .radio_check:checked + label:before {
  content: "Cover Photo";
  background-color: #00000094;
  transform: translate(-50%, -50%);
}

.ads_img_main .image-container .radio_check:checked + label img {
  transform: scale(0.9);
  z-index: -1;
}
.ads_img_main .ads_img_main {
  display: inline-block;
  width: 100%;
}
.image-container {
  float: left;
}

.ads_img_main input[type=file]::file-selector-button {
  border: 1px solid #d1d1d1;
  background: #E4E6EF;
  padding: 0 5px;
}
.cancel_btn {
  background: #d7d7d7;
  border-color: transparent;
  color: #000;
}
.subheader h1 {
    margin-right: 20px;
}
.remove_img_btn {
  position: absolute;
  border-radius: 0;
  width: 17px;
  padding: 0;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  z-index: 9;
  font-size: 11px;
}
.analytics_table button {
border: 0;
width: 25px;
height: 25px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
float: left;
}
.pagination .active a {
background: #00adb5;
border-color: #00adb5;
}
.pagination li a {
font-size: 13px;
}
#datatable_info {
font-size: 13px;
}
.page-link:focus {
box-shadow: none;
}
.ads_img_main .ads_image {
overflow: unset;
}
.error {
font-size: 13px;
}
.informations .select2-selection.select2-selection--single {
width: 100%;
border: 1px solid #00000014!important;
background: #fff;
padding: 8px 10px;
border-radius: 10px!important;
outline: none;
box-shadow: none;
font-size: 14px;
height: fit-content!important;
}
.informations .select2-container--default .select2-selection--single {
background-color: #fff;
border: 0;
border-radius: 0;
}
.informations .select2-container--default .select2-selection--single .select2-selection__arrow{
height: 100%!important;
}