a {
  color: #24292E;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: unset;
}

.error {
  color: red;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #F7F7F7;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn,
.primary-button,
.btn-a {
  text-transform: uppercase;
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal .popup-h,
.modal .heading,
.notification-dropdown .box-header .header-p {
  text-transform: uppercase;
}

.parag {
  color: #24292E;
  display: -webkit-box;
  text-align: start;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.heading {
  color: #24292E;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.transition3,
.footer-list li a,
.footer-p a,
.reaction-box .box-reaction,
.sidebar-ul .sidebar-li a,
.btn-a,
.btn-a,
.type-post-box .slider,
.type-post-box .slider:before {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.custom-nav {
  padding: 10px 0;
}

.nav-box {
  display: flex;
  align-items: center;
}

/* Header: center search between logo and profile/login */
.header-nav {
  width: 100%;
  gap: 16px;
}

.logo-box {
  margin-right: 30px;
  margin-bottom: -5px;
}

.header-nav .logo-box {
  margin-right: 0;
  margin-bottom: 0;
}

.logo-box img {
  max-width: 39px;
  box-shadow: 0px 0px 17px 1px rgba(255, 255, 255, 0.19);
  border-radius: 50%;
}

.custom-search {
  flex-grow: 1;
}

.header-nav .custom-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav .custom-search form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-nav .search-box {
  width: 100%;
  max-width: 240px;
}

.header-nav .search-box input {
  width: 240px;
  max-width: 240px;
}

.custom-search .custom-ex {
  display: none;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box input {
  width: 471px;
  background: unset;
  border: unset;
  padding-left: 40px;
  line-height: 1.2;
  min-height: 28px;
  color: #24292E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  max-width: 315px;
}

.search-box input:focus {
  outline: unset;
}

.search-box input::placeholder {
  color: rgba(36, 41, 46, 0.5);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}

.search-box button {
  background: unset;
  border: unset;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.search-box button img {
  width: 20px;
  height: 20px;
}

.search-box button:focus {
  outline: unset;
}


main {
  background-color: #F7F7F7;
}

.authenticated-user-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header-forget-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}

.header-forget-btn:focus {
  outline: none;
}

.header-forget-icon {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  display: block;
}

.profile-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  min-width: 0;
}

.profile-name-row h3 {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-name-row .profile-forget-btn {
  flex: 0 0 auto;
}

.profile-forget-btn .header-forget-icon {
  margin-top: 0;
}

.authenticated-user-img {
  margin-left: 40px;
}

.header-nav .authenticated-user-img {
  margin-left: 0;
}

.authenticated-user-img .noti-box2 {
  position: relative;
}

.authenticated-user-img .noti-box2 .img-icon {
  cursor: pointer;
}

.fourWrap {
  position: relative;
  min-height: 100vh;
}

.fourWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ba;
}

.fourWrap>div {
  text-align: center;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 20px;
}

.fourWrap h1 {
  color: #fff;
  font-size: 13rem;
  font-weight: 700;
}

.fourWrap p {
  color: #e0dcdc;
  margin-bottom: 25px;
  font-size: 2.2rem;
}

.fourWrap .btn {
  color: #e0dcdc;
  background: transparent;
  font-size: 1.6rem;
  border: 3px solid #e0dcdc;
  border-radius: 23px;
  padding: 0.5rem 2rem;
}

.fourWrap .btn:hover {
  background: transparent;
  color: #e0dcdc;
}


.authenticated-user-img img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: none;
  box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.19);
}


.notification-dropdown .box-header .header-p {
  margin: unset;
  font-size: 12px;
  text-transform: capitalize;
}
.notification-dropdown::after,
.notification-dropdown::before {
  right: 94px;
  top: -29px;
  transform: rotate(-90deg);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.noti-box {
  position: relative;
}

.noti-box .img-icon {
  cursor: pointer;
}

.noti-box .num-noti {
  position: absolute;
  top: -3px;
  right: -8px;
  background-color: #0366D6;
  color: #FFFFFF;
  min-width: 17px;
  min-height: 17px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  font-size: 9px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0 2px;
  border: 0;
}

.noti-box.profile-noti {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
}

.noti-box.profile-noti .num-noti {
  top: -3px;
  right: -6px;
}

.noti-box.profile-noti .notification-dropdown {
  top: 45px;
  right: -96px;
}

.notification-dropdown {
  border-radius: 20px;
  box-shadow: 0px 0px 7px 1px rgba(36, 41, 46, 0.08);
  position: absolute;
  top: 43px;
  right: -100px;
  z-index: 9999;
  min-width: 400px;
  padding-bottom: 10px;
  display: none;
  background-color: #F7F7F7;
}

.notification-dropdown .notification-content {
  max-height: 400px;
  overflow: auto;
}

.notification-dropdown .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 7px 1px rgba(36, 41, 46, 0.08);
  padding: 10px 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.notification-dropdown .box-header .mark-p {
  color: #0366D6;
  margin: unset;
  font-size: 12px;
}

.notification-dropdown .box-header .mark-p a {
  color: #0366D6;
  font-weight: 400;
}

.notification-dropdown .box-header .mark-p a.is-disabled {
  color: rgba(36, 41, 46, 0.35);
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

.notification-dropdown .box-item {
  display: flex;
  padding: 15px 25px;
  position: relative;
}

.notification-dropdown .box-item .txt-box {
  width: 80%;
  margin-right: 2%;
}

.notification-dropdown .box-item .txt-box .txt-hint {
  margin: unset;
  font-size: 12px;
  color: #0366D6;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}

.notification-dropdown .box-item .txt-box .txt-hint span {
  color: rgba(36, 41, 46, 0.7);
  margin-left: 15px;
  position: relative;
  padding-right: 20px;
}

.notification-dropdown .box-item .txt-box .txt-hint::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'remixicon';
  content: '\ef93';
  color: #0366D6;
  font-weight: 700;
  font-size: 17px;
}

.notification-dropdown .box-item .txt-box .txt-p {
  margin: unset;
  font-size: 12px;
  color: #24292E;
}

.notification-dropdown .box-item .txt-box .txt-p span {
  color: #24292E;
  margin-right: 5px;
}

.notification-dropdown .box-item .img-box {
  min-width: 18%;
}

.notification-dropdown .box-item .img-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 4px 3px 8px 4px rgba(36, 41, 46, 0.08);
}

.notification-dropdown .box-item.custom-unread {
  background-color: #F5F0FF;
}

.notification-dropdown .after-border {
  position: relative;
}

.notification-dropdown .after-border::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc( 100% - 20px);
  left: 10px;
  right: 10px;
  content: '';
  background-color: rgba(36, 41, 46, 0.07);
}

.notification-dropdown::after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(36, 41, 46, 0.05);
  border-width: 14px;
  margin-right: 1px;
}

.notification-dropdown::before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #F7F7F7;
  border-width: 15px;
  z-index: 2;
  margin-top: 2px;
}

.form-sec {
  padding: 50px 0;
  min-height: calc(100vh - 116px);
}

.auth-centered-page {
  display: flex;
  align-items: center;
}

.auth-centered-page .container {
  width: 100%;
}

.form-sec .img-box img {
  max-height: 400px;
}

.form-group {
  margin-bottom: 20px;
}

.custom-input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  padding: 0 25px;
  color: #24292E;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  -webkit-box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  appearance: none;
  -webkit-appearance: none;
  border: unset;
  background-color: #f7f7f7 !important;
}

