* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  --exam-text-color:#000;
  --exam-bg-color:#F9FAFC;
  --backdrop-background:rgba(0,0,0,.32);
  --bkg-color: #fff;
  --header-main-text: #454f63;
  --sec-bg-color: #f4f5f9;
  --border-color: #d8d8d8;
  --box-shadow-icon: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  --sec-text-color: #78849e;
  --repost-border-color: #f2f3f7;
  --button-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93);
  --notification-bg-color: #eeebf6;
  --notification-text-color: #78849e;
  --notification-time-span: #000;
  --reply-msg-bg: #232323;
  --signup-border-color: #f4f5f9;
  --post-icon-background: #fff;
  --hover-color: #f3e9ff;
  --common-border-color: rgba(0, 0, 0, 0.125);
  --certificate-bg-color: #edebf3;
  --count-span-color: #454f63;
  --more-profile-bg: #722ed1;
  --profile-border-color: #e2e2e2;
  --view-story-bg-color: #fff;
  --coupon-code:#722ed1;
  --coupon-text-code:#722ed1;
  --points-text-color: #212529;
  --msg-main-text: #000;
  --hover-color: rgba(0, 0, 0, 0.1);
  --preview-text-color: #212121;
  /* --list-hover-color: #f9f3ff; */
  --list-hover-color: #F3E9FF;
  --success-content-text: #454f63;
  --search-bkg-color: #fff;
  --perk-modal-fade: rgba(0,0,0,0.5);
  --scrollbar-thumb: #a5a5a5;
  --scrollbar-thumb-hover: #828282;
  --chat-background-color:#FAF6FF;
  --skill-name-bg:#F9F5FF;
  --scrollbar-bg-color:#e8e8e8;
  --resume-text-color: #712BC1;
  --disabled-bg-color:#E6E6E6;
  --event-grediant-color: linear-gradient(#F3E9FF, #fff 20%);
}
body.dark-theme {
  --exam-text-color:#fff;
  --exam-bg-color:rgb(17, 17, 17);
  --backdrop-background:rgba(255,255,255,0.2);
  --header-main-text: #fff;
  /* --bkg-color: #000; */
  --bkg-color: #232323;
    --sec-bg-color: #131313;
  --border-color: #707070;
  --sec-text-color: #828da5;
  --box-shadow-icon: 1px 1px 1px rgba(165, 164, 164, 0.2);
  --repost-border-color: #2c2c2c;
  --button-shadow: 2px 2px 8px 1px rgb(45 45 45 / 93%);
  --notification-bg-color: #000;
  --notification-text-color: #fff;
  --notification-time-span: #b3bac9;
  --reply-msg-bg: #722ed1;
  --signup-border-color: #2c2c2c;
  --post-icon-background: #707070;
  --hover-color: #2c2c2c;
  --common-border-color: rgb(112, 112, 112);
  --certificate-bg-color: #000;
  --count-span-color: #828da5;
  --more-profile-bg: #000;
  --profile-border-color: #2c2c2c;
  --view-story-bg-color: #404040;
  --coupon-code:#ff860d;
  --coupon-text-code:#fff;
  --points-text-color: #fff;
  --msg-main-text: #fff;
  --hover-color: rgba(255, 255, 255, 0.1);
  --preview-text-color: #fff;
  /* --list-hover-color: #2c2c2c; */
  --list-hover-color: #F3E9FF;
  --success-content-text: #454f63;
  --search-bkg-color: #131313;
  --perk-modal-fade: rgba(255,255,255,0.2);
  --scrollbar-thumb: #f3f3f3;
  --scrollbar-thumb-hover: #F0F0F0;
  --chat-background-color:#232323;
  --skill-name-bg:#131313;
  --scrollbar-bg-color:#232323;
  --resume-text-color: #bf87ff;
  --disabled-bg-color:#686868;
  --event-grediant-color: linear-gradient(#F3E9FF, #232323 20%);
}

@media (prefers-color-scheme: dark) {
  body {
    --backdrop-background:rgba(255,255,255,0.2);
    --header-main-text: #fff;
    --bkg-color: #232323;
    --sec-bg-color: #131313;
    --border-color: #707070;
    --box-shadow-icon: 1px 1px 1px rgba(165, 164, 164, 0.2);
    --repost-border-color: #2c2c2c;
    --notification-bg-color: #000;
    --notification-text-color: #fff;
    --notification-time-span: #b3bac9;
    --reply-msg-bg: #722ed1;
    --signup-border-color: #2c2c2c;
    --post-icon-background: #707070;
    --button-shadow: 2px 2px 8px 1px rgb(45 45 45 / 93%);
    --hover-color: #2c2c2c;
    --common-border-color: rgb(112, 112, 112);
    --certificate-bg-color: #000;
    --count-span-color: #828da5;
    --more-profile-bg: #000;
    --profile-border-color: #2c2c2c;
    --view-story-bg-color: #404040;
    --coupon-code:#ff860d;
    --coupon-text-code:#fff;
    --points-text-color: #fff;
    --msg-main-text: #fff;
    --hover-color: rgba(255, 255, 255, 0.1);
    --preview-text-color: #fff;
    /* --list-hover-color: #2c2c2c; */
    --list-hover-color: #F3E9FF;
    --search-bkg-color: #131313;
    --perk-modal-fade: rgba(255,255,255,0.2);
    --scrollbar-thumb: #f3f3f3;
    --scrollbar-thumb-hover: #F0F0F0;
    --chat-background-color:#232323;
    --skill-name-bg:#131313;
    --scrollbar-bg-color:#232323;
    --resume-text-color: #bf87ff;
    --disabled-bg-color:#686868;
    --event-grediant-color: linear-gradient(#F3E9FF, #232323 20%);
  }
  body.light-theme {
    --backdrop-background:rgba(0,0,0,.32);
    --bkg-color: #fff;
    --header-main-text: #454f63;
    --sec-bg-color: #f4f5f9;
    --border-color: #d8d8d8;
    --box-shadow-icon: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
    --repost-border-color: #f2f3f7;
    --notification-bg-color: #eeebf6;
    --notification-text-color: #78849e;
    --notification-time-span: #000;
    --reply-msg-bg: #232323;
    --signup-border-color: #f4f5f9;
    --post-icon-background: #fff;
    --button-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93);
    --hover-color: #f3e9ff;
    --common-border-color: rgba(0, 0, 0, 0.125);
    --certificate-bg-color: #edebf3;
    --count-span-color: #454f63;
    --more-profile-bg: #722ed1;
    --profile-border-color: #e2e2e2;
    --view-story-bg-color: #fff;
    --coupon-code:#722ed1;
    --coupon-text-code:#722ed1;
    --points-text-color: #212529;
    --msg-main-text: #000;
    --hover-color: rgba(0, 0, 0, 0.1);
    --preview-text-color: #212121;
    /* --list-hover-color: #f9f3ff; */
    --list-hover-color: #F3E9FF;
    --search-bkg-color: #fff;
    --perk-modal-fade: rgba(0,0,0,0.5);
    --scrollbar-thumb: #a5a5a5;
    --scrollbar-thumb-hover: #676767;
    --chat-background-color:#FAF6FF;
    --skill-name-bg:#F9F5FF;
    --scrollbar-bg-color:#e8e8e8;
    --resume-text-color: #712BC1;
    --disabled-bg-color:#E6E6E6;
    --event-grediant-color: linear-gradient(#F3E9FF, #fff 20%);
  }
}

html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif !important;
  background: var(--bkg-color) !important;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




/*login-page css code start hinal parmar*/

.login-form {
  margin: 2em 0em;
}

.image-container {
  background: url("../image/right_image.png") center no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

/*welcome div css code start here*/

.welcome-div {
  position: absolute;
  left: 15%;
  top: 12%;
  right: 20%;
}
.welcome-div h3 {
  font-size: 40px;
  color: var(--header-main-text);
  font-weight: 700;
  margin-bottom: 1.75rem;
}
.welcome-div p {
  color: var(--header-main-text);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.form-container {
  display: flex;
  justify-content: center;
}

.form-box {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
}

/*login form start*/

.logo-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.logo-div img {
  width: 90px;
  height: auto;
}

.login-text h6 {
  text-align: center;
  font-size: 30px;
  color: var(--header-main-text);
  font-weight: 700;
}

.login-text {
  margin-bottom: 25px;
  text-align: center;
}

.login-text p {
  color: var(--header-main-text);
  font-size: 14px;
  font-weight: 500;
}

/*placeholder section*/

.login-form .form-group {
  position: relative;
}

.search_icon_set {
  position: absolute;
  left: 5px;
  top: 7px;
  vertical-align: middle;
  font-size: 12px !important;
  color: #8ca8c1 !important;
}

.login-form .form-control {
  height: calc(0.8em + 0.75rem + 2px);
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none !important;
  border-radius: 0px;
  color: #78849e !important;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}

.login-form .form-control::placeholder {
  font-size: 14px !important;
  color: #b3bac9;
}

.first_form_set label {
  font-size: 14px;
  color: #b3bac9;
  font-weight: 500;
}

.forgot-div {
  display: flex;
  justify-content: flex-end;
  margin-top: -15px;
  margin-bottom: 25px;
}

.forgot-div a {
  color: #712bc1;
  font-size: 13px;
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-btn {
  border: none !important;
  outline: none !important;
  padding: 10px 0;
  border-radius: 25px;
  font-size: 17px;
  background: #712bc1;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: var(--button-shadow);
  -webkit-box-shadow: var(--button-shadow);
  -moz-box-shadow: var(--button-shadow);
  width: 40% !important;
  /* transition: linear 0.5s; */
}

.login-btn:hover {
  transform: scale(1.1);
}

.login-btn a {
  color: var(--bkg-color) !important;
  font-weight: 600;
}

.signup-link-div {
  text-align: center;
  margin-top: 25px;
}

.signup-link-div span {
  color: var(--header-main-text);
  font-size: 17px;
}

.signup-link-div span a {
  color: var(--header-main-text);
  font-weight: 700;
  text-decoration: underline !important;
}


/*pop - up css code start here*/

.successfull-div {
  display: flex !important;
  justify-content: center !important;
}

.change-text {
  text-align: center !important;
}

.change-text h6 {
  font-size: 29px !important;
  color: #343a40 !important;
  font-weight: 500 !important;
}

.change-text span {
  font-size: 13px !important;
  color: #868e96 !important;
}

.change-footer {
  display: flex !important;
  justify-content: center !important;
}

.signup-text {
  color: #712bc1 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

/*pop - up css code over here*/

.add-space-div {
  margin-top: 40px;
}

/*signup css code start*/

.signup_form {
  -webkit-box-shadow: 0px 4px 16px -6px rgb(0 0 0 / 33%) !important;
  -moz-box-shadow: 0px 4px 16px -6px rgb(0 0 0 / 33%) !important;
  box-shadow: 0px 4px 16px -6px rgb(0 0 0 / 33%) !important;
  background-color: var(--bkg-color) !important;
  padding: 15px 20px !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
}

.modal-title {
  color: var(--header-main-text);
  font-weight: 600;
}

.title_spacing {
  margin-bottom: 15px;
}

.modal-footer {
  padding: 10px 0px !important;
}

.first_form_set img {
  padding-right: 6px;
}

.first_form_set input {
  height: calc(0.8em + 0.75rem + 2px);
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none !important;

  border-radius: 0px;
  color: var(--notification-text-color) !important;
  background: var(--bkg-color);
  font-size: 16px;
  font-weight: 500;
  padding-left: 26px;
  border-bottom: 1px solid var(--signup-border-color);
}
.first_form_set input::placeholder {
  color: var(--notification-text-color) !important;
}
.first_form_set input:focus {
  color: var(--notification-text-color) !important;
  background: var(--bkg-color);
}

.create_profile {
  cursor: pointer !important;
  background-color: #712bc1 !important;
  color: #ffffff;
  /* border-color: #712bc1; */
  border-color: transparent !important;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 10px 0px;
  box-shadow: var(--button-shadow);
  -webkit-box-shadow: var(--button-shadow);
  -moz-box-shadow: var(--button-shadow);
  transition: linear 0.5s;
}

.create_profile:hover {
  background-color: #712bc1 !important;
  color: #ffffff;
  /* border-color: #712bc1; */
  border-color: transparent !important;
  transform: scale(1.1);
}

.remove_footer_border {
  border-top: none !important;
}

/* second form profile_form start*/

.profile_form label {
  color: #b3bac9;
  font-size: 11px;
  font-weight: 500;
}

.profile_form p {
  color: #78849e;
  font-size: 14px;
  font-weight: 500;
}

.drop_selection {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  color: var(--notification-text-color) !important;
  /* background: var(--bkg-color); */
  font-size: 16px !important;
  font-weight: 500 !important;
  height: calc(1.3em + 0.75rem + 2px) !important;
  padding-left: 19px !important;
  border-bottom: 1px solid var(--signup-border-color) !important;
  background-color: transparent !important;
}
.drop_selection:focus {
  background: var(--bkg-color);
  border-bottom: 1px solid #712bc1;
}
.next_button {
  cursor: pointer !important;
  background-color: #712bc1 !important;
  color: #ffffff;
  border-color: #712bc1;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 10px 0px;
  box-shadow: var(--button-shadow);
  -webkit-box-shadow: var(--button-shadow);
  -moz-box-shadow: var(--button-shadow);
  transition: linear 0.5s;
}

.next_button:hover {
  color: #ffffff;
  transform: scale(1.1);
}

.Previous_btn {
  cursor: pointer !important;
  background-color: #f3e9ff !important;
  color: #712bc1 !important;
  font-weight: 600;
  border-color: #712bc1;
  border-radius: 25px;
  font-size: 15px;
  padding: 10px 20px;
  margin: 10px 0px;
  box-shadow: var(--button-shadow);
  -webkit-box-shadow: var(--button-shadow);
  -moz-box-shadow: var(--button-shadow);
  transition: linear 0.5s;
}

.Previous_btn:hover {
  transform: scale(1.1);
  color: #712bc1;
}

.next_btn {
  border-top: none;
  display: flex;
  justify-content: space-between;
}

.previous_image {
  height: 45px;
  width: auto;
  cursor: pointer;
}

.signup-div {
  padding: 3em 0em;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--sec-bg-color);
}

.path_image {
  position: fixed;
  left: -110px;
  top: -110px;
  transform: rotate3d(1, 1, 1, -35deg);
}

/* second form profile_form over */

/* upload img start */

.remove_img {
  position: relative;
  /* overflow: hidden; */
}

.remove_img_btn {
  width: 100% !important;
  height: 200px !important;
  border-radius: 10px !important;
}

.remove_img_btn img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
  object-fit: cover !important;
}

.upload-my-image {
  width: 100%;
  height: 136px;
  border-radius: 10px;
  background: var(--view-story-bg-color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
}

.upload-paint-div {
  border: none !important;
}

.upload-my-image input[type="file"] {
  display: none;
}

.upload-icon {
  margin-bottom: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 2px 7px;
}

/* upload img over */

/* forth form Currently Practice start */

/* check box css start */

.checkbox_lebal_text {
  color: var(--header-main-text);
}

.right_sign {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.right_sign input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark_icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 3px;
}

.right_sign:hover input ~ .checkmark_icon {
  background-color: #ccc;
}

.right_sign input:checked ~ .checkmark_icon {
  background-color: #712bc1;
}

.checkmark_icon:after {
  content: "";
  position: absolute;
  display: none;
}

.right_sign input:checked ~ .checkmark_icon:after {
  display: block;
}

.right_sign .checkmark_icon:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* check box css over */

/* forth form Currently Practice over */

/* fifth form css start */

.privacy_text {
  color: #78849e;
  font-size: 12px;
  font-weight: 600;
}

.terms {
  color: #712bc1;
  text-decoration: underline !important;
}

.terms:hover {
  color: #712bc1;
}

.privacy {
  color: #712bc1;
  text-decoration: underline !important;
}

.privacy:hover {
  color: #712bc1;
}

/* fifth form css over */

/* new css start
.content {
    display: none;
}
button {
    margin-top: 30px;
}
.back {
    display: none;
}
.next {
    margin-left: 50px;
}
.end {
    display: none;
}
new over */

/*signup css code over*/

/*side bar css code start here*/

.side-bar {
  position: fixed;
  width: 250px;
  left: 0;
  height: 100%;
  background-color: green !important;
  overflow-y: auto;
}

/*notification css code start here*/

.notification-section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.notification-section .header-text {
  font-size: 20;
  text-align: center;
  color: var(--header-main-text);
  font-weight: 600;
}

.today-notification-div {
  padding-top: 2em;
  padding-bottom: 1em;
  background: var(--notification-bg-color);
  padding-left: 0.7em;
  padding-right: 1em;
}

.today-notification-div .today-text {
  text-align: left;
  color: var(--header-main-text);
  font-weight: 700;
  font-size: 16px;
  margin-left: 7px;
}

.detail-notification {
  display: flex;
  margin-top: 17px;
  position: relative;
}

.detail-notification .optionmenu {
  position: absolute;
  top: 0;
  right: 5px;
}

.detail-notification .optionmenu img {
  height: 15px;
  width: 3px;
}

.notification-text {
  margin-top: 3px;
  margin-left: 7px;
}

.detail-notification .notification-text .ptext {
  font-size: 14px;
  color: #b3bac9;
  margin-bottom: 0px !important;
}

.detail-notification .notification-text .ptext .color-span {
  font-size: 14px;
  color: var(--notification-text-color);
  font-weight: 500;
}

.detail-notification .notification-text .time-span {
  font-size: 12px;
  color: var(--notification-time-span);
  font-weight: 400;
}

.otherday-notification-div {
  background: var(--sec-bg-color) !important;
}

/*home seection css code start*/

.home-user::-webkit-scrollbar{
  width:0;
}

.home-user::-webkit-scrollbar-track{
  width:0 ;
  background: none;
}

.home-user::-webkit-scrollbar-thumb{
  width: 0 !important;
  background: none !important;
}

.home-user {
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}

.post-div-image img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.post-div-sub-image {
  height: 26px;
  width: 26px;
  border-radius: 50%;
}

.main-section {
  padding: 3em 0em;
}

.homeSection {
  background: var(--sec-bg-color);
  padding: 1em 1em;
}

.add-dp {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.add-dp img {
  width: 50px;
  height: 50px;
}

.add-dp input[type="file"] {
  display: none;
}

.add-Myimage {
  position: absolute;
  bottom: -10px;
  right: -5px;
  color: #fff;
  font-size: 11px !important;
  background: #712bc1;
  padding: 2px 5px 2px 5px;
  border-radius: 50%;
  border: 0.5px solid #f7f7fa;
}

.post-div {
  background: var(--bkg-color);
  margin: 1em 0em;
  padding: 1.5em 1em;
  box-shadow: 2px 2px 5px rgba(241, 241, 241, 0.3);
}

.post-div-header .post-header-content {
  display: flex;
}

.post-div .post-div-header {
  /* display: flex; */
  position: relative;
  justify-content: space-between;
}

.post-div .post-div-header .post-header-content .post-div-info {
  margin-left: 10px;
}

.post-div .post-div-header .post-header-content .post-div-info h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--header-main-text);
  margin-bottom: 0px;
  /* margin-top: 7px; */
}

.post-div .post-div-header .post-header-content .post-div-info .grey-span {
  color: var(--sec-text-color);
  font-size: 15px;
  font-weight: 500;
}

.clock-img {
  vertical-align: top;
  margin-top: 6.5px;
  margin-right: 4px !important;
}

.clock-span {
  font-size: 12px;
  font-weight: 500;
  color: #b3bac9;
}

.blank-clock-img {
  margin-top: 8px;
}

.blank-clock-span {
  font-size: 11px;
}

.post-div-detail p {
  font-size: 14px;
  color: var(--header-main-text);
  font-weight: 600;
  margin-top: 5px;
  white-space: pre-line;
}

/*bookmark icon css code*/

.bookmark_icon {
  fill: #909296 !important;
  cursor: pointer !important;
}

.bookmark_icon:hover {
  fill: rgb(133, 43, 193) !important;
}

.bookmark_icon.active {
  fill: rgb(133, 43, 193) !important;
  cursor: pointer !important;
}

/* .social-icon-div{
    display:flex;
    justify-content:space-between;
} */

.social-icon-div .count-span {
  font-size: 12px;
  color: var(--count-span-color);
  font-weight: 500;
  margin-left: 10px;
  margin-top: 12px;
}

.re-post-div {
  padding: 10px 12px;
  border: 1px solid var(--repost-border-color);
  border-radius: 10px;
  margin-bottom: 1em;
}

.re-post-div .repost-heade-text,
.re-post-div .regrey-span {
  font-size: 13px !important;
  margin-bottom: 0px !important;
  color: var(--sec-text-color);
}

.post-all-image {
  margin-bottom: 1em;
}

.post-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 7px;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.single-post-image {
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 7px;
}

.single-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.two-image-div {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 7px;
}

.two-image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.post-icon {
  width: 40px;
  height: 40px;
  padding: 7px 5px 7px 12px;
  background: var(--view-story-bg-color);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: var(--box-shadow-icon);
  -webkit-box-shadow: var(--box-shadow-icon);
  -moz-box-shadow: var(--box-shadow-icon);
  transition-duration: 0.5s !important;
  transition-timing-function: linear !important;
}



.post-svg-icon {
  fill: #b3bac9;
}

.post-icon.active {
  background: #ff860d;
}

.post-svg-icon.active {
  fill: #fff;
}

/*home seection css code end*/

/*profile section css code start*/

/*popover profile or more profile css code start*/

.more_profile_back .back_arrows {
  color: #fff !important;
}

.profile_upload_div {
  display: flex;
  margin-top: 20px;
}

.profile_upload_div img {
  border-radius: 50%;
  height: 50px;
  margin-right: 15px;
  width: auto;
}

.profile_names p {
  color: #ffffff;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: 600;
}

.profile_names span {
  color: #c0a1e4;
}

.back_arrows {
  color: var(--header-main-text);
}

.msg-header-profile {
  width: 100%;
  color: #000000 !important;
  padding: 35px 15px;
  border-bottom: 1px solid #d8d8d8;
  background: var(--more-profile-bg);
}

.camera_upload {
  position: relative;
}

.camera_upload svg {
  position: absolute;
  left: 38px;
  right: 0px;
  top: 0;
}

.profile_menu {
  display: flex;
  justify-content: space-between;
}

.sub_profile {
  display: flex;
  justify-content: space-between;
}

.profile_icon_view {
  margin-right: 10px;
}

.profile_texts {
  color: #6e7280;
  cursor: pointer;
  font-size: 13px;
}

.profile_spacing {
  margin-top: 20px;
}

/* .popover.fade.bs-popover-bottom.show{
    left:-10px !important
} */

.add-padding-more {
  padding-right: 5px;
}

.add-padding-more a,
.back-arrow-div a {
  color: #282c40 !important;
}

/*popover profile or more profile css code end*/

.profile-background-image {
  /* background-image: url("../image/profile_banner_image.png"); */
  background-size: cover;
  width: 100%;
  height: 240px;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-detail-section {
  padding: 4em 1em 0.5em 1em;
}

.profile-card-body {
  padding: 0px !important;
}

.profileSection {
  background: var(--sec-bg-color);
}

.profile-photo-div {
  position: absolute;
  left: 17px;
  bottom: -50px;
}

.profile-photo-div .profile-dp {
  width: 100px;
  height: 100px;
  border: 2px solid #712bc1;
  border-radius: 50%;
}

.join-date-div {
  right: 15px;
  bottom: -50px;
  position: absolute;
  color: var(--sec-text-color);
}

.join-span {
  color: var(--sec-text-color);
  font-size: 13px;
  margin-left: 10px;
  font-weight: 500;
}

.profile-detail-div {
  padding: 1em 0em;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebecef;
  margin-bottom: 1em;
}

.profile-name-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--header-main-text);
  margin-bottom: 5px !important;
}

.profile-name-span {
  font-size: 14px;
  font-weight: 500;
  color: var(--sec-text-color);
}

.verify-image {
  margin-left: 5px;
}

.profile-follower-div {
  display: flex;
  text-align: center;
}

.follower {
  border-right: 1px solid #d9dadd;
  padding-right: 10px;
}

.following {
  padding-left: 10px;
}

.follower-count {
  font-size: 16px;
  font-weight: 700;
  color: var(--notification-time-span);
  margin-right: 5px !important;
}

.follower-span {
  font-size: 14px;
  color: var(--notification-time-span);
}

.profile-tab-section ul {
  display: flex;
  justify-content: space-between;
}

.profile-tab-section .nav-item .nav-link {
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500 !important;
  color: #7c8799;
  background: var(--bkg-color);
  margin-left: 3px !important;
  margin-right: 3px !important;
  padding: 0.5em 2em;
}

.profile-tab-section .nav-item .nav-link.active {
  color: #fff;
  background: #712bc1;
}

.profile-header-section {
  display: flex !important;
  justify-content: space-between;
}

.back-arrow-div a {
  color: #712bc1;
}

.ownprofile-div {
  padding-top: 3px;
}

.ownprofile-text {
  font-size: 20px;
  color: var(--header-main-text);
  font-weight: 700;
}

.profile-more-option-div a i {
  color: #000 !important;
}

.profile-more-option-div img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.tooltip {
  position: relative;
  color: #000 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*mobile footer css code start here*/

.all-footer-icon {
  display: flex;
  justify-content: space-between;
}

.footer-section {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  padding: 15px;
  background: var(--bkg-color) !important;
  z-index: 999 !important
}

.mobile-icon-image {
  border: 5px solid var(--bkg-color);
  border-radius: 50%;
  height: 70px;
}

.mobile-icon-div {
  margin-top: -40px;
  background: var(--bkg-color);
  border-radius: 50%;
}

.footer_icons {
  fill: #b3bac9;
}

.footer_email_icon {
  stroke: #b3bac9;
}

.footer_email_icon.active {
  fill: rgb(133, 43, 193) !important;
  stroke: rgb(133, 43, 193) !important;
}

.footer_email_icon:hover {
  fill: rgb(133, 43, 193) !important;
  stroke: rgb(133, 43, 193) !important;
}

.footer_icons.active {
  fill: rgb(133, 43, 193) !important;
  stroke: rgb(133, 43, 193) !important;
}

.footer_icons:hover {
  fill: rgb(133, 43, 193) !important;
  /* stroke: rgb(133, 43, 193) !important; */
}

.footer_noti_icons {
  stroke: #b3bac9;
}

.footer_noti_icons.active {
  stroke: rgb(133, 43, 193) !important;
}

.footer_noti_icons:hover {
  stroke: rgb(133, 43, 193) !important;
}

/*mobile footer css code end here*/

/*sidebar basic html css start*/

/* home css start */

.card {
  height: 100vh;
  border: 1px solid var(--common-border-color) !important;
}

.chat_border_remove {
  background: var(--sec-bg-color);
}

.contacts_card {
  border-radius: 0px !important;
}

.contacts_body {
  background: var(--bkg-color);
  padding: 0.75rem 0 !important;
  overflow-y: auto;
  white-space: nowrap;
}

.msg_card_body {
  height: 620px;
  overflow-y: scroll;
  background: var(--sec-bg-color) !important;
}

.card-header {
  border-bottom: 0 !important;
}

.right-header {
  /* background: #fff !important; */
  /* background: var(--sec-bg-color) !important; */
  margin-top: 3px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8 !important;
  border-radius: 10px;
}

.right-header .input-group {
  box-shadow: var(--button-shadow);
  -webkit-box-shadow: var(--button-shadow);
  -moz-box-shadow: var(--button-shadow);
  background: var(--view-story-bg-color) !important;
  /* border-radius: 10px; */
}

.card-footer {
  border-top: 0 !important;
}

.container {
  align-content: center;
}

.search {
  /* border-radius: 6px 0px 0px 6px !important; */
  border-radius : 10px !important;
  background: var(--view-story-bg-color) !important; 
  color: var(--notification-text-color) !important;
  border: 0 !important;
}

.search::placeholder {
  font-size: 12px;
  color: var(--notification-text-color) !important;
}

.search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.send_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(219, 163, 163, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}

.search_btn {
  /* border-radius: 7px 7px 7px 7px !important; */
  background: transparent !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer !important;
}

.contacts {
  list-style: none;
  padding: 0;
}

.contacts li {
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  transition: 0.2s linear;
}

/* .active{
    background-color: #F3E9FF;
} */

.user_img {
  height: 40px;
  width: 40px;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--bkg-color);
}

.user_info {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17px;
  color: #676767;
  font-weight: 600;
}

.user_info_head {
  color: #fff;
}

.user_info_head p {
  font-size: 12px;
  color: #b3bac9 !important;
}

/* .user_info span{
font-size: 17px;
color: #232323;
font-weight: 600;
} */

.user_info p {
  font-size: 10px;
  color: #b3bac9 !important;
}

.video_cam {
  margin-left: 50px;
  margin-top: 5px;
}

.video_cam span {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}

.msg_head {
  position: relative;
}

#action_menu_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}

.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}

.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.action_menu ul li {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}

.action_menu ul li i {
  padding-right: 10px;
}

.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

.send_icon {
  position: relative;
}

.paper-clip {
  font-size: 25px;
  height: 20px;
  right: 55px;
  top: -23px;
  cursor: pointer;
  position: absolute;
  transform: rotate(45deg);
  color: #b3bac9 !important;
}

.smile_icon_img {
  height: 20px;
  right: 19px ;
  top: -23px;
  cursor: pointer;
  position: absolute;
  font-size: 25px;
  color: #b3bac9 !important;
}

.msg-header {
  width: 100%;
  columns: #000000 !important;
  background-color: var(--bkg-color);
  padding: 15px 15px;
  border-bottom: 1.5px solid var(--border-color);
}

.name-active h3 {
  font-size: 20px;
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
}

.user_img_msg {
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
}

.img_cont {
  position: relative;
  margin-left: 15px;
  width: 50px;
  font-size: 20px;
  color: #676767;
}

.img_cont_msg {
  padding-right: 10px;
  padding-left: 4px;
  background: var(--sec-bg-color);
  position: absolute;
  height: 35px;
  width: 39px;
  top: -20px;
  border-radius: 50%;
  left: -25px;
}

.msg_cotainer {
  margin-top: 16px;
  margin-bottom: auto;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #78849e;
  padding: 15px;
  position: relative;
  font-size: 17px;
  color: #fff;
  margin-right: 100px;
  /* min-width: 50px; */
}

.msg_cotainer_send {
  /* min-width: 50px; */
  margin-top: 16px;
  margin-bottom: auto;
  margin-right: 17px;
  border-radius: 10px;
  background-color: #712bc1 !important;
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 17px;
  margin-left: 100px;
}

.img_cont_msg_send {
  right: -35px;
  padding-right: 10px;
  padding-left: 4px;
  background: var(--sec-bg-color);
  position: absolute;
  height: 35px;
  width: 45px;
  top: -15px;
  border-radius: 50%;
}

.user_second_img {
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
}
.msg_time {
  position: relative;
  left: 0;
  font-weight: 600;
  font-size: 14px;
  color: #b3bac9 !important;
}
/* 
.msg_time {
  position: absolute;
  right: 10px;
  bottom: -23px;
  color: #b3bac9 !important;
  font-weight: 600;
  font-size: 13px;
  left: 0;
  min-width: 200px;
  text-align: left;
} */

.msg_time_img {
  position: absolute;
  left: 10px;
  bottom: -22px;
  color: #b3bac9 !important;
  font-weight: 600;
  font-size: 13px;
}

/* .msg_time_send {
  position: absolute;
  min-width: 250px !important;
  text-align: right;
  right: 0 !important;
  left : unset !important;
  bottom: -23px;
  color: #b3bac9 !important;
  font-size: 14px;
} */

.chat-card-footer {
  background: var(--sec-bg-color);
  border-top: none;
}

.chat-textarea {
  /* overflow-y: auto; */
  padding-top: 11px !important;
  padding-bottom: 15px !important;
  max-height: 155px;
  border-radius: 8px;
  background-color: var(--bkg-color);
 
  height: auto!important;
  border: none;
  box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.33);
  padding-left: 13px !important;
  padding-right: 13px !important;

  /* resize: none !important; */

}

.chat-textarea::placeholder {
  color: #b3bac9 !important;
}

.chat-textarea:focus {
  background-color: #e5e9ee;
}

.msg_cotainer_img {
  position: relative;
  margin-top: 16px;
  margin-right: 15px;
}

.container-login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  z-index: 1;
}

/* width */

::-webkit-scrollbar {
  width: 8px;
  
}

/* Track */

::-webkit-scrollbar-track {
  background: var(--scrollbar-bg-color);
  border: 1px solid var(--border-color);
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--scrollbar-thumb);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

.back-button {
  background: none;
  color: #fff;
  outline: none;
  border: none;
  margin-top: 8px;
}

/*addition code start here*/

.msg_cotainer p,
.msg_cotainer_send p {
  margin-bottom: 0px !important;
}

.send_img_icon img {
  width: 100%;
  padding-top: 7px;
  vertical-align: top;
}

.send_img_icon {
  background: transparent;
  border: none;
  font-size: 25px;
  padding-right: 8px;
  height: 30px;
  width: 30px;
  right: 95px;
  top: -30px;
  cursor: pointer;
  position: absolute;
  border-right: 2px solid #b3bac9;
  color: #b3bac9 !important;
  margin-top: 6.5px;
  padding-top: 0;
}

.send_img_here img {
  object-fit: cover;
  max-width: 500px;
  height: auto;
  max-height: 200px;
  width: auto;
}

input[type="file"] {
  display: none;
}

.logo_section {
  text-align: center;
  background: var(--sec-bg-color) !important;
}

.logo_section img {
  height: 80px;
  width: auto;
}

.contacts li.active {
  border-right: 5px solid #712bc1;
  background: transparent !important;
}

.active .user_info {
  color: #712bc1 !important;
}

.active .img_cont {
  color: #712bc1 !important;
}

.contacts li:hover .user_info {
  color: #712bc1 !important;
}

.contacts li:hover .img_cont {
  color: #712bc1 !important;
}

.contacts li:hover {
  color: #712bc1 !important;
  background-color: var(--hover-color) !important;
}

/* .contacts .bd-highlight:hover
{
    color: #712BC1;
    background-color: #F3E9FF;
    padding: 5px 39px;
    border-radius: 45px;
} */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--bkg-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.33);
}

