@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #0F1419;
}
 
.hidden {
    display: none !important;
}

.tbing-section-buttons {
  display: flex;
  width: 100%;
  max-width: 558px;
  margin: 0 auto;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
}

button.tablinks {
  background-color: #fff;
  border: none;
  padding: 16px 20px 11px 19px;
  cursor: pointer;
  color: #0D70E2;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
}

.tabcontent {
  display: none;
  top: 130px;
  background: linear-gradient(252deg, #FFDCC7 1.82%, #F9C8F2 31.51%, #E1CCFA 72.78%, #D3E5FC 98.45%);
  width: 100%;
  max-width: 1212px;
  margin: auto;
  /* border-radius: 40px; */
  margin-top: 43px;
  padding-bottom: 38px;
}

.tabcontent h3 {
  margin-top: 0;
}

.tablinks {
  display: grid;
}

.tablinks svg {
  margin: auto;
}

button.tablinks.active {
  background: #0D70E2;
  color: #fff;
}

.btn-1 {
  border-radius: 13px 0px 0px 13px;
}

.btn-4 {
  border-radius: 0px 13px 13px 0px;
}

.btn-1 svg path {
  fill: #0D70E2;
}

button.tablinks.active svg path {
  fill: #fff;
}




tabs-group {
  display: block;
  max-width: 822px;
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.tabs__controls {
  display: flex;
  background: #fff;
  padding: 8px 15px;
  border-radius: 15px;
  column-gap: 15px;
  width: 100%;
  max-width: 350px;
  margin: auto;
}

.tabs__controls button.tab_control {
  width: 100%;
  padding: 9px 50px;
  border: none;
  border-radius: 15px;
  background: #fff;
  font-size: 18px;
  transition: 0.3s;
  cursor: pointer;
  appearance: none;
  font-family: open sans;
  font-weight: 600;
  color: #0D70E2;
}

.space-button {
  padding: 1px;
  background: #0D70E2;
}

.tabs__controls button[aria-selected="true"] {
  background: #0D70E2;
  color: #fff;
}

.tabs__panel__inner {
  padding: 48px 60px;
  background: white;
  display: grid;
  border-radius: 40px;
  margin-top: 43px;
  border-top: 0.5px solid rgba(30, 30, 30, 0.53);
  border-right: 0.5px solid rgba(30, 30, 30, 0.53);
  border-bottom: 0.9px solid rgba(30, 30, 30, 0.53);
  border-left: 0.5px solid rgba(30, 30, 30, 0.53);
}

#Tab3 .tabs-pannel-profile + .tabs__panel__inner-quotes-sec{
    margin-top: 50px;
}

/* inner tab */
.tabs-pannel-1-user-content {
  padding-left: 10px;
}

.tabs-pannel-1-user {
  display: flex;
}

.tabs-pannel-1-user-id {
  display: flex;
}

.tabs-pannel-1-user-id img {
  height: 20px;
  width: 20px;
  margin: 8px 3px;
}

.reset-button button.reset-btn {
  background: none;
  border: none;
  color: rgba(30, 30, 30, 0.80);
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}

.tabs-pannel-profile {
  display: flex;
  justify-content: space-between;
}

.tabs__panel__inner-write-sec {
  text-align: center;
  padding-top: 49px;
  color: rgba(30, 30, 30, 0.50);
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 20px;
}
.tabs__panel__inner-write-sec span#picture__imagec img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}
#tweet #twitter_message_image img,
#tweet #tweet_username_replyfirst img {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}

.tabs__panel__inner-write-sec a {
  font-size: 24px;
  font-weight: 600;
}

.tabs__panel__inner-write-sec button {
  font-size: 20px;
  border: none;
  background: 0;
  color: rgba(30, 30, 30, 0.50);
  font-weight: 600;
}

.tabs__panel__inner-date-sec span {
  font-weight: 600;
}

.tabs__panel__inner-date-sec {
  color: rgba(30, 30, 30, 0.83);
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 610px;
  margin: auto;
  padding-top: 52px;
  padding-bottom: 26px;
  margin-bottom: 40px;
  border-bottom: 1px solid #0D70E2;
}

.tabs__panel__inner-quotes-sec {
  width: 100%;
  max-width: 610px;
  margin: auto;
  display: flex;
  column-gap: 40px;
}

.tabs__panel__inner-quotes-sec svg {
  margin-right: 12px;
}

.tabs__panel__inner-quotes-sec p {
  color: rgba(13, 112, 226, 0.60);
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

.tabs__panel__inner-Randomize-sec {
  width: 100%;
  max-width: 610px;
  margin: auto;
  margin-top: 22px;
}

.tabs__panel__inner-Randomize-sec {
  width: 100%;
  max-width: 610px;
  margin: auto;
  margin-top: 22px;
  border-bottom: 1px solid #0D70E2;
  padding-bottom: 37px;
}

.tabs__panel__inner-Randomize-sec p {
  color: rgba(13, 112, 226, 0.60);
  margin: 0;

  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
}

.tabs__panel__inner-reaction-section {
  width: 100%;
  max-width: 390px;
  margin: auto;
  display: flex;
  column-gap: 88px;
  margin-top: 18px;
  align-items: center;
}


.tabs-pannel-1-user-content input[type="text"] {
  border: 0;
  color: rgba(30, 30, 30, 0.87);
  font-size: 18px;
  font-weight: 400;
  outline: none !important;
  max-width: 195px;
}

.tabs-pannel-1-user-content input[type="text"]::placeholder {
  color: rgba(30, 30, 30, 0.87);
  opacity: 1 !important;
}

.tabs-pannel-1-user-content input.user-sub-heading[type="text"] {
  font-size: 15px;
  font-weight: 300;
}

#picture__input,
#picture__input2,
#picture__input_reply,
#picture__input_reply3,
#picture__input_reply2,
#picture__input_reply4,
#block_user_pro_pic,
#suspend_user_profile_picture,
#editPostLogoUpload,
.editPostLogoUpload{
  display: none;
}

.editPostLogo label.picture,
.editPostLogo  .picture__img {
    width: 20px;
    height: 20px;
    background-size: cover;
}
.editPostLogo .picture{
    background-size: cover;
} 
.tabs-pannel-1-user-id {
    align-items: center;
    column-gap: 5px;
}

.preview_logo_image{
    width: 16px;
    height:16px;
    border-radius: 100px;
    object-fit: cover;
    display: none;
}
#Tab3 .user-upload-pic.editPostLogo .picture,
.suspend-edit-block .user-upload-pic.editPostLogo .picture {
    width: 20px;
    height: 20px;
}
#Tab3 .user-upload-pic.editPostLogo {
     margin-bottom:0px; 
}


.user-upload-pic .picture {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  aspect-ratio: 16/9;
  background: url(../../assets/images/profile.png);
  /*    background: #ddd;*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  border: 0;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
}

.user-upload-pic .picture__img {
  max-width: 100%;
  object-fit: cover;
  width: 75px;
  height: 75px;
}


.picture__img {
  max-width: 100%;
}

.form-inner-row {
  display: flex;
}

input.write-your-tweet {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  color: rgba(30, 30, 30, 0.50);
  max-width: 610px;
  margin: 0 auto;
  border: 0;
  outline: none;
}

input.write-your-tweet::placeholder {
  color: rgba(30, 30, 30, 0.50);
  opacity: 1;
}

.date-time-inputs {
  display: flex;
  align-items: center;
}
.date-time-inputs input#userTime {
    max-width: 75px;
}
.date-time-inputs input#userDate {
    max-width: 87px;
}
.date-time-inputs input#userViews {
    max-width: 45px;
}

.tabs__panel__inner-date-sec span {
  font-size: 15px;
  font-weight: 400;
}

.date-time-inputs input {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  color: rgba(30, 30, 30, 0.83);
  border: 0;
  outline: none;
  padding: 0;
}

.date-time-inputs input::placeholder {
  color: rgba(30, 30, 30, 0.83);
  opacity: 1;
}


.tabs__panel__inner-quotes-sec>div {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: rgba(13, 112, 226, 0.60);
  font-size: 18px;
  font-weight: 400;
}

.tabs__panel__inner-quotes-sec>div input {
  width: 35px;
  height: 35px;
  font-size: 15px;
  outline: none;
  border: 3.5px dashed rgb(30 30 30 / 60%);
}

.tabcontent {
  display: none;
  min-height: 705px;
}


/*tweet color theme*/

.tweet-color-theme {
  border-radius: 20px;
  background: linear-gradient(113deg, #9F9D9D 2.16%, rgba(63, 54, 54, 0.83) 94.91%);
  backdrop-filter: blur(20px);
  max-width: 495px;
  margin: 78px auto 0;
  display: flex;
  overflow: hidden;
}

.tweet-color-theme button {
  flex-grow: 1;
  flex-basis: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
}
.tweet-color-theme button>div {
    margin-bottom: 10px;
    min-height: 51px;
}
.tweet-color-theme .active-tab {
  background-color: #0D70E2;
}

.tweet-color-theme .active-tab a div {
    margin-bottom: 15px;
}

/*.tweet-color-theme button.active-tab:last-child{
    border-radius: 0 20px 20px 0;
}*/
.tweet-color-theme button:hover {
  background-color: #0D70E2;
}


/*tweet color theme END*/


/*tweet Preview*/


.tweet-desk {
    max-width: 598px;
    margin: 0 auto;
}
#Tab2 .tweet-desk {
    max-width: 698px;
}
.tweet-desk .tweet_box {
  border: 1px #eff3f4 solid;
  background-color: white;
  margin: 32px 0 34px;
  border-radius: 10px;

}

.tweet-desk .tweet_box.dark {
  border: 1px #000000 solid;
  background-color: #000000;
}

@media (max-width: 890px) {
  .tweet-desk .tweet_box {
    max-width: 100%;
    width: 100%;
    margin: 20px auto;
  }

  .tabcontent {
    padding-left: 15px;
    padding-right: 15px;
  }

}

.tweet-desk .tweet {
  border-radius: 10px;
  border: 1px transparent solid;
  background-color: white;
  padding: 35px 16px 12px;
  font-size: 15px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

.tweet-desk .tweet .head {
  display: flex;
  justify-content: space-between;
}

.tweet-desk .tweet .head .title {
  display: flex;
  align-items: center;
}
.head.header-top-one .title {
    align-items: flex-start !important;
}

.tweet-desk .tweet .head .title>img{
  display: inline-block;
  border-radius: 50% !important;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.tweet-desk .tweet .head .title .text .top {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.tweet-desk .tweet .head .title .text .top .tweet_name {
  margin-right: 2px;
}

.tweet-desk .tweet .head .title .text .top .verified {
  font-weight: 400;
  color: #1da1f2;
  min-width: 20px;
}

.tweet-desk .tweet .head .title .text .top .verified.hide {
  /*  display: none;*/
}

.tweet-desk .tweet .head .title .text .bottom {
  color: #536471;
}

.tweet-desk .tweet .head .dots {
  color: #536471;
}

.tweet-desk .tweet .content .message {
  padding-top: 14px;
  font-size: 17px;
  color: #0F1419;
  font-weight: 500;
}

.tweet-desk .tweet .content .message .highlight {
  color: #1b95e0;
}

.tweet-desk .tweet .content .tweet_info {
  color: #536471;
  padding: 16px 0;
  display: flex;
}

.tweet-desk .tweet .stats {
  border-top: 1px #eff3f4 solid;
  color: #536471;
  padding: 16px 4px;
  display: flex;
  flex-wrap: wrap;
}

.tweet-desk .tweet .stats .stat {
  margin-right: 24px;
}

.tweet-desk .tweet .stats .stat .count {
  font-weight: 700;
  color: #0f1419;
}

.tweet-desk .tweet .stats .stat.hide {
  display: none;
}

@media (max-width: 520px) {
  .tweet-desk .tweet .stats .stat {
    margin-right: 12px;
  }
}

.tweet-desk .tweet .tail {
  border-top: 1px #eff3f4 solid;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
}
.tweet-desk .tweet .tail>span {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #536471;
    font-size: 13px;
}
.tweet-desk .tweet .tail svg {
  color: #536471;
}

.tweet-desk .tweet.dim {
  background-color: #15202b;
  color: white;
}

.tweet-desk .tweet.dim .head .title .text .top .verified {
  color: white;
}

.tweet-desk .tweet.dim .head .title .text .bottom,
.tweet-desk .tweet.dim .head .title .text .dots {
  color: #798a96;
}

.tweet-desk .tweet.dim .content .tweet_info {
  color: #798a96;
}

.tweet-desk .tweet.dim .content .tweet_info .tweet_client {
  color: #1b95e0;
}

.tweet-desk .tweet.dim .stats {
  border-top: 1px #38444d solid;
  color: #798a96;
}

.tweet-desk .tweet.dim .stats .stat .count {
  color: white;
}

.tweet-desk .tweet.dim .tail {
  border-top: 1px #38444d solid;
}

.tweet-desk .tweet.dim .tail svg {
  color: #798a96;
}

.tweet-desk .tweet.dark {
  background-color: #15202B;
  color: #d9d9d9;
}

.tweet-desk .dark.tweet .content .message {
  color: #fff;
}

.tweet-desk .tweet.dark .head .title .text .top .verified {
/*  color: #d9d9d9;*/
}

.tweet-desk .tweet.dark .head .title .text .bottom,
.tweet-desk .tweet.dark .head .title .text .dots {
  color: #6e767d;
}

.tweet-desk .tweet.dark .content .tweet_info {
  color: #6e767d;
}

.tweet-desk .tweet.dark .content .tweet_info .tweet_client {
  color: #1b95e0;
}

.tweet-desk .tweet.dark .stats {
  border-top: 1px #fff solid;
  color: #6e767d;
}

.tweet-desk .tweet.dark .stats .stat .count {
  color: #d9d9d9;
}

.tweet-desk .tweet.dark .tail {
  border-top: 1px #fff solid;
}

.tweet-desk .tweet.dark .tail svg {
  color: #6e767d;
}

div#Tab2 #tweet_name_replysecond + svg#tweet_verified {
    margin-left: 5px;
}

@media (max-width: 395px) {
  .tweet-desk .tweet {
    font-size: 14px;
  }

  .tweet-desk .tweet .content .message {
    font-size: 16px;
  }

  .tweet-desk .tweet .stats {
    padding: 16px 0;
  }

  .tweet-desk .tweet .stats .stat {
    margin-right: 8px;
  }
}

.tweet-desk .btn {
  display: block;
  border: none;
  border-radius: 6px;
  border-radius: 99px;
  background-color: #1da1f2;
  color: white;
  font: inherit;
  margin: auto;
  padding: 11px 33px;
  cursor: pointer;
}

@media (hover: hover) {
  .tweet-desk .btn {
    transition: background 200ms ease-in;
  }

  .tweet-desk .btn:hover {
    background-color: #1a90d9;
  }
}

@media (hover: none) {
  .tweet-desk .btn:active {
    background-color: #1a90d9;
  }
}

@media (max-width: 890px) {
  .tweet-desk {
    width: 100%;
    margin: 0 auto 16px;
    position: static;
  }
}

@media (max-width: 700px) {
  .tweet-desk {
    width: 85%;
    margin: 0 auto 16px;
  }
}

@media (max-width: 640px) {
  .tweet-desk {
    width: 95%;
    margin: 0 auto 16px;
  }
}

@media (max-width: 520px) {
  .tweet-desk {
/*    background-color: #f7f8f9;*/
    width: 100%;
    margin: 0 auto 16px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 24px 0;
  }
}

.tx-gray {
  color: #536471;
}

.font-15 {
  font-size: 15px;
}

.fw-normal {
  font-weight: 400;
}

.tx-black {
  color: #0F1419;
}

.header-top-one img {
  border-radius: 0 !important;
  margin-right: 5px !important;
  margin-left: 5px;
}

.header-top-one svg {
  margin-left: 5px;
}

.bottom-top a {
  text-decoration: none;
  color: #1D9BF0;
}

.tail-tweet-main>div {
  border: 0 !important;
  border-left: 2px solid #CFD9DE !important;
  padding-left: 30px !important;
  margin-left: 24px;
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.tail-tweet-main>div>span {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.tail-tweet-main span.bookmarl-with-share {
  column-gap: 18px !important;
}

/*tweet Preview END*/




/* Reply Preview  */


.vertical-divider {
  width: 2px;
  height: 78px;
  background: #ABABAB;
  display: block;
}

#Tab2 .tabs__panel__inner+.vertical-divider {
  margin-left: 80px;
}

#Tab2 .tabs__panel__inner+.vertical-divider+.tabs__panel__inner {
  margin-top: 0;
}


.see-post-btn {
  width: 100%;
  border: 0;
  display: flex;
  justify-content: space-between;
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.03) !important;
  border: 1px solid #CFD9DE !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
}

.see-post-btn span.post-btn-text {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.icon-light,
.dark .icon-dark {
  display: none;
}

.dark .icon-light {
  display: block;
}


/* Reply Preview END */


/*suspend */

.suspend-edit-block label.picture {
  width: 145px;
  height: 145px;
  background-size: contain;
  background-repeat: no-repeat;
}
form.form.suspend-edit-block .user-upload-pic .picture__img {
    width: 145px;
    height: 145px;
}
.suspend-edit-block .form-inner-row {
  display: flex;
  align-items: center;
}

.form.suspend-edit-block {
  display: flex;
  justify-content: center;
  padding: 93px 0 100px;
  width: 100%;
}

.form.suspend-edit-block input[type="text"] {
  font-size: 24px;
  font-weight: 400;
  max-width: 140px;
  color: rgba(30, 30, 30, 0.87);
  font-weight: 700;
}


.suspend-preview-block {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 43px;
  font-family: 'Roboto', sans-serif;
}

.suspend-preview-header {
  background: #CFD9DE;
  min-height: 200px;
}

.suspend-preview-img {
    padding: 0 16px;
    margin-top: -63px;
    width: 133px;
    height: 102px;
    border-radius: 50%;
    object-fit: cover;
}

.suspend-preview-img img {
  width: 133px;
  height: 133px;
}

.suspend-preview-block .user-name {
  padding: 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin-top: 10px;
}

.account-content {
  padding: 100px 16px;
  max-width: 460px;
  margin: 0 auto;
}

.account-content h2 {
  color:#0F1419;
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 5px;
}

.account-content p {
  color: #536471;
  font-size: 15px;
}

.account-content p a {
  color: #1D9BF0;
  text-decoration: none;
}

.suspend-preview-block.dark {
  background: #15202B;
}

.suspend-preview-block.dark span.user-name,
.suspend-preview-block.dark h2,
.suspend-preview-block.dark p {
  color: #fff;
}


/*suspend End*/


/*Blocked Preview*/

.blocked-preview-block {
  background: #fff;
  padding: 0 16px;
  margin-top: 43px;
  font-family: 'Roboto', sans-serif;
}

.blocked-top-head {
  display: flex;
  min-height: 53px;
  display: flex;
  align-items: center;
}

.blocked-top-head {
    display: flex;
    min-height: 53px;
    display: flex;
    align-items: center;
    column-gap: 38px;
    padding: 5px 0;
    line-height: normal;
}
.blocked-user-header {
  background: #CFD9DE;
  min-height: 232px;
  margin: 0 -16px;
}

.blocked-preview-block h3,
#suspend_username_preview{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0F1419;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.blocked-preview-block svg,
#suspend_username_preview svg{
    color: #1da1f2;
}

.blocked-preview-block span {
  color: #536471;
  font-size: 14px;
}

.blocked-top-head svg {
  fill: #0F1419;
}


.blocked-user-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -90px;
}

.blocked-user-profile {
  width: 158px;
  height: 158px;
  border-radius: 100px;
  object-fit: cover;
}
.block-right-col {
    display: none;
}
.following-row {
  margin-top: 17px;
  display: flex;
  column-gap: 20px;
}
.following-row b {
    color: #0F1419;
}
.dark .following-row b {
    color: #fff;
}
button.blocked-btn {
  background: #F4212E;
  color: #fff;
  border: 0;
  padding: 9px 17px;
  line-height: normal;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
}
.block-right-col img {
    max-width: 34px;
}
.user-content {
  margin-top: 15px;
}

.blocked-content h2 {
  color: #0F1419;
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 7px;
}
.blocked-content h2 span {
    color: #0F1419;
    font-size: inherit;
}
.dark .blocked-content h2 span {
  color: #fffl; 
}
.blocked-content p {
  color: #536471;
  font-size: 15px;
  margin-bottom: 0;
}

.blocked-content p a {
  color: #1D9BF0;
  text-decoration: none !important;
}

.blocked-content {
  padding: 100px 0 150px;
  text-align: center;
}

.view-more-post-btn {
  background: #1D9BF0;
  color: #fff;
  padding: 15px 33px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  margin-top: 29px;
  display:none;
  line-height: normal;
  text-decoration: none !important;
}

.view-more-post-btn:hover {
  color: #fff;
}

.blocked-preview-block.dark {
  background: #15202B;
}

.blocked-preview-block.dark h3,
.blocked-preview-block.dark span {
  color: #fff;
}

.blocked-preview-block.dark .blocked-top-head svg {
  fill: #fff;
}

.blocked-preview-block.dark .blocked-content h2,
.blocked-preview-block.dark .blocked-content p {
  color: #fff;
}

.blocked-preview-block.dark .block-right-col img {
  background: #fff;
  border-radius: 100px;
}

.dark .tx-black {
  color: #fff;
}

.dark button.see-post-btn {
    border-color: #536471 !important;
    color: #fff !important;
}

/*Blocked Preview END*/

.tab-grident-bg-color {
  background: linear-gradient(251deg, #FFF19D 2.66%, #F7D77C 31.6%, #F18731 60.21%, #FF5910 98.45%);
  backdrop-filter: blur(20px);
}

.downloadPreviewImage,
.downloadPreviewImage:hover
{
  color: #fff;
  text-decoration: none !important;
}


input#reply_second_views,
input#reply_first_view {
    min-width: 45px;
}


/*  Additional CSS */

input {
    background-color: transparent !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  
}
.tabs__panel__inner-quotes-sec>div input{
  padding:0 !Important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
body, html {
    overflow-x: hidden;
}
.tweet-color-theme button a {
    text-decoration: none !important;
}
input{
  outline:none !important;
}
.tablinks svg {
    margin: 0 auto 10px;
}
.tbing-section-buttons{
    max-width:634px;    
    border: 2px solid #fff;
  border-bottom: 0;
  overflow:hidden;
}
.tablinks {  
    border-radius: 0;
    padding:23px 5px 11px 5px; 
    flex-grow: 1;
    flex-basis: 0;
}

.tabcontent {
    border-top: 0.5px solid rgba(30, 30, 30, 0.53);
    border-right: 0.5px solid rgba(30, 30, 30, 0.53);
    border-bottom: 0.9px solid rgba(30, 30, 30, 0.53);
    border-left: 0.5px solid rgba(30, 30, 30, 0.53);   
}

.tabs__controls button {
    width: 100%;
    padding: 13px 10px; 
}
.space-button {
    padding: 0.5px;
}
.tabs__controls{
    column-gap: 24px;
}
.tabs__panel__inner-quotes-sec>div input{
   min-width: 35px;
}
.tabs__panel__inner-quotes-sec {
    flex-wrap: wrap;
    row-gap: 20px;
}
input.write-your-tweet {
    margin-bottom: 46px;
      padding: 0;
}
.tabs-pannel-1-user-content input[type="text"]{
  padding:0px;
}
.tabing-section-content {
    margin-bottom: 50px;
}



#Tab3 .form-inner-row {
    display: block;
}
#Tab3 .user-upload-pic{
    margin-bottom: 31px;
}
#Tab3 .tabs-pannel-1-user-content{
    padding-left: 0;
    margin-bottom: 150px;
}
#Tab3 .user-upload-pic .picture__img{
    width: 145px;
    height: 145px;
}
#Tab3 .user-upload-pic .picture{
    width: 145px;
    height: 145px;
    background-size: cover !important;    
}
#Tab3 .tabs-pannel-1-user-content input.user-heading[type="text"] {
    font-size: 24px;
    font-weight: 700;
    max-width:158px;
    top: -3px;
     position: relative;
}
#Tab3 .tabs-pannel-1-user-content input.user-sub-heading {
    position: relative;
    top: -6px;
}