.custom-input:focus {
  outline: unset;
  box-shadow: inset 0px 4px 5px 2px rgba(88, 108, 138, 0.16);
}

.custom-input::placeholder {
  color: rgba(36, 41, 46, 0.67);
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.input-box {
  position: relative;
}

.input-box .custom-input {
  padding: 0 30px 0 50px;
}

.input-box::after {
  position: absolute;
  content: ' ';
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.input-box.name-box .custom-input {
  padding: 0px 110px 0 50px;
}

.input-box.custom-user::after {
  font-family: 'remixicon';
  content: "\f25f";
  font-weight: 700;
  width: unset;
  height: unset;
  font-size: 14px;
  color: rgba(36, 41, 46, 0.38);
}

.input-box.custom-pass .custom-input {
  padding: 0 55px 0 50px;
}

.input-box.custom-pass::after {
  font-family: 'remixicon';
  content: "\eecd";
  color: rgba(36, 41, 46, 0.38);
  font-weight: 700;
  height: unset;
  font-size: 14px;
}

.input-box.custom-pass .toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(36, 41, 46, 0.38);
  cursor: pointer;
  right: 18px;
  font-size: 14px;
}

.input-box.forget-box .custom-input {
  padding: 0px 185px 0 50px;
}

img.fish-icon {
  height: 16px;
}

.input-box.custom-error::before {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'remixicon';
  content: '\eca0';
  color: #D73A49;
  font-weight: 700;
  font-size: 16px;
  opacity: .6;
}

.custom-forget {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
  margin: unset;
  font-size: 13px;
}

.input-box.auth-switch-box .custom-input {
  padding-right: 165px;
}

.custom-forget.auth-signup-inline {
  right: 45px;
  font-size: 13px;
  white-space: nowrap;
}

.custom-forget a {
  color: #0366D6;
}

.custom-checkbox .pretty {
  margin-right: unset;
}

.custom-checkbox .pretty .state label::before {
  border: unset !important;
  z-index: 1;
}

.custom-checkbox .pretty .state label::after {
  background-color: #F7F7F7;
  box-shadow: 0px 0px 3px 1px rgba(36, 41, 46, 0.08);
}

.custom-checkbox .pretty .state label::before,
.custom-checkbox .pretty .state label::after {
  top: 0;
}

.custom-checkbox .pretty.p-icon .state .icon {
  color: rgba(36, 41, 46, 0.3);
  font-size: 12px;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
}

.custom-checkbox a {
  color: #0366D6;
}

.custom-checkbox.custom-error .pretty .state label::after {
  box-shadow: 0px 0px 1px 1px rgba(215, 58, 73, 0.38);
}

.social-p {
  margin-top: 25px;
}

.auth-switch-align {
  text-align: right;
}

.social-p a {
  color: #0366D6;
  font-weight: 600;
}

.custom-footer {
  padding: 10px 0;
  border-top: 1px solid rgba(36, 41, 46, 0.1);
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-list {
  margin: unset;
  margin-right: 60px;
  padding: 0;
  list-style: none;
}

.footer-list li {
  display: inline-block;
  margin-right: 44px;
  position: relative;
}

.footer-list li a {
  color: #24292E;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer-list li a:hover {
  color: #0366D6;
}

.footer-list li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  width: 2px;
  height: 18px;
  content: ' ';
  background-color: #24292E;
}

.footer-list li:last-of-type {
  margin-right: 0;
}

.footer-list li:last-of-type::after {
  display: none;
}

.footer-p {
  color: rgba(36, 41, 46, 0.6);
  margin: unset;
  font-weight: 400;
  font-size: 13px;
}

.footer-p a {
  color: rgba(36, 41, 46, 0.6);
}

.footer-p a:hover {
  color: #0366D6;
}

.select-custom .select2-container {
  border: unset;
  border-radius: 8px;
  width: 100% !important;
  height: 45px;
  padding: 0 25px 0 50px;
  color: rgba(36, 41, 46, 0.67);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  background-color: #f7f7f7;
}

.select-custom .select2-container .select2-selection--single {
  height: 100%;
  border: unset;
  outline: unset;
}

.select-custom .select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center;
  background-color: transparent;
}