.sidenav a {
  padding: 18px 8px 18px 22px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  /* position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px; */
  font-size: 24px;
  margin-top: -50px;
  color: #712bc1;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/*right section css code start*/

.right-div-card-body {
  background: var(--sec-bg-color);
  padding: 1em;
  overflow-y: auto;
}

.suggestion-div:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) !important;
}

.suggestion-div {
  border-radius: 5px;
  margin: 10px 0px;
  background: var(--bkg-color);
  padding: 1em 1em 0.5em 1em;
  cursor: pointer;
}

.suggestion-text {
  color: var(--header-main-text);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}

.trending-span {
  font-size: 13px;
  font-weight: 500;
  color: #b3bac9;
}

.add-dot {
  margin-left: 5px;
  margin-right: 5px;
}

.hash-div {
  display: flex;
  justify-content: space-between;
}

.hash-text {
  color: var(--sec-text-color);
  font-size: 15px;
  font-weight: 600;
}

.hash-div a {
  color: #6f727f;
}

.tweet-count {
  color: #b3bac9;
  font-size: 12px;
  font-weight: 600;
}

/*right section css code end*/

/* mobile profile css start */

.main_user_profile {
  border-radius: 50%;
  height: 45px;
  width: auto;
  margin-right: 10px;
}

.mobile_profile_section {
  display: none;
  padding: 0px;
}

