:root {
  --blackbg: #121212;
  --orange-grad: linear-gradient(238deg, #f65a03 4.17%, #f70 78.97%);
  --orange: #dc6700;
  --white: #ffffff;
  --greycc: #cccccc;
  --black1e: #1e1e1e;
  --black1c: #1c1c1c;
  --black: #000000;
  --greydd: #dddddd;
  --orangef3: #f37200;
  --greyf1: #f1f1f1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:focus-visible {
  outline: none !important;
}

.post,
.page {
  margin: 0;
}

.row {
  margin: 0;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}

*::-webkit-scrollbar {
  display: none !important;
}

body {
  width: 100%;
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden !important;
  background: var(--blackbg);
}

a {
  text-decoration: none;
  color: inherit;
}

.all-authflow-right {
  border: 116px solid var(--orange);
  border-width: 116px 116px 0 116px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.all-authflow-slider {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: calc(100vh - 120px);
  overflow: auto;
  padding-top: 110px;
  /* height: calc(100vh - 230px); */
}

.all-authflow-slider::-webkit-scrollbar,
.all-authflow-left::-webkit-scrollbar {
  display: none !important;
}

.all-authflow-slider .carousel {
  height: 100%;
  /* height: calc(100vh - 230px); */
}

.all-authflow-slider .carousel-inner,
.all-authflow-slider .carousel-item {
  height: 100%;
}

.all-authflow-slider .carousel-caption {
  bottom: 0px;
  left: 0;
}

.all-authflow-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  margin-bottom: -35px;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  margin-left: 10px;
}

.carousel-caption p {
  color: var(--greycc);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}

.carousel-caption {
  width: 100%;
}

.carousel-caption h3 {
  color: var(--white);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.all-authflow-left {
  position: relative;
}

.auth-left-form-main p {
  color: var(--greycc);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 385px;
  margin: auto;
}

.auth-left-form-main h1 {
  color: var(--white);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  text-align: center;
}

.auth-left-form-main {
  height: 100%;
  position: relative;
  max-width: 566px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.all-authflow-left {
  height: 100vh;
  overflow: auto;
}

.auth-left-form-inner {
  margin-top: 40px;
}

.field-sec .form-select {
  background-image: url("../images/selectarrow.svg");
  background-size: 22px;
  cursor: pointer;
}

.field-sec .form-select,
.field-sec .form-control {
  background-color: var(--black1e);
  border-radius: 0;
  padding: 14px 20px;
  color: var(--greycc);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: none;
  box-shadow: none !important;
}

.field-sec .form-control:focus {
  border: none;
  box-shadow: none;
}

.field-sec .form-control::placeholder {
  color: var(--greycc);
  font-size: 14px;
}

.field-sec .form-label {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}

.field-sec:not(:last-child) {
  margin-bottom: 20px;
}

.auth-left-form-inner a {
  color: var(--white);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.auth-left-form-inner .orange-btn {
  margin-top: 30px;
}

.orange-btn {
  background: var(--orange);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
}

a.orange-btn {
  background: var(--orange);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
}

.upload {
  margin-top: 20px;
  width: 12% !important;
  text-align: center;
}

.upload-media {
  margin-top: 15%;
}

.orange-btn:hover {
  background: var(--white);
  color: var(--orange);
}

/* 
.auth-left-form-bottom {
  position: absolute;
  bottom: 30px;
} */

.auth-left-form-bottom span {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px !important;
}

.sign-up-main .all-form-fields {
  height: 50vh;
  overflow: auto;
}

.auth-left-form-bottom span a {
  font-weight: 600;
}

.sign-up-main .auth-left-form-bottom {
  padding: 20px 0 !important;
}

.auth-left-form-top {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.chatflex {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: fixed;
  background: var(--blackbg);
  position: fixed;
}

.chatflex button {
  background: var(--white) !important;
  position: fixed;
}

.auth-left-form-main a:hover {
  color: var(--orange);
}

/* .sign-up-main .auth-left-form-bottom {
  position: absolute;
  bottom: -65px;
} */

.all-interested-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-row-gap: 22px;
  grid-column-gap: 15px;
  margin-bottom: 72px;
  margin-top: 60px;
  max-height: 255px;
  overflow: auto;
}

p.single-interested-categories {
  color: var(--greycc);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 15px;
  background: var(--black1e);
  margin: 0;
  cursor: pointer;
  border: 3px solid var(--black1e);
}
p.single-interested-categories:hover {
  color: var(--black);
}

p.single-interested-categories.active {
  background: var(--white);
  color: var(--black);
}
p.single-interested-categories:hover {
  /* background: var(--white); */
  color: var(--white);
  border: 3px solid var(--orange);
  transition: all 0.4s;
}
p.single-interested-categories.active:hover {
  color: var(--black1c);
}
.interested-category-main .auth-left-form-main {
  max-width: 676px;
}

.error-feedback {
  color: red;
  font-size: 10px;
  margin-top: 3px;
}

.carousel-control-next,
.carousel-control-prev {
  display: none !important;
}

.main-sidebar-wrapper {
  position: fixed;
  width: 275px;
  top: 88px;
  left: 0;
  background: var(--black1c);
  height: calc(100vh - 88px);
  z-index: 2;
  transition: all 0.4s;
  padding-bottom: 70px;
}

.main-sidebar-wrapper ul li.active span {
  color: var(--white);
  font-weight: 600;
}

.main-sidebar-wrapper ul li.active {
  background: var(--orange);
}

.main-sidebar-wrapper ul li.active img {
  filter: brightness(10);
}

.main-sidebar-wrapper ul li:hover {
  background: var(--orange);
}

/* .main-sidebar-wrapper ul li:hover img {
  filter: brightness(10);
} */

.main-sidebar-wrapper ul li {
  padding: 17px 25px;
}

.main-sidebar-wrapper ul li span {
  color: var(--greydd);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-sidebar-wrapper ul li a {
  display: flex;
  align-items: center;
  grid-gap: 13px;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 25px;
  max-height: 88px;
  background: var(--black1c);
  z-index: 9;
}

.search-input-main .form-control:focus {
  box-shadow: none;
  outline: none;
}

.search-input-main .form-control::placeholder {
  color: var(--greycc);
  font-size: 16px;
}

.search-input-main .form-control {
  padding: 15px 15px 15px 54px;
  width: 542px;
  border: 1px solid #444444;
  color: var(--greycc);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--black1c);
}

.search-input-main {
  position: relative;
  margin-right: 10px;
  z-index: 1;
}

.search-input-main::after {
  position: absolute;
  top: 15px;
  left: 20px;
  background: url("../images/searchicon.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  content: "";
}

.header-right {
  display: flex;
  align-items: center;
  grid-gap: 25px;
}

.dropdown button.dropdown-toggle:focus,
.dropdown button.dropdown-toggle:focus-visible,
.dropdown button.dropdown-toggle:active,
.dropdown button.dropdown-toggle {
  background: none;
  border: none;
  padding: 0;
}

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

.dropdown-toggle img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.header-right img {
  cursor: pointer;
}

.message-main {
  position: relative;
}

.pending-msg {
  position: absolute;
  top: 2px;
  right: -1px;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
}

.dropdown-menu {
  padding: 21px 21px;
  background: var(--black1c);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  min-width: 216px;
  border-radius: 0;
}

.dropdown-item {
  display: flex;
  align-items: center;
  grid-gap: 13px;
  padding: 0;
}

.dropdown-item span {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dropdown-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
}
.dropdown-item img {
  width: 24px;
}
.dropdown-item:hover {
  background: transparent;
}

.all-main-content {
  width: calc(100vw - 275px);
  margin-left: auto;
  position: relative;
  top: calc(88px + 30px);
  padding: 0 25px 20px 25px;
  background: var(--blackbg);
}

.slick-track {
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 0;
  position: relative;
}

.common-single-category {
  background: var(--black1c);
  min-width: 160px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.slick-slider .slick-dots {
  display: none !important;
}

.slick-slide {
  margin-right: 6px;
}

.all-cate-slider-main {
  position: relative;
}

.all-cate-slider-main .common-single-category.active {
  border: 2px solid var(--orange);
}

.slick-next {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 3;
  font-size: 0;
}

.slick-prev {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 3;
  font-size: 0;
}

.slick-next {
  background: url(../images/slidernext.svg);
  background-size: contain;
  width: 38px;
  height: 38px;
  border: none;
}

.slick-prev {
  background: url(../images/sliderprev.svg);
  background-size: contain;
  width: 38px;
  height: 38px;
  border: none;
}

.common-single-category img {
  width: 87px;
  height: 87px;
  object-fit: cover;
  border-radius: 50%;
}

.common-single-category h6 {
  color: var(--greyf1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 15px;
}

.common-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.common-title a {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.common-title a:hover {
  color: var(--orange);
}

.common-title h5 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.all-cate-slider-main-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.date-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.all-channels-main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  margin-bottom: 30px;
}

.all-featured-videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin-bottom: 30px;
}

.single-video-card {
  background: var(--black1c);
}

.single-video-card-content h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}

.single-video-card-content p {
  color: var(--greydd);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.single-video-card-content {
  padding: 15px;
}

p.orange-text {
  color: var(--orangef3);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}

.play-save img {
  cursor: pointer;
}

.play-save {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-video-card-img-main img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.single-video-card-img-main {
  position: relative;
}

.single-channel-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 304px;
}

.single-channel-main .orange-bordered-btn {
  margin-bottom: 12px;
}

.single-channel-main p {
  color: var(--greydd);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-channel-main {
  border-radius: 5px;
  background: var(--black1c);
  position: relative;
  z-index: 1;
}

.single-channel-main::after {
  position: absolute;
  content: "";
  bottom: -5px;
  background: url("../images/borderbottom.svg") no-repeat;
  background-size: contain;
  width: calc(100% - 20px);
  height: 10px;
  left: 10px;
  z-index: 0;
}

.single-channel-main h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 7px;
}

.single-channel-main img {
  width: 100px !important;
  height: 100px !important;
  /* object-fit: cover; */
  margin-bottom: 12px;
}

.orange-bordered-btn {
  background: transparent;
  border-radius: 2px;
  border: 1px solid var(--orangef3);
  color: var(--orangef3);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 14px;
}

.orange-bordered-btn:hover {
  background: var(--orange);
  color: var(--white);
}

.all-category-main-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 6px;
}

span.red-badge {
  background: #df1c1c;
  padding: 5px 11px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

span.gray2-badge {
  background: #a4a4a4;
  padding: 5px 11px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

span.gray1-badge {
  background: #a4a4a4;
  padding: 5px 11px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  right: 60px;
}

span.gray0-badge {
  background: #a4a4a4;
  padding: 5px 11px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  right: 110px;
}

.black-select {
  background-color: var(--black1c);
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border: none;
  background-image: url("../images/selectbg.svg");
  box-shadow: none !important;
}

.single-frollowing-main.single-channel-main {
  width: 100%;
  height: 264px;
}

.show-hide-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.profile-top-section-single {
  background: var(--black1e);
  padding: 30px 20px;
}

.profile-top-section-single p {
  color: var(--greydd);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile-top-section-single h4 {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}

.profile-top-section-single-bottom:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(96%) saturate(2409%)
    hue-rotate(11deg) brightness(96%) contrast(101%);
}

.profile-top-section-single-bottom:hover span {
  color: var(--orange);
}

.profile-top-section-single-bottom span {
  color: var(--greydd);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile-top-section-single-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 27px 10px 0 10px;
  border-top: 1px solid #ffffff40;
  margin-top: 30px;
}

.profile-top-section-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 21px;
  margin-bottom: 30px;
}

.visibility-hidden {
  visibility: hidden !important;
}

.mt30 {
  margin-top: 30px;
}

.video-play-area iframe {
  width: 100%;
  height: 454px;
  object-fit: cover;
}

.pr30 {
  padding-right: 30px;
}

.main-theme-color {
  color: var(--orangef3);
}

.SingleUpComingVideo-main {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.SingleUpComingVideo-main-image span.red-badge {
  padding: 4px 9px;
  font-size: 12px;
}

.SingleUpComingVideo-main-image img {
  max-width: 230px;
  max-height: 110px;
  object-fit: cover !important;
}

.SingleUpComingVideo-main-image {
  position: relative;
}

.SingleUpComingVideo-content span {
  color: var(--greydd);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.SingleUpComingVideo-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 6px;
}

.SingleUpComingVideo-content h6 {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 6px;
}

.upcoming-video-views-date {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.all-upcoming-videos {
  display: flex;
  align-items: flex-start !important;
  justify-content: left;
  grid-gap: 16px;
  flex-direction: column;
}

.video-detail-all-content-main p {
  color: var(--greydd);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.video-detail-all-content-main h6 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.like-dislike-share-copy {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.like-dislike-share-copy-icon {
  border-radius: 50%;
  background: #2e2e2e;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  cursor: pointer;
}

.like-dislike-share-copy-single {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.video-detail-all-content-main {
  background: var(--black1c);
  padding: 20px 25px 35px 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.profile-with-comment .form-control::placeholder {
  color: var(--greydd);
  font-size: 14px;
}

.profile-with-comment .form-control {
  background: transparent;
  color: var(--greydd);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-width: 0 0 1px 0 !important;
  border-color: var(--greydd) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}

.profile-with-comment p {
  font-size: 14px;
  font-style: normal;
  color: #dddddd;
  font-weight: 500;
  line-height: normal;
}

.single-user-comment:not(:last-child) {
  border-bottom: 1px solid #252525;
}

.all-user-comment {
  max-height: 420px;
  overflow-y: auto;
}

.single-user-comment {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.profile-with-comment {
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
}

.profile-with-comment img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-detail-and-follow-btn-left p {
  color: #a4a4a4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.profile-detail-and-follow-btn-left h6 {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.profile-detail-and-follow-btn-left {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.profile-detail-and-follow-btn-left img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-detail-and-follow-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--black1c);
  padding: 24px;
  margin-bottom: 20px;
}

.other-details-of-video-single:not(:last-child) {
  margin-bottom: 24px;
}

.other-details-of-video-single p {
  color: #a4a4a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.other-details-of-video-single h5 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 7px;
}

.other-details-of-video-main {
  background: var(--black1c);
  padding: 24px;
  margin-bottom: 20px;
}

.dark-badge {
  border-radius: 2px;
  background: #292929;
  padding: 6px 10px;
  color: var(--greycc);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.other-details-of-video-tags {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  flex-wrap: wrap;
}

.seek-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.profile-manage {
  margin-right: 20px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.checkbox-grid .form-check-label {
  color: white;
  /* Ensure label text is white */
}

.channel-detrail-title.active {
  font-weight: 800;
}

.channel-detrail-title {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 30px;
}

.grey-badge-single img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.grey-badge-single:hover {
  opacity: 0.8;
}

.grey-badge-single {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #d9d9d9;
}

.all-grey-badges {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-upload {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}

.file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-icon {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.thumbnail-upload-icon {
  width: 100%;
  height: 158px;
  object-fit: cover;
  border-radius: 8px;
}

.thumbnail-upload {
  width: 100%;
  height: 100%;
}

.error-feedback {
  color: red;
  font-size: 0.875rem;
}

.already-following img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.already-following {
  position: absolute;
  top: 10px;
  right: 10px;
}

.progressBar {
  height: 4px;
  background-color: #444;
  border-radius: 2px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background-color: #ff6600;
  transition: width 0.5s ease-in-out;
}

/* .share-icon {
 
} */
.subscription-packages-tabbing .nav-pills .nav-link.active {
  background: var(--white);
  color: var(--black);
}

.subscription-packages-tabbing .nav-pills .nav-link {
  background: transparent;
  border-radius: 0;
  padding: 12px;
  color: var(--white);
  border: 1px solid var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.subscription-packages-tabbing .nav-pills {
  justify-content: center !important;
  grid-gap: 15px;
  margin-bottom: 25px;
}

.subscription-page-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  background: var(--orange);
  background-size: contain;
}

.subscription-page-inner p {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
  margin-bottom: 30px;
}

.subscription-page-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 25px;
}

.subscription-page-main {
  background: #fffcf9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 60px 0 30px 0;
}

.subscription-packages-tabbing-content-white-radio .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
}

.subscription-packages-tabbing-content-white-radio input {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-width: 3px;
}

.subscription-packages-tabbing-content-white-radio label {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.subscription-packages-tabbing-content-white-radio {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.subscription-packages-tabbing-content-white-radio .form-check-input:checked {
  background-color: transparent !important;
  border-color: var(--white);
  box-shadow: none !important;
  background-size: 35px;
}

.subscription-packages-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.already-subscribed-inner ul li:not(:last-child),
.subscription-packages-single ul li:not(:last-child) {
  margin-bottom: 15px;
}

.already-subscribed-inner ul li::after,
.subscription-packages-single ul li::after {
  content: "";
  background: url("../images/listingpre.svg") no-repeat;
  width: 20px;
  height: 20px;
  right: calc(100% + 10px);
  top: 6px;
  background-size: contain;
  position: absolute;
}

.already-subscribed-inner ul li,
.subscription-packages-single ul li {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  line-height: 150%;
  text-align: left;
  list-style-type: none;
}

.subscription-packages-single ul,
.already-subscribed-inner ul {
  padding-left: 30px;
  max-height: 200px;
  overflow: auto;
}

.subscription-packages-single h3 span {
  font-size: 18px;
  font-weight: 500;
}

.subscription-packages-single h3 {
  color: var(--black);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
}

.subscription-packages-single h5 {
  color: var(--black);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
}

.subscription-packages-single:hover {
  background: url("../images/packagebg.png") no-repeat;
  background-size: cover;
  transition: all 0.4s;
}

.subscription-packages-single {
  padding: 50px 30px 25px 30px;
  background: #fffcf9;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  min-height: 518px;
  position: relative;
  text-align: left;
  width: 420px;
  cursor: pointer;
  /* transition: all 0.4s; */
}

.subscription-packages-single .proceed-to-pay {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}

.subscription-packages-single:hover .proceed-to-pay,
.proceed-to-pay:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  transition: all 0.4s;
}

.proceed-to-pay {
  border-radius: 1.5px;
  border: 1px solid var(--black);
  padding: 18.5px;
  color: var(--black);
  font-size: 15.61px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: transparent;
}

.already-subscribed-inner {
  background: #fffcf9;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 25px;
  max-width: 730px;
  margin: 0 auto 35px auto;
}

.already-subscribed-inner-top p {
  color: #444444;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 0;
}

.already-subscribed-inner-top h6 {
  color: var(--orange);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.already-subscribed-inner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.already-subscribed-inner-middle h3 span {
  color: #444444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.already-subscribed-inner-middle h3 {
  color: var(--orange);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.already-subscribed-inner-middle h5 {
  color: var(--black);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.already-subscribed-inner-middle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: center;
}

.already-subscribed-inner ul li::after {
  right: calc(100% - 20px);
}

.already-subscribed-inner ul li {
  padding-left: 30px;
}

.already-subscribed-inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  padding-left: 0;
}

.already-subscribed-bottom h6 {
  color: var(--black);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}

/* slider.css */
.range-slider .range-slider__thumb,
.range-slider .range-slider__range {
  background: var(--orange);
}

.range-slider {
  background: #1e1e1e;
}

.range-slider .range-slider__thumb {
  width: 20px;
  height: 20px;
}

.videos-viewed {
  margin-bottom: 30px;
}

.videos-uploaded h5,
.videos-viewed h5 {
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: left;
}

.range-slider-wrapper span {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.range-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-overlay-main {
  width: 100vw;
  max-height: calc(100vh - 88px);
  overflow-y: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9;
  height: 100vh;
  bottom: 0;
  overflow-y: auto;
  padding: 25px;
}

.search-overlay-close {
  position: sticky;
  top: 0;
  left: 100%;
  filter: invert(1);
  cursor: pointer;
  z-index: 2;
  float: right;
}

.all-searched-channels span.red-badge {
  padding: 3px 7px;
  font-size: 10px;
}

.all-searched-channels .date-view {
  display: none;
}

.all-searched-channels .single-channel-main img {
  width: 80px;
  height: 80px;
}

.all-searched-channels .single-channel-main {
  height: auto;
  padding: 25px 10px;
}

.all-searched-channels p.orange-text,
.all-searched-channels .single-video-card-content h6,
.all-searched-channels .single-channel-main p,
.all-searched-channels .single-channel-main h6 {
  font-size: 12px;
}

.all-searched-channels .orange-bordered-btn {
  padding: 5px 10px;
  font-size: 12px;
}

.all-searched-channels .single-video-card-img-main img {
  height: 160px;
}

.all-searched-channels {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
}

.single-searched-items-main h5 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.single-searched-items-main {
  margin-bottom: 20px;
}

body.search-active {
  overflow: hidden !important;
}

.css-13cymwt-control,
.css-t3ipsp-control {
  background-color: var(--black1e) !important;
  border-color: var(--black1e) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.css-13cymwt-control,
.css-t3ipsp-control {
  min-height: 52px !important;
}

.css-b62m3t-container {
  min-height: 52px !important;
}

.already-subscribed-inner ul li {
  margin-bottom: 0 !important;
}

.already-subscribed-inner ul {
  max-width: calc(100% - 150px);
  margin: auto;
}

.divide-category {
  margin-top: 25px;
}

.less-than-eight-cat {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 6px;
  margin-bottom: 20px;
  overflow: auto;
}

.less-than-eight-cat .common-single-category.active {
  border: 2px solid var(--orange);
}

.chatdemo h1 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
  position: fixed;
  background: var(--blackbg);
  /* padding: 20px; */
  width: 100%;
  position: fixed;
}

.chatdemo.chatflex h1 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -20px;
  position: fixed;
  background: var(--blackbg);
  padding: 18px;
  width: 100%;
  position: fixed;
}

.chatpageinner .text-start p,
.chatpageinner .text-end p {
  width: fit-content;
  background: var(--orange);
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
  margin-bottom: 5px;
  max-width: 700px;
  overflow-wrap: anywhere;
  text-align: left;
}

.chatpageinner .text-end {
  display: flex;
  justify-content: end;
}

.chatdemo {
  position: relative;
  left: -30px;
  top: -30px;
}

.message-passing {
  justify-content: center;
  position: fixed;
  bottom: 10px;
  margin-right: 0;
  left: 30%;
}

.chatdemo-inn {
  /* padding-top: 80px; */
  padding-bottom: 35px;
}

.message-passing button {
  background: var(--orange);
  color: var(--white);
  width: 100px;
  border-radius: 5px;
}

.message-passing .form-control {
  width: 800px;
  background: var(--black1c);
  border: none;
  color: white;
  box-shadow: none;
}

.chatdemo-inn .text-start {
  margin-bottom: 10px;
}

.chatdemo-inn .text-start span {
  font-size: 10px;
}

.chatdemo-inn .text-end {
  margin-bottom: 10px;
}

.chatdemo-inn .text-end span {
  font-size: 10px;
}

.chatpageinner .inneflex {
  display: flex;
  flex-direction: column;
}

.subscription-page-inner .planchange-btn {
  color: white;
  border: black;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.planchange-btn button {
  box-shadow: none;
  background: black;
  border-radius: 2px;
  border: 1px solid var(--black);
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 14px;
  margin-right: 10px;
  /* transition: all 0.4s; */
}

.planchange-btn button:hover {
  color: var(--orange);
  transition: all 0.4s;
  background-color: white;
  border-color: var(--black);
}

.chatdemo-inn-bottom {
  background: var(--blackbg);
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 2;
  bottom: 0;
}

/* Ensure the dataBar is visible when the player is in fullscreen */
.player-wrapper.fullscreen .data-bar {
  display: block !important;
  /* Force show in fullscreen */
}

/* Ensure the seek animation is visible in fullscreen */
.player-wrapper.fullscreen .seek-animation {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
}

.text-end .inneflex {
  display: flex;
  align-items: end;
}

.forgetPageLink {
  color: white;
}

.model-color {
  background: var(--blackbg);
}

.model-color .h4 {
  color: white;
}

video#localVideo {
  width: 200px;
  margin: 0 auto;
  position: relative;
  /* margin-top: -186px;
  position: absolute; */
  /* position: fixed; */
  right: 46px;
}
video#localVideo {
  width: 200px;
  margin-left: auto;
  position: relative;
  right: 70px;
  left: inherit;
  width: 100%;
  max-width: 200px;
}
.controls {
  display: flex;
  justify-content: center;
  grid-gap: 40px;
  /* padding: 10px 20px; */
  border-radius: 50px;
  align-items: center;
  /* position: relative;
  bottom: 80px; */
}
.positionblock {
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.chatflex button {
  background: var(--white) !important;
  position: fixed;
  color: var(--orange);
  padding: 5px;
  font-weight: bold;
  border-radius: 7px;
  width: 120px;
  margin-left: -65px;
  border: 1px solid var(--orange);
}

.chatflex button:hover {
  background: var(--orange) !important;
  color: var(--black);
}

.special {
  cursor: default;
}

.notificaion-count {
  height: 18px;
  width: 18px;
  background-color: var(--orange);
  border-radius: 20px;
  color: white;
  position: absolute;
  top: -5px;
  left: 15px;
  padding: 3px;
  border: 1px solid var(--white);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 10px;
}
video#main_video {
  width: 100%;
  height: calc(100vh - 175px);
  position: relative;
  object-fit: cover;
}

.singuplogo {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.qb-video-vbot {
  text-align: right;
}
.notificaion-count:empty {
  display: none;
}

.modal-header {
  border: none;
}

.modal-content {
  border-radius: 10px;
}

.modal-footer {
  border: none;
}

.react-datetime-picker__inputGroup {
  padding: 7px 18px;
  color: #cccccc;
}

.field-sec .form-control {
  padding: 10px 20px;
}

.react-datetime-picker__button:enabled .react-datetime-picker__button__icon {
  stroke: #cccccc;
}

.react-datetime-picker__button:enabled:hover
  .react-datetime-picker__button__icon {
  stroke: var(--orange);
}

.model-color.modal-footer button {
  background: var(--orange);
  border: none;
}

.model-color.modal-footer button:hover {
  background: white;
  color: var(--orange);
}

.model-color-data button {
  background: var(--orange);
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: var(--white);
}

.model-color-data button:hover {
  background: white;
  color: var(--orange);
}

.model-color.modal-header button {
  filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(25%)
    hue-rotate(188deg) brightness(107%) contrast(100%);
}

.message-color-cls input::placeholder {
  color: white;
}

.controls img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.hangupbutton {
  padding: 0px !important;
}

.common-title a:hover {
  color: var(--orange);
}

/* .seehover p:hover {
  color: var(--orange) !important;
} */
.common-title .seehover p {
  color: white;
  cursor: pointer;
}

.common-title .seehover p:hover {
  color: var(--orange);
}

.notification-popup {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  justify-content: end;
  margin-top: 0px;
}

.notfiymain a.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.notfiymain .dropdown-item span {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 500px;
  overflow: hidden;
  white-space: normal;
}

.watchicon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7475%)
    hue-rotate(285deg) brightness(103%) contrast(106%);
  width: 18px;
}

.watchicon {
  background: #f1f1f1;
  width: 24px;
  height: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.dropdown-menu.show {
  display: block;
  max-height: 280px;
  overflow-y: scroll;
}

.main-sidebar-wrapper-inner-list-wrapper {
  position: relative;
  transition: all 0.4s;
  height: 100%;
  overflow: scroll;
}

.collapse-btn {
  position: absolute;
  /* background: var(--orange); */
  border: 1px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 26px;
  transition: all 0.4s;
  display: none !important;
}

.main-sidebar-wrapper.sidebar-is-close .collapse-btn {
  transform: rotate(180deg);
  transition: all 0.4s;
}

.main-sidebar-wrapper.sidebar-is-close {
  width: 70px;
  transition: all 0.4s;
  /* overflow-x: hidden; */
}

.main-sidebar-wrapper.sidebar-is-close ul li {
  padding: 17px 10px;
  transition: all 0.4s;
}

.main-sidebar-wrapper.sidebar-is-close ul li span {
  display: none;
  transition: all 0.4s;
}

.main-sidebar-wrapper.sidebar-is-close ul li a {
  justify-content: center;
  transition: all 0.4s;
}

body:has(.sidebar-is-close) .all-main-content {
  width: calc(100vw - 70px);
  transition: all 0.4s;
}

button.orange-btn.upload {
  width: 100% !important;
}
button.orange-btn.upload.savebutton {
  width: 15% !important;
}

.view-content-main {
  cursor: pointer;
}
.clearnotification {
  background: var(--white) !important;
  color: var(--orange);
  padding: 5px;
  font-weight: bold;
  border-radius: 7px;
  /* margin-left: -65px; */
  border: 1px solid var(--orange);
}
.clearnotification:hover {
  background: var(--orange) !important;
  color: var(--black);
}
.clearall-notificaion {
  display: flex;
  justify-content: end;
}
.ring-gold img {
  border: 3px solid goldenrod;
}

.ring-silver img {
  border: 3px solid silver;
}

.ring-copper img {
  border: 3px solid #dc7f64;
}
.profile-block p {
  margin-bottom: 10px;
}
.userprofile p {
  margin-bottom: 5px;
  font-size: 16px;
}
.profile-block {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding: 5px 5px 10px 5px;
}
.userprofile-view button {
  background: transparent;
  border-radius: 2px;
  border: 1px solid var(--orangef3);
  color: var(--orangef3);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 25px;
}
.userprofile-view button:hover {
  background: var(--orange);
  color: var(--white);
}
.userprofile-view {
  display: flex;
  justify-content: end;
}
.userprofile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: 100%;
}
.profile-img img {
  width: 100px;
  height: 100px;
}
.css-v7duua {
  color: var(--black);
}

.notify .dropdown-item:focus,
.notify .dropdown-item:hover {
  background-color: transparent !important;
}
.focusdown.dropdown-item:focus {
  background-color: transparent !important;
}
.all-interested-categories::-webkit-scrollbar {
  display: block !important;
}
.all-interested-categories::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.all-interested-categories::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.all-interested-categories::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  /* border: 2px solid #555555; */
}
.slick-slide {
  text-align: center !important;
  min-width: 160px !important;
}
.field-sec .arrowhide.form-select {
  background-image: none;
}
.signuptext {
  color: var(--orange);
  cursor: pointer;
}

.model-content-data {
  color: var(--white);
  margin-left: 20px;
}

.model-content-data :not(:last-child) {
  margin-bottom: 15px;
}

.confirm-payment-status {
  background-color: green;
  padding: 5px;
  margin: 2px;
  border-radius: 5px;
  border: solid 1px white;
}

.error-payment-status {
  background-color: red;
  padding: 5px;
  margin: 2px;
  border-radius: 5px;
  border: solid 1px white;
}
.sidebar-arrow {
  display: flex;
  justify-content: space-between;
}
.sidebar-arrow img {
  cursor: pointer;
}
.trending-side-channel {
  cursor: pointer;
}
.addresourcebtn-main {
  display: flex;
  justify-content: center;
}
.addresourcebtn {
  max-width: 150px;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
}
.sidebar-is-close .addresourcebtn {
  display: none;
}
.upload-page-text {
  cursor: pointer;
  color: var(--white);
}
.model-content-data h5 {
  font-weight: 200;
  line-height: 1.2;
  font-size: 16px;
  color: var(--bs-heading-color);
}
.model-content-data h5:not(:first-child) {
  margin-top: 30px;
}
div#contained-modal-title-vcenter {
  font-size: 20px;
}
.onpost{
  display: none;
}