.select-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0;
  font-size: 13px;
  line-height: 43px;
  color: #24292E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  flex-grow: 1;
}

.select-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #24292E;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
  color: #FFFFFF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #24292E;
  color: #EFEFEF;
}

.select2-results__option {
  color: #24292E;
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 13px;
}

.select2-dropdown {
  box-shadow: 0px 4px 8px 2px rgba(36, 41, 46, 0.12);
  border: unset;
}

.select2-container--open .select2-dropdown {
  top: 8px;
  border-radius: 8px;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
}

.select2-search--dropdown .select2-search__field {
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  border: unset !important;
  background-color: #F5F0FF;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: unset;
  box-shadow: inset 0px 4px 5px 2px rgba(88, 108, 138, 0.16);
}

.tel-box.input-box .custom-input {
  padding: 0 100px 0 50px;
}

.imgFlag {
  margin-right: 8px;
  margin-left: 8px;
  height: 20px;
  width: 20px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  border: 1px solid #e8e6e6;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1) !important;
  -webkit-box-shadow: 0 0 0 1000px #F5F0FF inset !important;
  -webkit-text-fill-color: #292826 !important;
}

.sec-select.select-custom .select2-container {
  padding: 0 25px;
}

.profile-img-box {
  text-align: center;
  margin-bottom: 40px;
}

.profile-container {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.profile-container .profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 1px -1px 18px 4px rgba(36, 41, 46, 0.08);
}