/* .mobile_profile_section i
{
    color: #454F63;
    font-weight: 700;
} */

.user_view {
  /* padding: 15px 15px; */
  color: var(--header-main-text);
  font-weight: 700;
}

.user_name {
  display: flex;
  justify-content: space-around;
  position: relative;
  border-bottom: 1px solid #d1daff;
}

.user_name p {
  font-weight: 700;
  margin-top: -25px;
}

.sidenav a:hover {
  background-color: #f3e9ff;
  color: #712bc1;
}

.side_menu_links a {
  border-bottom: 1px solid #f4f5f9;
}

.user_profile_view {
  padding: 20px 10px;
}

.user_profile_view img {
  border-radius: 50%;
  height: 45px;
  width: auto;
}

/*sidebar basic html css end*/

/*chat screen css code start*/

.all_contact_ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.2s ease-in;
}

.all_contact_ul li:hover {
  background: var(--hover-color);
}

.all_contact_ul li.contactactive {
  border-left: 5px solid #712bc1 !important;
  background: transparent !important;
}

.all_contact_ul li.contactactive span {
  color: #712bc1;
}

.chat-screen-header {
  background: #712bc1;
  height: 75px;
}

.chat-list-header {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}

/*chat screen css code end*/

/* add post css start */

.close-time-div {
  margin-top: 5px;
}