.verified-div label {
    color: rgba(30, 30, 30, 0.87);
    font-size: 13px;
    font-weight: 400;
}
.verified-div label input{
    vertical-align: middle;
    margin-right: 3px;
}
.verified-div input[type=checkbox] {
    -webkit-appearance: none;
    border: 1px solid #787878 !important;
    width: 15px;
    height: 14px;
    border-radius: 2px;
    position: relative;
    top: -1px;
}
.verified-div input[type=checkbox]:checked:before {
    content: '';
    border-bottom: 1.5px solid #787878;
    border-right: 1.5px solid #787878;
    display: inline-block;
    width: 4px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 4.5px;
}


@media (max-width:767px){
  
  #Tab3 .user-upload-pic .picture__img{
    width:80px;
    height:80px;
  }
  #Tab3 .user-upload-pic .picture{
      width: 80px;
      height: 80px;
  }
  #Tab3 .user-upload-pic {
      margin-bottom: 15px;
  }
  #Tab3 .tabs-pannel-1-user-content input.user-heading[type="text"] {
    font-size:20px;
    max-width: 140px;
  }

  .tabs__panel__inner-write-sec {
    font-size: 14px;
  }
  .date-time-inputs input {
    padding: 2px;
  }

  tabs-group{
    padding-top:10px;
  }

  .tabcontent {
    padding: 15px;
  }
  .tabs__panel__inner{
    border-radius: 10px;
  }
  .tabs__panel__inner{
    padding: 15px;
  } 
  .tablinks {
    border-radius: 0;
    padding:5px;
    font-size: 16px;
  }
  .tablinks svg{
    width: 32px;
    margin-bottom: 2px;
  }
  .user-upload-pic .picture {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  
  .tabs-pannel-1-user-content{
    padding-left:5px;
  }
  .tabs-pannel-1-user-content input[type="text"] {
    max-width: 154px;  
    font-size: 16px;
  }
  
.tabs-pannel-1-user-id img {
    height: 15px;
    width: 15px;
    margin: 8px 2px;
} 
.reset-button button {
  font-size: 13px;
  padding: 0;
  margin-left: 34px;
} 
.tabs__panel__inner-write-sec {
    padding-top: 20px; 
}
input.write-your-tweet {
    margin-bottom: 15px;
    padding: 0;
    font-size: 12px;
} 
.tweet-desk .tweet {   
    padding: 15px 16px 12px;  
}
input#reply_second_views,
input#reply_first_view {
    min-width: 50px;
}
.see-post-btn{
  margin-bottom: 5px;
}
.tabs__panel__inner-quotes-sec>div input {
    min-width: 25px;
    width: 25px;
    height: 25px;
    border: 2.5px dashed rgb(30 30 30 / 60%);
}
.tabs__panel__inner-quotes-sec>div{
  font-size: 15px;
} 
.tabs__panel__inner-quotes-sec{
  column-gap: 20px;
  row-gap: 10px;
}
  