.profile-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 25px;
  height: 25px;
  background-image: url(../images/jo3c0y4zzx.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.custom-upload {
  display: none;
}

.user-name {
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: rgba(36, 41, 46, 0.67);
}

.btn-center {
  margin: auto;
  max-width: 450px;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.main-sec {
  padding: 15px 0;
  min-height: calc(100vh - 104px);
}

.main-box {
  margin-bottom: 15px;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
  border-radius: 12px;
}

.main-box.sec-box {
  box-shadow: inset 0px 6px 8px 4px rgba(36, 41, 46, 0.1);
}

.sidebar-box {
  padding: 20px;
}

.sidebar-box .sidebar-h {
  font-size: 17px;
}

.sidebar-box .siderbar-heading {
  display: flex;
  justify-content: space-between;
}

.sidebar-box .siderbar-heading .sidebar-h {
  margin-right: 10px;
}

.sidebar-box .social-p {
  margin: 18px 0 0 0;
  text-align: center;
}

.sidebar-box .footer-p {
  text-align: center;
}

.sidebar-box .sea-radar-title {
  color: #24292E;
}

.sidebar-box .mini-box .minibox-explicitname {
  color: #24292E;
}

.sidebar-box .mini-box .minibox-explicitcounter {
  color: #24292E;
}

.ads {
  padding: 20px 50px !important;
  position: relative;
}

.ads .sidebar-h::after {
  position: absolute;
  left: 20px;
  top: 30px;
  transform: translateY(-50%);
  font-family: 'remixicon';
  content: '\ea16';
  color: #0366D6;
  font-weight: 700;
  font-size: 17px;
}

.mini-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.mini-box .trend-img {
  border-radius: 12px;
  min-width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  background: linear-gradient(311deg, #F1F8FF 0%, #E5E6EC 100%);
}

.mini-box .trend-img img {
  width: 21px;
  height: 21px;
}

.mini-box .sea-radar-hash-icon {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: #24292E;
}

.mini-box .follower-img {
  min-width: 45px;
  height: 45px;
  margin-right: 10px;
}

.mini-box .follower-img img {
  border-radius: 12px;
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 4px 3px 8px 4px rgba(36, 41, 46, 0.08);
}

.mini-box .txt-box {
  width: calc(100% - 45px);
}

.mini-box .mini-box-h {
  font-size: 15px;
  margin: unset;
}

.custom-more {
  color: #0366D6;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: unset;
  margin-top: 20px;
}

.custom-more a {
  color: #0366D6;
}

.post-btn {
  background-color: transparent !important;
}

.post-btn:hover {
  background-position: unset !important;
  background-image: unset !important;
}

.post-btn:focus {
  outline: unset;
}

.focus-btn {
  cursor: pointer;
  background-color: transparent !important;
}

.custom-counter {
  display: none;
  color: rgba(36, 41, 46, 0.67);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08), inset 3px 2px 10px -3px rgba(36, 41, 46, 0.15);
  background: linear-gradient(311deg, #F7F7F7 0%, #F5F0FF 100%);
}

.postForm-box {
  display: flex;
  padding: 20px;
}

.postForm-box .user-img {
  margin-right: 15px;
}

.postForm-box .postForm {
  flex-grow: 1;
  padding-top: 8px;
}

.postForm-box .postForm textarea {
  color: #24292E;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
  border: unset;
  resize: none;
  overflow: hidden;
  height: 70px;
  line-height: 20px;
  background-color: #F7F7F7;
}

.postForm-box .postForm textarea:focus {
  outline: unset;
}

.postForm-box .postForm textarea::placeholder {
  color: rgba(36, 41, 46, 0.7);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.postForm-box .postForm .btn-post {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sec-box.btn-post .composer-action {
  width: 118px;
  min-width: 118px;
  justify-content: center;
  white-space: nowrap;
}

.box-submit {
  display: flex;
}

.post-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}

.post-header .first-box {
  display: flex;
  align-items: center;
  margin-right: 2%;
  max-width: 69%;
  padding-bottom: 15px;
  position: relative;
}

.post-header .first-box .user-img {
  margin-right: 15px;
}

.post-header .sec-box {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  text-align: right;
}

.post-header .sec-box .custom-time {
  font-size: 11px;
  color: #6C7176;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
  flex: 0 0 auto;
}

.post-header .sec-box .post-open-icon {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.post-header .sec-box .post-open-icon:hover {
  opacity: 0.9;
}

.post-header .sec-box .post-open-icon i {
  margin: 0;
  line-height: 1;
}

.post-header .sec-box .post-inline-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.post-header .sec-box .post-inline-actions .post-inline-action {
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  line-height: normal;
}

.post-header .sec-box .post-inline-actions .post-inline-action.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.post-header .sec-box .post-inline-actions .li-delete,
.post-header .sec-box .post-inline-actions .li-pinned,
.post-header .sec-box .post-inline-actions .li-unpinned {
  color: #24292E;
}

.post-header .sec-box .post-inline-actions a.li-delete,
.post-header .sec-box .post-inline-actions a.li-delete:hover,
.post-header .sec-box .post-inline-actions a.li-delete:focus,
.post-header .sec-box .post-inline-actions a.li-delete:active,
.post-header .sec-box .post-inline-actions a.li-delete:visited {
  color: #D73A49;
}

.post-header .sec-box .post-inline-actions .post-inline-action:hover {
  opacity: 1;
}

.post-header .sec-box .custom-time i {
  float: none;
  display: inline-block;
  margin: 2px 5px;
}

.details-drop {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 40px;
  right: -10px;
  min-width: 120px;
  overflow: hidden;
  z-index: 999;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
  border-radius: 12px;
}

.details-drop li {
  cursor: pointer;
  font-size: 12px;
  padding: 6px 20px;
  border-bottom: 1px solid rgba(36, 41, 46, 0.08);
}

.name-h {
  font-size: 15px;
  margin: unset;
  word-break: break-word;
}

.name-h a {
  color: #24292E;
}

.sec-box.btn-post {
  justify-content: space-between !important;
}

.user-img img {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 4px 3px 8px 4px rgba(36, 41, 46, 0.08);
}

.post-body {
  padding: 0 20px 15px;
}

.post-body .post-img {
  min-height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  margin-bottom: 20px;
}

.post-footer {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
}

.post-footer .box {
  margin-right: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 5px;
}

.post-footer .box i {
  font-size: 15px;
  margin-right: 6px;
}

.post-footer .box img {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.post-footer .box .box-p {
  margin: unset;
  font-size: 13px;
}

.post-footer a {
  display: flex;
  align-items: center;
}

.reaction-details {
  display: flex;
  flex-wrap: wrap;
}

.reaction-details .box {
  margin-right: 15px;
  cursor: default;
}

.reaction-details .box .box-p {
  font-size: 11px;
}

.reaction-details .box img {
  width: 20px;
  height: 20px;
}

.reaction-details .box i {
  font-size: 12px;
}

.reaction-details .box .num-reaction {
  margin-right: 6px;
}

.main-react {
  position: relative;
}

.reaction-box {
  position: absolute;
  border-radius: 40px;
  z-index: 999;
  box-shadow: 1px 1px 1px 1px rgba(36, 41, 46, 0.08);
  align-items: center;
  padding: 5px 20px;
  bottom: 24px;
  left: -14px;
  display: none;
  background-color: #F7F7F7;
}

.reaction-box .box-reaction {
  position: relative;
  margin-right: 10px;
}

.reaction-box .box-reaction span {
  position: absolute;
  padding: 2px 7px;
  top: -24px;
  border-radius: 10px;
  font-size: 9px;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  background-color: #6C7176;
  display: none;
}

.reaction-box .box-reaction img {
  height: 40px;
  width: 40px;
  cursor: pointer;
  transform: scale(0);
}

.reaction-box .box-reaction:last-of-type {
  margin-right: unset;
}

.reaction-box .box-reaction:hover {
  transform: scale(1.2) translateY(-10px);
}

.reaction-box .box-reaction:hover span {
  display: block;
}

.reaction-box .box-reaction:nth-child(1) img {
  animation-delay: .04s;
}

.reaction-box .box-reaction:nth-child(2) img {
  animation-delay: .08s;
}

.reaction-box .box-reaction:nth-child(3) img {
  animation-delay: .12s;
}

.reaction-box .box-reaction:nth-child(4) img {
  animation-delay: .16s;
}

.reaction-box .box-reaction:nth-child(5) img {
  animation-delay: .2s;
}

.reaction-box .box-reaction:nth-child(6) img {
  animation-delay: .24s;
}

.img-animation {
  animation: translateLeft .1s ease-in-out forwards;
}

.popup-footer .modal-action-btn,
.modal-action-btn {
  min-width: 132px;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 21px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.popup-footer .modal-action-btn + .modal-action-btn,
.modal-action-btn + .modal-action-btn {
  margin-left: 10px;
}

.modal-action-secondary {
  background-color: transparent;
  border: 1px solid #24292E;
  color: #24292E;
}

.modal-action-primary {
  background-color: #24292E;
  border: 1px solid #24292E;
  color: #FFFFFF;
}

.modal-action-danger {
  border-color: #d73a49;
}

.modal-action-primary:hover,
.modal-action-primary:focus,
.modal-action-secondary:hover,
.modal-action-secondary:focus {
  opacity: 1;
}

.main-post-box {
  min-height: 20px;
  margin-bottom: 10px;
}

.main-post-box .main-box {
  position: static;
  opacity: 1;
  margin-top: 0;
  z-index: 1;
  transition-property: opacity, height, transform, margin;
  transition-duration: 2s, 1.5s, 1.5s, 1.5s;
  transition-delay: 0.3s, 0s, 0s, 0s;
  animation-timing-function: cubic-bezier(0.333, 0, 0.667, 1), linear, linear;
}

.main-post-box .main-box.pin-post {
  position: relative;
}

.animation-post {
  position: absolute !important;
  opacity: 0 !important;
  margin-top: -165px !important;
  z-index: -1111 !important;
}

.post-box.custom-unread {
  background-color: #F5F0FF;
  border-radius: 12px;
}

.post-box.custom-unread .reply-form.postForm-box .postForm textarea {
  background-color: #F5F0FF;
}

.sidebar-ul {
  margin: unset;
  padding: unset;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.sidebar-ul .sidebar-li {
  width: 50%;
  margin-bottom: 15px;
}

.sidebar-ul .sidebar-li a {
  font-weight: 600;
}

.sidebar-ul .sidebar-li a:hover {
  color: #0366D6;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #0366D6;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.info-box {
  display: flex;
  padding-left: 20px;
  margin-bottom: -53px;
}

.info-box .profile-img {
  margin-right: 20px;
  min-width: 115px;
}

.info-box .profile-img img {
  width: 115px;
  height: 115px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: 1px -1px 18px 4px rgba(36, 41, 46, 0.08);
}

.info-box .profile-h {
  margin-bottom: 0px;
}

.info-box .profile-h img {
  width: 30px;
  margin-left: 20px;
}

.profile-p {
  color: rgba(36, 41, 46, 0.7);
  font-weight: 500;
  margin: unset;
  font-size: 12px;
}

.profile-box {
  padding: 12px 20px 20px;
}

.profile-box .follow-box {
  display: flex;
  align-items: center;
  padding-left: 138px;
  margin-bottom: 22px;
}

.profile-box .follow-box .first-box {
  width: auto;
  flex: 1 1 auto;
}

.profile-box .follow-box .first-box.profile-block,
.profile-box .follow-box .first-box.d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.profile-box .follow-box .profile-msg {
  margin-right: 20px;
  border: 1px solid #232323;
  height: 34px;
  width: 46.6px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
}

.profile-box .follow-box .notification-bell {
  line-height: 30px;
  cursor: pointer;
}

.profile-box .follow-box .profile-actions-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-box .follow-box .profile-actions-box .primary-button.btn-mini {
  height: 24px;
  min-height: 24px;
  padding: 0 10px;
  min-width: 72px;
  font-size: 11px;
  font-weight: 400 !important;
  line-height: normal;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action {
  margin: 0;
}

.profile-box .follow-box .profile-actions-box #ping {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box #bell_notification {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box #unbell_notification {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box #moderate-suspended {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action:last-child {
  margin-right: 0;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action:hover {
  color: #24292E;
}

.profile-box .follow-box .profile-actions-box .profile-inline-action.disable {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}

.profile-box .follow-box .sec-box .profile-dropdown .dropdown-menu .dropdown-item {
  padding: 8px;
}

.profile-box .follow-box .sec-box .profile-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #eee;
}

.profile-box .details-box {
  display: flex;
}

.profile-box .details-box .box {
  text-align: center;
}

.profile-box .details-box .box:nth-child(2) {
  flex-grow: 1;
}

.profile-box .details-box .box:last-of-type {
  margin-right: unset;
}

.profile-box .details-box .box img {
  max-height: 14px;
  margin-bottom: 6px;
}

.profile-box .details-box .box .box-p {
  margin: unset;
  font-size: 12px;
}

.profile-box .details-box .box .box-p a {
  color: #0366D6;
  word-break: break-all;
}

.follow-p {
  color: rgba(36, 41, 46, 0.5);
  font-size: 13px;
  font-weight: 400;
  margin: unset;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.follow-p span {
  color: #3B3F44;
  font-size: 15px;
  font-weight: 700;
  margin-right: 6px;
}

.follow-p::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background-color: #24292E;
}

.follow-p:hover::after {
  width: 100%;
}

.follow-p a {
  color: rgba(36, 41, 46, 0.5);
}

.description-p {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(36, 41, 46, 0.1);
  padding-bottom: 15px;
  color: #24292E;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  word-break: break-all;
}

.btn-a {
  font-size: 13px;
  border: 1px solid #24292E;
  border-radius: 21px;
  padding: 6px 15px;
  min-width: 100px;
  text-align: center;
}

.validation {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  padding-left: 10px;
  border-radius: 5px;
  padding-right: 10px;
  margin-left: 20px;
  display: none;
}

.profile-img.custom-cam {
  position: relative;
}

.profile-img.custom-cam::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 25px;
  height: 25px;
  background-image: url(../images/jo3c0y4zzx.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.edit-pro-img {
  cursor: pointer;
}

.custom-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.main-type-box {
  position: relative;
  margin-bottom: 10px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.up-btn {
  position: fixed;
  bottom: 30px;
  right: 50px;
  background-color: #24292E;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  box-shadow: 0px 2px 13px 1px rgba(36, 41, 46, 0.08);
  z-index: 999999;
  display: none;
}

.up-btn i {
  color: #F7F7F7;
  font-size: 19px;
}

.option-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 10px;
}

.option-list,
.follow-option-list {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 999;
  text-align: center;
  padding: 20px 20px 15px;
  min-width: 140px;
  display: none;
  background-color: #F7F7F7;
  box-shadow: 1px 4px 8px 3px rgba(36, 41, 46, 0.08);
  border-radius: 12px;
}

.option-list .custom-ex,
.follow-option-list .custom-ex {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 9px;
  height: 9px;
  cursor: pointer;
}

.option-list ul,
.follow-option-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.option-list ul li,
.follow-option-list ul li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(36, 41, 46, 0.08);
}

.option-list ul li a,
.follow-option-list ul li a {
  display: block;
  color: #24292E;
  font-size: 12px;
}

.option-list ul li .delete-btn,
.follow-option-list ul li .delete-btn {
  color: #D73A49;
}

.option-list ul li:last-of-type,
.follow-option-list ul li:last-of-type {
  border-bottom: unset;
}

.option-list ul .ex-btn,
.follow-option-list ul .ex-btn {
  cursor: pointer;
  font-size: 12px;
}

.follow-option-list {
  padding: 10px 20px;
}

.main-empty-box {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.main-empty-box img {
  max-height: 20px;
  margin-bottom: 10px;
}

.main-empty-box .box-p {
  font-weight: 600;
}

.pin-post {
  position: relative;
}

.pin-post::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 8px 20px 1px rgba(36, 41, 46, 0.08);
  content: 'PINNED';
  color: #24292E;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 3px 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: linear-gradient(272deg, #EEEFF3 0%, #F7F7F7 100%);
}

.pin-post::before {
  position: absolute;
  left: 30px;
  top: 6px;
  background-image: url(../images/5vurf7q1p6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  content: '';
  z-index: 2;
}

.pin-post .post-header {
  padding: 33px 20px 0;
}

.post-box.with-attachment {
  position: relative;
  padding-bottom: 22px;
}

.post-attachments-list {
  margin-top: 10px;
}

.post-media-groups {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.post-media-group-card {
  width: 100%;
  max-width: 560px;
  border: 1px solid rgba(36, 41, 46, 0.08);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(36, 41, 46, 0.10);
  background: #FFFFFF;
  padding: 8px;
}

.post-media-unified-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}

.post-unified-preview-link {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  overflow: hidden;
  background: #EEEFF3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-unified-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

.post-audio-preview-shell {
  aspect-ratio: auto;
  height: auto;
  min-height: 56px;
  padding: 6px 8px;
}

.post-unified-audio {
  width: 100%;
  max-width: 100%;
  height: 36px;
}

.post-media-group-card.post-attachments-list {
  margin-top: 0;
}

@media (max-width: 767px) {
  .post-media-group-card {
    max-width: 100%;
    width: calc(100% - 14px);
    margin: 0 auto;
    padding: 6px;
  }

  .post-media-unified-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }

  .post-media-unified-grid.items-1 > .post-unified-preview-link {
    grid-column: 2 / span 4;
  }

  .post-media-unified-grid.items-2 > .post-unified-preview-link:first-child {
    grid-column: 2 / span 2;
  }

  .post-media-unified-grid.items-2 > .post-unified-preview-link:last-child {
    grid-column: 4 / span 2;
  }

  .post-media-unified-grid.items-3 > .post-unified-preview-link:nth-child(1) {
    grid-column: 1 / span 2;
  }

  .post-media-unified-grid.items-3 > .post-unified-preview-link:nth-child(2) {
    grid-column: 3 / span 2;
  }

  .post-media-unified-grid.items-3 > .post-unified-preview-link:nth-child(3) {
    grid-column: 5 / span 2;
  }

  .post-unified-preview-link {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
  }

}

.attachment-link {
  box-shadow: 0px 8px 20px 1px rgba(36, 41, 46, 0.08);
  color: #24292E;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 6px 12px;
  border-radius: 8px;
  background-image: linear-gradient(272deg, #EEEFF3 0%, #F7F7F7 100%);
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.attachment-link i {
  margin-right: 6px;
  vertical-align: middle;
}

.sidebar-sea-image {
  border-radius: 12px;
  width: 100%;
  display: block;
}

.type-post-box {
  display: flex;
  align-items: center;
}

.type-post-box .type-p {
  font-size: 11px;
  font-weight: 500;
}

.type-post-box .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: unset;
  margin-right: 10px;
}

.type-post-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.type-post-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 41, 46, 0.37);
}

.type-post-box .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
}

.type-post-box input:checked+.slider {
  background-color: #24292E;
}

.type-post-box input:focus+.slider {
  box-shadow: 0 0 1px #24292E;
}

.type-post-box input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  left: -3px;
}

.type-post-box .slider.round {
  border-radius: 34px;
}

.type-post-box .slider.round:before {
  border-radius: 50%;
}

.custom-radiobutton {
  margin-bottom: 10px;
}

.custom-radiobutton .radio-label {
  font-size: 11px;
  margin-left: 23px !important;
  text-indent: unset !important;
  padding: 5px 10px;
  border-radius: 7px;
  text-transform: uppercase;
}

.custom-radiobutton .pretty .state label::after,
.custom-radiobutton .pretty .state label::before {
  top: 4px;
}

.custom-radiobutton .pretty.p-default input:checked~.state label::after {
  background-color: #24292E !important;
}

.custom-radiobutton .pretty.p-default input:checked~.state label::before {
  border-color: #24292E;
}

.option-box {
  display: none;
}

.option-box.custom-hide .box {
  display: none;
}

.option-box.custom-hide .box:nth-child(1) {
  display: block;
}

.option-p {
  display: inline-block;
  box-shadow: 1px 4px 8px 3px rgb(36 41 46 / 8%);
  padding: 4px 6px;
  cursor: pointer;
  font-size: 11px;
  margin: unset;
  min-width: 80px;
  text-align: center;
}

.status-btn {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.selected-attachments {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 120px;
  overflow-y: auto;
}

.upload-progress-wrapper {
  margin-top: 8px;
}

.upload-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(36, 41, 46, 0.8);
  margin-bottom: 6px;
}

.upload-progress-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(36, 41, 46, 0.12);
  overflow: hidden;
}

.upload-progress-bar {
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #1A9AFD 0%, #28A745 100%);
  transition: width 0.2s ease;
}

.upload-error-message {
  margin-top: 8px;
  font-size: 12px;
  color: #D73A49;
}

.uploading-btn {
  opacity: 0.8;
  cursor: not-allowed;
}

.selected-attachment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(36, 41, 46, 0.1);
  border-radius: 7px;
  padding: 4px 6px;
}

.selected-attachment-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.selected-attachment-thumb {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 5px;
}

.selected-attachment-name {
  font-size: 11px;
  color: #24292E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.selected-attachment-remove {
  border: 0;
  background: rgba(215, 58, 73, 0.12);
  color: #D73A49;
  font-size: 14px;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.option-p img {
  margin-right: 5px;
  width: 20px;
  height: 15px;
}

.option-p.more-option {
  min-width: 45px;
  text-align: center;
}

.option-p.more-option.custom-open {
  box-shadow: inset 0px 0px 14px 8px rgba(36, 41, 46, 0.2);
}

.option-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  display: none;
}

.option-popup {
  border-radius: 12px;
  z-index: 9999;
  min-width: 510px;
  background-color: #F7F7F7;
  margin: 50px 20px;
}

.option-popup .popup-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(36, 41, 46, 0.1);
}

.option-popup .popup-heading .popup-h {
  margin: unset;
  margin-right: 20px;
  font-size: 18px;
}

.option-popup .popup-heading .popup-exit {
  cursor: pointer;
  max-height: 12px;
}

.option-popup .popup-body {
  padding: 30px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.btn-center-box {
  text-align: center;
}

.custom-input.border-input {
  box-shadow: unset;
  background-color: transparent;
  border-bottom: 1px solid rgba(36, 41, 46, 0.35);
  border-radius: unset;
}

.custom-input.border-input:focus {
  border-bottom-color: rgba(36, 41, 46, 0.6);
}

.custom-input.border-input.none-input {
  border-bottom: unset;
  font-size: 20px;
}

.custom-input.border-input.none-input::placeholder {
  font-size: 20px;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select2-container--default .select2-selection--single {
  height: 45px !important;
  padding: 8px 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block !important;
  left: 0 !important;
  top: 88% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: inline !important;
}

.nav-tabs {
  border-bottom: none !important;
}

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

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.modal-content {
  border-radius: 12px;
  background: #f7f7f7;
  border: none;
}

.modal-body {
  padding: 1rem 0;
  height: 100%;
  overflow: overlay;
}

.modal-body.forget-me {
  height: auto !important;
  min-height: 239px;
  padding: 16px 18px 18px;
}

/* Full-page Forget Me cover (no animation) */
.modal.forget-cover {
  padding: 0 !important;
}

.modal.forget-cover,
.modal.forget-cover .modal-dialog,
.modal.forget-cover .modal-content {
  transition: none !important;
}

.modal.forget-cover .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal.forget-cover .modal-content {
  border-radius: 0;
  background: #FFFFFF;
  min-height: 100vh;
}

.modal.forget-cover .modal-body.forget-me {
  height: 100% !important;
  min-height: 100vh;
  overflow: auto;
  padding: 24px 18px 18px;
}

.modal.forget-cover .popup-content .forget-p {
  font-weight: 700;
}

.modal.forget-cover .popup-footer.forget {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.modal.forget-cover .popup-footer.forget form {
  display: inline-block;
  margin: 0;
}

.settings-popup-header {
  padding-bottom: 15px;
}

.settings-popup-header span {
  text-align: center;
  display: block;
  font-weight: 500;
}

.popup-content form {
  margin: 30px 42px !important;
}

.popup-content form .form-control {
  font-size: 12px;
  height: 45px;
  border-radius: 8px;
  box-shadow: inset 0px 4px 8px 2px rgba(88, 108, 138, 0.1);
  border: unset;
  background-color: #f7f7f7 !important;
}

.popup-content form .form-control:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: #ced4da;
  outline: 0;
}

.popup-content form label {
  font-size: 12px;
}

.popup-content form .add {
  display: flex;
  align-items: center;
}

.popup-content form .add #custom-button {
  border: 2px dashed #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin: 10px;
  outline: 0;
  cursor: pointer;
  animation: spin 10s infinite linear;
}

.add i {
  font-size: 12px;
}

.popup-content form .add #custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  font-size: 14px;
  color: #aaa;
}

.popup-content .forget-me-image {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto 10px;
  object-fit: cover;
}

.popup-content .forget-p {
  padding-top: 8px;
  font-size: 14px;
  width: 300px;
  margin: auto;
  font-weight: 400;
}

.popup-footer {
  text-align: center;
}

.popup-footer .submit-btn {
  width: 120px;
  height: 38px;
  border-radius: 32px;
  opacity: 1;
  outline: 0;
  margin: 15px auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f7f7;
}

.popup-footer.forget {
  text-align: center;
  margin-top: 22px;
}

.popup-footer.forget .forget-btn {
  width: 190px;
  height: 38px;
  border: 1px solid #24292E;
  border-radius: 32px;
  font-size: 14px;
  outline: 0;
  margin: 0 10px;
  background-color: #f7f7f7;
}

/* Full-page Forget Me screen (not a modal) */
.forget-cover-page {
  position: fixed;
  inset: 0;
  background: #F7F7F7;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 18px 18px;
}

.forget-cover-inner {
  width: 100%;
  max-width: 560px;
}

.forget-cover-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.forget-cover-close {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.forget-cover-content {
  text-align: center;
}

.forget-cover-content .forget-me-image {
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  display: block;
  margin: 0 auto 14px;
  object-fit: contain;
}

.forget-cover-content .forget-p {
  font-size: 18px;
  font-weight: 700;
  width: auto;
  max-width: 420px;
  margin: 0 auto;
}

.forget-cover-footer {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}

.forget-cover-footer form {
  margin: 0;
  flex: 0 0 auto;
}

.forget-cover-footer > a {
  flex: 0 0 auto;
}

.profile-dropdown button {
  background: none;
  opacity: 0.5;
}

.profile-dropdown .post-btn {
  background: rgba(36, 41, 46, 0.35);
}

.profile-dropdown button:focus {
  box-shadow: none;
}

.profile-dropdown button::after {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  position: relative;
}

::placeholder {
  color: #24292E !important;
  opacity: 0.5;
  /* Firefox */
}

.ping-pong .txt-box {
  width: 70% !important;
}

.ping-pong .img-box {
  min-width: 40% !important;
  display: flex;
  font-size: 11px;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  right: 32px;
  bottom: 4px;
}

.ping-pong .img-box .pong-btn {
  min-width: 72px;
}

.ping-pong .img-box img {
  margin-bottom: 15px;
}

.ping-pong .img-box a {
  margin-top: 15px;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.post-body .post-p {
  white-space: pre-wrap;
  line-height: 25px;
  word-break: break-word;
  margin: unset;
  color: #24292E;
}

.post-body .post-p a {
  color: #0366D6;
  word-break: break-word;
  line-height: 20px;
  font-weight: normal;
}

.main-post-box .post-body .post-p.post-p-feed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-group-item .parag {
  display: block;
}

.mini-box .minibox-explicitname {
  color: #1A9AFD;
  font-size: 14px;
}

.mini-box .minibox-explicitcounter {
  font-size: 12px;
  font-weight: 400;
}

.element .style {
  display: block;
}

.link-popup .btn-popup-box .modal-action-btn {
  padding: 6px 23px !important;
}

.short-p {
  padding-left: 0px;
  font-size: 11px;
  color: gray;
}

.pagination {
  justify-content: center;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin-top: revert;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li.active {
  background-color: #24292e;
  color: #fff;
}

.popup-body h5 {
  font-size: 15px;
}

span#select2-select-statues-container {
  font-size: 14px;
}

ul#select2-select-statues-results li span {
  font-size: 14px;
}

.news-content h1 {
  font-size: 18px;
}

.news-content h2 {
  font-size: 16px;
}

.news-content h3 {
  font-size: 15px;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6,
.news-content li {
  text-align: left;
}

.main-box.sidebar-box.search-result-box {
  font-size: 14px;
}

#privacy-policy a span {
  font-size: 15px;
}

a.custom-link.post-short-link {
  white-space: nowrap;
  width: 124px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  margin-bottom: -5px;
}

div#remainingChars {
  font-size: 12px;
}

.custom-checkbox {
  margin-left: 16px!important;
}

.custom-checkbox.login-form {
  margin-left: 0px !important;
}

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

.hashtag h3 {
    color: #1A9AFD;
}

i.ri-hashtag.font-weight-bold {
  color: #1A9AFD;
}

i.ri-key-2-fill.dark-icon-color {
  font-size: 20px;
}

.header-icon {
  font-size: 20px;
  margin-top: 10px;
}

.fourBtn {
  border-color: #fff;
  color: #fff;
  font-weight: 700;
}

.fourBtn:hover {
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.fourWrap h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

.close-img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  max-height: 14px;
}

.option-equal-line {
  position: relative;
  top: 2px;
  padding-right: 3px;
}

p.parag.post-p {
  line-height: 20px !important;
}

.background-404{
  background-image: url(../images/7pm82cxkox.png);
  background-size: cover;
  background-position: center;
}

#loadPostIconId {
  margin-left: 45%;
  margin-bottom: 15px;
}

.profile-btn {
  background: transparent;
  padding: 0;
  border: none;
  margin-left: 20px;
}

.content {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}

.main {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