.close-icon-times {
  color: #282c40 !important;
}

.imgae_footer_set {
  justify-content: space-between;
}

.submit_bound_btn {
  color: #ffffff;
  background: #712bc1;
  border-radius: 25px;
  border: none;
  font-size: 12px ;
  letter-spacing: 0.5px;
  /* margin-left: 5px !important; */
  padding: 11px 25px;
  font-weight: 600;
}

.submit_bound_btn:hover {
  color: #ffffff;
}

.post_uplpad_icons {
  fill: var(--header-main-text);
  stroke: var(--header-main-text);
}

.post_uplpad_icons:hover {
  fill: #712bc1;
  stroke: #712bc1;
}

.post_uplpad_icons.active {
  fill: #712bc1;
  stroke: #712bc1;
}

.post_gif_icons {
  fill: var(--header-main-text);
}

.post_gif_icons:hover {
  fill: #712bc1;
}

.post_gif_icons.active {
  fill: #712bc1;
}

.poll_upload_icon {
  fill: var(--header-main-text);
}

.poll_upload_icon:hover {
  fill: #712bc1;
}

.poll_upload_icon.active {
  fill: #712bc1;
}

.location_svg_icon {
  fill: var(--header-main-text);
}

.location_svg_icon.active {
  fill: #712bc1;
}