.tabs__panel__inner-date-sec {
padding-top: 25px;
padding-bottom: 0;
margin-bottom: 20px;
} 
.tabs__panel__inner-Randomize-sec{
  padding-bottom: 15px;
}
.tabs__panel__inner-reaction-section{
    column-gap: 10px; 
    justify-content: space-between;
} 
.date-time-inputs input{
  font-size:12px;   
} 
.tabs__panel__inner-date-sec span{
    font-size: 13px;
}
.tweet-color-theme button img {
  max-height: 25px;
} 
.tweet-color-theme button>div {
    min-height: 25px;
}
.tweet-color-theme {
  margin: 40px auto 0;
  display: flex;
} 
.tweet-color-theme button{
  font-size:13px;
} 

#Tab3 .tabs-pannel-profile + .tabs__panel__inner-quotes-sec {
    margin-top: 20px;
}
.blocked-user-header {
    background: #CFD9DE;
    min-height: 132px;
    margin: 0 -16px;
}
.blocked-user-profile {
    width: 80px;
    height: 80px;
}
.blocked-preview-block h3 {
    font-size: 16px;
}
.blocked-content {
    padding: 30px 0 50px;
}
.blocked-user-row {
    display: block;
    margin-top: -45px;
}
.block-right-col {
    margin-top: 15px;
}
.blocked-content h2,
.account-content h2{
    font-size: 24px;
    margin-bottom: 10px;
}
.account-content {
    padding: 50px 16px;
}
.view-more-post-btn{
  margin-top: 0px;
}
.suspend-edit-block label.picture {
    width: 50px;
    height: 50px;
}
.form.suspend-edit-block input[type="text"] {
    font-size: 20px;
 }
 .form.suspend-edit-block {
    padding: 40px 0 40px;
    width: 100%;
 }
 .suspend-preview-header {
    min-height: 100px;
 }
.view-more-post-btn {   
    padding: 13px 24px;  
    font-size: 14px;  
}
.suspend-preview-img {
    margin-top: -40px;
    width: 100px;
    height: 70px;
 }
.date-time-inputs {    
    flex-wrap: wrap;
}
.tail-tweet-main>div {
    border: 0 !important;
    border-left: 0;
    padding-left: 0px !important;
    margin-left: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 26px !important;
}
  
.tweet-desk .tweet .head.header-top-one .title .text .top {
    flex-wrap: wrap;
} 
.tweet-desk .tweet .head.header-top-one .title{
  align-items: flex-start;
} 
.header-top-one .bottom.bottom-top{
    font-size: 13px;
    line-height: normal;
    padding-bottom: 5px;
} 
  
.tail-tweet-main .tail {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    row-gap: 10px;
}
.tail-tweet-main .tail>span {
    width: 33%;
} 

.tabs__panel__inner-write-sec span#picture__imagec img {
    max-height: 140px;
} 
#tweet #twitter_message_image img,
#tweet #tweet_username_replyfirst img {
    max-height: 140px;   
   margin-top: 5px;
}
  
}


@media (max-width:361px){
  .reset-button button {
      margin-left: 26px;
  }
}

@media (max-width:359px){
  .form-inner-row {
      display: block;
  }
  .tweet-color-theme button {
      font-size: 10px;
  }
}

span[data-avtar] img  {
     background: #000;
}


/*  Additional CSS END*/