.location_svg_icon:hover {
  fill: #712bc1;
}

.gif_spacing {
  margin-right: 20px;
}

.poll_icon {
  margin-right: 20px;
  cursor: pointer;
}

.location_pin {
  cursor: pointer;
  margin-right: 20px;
}

.bound_btn {
  display: flex;
  justify-content: space-between;
  /* align-items: center;  */
}

.main_title_text {
  font-size: 25px;
  color: #282c40;
}

.set_section_part {
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
}

.sub_title_text {
  color: #696c79;
  font-size: 18px;
  padding-left: 20px;
}

.sub_heading_text {
  color: #696c79;
  font-size: 18px;
  padding-top: 10px;
}

.text_area_color {
  border-radius: 5px;
  background-color: #f0f4f8;
  /* color: #C0D0DE; */
  color: #8ca8c1;
  border: 1px solid #f0f4f8;
  padding: 10px;
}

.text_area_color:focus {
  background-color: #f0f4f8;
  /* color: #C0D0DE; */
  color: #8ca8c1;
}

.add_spacing {
  padding: 20px;
}

.note_section {
  height: 100%;
}

.add_content_bg {
  background-color: var(--sec-bg-color) !important;
}

.word_color {
  color: #78849e;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 600;
  margin-bottom: 8px;
}

.add_lebal_spacing {
  display: flex;
  justify-content: space-between;
}

.word_colors_span {
  font-weight: 600;
  color: #712bc1;
}

.addpost_form textarea {
  /* height: calc(1.8em + .75rem + 2px); */
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none !important;
  border-radius: 0px;
  color: var(--notification-time-span) !important;
  background-color: var(--sec-bg-color) !important;
  font-size: 15px;
  font-weight: 400;
  padding-left: 0px;
  border-bottom: 1px solid var(--signup-border-color);
}

.addpost_form textarea.form-control::placeholder {
  color: var(--notification-time-span) !important;
}

.addpost_form textarea:focus {
  background-color: var(--sec-bg-color);
}

/* .addpost_form textarea span
{
    color: #ff6767 !important;
} */

.addpost_form label {
  font-size: 12px;
  color: #b3bac9 !important;
}

.image_show_section {
  margin-bottom: 50px;
  padding: 0px 20px 20px 20px;
}

.uplpading_images img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* img overlay start */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}

.overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.overlay:hover > * {
  transform: translateY(0);
}

.delete_icons {
  font-size: 18px !important;

  padding-top: 10px !important;
  color: #939393;
  background-color: var(--bkg-color);
  /* // padding: 5px; */
  height: 36px !important;
  border-radius: 60px;
  text-align: center;
  width: 36px !important;
  cursor: pointer;
}

.overlay:hover {
  opacity: 1;
}

/* img overlay over */

/* gif upload code start */

.upload_gif {
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload_gif input[type="file"] {
  display: none;
}

.gif-icon {
  margin-bottom: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* padding: 2px 7px; */
}

/* add post css over */

/* poll css start */

.add_back_color {
  background: #f4f5f9 !important;
}

.poll_section {
  padding-top: 15px;
  margin-bottom: 50px;
}

.add_btn_icon {
  cursor: pointer;
}

.remove_area {
  margin-top: 6px;
  margin-left: 15px;
  cursor: pointer;
}

.value_add {
  position: relative;
}

.poll_input_box input {
  background-color: #f4f5f9;
  border: 1px solid #d9dadd;
}

.poll_input_box input:focus {
  background-color: #f4f5f9;
  box-shadow: none;
}

.more_value {
  position: absolute;
  right: 28px;
  top: 13px;
  padding-left: 20px;
  font-size: 10px;
  color: #78849e;
  font-weight: 500;
}

.special_symbol {
  color: #0054ff;
}

.poll_length {
  color: #78849e;
  margin-top: 6px;
  margin-right: 10px;
}

.chage_day_select {
  border-color: #d9dadd;
  color: #712bc1;
  background-color: #f4f5f9;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 500;
}

.chage_day_select:focus {
  outline: none;
}

.max_poll {
  color: #78849e;
  font-size: 12px;
  margin-top: 6px;
}

/* poll css over */

/* add location css start */

.done-location-text {
  /* color: #712bc1; */
  font-weight: 700;
  font-size: 14px;
  color: var(--header-main-text) !important;
}

.back-loaction-div a {
  color: #282c40 !important;
}

.main_search {
  padding: 30px 20px 20px 20px;
}

.search_section {
  position: relative;
}

.search_section input {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06) !important;
  border: none;
  border-radius: 10px;
}

.search_section img {
  position: absolute;
  right: 11px;
  top: 14px;
  cursor: pointer;
}

.search_category {
  position: relative;
  border-bottom: 1px solid #e9eaee;
}

.search_category img {
  position: absolute;
  right: 10px;
  top: 11px;
  visibility: hidden;
}

.search_category:hover img {
  visibility: visible;
}

.search_category:hover {
  background-color: #712bc1;
  color: var(--bkg-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.search_category p {
  margin-right: 10px;
  margin-bottom: 0rem;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  /* color: #000000; */
}

.search_category:hover .sub_text {
  color: var(--bkg-color) !important;
}

.sub_text {
  font-size: 10px !important;
  color: #78849e !important;
}

/* add location css over */

/* location show css start  */

.location_set {
  display: flex;
  align-items: center;
  padding: 0px 20px 20px 0px;
  margin-bottom: 60px;
}

.location_set img {
  padding-right: 11px;
  cursor: pointer;
}

.location_set p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}

.bottom_spacing {
  padding: 20px;
}

/* location show css over */

/* / faq css start / */

.change_stripe_color {
  background-color: #e6e0f4;
}

.change_stripe_color button {
  color: #712bc1;
  font-weight: 600;
  box-shadow: none;
}

.change_stripe_color .btn-link:hover {
  color: #712bc1;
  text-decoration: none;
}

.change_stripe_color .btn-link:focus {
  box-shadow: none;
  text-decoration: none;
}

.change_stripe_color i {
  margin-right: 10px;
}

.change_stripe_color span {
  font-size: 14px;
}

.faq_spacing {
  height: auto !important;
  margin-bottom: 20px;
}

.sub_faq_text span {
  color: #78849e;
  font-size: 12px;
  font-weight: 500;
}

/* / faq css over / */

/*display back arrow for web css code start here*/

.web-show-back-div {
  display: flex;
  justify-content: space-between;
}

/* / privacy policy start / */

.terms_title {
  color: var(--sec-text-color);
  font-size: 14px;
  font-weight: 500;
}

.terms_text_main {
  font-size: 13px;
  color: #b3bac9;
  text-align: justify;
}

.terms_text {
  font-size: 13px;
  color: #b3bac9;
  padding-left: 20px;
  text-align: justify;
}

.main_policy_title h2 {
  font-size: 20px;
  color: var(--sec-text-color);
  text-align: center;
  margin: 20px 0px;
  font-weight: 600;
}

.sub_porint_div ul {
  list-style-type: disc;
  color: #b3bac9 !important;
  font-size: 13px;
  text-align: justify;
  padding-left: 30px;
}

.term_condidtion_section {
  padding: 40px 0px;
}

.main_part {
  margin-bottom: 30px;
}

.paregraph_text p {
  font-size: 13px;
  color: #b3bac9;
  text-align: justify;
}

/* / privacy policy over / */

/*edit profile section css code start*/

.back-profile-div,
.edit_profile_icon {
  margin-top: 3px;
}

.EditprofileSection {
  padding: 1em;
}

.edit_profile_icon a {
  color: #712bc1 !important;
}

.edit-profile-div {
  display: flex;
  justify-content: space-between;
}

.edit-photo-div {
  display: flex;
}

.edit_image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.edit-name {
  margin-left: 10px;
}

.edit-name h6 {
  font-weight: 500;
  font-size: 16px;
  color: #707070;
  margin-bottom: 0px;
  margin-top: 5px;
}

.edit-name span {
  font-size: 13px;
  color: #aaaaac;
  font-weight: 500;
}

.edit-profile-form {
  margin-top: 1em;
}

.edit-textarea-label {
  color: #282c40 !important;
  font-weight: 400;
  font-size: 14px !important;
}

.edit-textarea::placeholder {
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

.edit-label {
  font-size: 14px;
  color: #6e7280;
  font-weight: 400;
}

/* .edit-formcontrol,.edit-textarea{
    border-radius: 0px;
    background: transparent;
    box-shadow: none !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;

} */

.edit-formcontrol:focus {
  background: transparent !important;
}

.edit-formcontrol {
  height: calc(0.8em + 0.75rem + 2px) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  color: var(--notification-time-span) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background: transparent !important;
  padding-left: 0px !important;
  border-bottom: 1px solid #ebecef;
  border-bottom: 1px solid var(--signup-border-color);
}

.edit-formcontrol[readonly] {
  background-color: transparent !important;
}

.edit-formcontrol::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.cerificate-div {
  background: var(--certificate-bg-color);
  padding: 1em 0.5em;
  border-radius: 7px;
  height: 170px;
  border: 1px solid #aa85c8;
}

.Degree-certificate h6 {
  font-size: 14px !important;
  color: #000 !important;
  text-align: center !important;
}

.degree-image {
  display: flex !important;
  justify-content: center !important;
}

.degree-image img {
  width: 110px !important;
  height: 110px !important;
}

/*edit profile css code over*/

/*terms and condition css code start*/

.privacy_text_title {
  color: #78849e;
  font-size: 14px;
}

/*terms and condition css code over*/

/* add bound btn in sidebar css code start*/

.add_bound_btn_div {
  display: flex;
  justify-content: center;
}

/* add bound btn in sidebar css code over*/

/* 09-03-2021 Start */

/*story detail css code start*/
.story_detail {
  position: relative !important;
  width: 100% !important;
  height: 100vh !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.story_header {
  background: transparent !important;
  position: relative;
  border-bottom: 0 !important;
}
.story-progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
}
.story-progress-bar {
  background: yellow;
}
.story_user {
  position: absolute;
  width: 100%;
  top: 10px;  
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  z-index: 9999;
}
.story_user_img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.story_user_name {
  margin-left: 10px;
}
.story_user_name h6 {
  margin-bottom: 0px;
}
.slide {
  position: relative;
  max-width: 380px;
  margin: 20px auto;
  display: grid;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
}
.slide-items {
  position: relative;
  grid-area: 1/1;
  overflow: hidden;
}

.slide-nav {
  grid-area: 1/1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  position: relative;
}
.slide-nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.slide-items > * {
  position: absolute;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.slide-thumb {
  display: flex;
  grid-column: 1 / 3;
}

.slide-thumb > span {
  flex: 1 !important;
  display: block !important;
  height: 3px !important;
  background: #ffc200 !important;
  margin: 5px !important;
  border-radius: 3px !important;
  overflow: hidden !important;
}

.slide-thumb > span.active::after {
  content: "" !important;
  display: block !important;
  height: inherit !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 3px !important;
  transform: translateX(-100%) !important;
  /* animation: thumb 15s forwards linear !important; */
}

@keyframes thumb {
  to {
    transform: initial;
  }
}

.modal-header {
  background: var(--bkg-color);
}
.close {
  color: var(--header-main-text) !important;
}


.story_background {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.story_view_part {
  display: flex;
  justify-content: space-between;
}
.view_icon {
  justify-content: center;
}
.view_icon p {
  font-size: 13px;
}
.right_story_part p {
  font-size: 13px;
}
.add_story_image {
  position: relative;
}
.add_story_image img {
  height: 15px;
  width: auto;
  position: absolute;
  top: -15px;
  right: 0;
}
.back-icon-div,
.right-icon-div {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-icon-div {
  left: 30px;
}
.right-icon-div {
  right: 30px;
}
.back-icon-div a,
.right-icon-div a {
  color: #fff;
}
.back-icon-div a,
.right-icon-div a:hover {
  color: #fff;
}
.story_user_name .story_hours,
.story_user_name .story_viewers {
  color: #fff;
  font-size: 12px;
  padding-right: 5px;
}
.story_viewers {
  cursor: pointer;
}
.story_close_icon {
  color: #fff !important;
}
.view-user-div {
  position: absolute;
  bottom: 0;
  background: var(--view-story-bg-color);
  left: 10px;
  right: 10px;
  display: block;
  z-index: 9999;
  /* display: none; */
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
.view-user-header {
  position: absolute;
  width: 100%;
  color: #fff !important;
  display: flex;
  justify-content: space-between;
  background: var(--header-main-text);
  height: 50px;
  align-items: center;
  padding: 0 20px;
}
.view-user-header h6 {
  margin-bottom: 0 !important;
  font-size: 14px;
}
.viewer-listing ul {
  list-style-type: none !important;
  margin-top: 55px;
  display: block !important;
}
.viewer-listing {
  max-height: 300px;
  overflow-y: scroll;
}
.viewer-listing ul li {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid var(--signup-border-color);
  /* justify-content: space-between;
  align-items: start; */
}
.viewer-name {
  margin-left: 5px;
  margin-top: 4px;
}
.viewer-name span {
  font-size: 13px;
  color: var(--sec-text-color);
}
.viewer-name h6 {
  color: var(--header-main-text);
  margin-bottom: 0px !important;
  font-size: 14px !important;
}
.view-user-title a {
  color: #fff !important;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .footer_story_icon {
    padding: 10px 8px;
  }
  .post-header-timee {
    left: 16em !important;
  }
  /* story media css over */
}

@media only screen and (max-width: 767px) {
  .back-icon-div {
    display: none;
  }
  .right-icon-div {
    display: none;
  }
  .set_story_div {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  .slide {
    max-width: 100% !important;
    margin: 0px !important;
  }
  .story_background {
    align-items: inherit !important;
  }
  .slide-items > * {
    position: absolute;
  }
}

.segment_1 {
  fill: #a1a1a1;
}
.segment_1:hover {
  fill: #f9a92f;
}

#matter {
  display: none;
}

.segment_1:hover #matter {
  display: block;
}

.Blockdata {
  position: relative;
}
.open_block_div {
  padding: 5px 20px;
  right: -12px;
  z-index: 100;
  top: 30px;
  position: absolute;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.open_block_div h6 {
  margin-bottom: 0px;
  padding: 4px 0px;
  font-size: 14px;
}

.arrow-div {
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  position:absolute !important;
  width: 10px;
  height: 10px;
  top: -6px;
  right: 9px;
  transform: rotate(45deg);
}

/* .slide-items img {
  max-width: 100%;
  display: block;
  max-height: 100% !important;
}  

.slide-items video {
  max-width: 100%;
  display: block;
  max-height: 100% !important;
}

.video_height_set
{
  height: 100%;
}

.slide video
{
  max-width: 380px;
  height: 90vh;
} */

/*story detail css code over*/

/* 09-03-2021 End */

.right_contact_card {
  background-color: var(--sec-bg-color) !important;
}

.left_video_part {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 1em;
  border: 1px solid #e5e9ee;
}

/*gif css code start here*/

.gif_image_part {
  width: 100%;
}

.gif_image_part img {
  height: 250px;
  width: 100%;
  border-radius: 5px;
}

.overlay_gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s;
}

.overlay_gif > * {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.overlay_gif:hover > * {
  transform: translateY(0);
}

.overlay_gif:hover {
  opacity: 1;
}

.delete_gif_div {
  position: relative;
}

.delete_gif_icon {
  position: absolute;
  font-size: 20px !important;
  color: #939393;
  background-color: var(--bkg-color);
  padding: 3px;
  height: 25px !important;
  border-radius: 50%;
  top: 5px;
  width: 25px !important;
  cursor: pointer;
  right: 5px;
}

.my_gif {
  position: relative;
  overflow: hidden;
  /* height: 130px; */
}

.my_gif img {
  width: 100% !important;
  border-radius: 10px;
  /* height: 130px; */
}
.placeholder_icons_text {
  color: var(--sec-text-color);
}
.overlay_my_gif {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60%;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.all-gif {
  margin-top: 1em;
}

/* .gif-header {
  background: var(--bkg-color) !important;
} */

.gif-header .search_btn {
  background: #fff;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/*bound gif2 css code end here*/

/* gif image css start */

.upload_gif_image img {
  width: 100%;
  height: 100%;
}

.img_gif_section {
  padding: 5px 5px !important;
}

/* gif image css over */
/* .mat-snack-bar-container {
  background-color: #722ed1 !important;
} */
.noti-warn{
  background-color: #F66630 !important;
}
.noti-pri{
  background-color: #722ed1 !important;
}
/*search updated css code start here*/

.med-web-follow {
  border: 1px solid #712bc1;
  border-radius: 25px;
  font-size: 12px;
  color: #712bc1;
  padding: 7px 16px;
  font-weight: 500 !important;
  /* -webkit-box-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93);
  -moz-box-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93); */
  /* box-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93); */
}

.med-web-follow:hover {
  color: #712bc1;
}

.med-web-following {
  color: #fff !important;
  border-radius: 25px;
  font-size: 12px;
  background: #712bc1;
  padding: 7px 16px;
  font-weight: 500 !important;
  /* -webkit-box-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93);
  -moz-box-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93);
  box-shadow: 2px 2px 7px 1px rgba(211, 208, 208, 0.93); */
}

.med-web-following:hover {
  color: #fff;
}

.post-header-time {
  position: absolute;
  top: 0px;
  right: 0px;
}

.post-header-time .med-web-follow {
  transition: 0.5s linear;
}

.post-header-time .med-web-follow:hover {
  transform: scale(1, 1);
}

.med-search-header {
  padding-bottom: 0px !important;
}

.med-web-header {
  padding-bottom: 0px !important;
}

.tab_for_top {
  margin-top: 15px;
}

.tab_for_top ul li {
  width: 33.33% !important;
  text-align: center;
}

.tab_for_top ul li .active {
  background: transparent !important;
  border-bottom: 2px solid #712bc1;
  border-radius: 0;
  color: #712bc1 !important;
  font-weight: 600;
}

.tab_for_top ul li a {
  color: #7c8799 !important;
  font-weight: 600;
  font-size: 12px;
}

/*search updated css code over here*/

/*home poll update screen css code start here*/

.location_span_text {
  color: #78849e;
  font-size: 12px;
  font-weight: 500;
}

.location_icon_med {
  color: #78849e !important;
}

.med_per {
  color: var(--header-main-text);
  font-weight: 500;
  font-size: 14px;
  vertical-align: top;
}

.med_vote_div {
  margin-bottom: 1em;
}

.vote_Span_text {
  color: var(--sec-text-color);
  font-size: 12px;
}

.home_progress_div .progress-bar {
  background: #d9dce4;
  color: #000000 !important;
  text-align: left;
  padding-left: 10px;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 2px;
  border-radius: 3px !important;
}

.home_progress_div .progress {
  background: var(--bkg-color) !important;
}

.no-progress .progress-bar {
  background: #d9dce4 !important;
  color: #000000 !important;
}

.my_radio_div .radio_container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #93959f;
}

/* Hide the browser's default radio button */

.my_radio_div .radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.cdk-overlay-dark-backdrop{

  background:var(--backdrop-background) !important;
  }
.my_radio_div .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  border: 1px solid #b3bac9;
}

/* On mouse-over, add a grey background color */

/* When the radio button is checked, add a blue background */

.my_radio_div .radio_container input:checked ~ .checkmark {
  background-color: #712bc1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.my_radio_div .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.my_radio_div .radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.my_radio_div .radio_container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6.5px;
  height: 12px;
  border: solid var(--bkg-color);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reply_text {
  font-size: 17px !important;
  color: var(--notification-time-span) !important;
  font-weight: 500;
}
.reply_span {
  margin-left: 5px;
  color: #0054ff;
  font-weight: 500;
}
/*home poll update screen css code over here*/

/*video css code start here*/

.med_video {
  height: 240px;
  width: 100% !important;
  border-radius: 10px;
  outline: none !important;
}

/*video css code over here*/

/* user share start*/
.modal.modal-bottom .modal-body {
  padding: 15px 15px;
  height: 300px !important;
  overflow-y: auto;
  }
  .search-share.input-group{
  border-radius: 10px !important;
  border: 1px solid var(--signup-border-color);
  }
  .search-share.input-group .search{
  border: 0 !important;
  }
  .main_Name{
  color: var(--common-text-color);
  }
  .User_Name{
  color:var(--sec-text-color);
  }
  .share_listing{
  position: relative;
  padding: 10px 15px !;
  }
  .share-follow-time{
  position: absolute;
  top: 13px;
  right: 15px;
  }
/* user share over */
/*media query css code start here*/

@media only screen and (min-width: 1600px) {
  .profile-background-image {
    height: 320px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 801px) {
  .profile-tab-section .nav-item .nav-link {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1440px) {
  .login-text h6 {
    font-size: 40px;
  }
  .create_profile {
    font-size: 17px;
  }
  .welcome-div h3
  {
    font-size: 44px;
  }
  .welcome-div p
  {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .delete_icons {
    font-size: 19px !important;
    padding: 5px;
    height: 30px;
    width: 30px;
  }
  /* poll media css start */
  .poll_length {
    font-size: 11px;
    padding: 0px;
    margin: 2px;
    margin-top: 6px;
  }
  .max_poll {
    font-size: 10px;
  }
  .chage_day_select {
    padding: 4px 0px;
    font-size: 13px;
  }
  /* poll media css over */
  .post-image {
    height: 210px;
    padding: 15px 8px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .poll_length {
    color: #78849e;
    margin-top: 6px;
    margin-right: 5px;
  }
  .post-image {
    height: 250px;
    padding: 15px 8px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* home_right_section hide start*/
  .hide_middle_Section {
    display: none;
  }
  .ipad-view-set-aside {
    flex: 0 0 25%!important;
    max-width: 25%!important;
  }
  .ipad-view-set {
    flex: 0 0 75%!important;
    max-width: 75%!important;
  }
  /* .right_hide_section {
    display: none;
  } */
  .user_info {
    margin-left: 15px;
  }
  .hide_text {
    display: none;
  }
  .img_cont {
    font-size: 25px;
    width: auto;
    margin-left: 0;
  }
  .contacts li {
    display: flex;
    justify-content: center;
  }
  .contact-img {
    padding-left: 20px;
  }
  /* home_right_section hide over*/
  /* 19 chat screen code start */
  .msg_cotainer_send {
    font-size: 17px;
  }
  .msg_cotainer {
    font-size: 17px;
  }
  .img_cont_msg_send {
    font-size: 17px;
    width: 50px;
    height: 39px;
  }
  .msg_cotainer p,
  .msg_cotainer_send p {
    letter-spacing: 0.3px;
  }
  /* 19 chat screen code over */
  /*Home Page Image, Video, GIF CSS*/
  /* .post-image {
        height: auto;
    } */
  .two-image-div {
    padding: 15px 8px !important;
    height: 290px;
  }
  /* over */
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .login-text h6 {
    font-size: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notification-text {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .login-text h6 {
    font-size: 25px;
  }
  .login-btn {
    font-size: 15px;
  }
  .previous_image {
    height: 40px;
  }
  .create_profile {
    font-size: 15px;
  }
  .notification-text {
    margin-right: 15px;
    margin-left: 5px;
  }
  .detail-notification .notification-text .ptext .color-span {
    font-size: 13px;
  }
  .notofication-image img {
    width: 50px;
  }
  /*profile screen css code start*/
  .profile-detail-section {
    padding: 4em 1em 1em 1em;
  }
  .profile-tab-section .nav-item .nav-link {
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
  }
  .ownprofile-div {
    padding-top: 3px;
  }
  /*mobile view hide section css code start*/
  .mobile_profile_section {
    display: block;
  }
  .contacts_card {
    display: none;
  }
  .footer-section {
    display: block;
  }
  /*mobile view hide section css code over*/
}

@media only screen and (min-width: 768px) {

  /*Qr code css start here*/
  .add_bound_detail_div .modal-dialog.modal-sm{
    max-width:300px!important;
  }
  /*Qr code css end here*/

  .back-arrow-div {
    display: none;
  }
  /*userimage hide css code*/
  .profile-more-option-div {
    display: none;
  }
  .add-padding-more {
    display: block !important;
  }
}

@media only screen and (max-width: 490px) {
  .signup-div {
    padding: 3em 0.5em;
  }
  /*edit profile css code start*/
  .edit-formcontrol {
    padding-left: 0px !important;
  }
  .Degree-certificate h6 {
    font-size: 11px;
    text-align: left;
  }
  .edit-formcontrol,
  .edit-textarea {
    font-size: 12px;
  }
  .edit-formcontrol::placeholder {
    font-size: 12px;
  }
  .post-div .post-div-header .post-header-content .post-div-info h6 {
    font-size: 13px;
  }
  .post-div .post-div-header .post-header-content .post-div-info .grey-span {
    font-size: 13px;
  }
  .clock-span {
    font-size: 10px;
  }
  .post-div-detail p {
    font-size: 12px;
  }
  .homeSection {
    padding: 0.1em 0em;
  }
  .main-section {
    background: #f2f3f7;
  }
  .container {
    padding: 0 !important;
    margin: 0 !important;
  }
  .post-icon {
    width: 35px;
    height: 35px;
    padding: 5px 10px 7px 10px;
  }
  .social-icon-div .count-span {
    font-size: 9px;
  }
  .col-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  /*profile css code start*/
  .profile-detail-section {
    padding: 4em 0.5em 1em 0.5em;
  }
  /*add space for section  css*/
  .add-space-section {
    padding: 0em 0.5em;
  }

  .col-form-label span {
    font-size: 9px !important;
  }

  .signup_form {
    padding: 15px 10px !important;
  }

  .first_form_set label {
    font-size: 13px !important;
    margin-top: 3px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* share User start */
  .modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    /* / height: auto; / */
    }
    .send_img_here img {
      width: auto;
      height: 100px;
      max-width: 200px;
    }
    
    /* .modal.modal-bottom .modal-content {
    /* height: auto;
    
    } */
    
    
    .modal.modal-bottom .modal-body {
    padding: 15px 15px;
    height: 300px !important;
    overflow-y: auto;
    }
    
    /* / Bottom / */
    
    .modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
    }
    
    .modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
    }
  
  /* share user over */
 
  .pinbound_div {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 9999 !important;
    left: 0 !important;
  }
  .profile-background-image {
    height: 210px;
  }
  /*for bootom specing*/
  .add-space-bottom {
    margin-bottom: 60px;
  }
  .right_hide_section {
    display: none !important;
  }
  /*for bootom specing over*/
  .delete_icons {
    font-size: 26px !important;
    padding: 5px;
    height: 30px !important;
    width: 30px !important;
  }
  .image_main_mart {
    margin-top: 15px;
  }
  /* poll media css start */
  .poll_length {
    font-size: 11px;
    padding: 0px;
    margin: 2px;
    margin-top: 6px;
  }
  .chage_day_select {
    padding: 4px 0px;
    font-size: 13px;
  }
  .max_poll {
    font-size: 12px;
  }
  /* poll media css over */
  /* bottom spacing start */
  .bottom_spacing {
    padding: 20px 10px;
  }
  /* bottom spacing over */
  /* profile media start */
  .mobile_profile_section {
    display: block !important;
  }
  .contacts_card {
    display: none !important;
  }
  .footer-section {
    display: block !important;
  }
  /* profile media over */
  /*hide section*/
  .hide_middle_Section {
    display: none !important;
  }
  /*gif screen css code start*/
  .gif_image_part img {
    height: 196px;
    width: 100%;
  }
  /* over */
  /*Home Page Image, Video, GIF CSS*/
  .post-image {
    height: 150px;
    padding: 15px 5px !important;
  }
  .single-post-image {
    height: 170px;
  }
  .two-image-div {
    height: 190px;
    padding: 15px 5px !important;
  }
  /* over */
  .signup-div {
    padding: 3em 1em !important;
  }
  /* For error message in mobile view */
  .cdk-overlay-pane {
    height: auto !important;
  }
  .main_policy_title h2 {
    font-size: 17px;
  }
  .terms_text {
    padding-left: 15px;
  }
  .sub_porint_div ul {
    padding-left: 25px;
  }
  .paregraph_text p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .max_poll {
    font-size: 10px !important;
  }
  .max_item {
    padding: 0px !important;
  }
  .poll_text {
    padding: 0px !important;
  }
  /* / terms & condition media start / */
  .privacy_text_title {
    font-size: 11px;
  }
}

@media only screen and (max-width: 320px) {
  .login-text h6 {
    font-size: 25px;
  }
  .login-btn {
    font-size: 15px;
  }
  .signup-link-div span {
    font-size: 15px;
  }
  .previous_image {
    height: 40px;
  }
  .create_profile {
    font-size: 14px;
  }
  .modal-title {
    font-size: 16px;
  }
  .notification-text {
    margin-right: 12px;
    margin-left: 5px !important;
  }
  .detail-notification .notification-text .ptext .color-span {
    font-size: 13px;
  }
  .notofication-image img {
    width: 50px;
  }
  .profile-detail-section {
    padding: 4em 0.5em 1em 0.5em;
  }
  .profile-tab-section .nav-item .nav-link {
    font-size: 12px;
    margin: 0 !important;
    padding: 5px 9px;
  }
  .join-date-div {
    font-size: 10px;
    right: 10px;
    margin-left: 5px;
  }
  .profile-photo-div .profile-dp {
    width: 70px;
    height: 70px;
  }
  .profile-photo-div {
    left: 10px;
  }
  /*mobile view hide section css code start*/
  .mobile_profile_section {
    display: block !important;
  }
  .contacts_card {
    display: none !important;
  }
  .footer-section {
    display: block !important;
  }
  /*mobile view hide section css code over*/
}

@media only screen and (min-width: 320px) and (max-width: 450px) {
  .icon_gap_remove {
    display: flex;
  }
  .image_gap_remove {
    margin-right: 4px;
    height: 14px;
    width: auto;
    margin-top: 12px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .retweet_div {
    z-index: 99999 !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .noti-pri{
    font-size: 12px;
  }
  .noti-warn{
    font-size: 12px;
  }
  .rebound_content {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    background: #fff !important;
    z-index: 9999 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .rebound_sec,
  .Quote_Bound {
    width: 100% !important;
  }
}

/* setting css start */
.page_title_text {
  font-size: 20px;
  color: var(--header-main-text);
  font-weight: 700;
}
.hide_div_section {
  opacity: 0.5;
}
.setting_form_set label {
  font-size: 14px;
  color: #78849e;
  cursor: pointer;
}
.setting_form_set:focus-within .col-form-label{
  color:#712bc1;
}
.setting_form_set input {
  height: calc(0.8em + 0.75rem + 2px);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--signup-border-color) !important;
  box-shadow: none !important;
  border-radius: 0px;
  color: var(--notification-text-color) !important;
  background: var(--bkg-color);
  font-size: 16px;
  font-weight: 500;
  padding-left: 0px;
}
.setting_form_set input::placeholder{
  color: var(--notification-text-color) !important;
}
.setting_form_set input:focus {
  color: var(--notification-text-color) !important;
  background: var(--bkg-color);
  border-bottom: 1px solid #712bc1 !important;
}
.setting_form_set input[readonly] {
  background-color: transparent !important;
}
.more_border_add {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--signup-border-color);
}
.toggle_btn_border {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--signup-border-color);
  display: flex;
  justify-content: space-between;
}
.dark_btn_border {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0rem;
}
.general_setting_text {
  color: var(--header-main-text);
  font-size: 15px;
  font-weight: 600;
}
.setting_password {
  color: #78849e;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.setting_password:hover {
  color: #78849e;
}
.setting_portion_space {
  margin-top: 17px;
}
.dropdown_part {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--signup-border-color) !important;
  box-shadow: none !important;
  border-radius: 0px;
  color: var(--sec-text-color) !important;
  background: var(--bkg-color);
  font-size: 16px;
  font-weight: 500;
  height: calc(1.3em + 0.75rem + 2px);
  padding-left: 0px;
}
.dropdown_part:focus {
  color: var(--sec-text-color) !important;
  background: var(--bkg-color);
}
/*toggle button css code start*/
.switch-toggle-border {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.switch-toggle-border input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-toggle-border .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bkg-color);
  border: 1px solid #e1e3eb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-toggle-border input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #712bc1;
}
.switch-toggle-border .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: #bfc6d4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-toggle-border input:checked + .slider {
  background-color: var(--bkg-color);
  border: 1px solid #e1e3eb;
}

.switch-toggle-border input:focus + .slider {
  box-shadow: 0 0 1px #712bc1;
}

/* Rounded sliders */
.switch-toggle-border .slider.round {
  border-radius: 34px;
}

.switch-toggle-border .slider.round:before {
  border-radius: 50%;
}

/* toggle button over */

/* chageuser css start */

.setting_form_withoutborder label {
  font-size: 14px;
  color: #78849e;
  cursor: pointer;
}
.setting_form_withoutborder input {
  height: calc(0.8em + 0.75rem + 2px);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none !important;
  border-radius: 0px;
  color: var(--sec-text-color) !important;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0px;
}

/* changeuser css over */
.update_button {
  margin: 35px 0px;
}
.update_button a {
  background-color: #712bc1 !important;
  color: #ffffff;
  border-color: #712bc1;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 10px 0px;
  box-shadow: var(--button-shadow);
  -webkit-box-shadow: var(--button-shadow);
  -moz-box-shadow: var(--button-shadow);
  transition: linear 0.5s;
}
.update_button:hover {
  transform: scale(1, 1);
}
.first_form_set .form-control:focus  {
  border-bottom: 1px solid #712bc1 !important;
}
.first_form_set:focus-within .col-form-label{
  color:var(--resume-text-color) !important;
}
/* edit email css start */
.resend_otp_text {
  color: #712bc1;
  font-weight: 500;
  text-decoration: underline !important;
}
.authontic_code_text {
  color: var(--sec-text-color);
  font-weight: 500;
}
.otp_title_text {
  padding-top: 100px;
  color:var(--header-main-text);
  font-size: 22px;
  font-weight: 700;
}
.otp_email {
  color: #712bc1;
  font-weight: 500;
}
.opt_text_box input:focus {
  box-shadow: none;
}
.opt_text_box input {
  text-align: center;
  color: var(--notification-time-span);
  font-size: 24px;
  font-weight: 600;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0px;
  background: var(--bkg-color)
}
/* edit email css over */
.not_follow_text {
    color: var(--sec-text-color);
  font-size: 13px;
  font-weight: 500;
}
.med-web-block {
  border: 1px solid #d10404;
  border-radius: 25px;
  font-size: 12px;
  color: #d10404;
  padding: 6px 15px;
  font-weight: 500 !important;
}
.med-web-block:hover {
  color: #d10404;
}
.delete_icons_set {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}
.delete_icons_set img {
  height: 18px;
  width: auto;
  cursor: pointer;
}
/* 
.flag_set span {
  border-radius: 50px;
} */
.flag_set {
  position: relative;
}
.flat_dropdown_set {
  position: absolute !important;
  left: 0px;
}
.flag_set .dropdown-toggle::after {
  color: #171717;
}
.phone_no_text {
  padding-left: 50px !important;
}
.flag_set ul {
  margin-bottom: 0rem;
}
.flag_set li {
  list-style: none;
}

.delete_footer_set {
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  text-align: center;
}
.no_border_add {
  padding: 10px 0px;
  border-right: 1px solid #dee2e6;
}
.delete_space {
  padding: 10px 0px;
}
.alert_placeholder {
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}
.alert_placeholder img {
  height: 80px;
  width: auto;
}
.extra_space_remove {
  margin-bottom: 0rem;
}
/* setting css over */
.cursorPointer {
  cursor: pointer;
}

.eye_link{
  position: absolute;
  top: 35px;
  right: 10px;
}

.eye_link2{
  position: absolute;
  top: 35px;
  right: 10px;
}

.eye_link img{
  height: 15px;
  width: 27px;
}

.eye_link2 img{
  height: 15px;
  width: 22px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  background: transparent !important;
  border: none !important;
  color: var(--sec-text-color) !important;
}
.selected-dial-code {
  color: var(--sec-text-color) !important;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
  color: var(--notification-text-color) !important;
}

.text_space {
  color : var(--header-main-text) !important;
}

.credentialsNotifyLabel {
  color : var(--sec-text-color) !important;
}

.mat-select-placeholder {
  color: var(--notification-text-color);
}

.addBound_poll_mat_select .mat-select-placeholder {
  color: #78849e !important;
}

.ic_clock_time{
  stroke: var(--notification-time-span);
}