/*******************
 * Reset style
 * *****************
 */

@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html,
body {
  height: 100%;
}

:root {
  --primary-blue: #3086e3;
  --border-color: #25262a;
}

li {
  list-style: none;
}

input,
button,
textarea {
  outline: none;
  border: none;
}

select,
button:focus,
button:active,
input,
.page-link:focus {
  outline: none;
  box-shadow: none !important;
}

textarea {
  resize: none;
  box-shadow: none !important;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

a {
  outline: none;
}

body {
  font-family: "Google Sans", sans-serif;
  color: #5f5f5f;
}

h1,
h2 {
  font-weight: 800 !important;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}



p,
a {
  font-family: "Google Sans", sans-serif;
}

.navbar-absolute {
  position: absolute;
  z-index: 1010;
  width: 100%;
}

iframe {
  border: 0;
  outline: 0;
  width: 100% !important;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.btn:hover:not(.e-none) {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  cursor: inherit;
  font-size: 100px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 7rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 38rem;
  background-color: #777;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.card {
  border: 1px solid rgba(111, 111, 111, 0.125);
}

.noscroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

.progress-xs {
  height: 8px;
}

/** NEW **/
.lh-inherit {
  line-height: inherit !important;
}

input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  cursor: inherit;
  font-size: 100px;
}

.text-featured {
  color: #ffc107 !important;
}

.popout {
  cursor: pointer;
  display: none;
  padding: 14px 10px;
  background: #000;
  color: rgb(255, 255, 255);
  font-size: 16px;
  position: fixed;
  z-index: 1100;
  overflow: hidden;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
}

.popout-error {
  background: #f00 !important;
}

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear !important;
  animation: fa-spin 1s infinite linear !important;
}

.wrap-full-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  /*background: #2C2C2C;*/
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  padding: 10px 20px 20px 20px;
  overflow: auto;
}

img.imageFull {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  cursor: zoom-in;
  margin: 0 auto;
  position: relative;
}

.details-full-image {
  padding: 10px 0;
  color: #FFF;
  text-align: right;
  margin-bottom: 30px;
  font-size: 25px;
}

.icon-close {
  font-size: 40px;
  line-height: 17px;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  color: #FFF;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.viewFull {
  cursor: zoom-in;
}

.container-image {
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #252525a6;
}

.content-locked {
  background: #ececec;
}

.showBanner {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  bottom: 0;
  padding: 10px;
}

.icon-equis {
  font-size: 25px;
  line-height: normal;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  border-radius: 50%;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 5px;
}

.readmore-js-collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff 95%);
  z-index: 40;
}

.text-word-break {
  word-break: break-word;
}

.counterLike {
  font-size: 14px;
}

.post-options {
  font-size: 7px;
  margin-top: 15px;
}

.actionDelete {
  cursor: pointer;
}

a.active>i.fas.fa-heart {
  color: #F00;
}

.li-group {
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.notify {
  z-index: 10;
  top: 0;
  right: 0;
  position: absolute;
  padding: 3px 8px;
  background: #F00;
  color: #FFF;
  line-height: normal;
  font-weight: bold;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  border-bottom: 1px solid #DADADA;
  font-size: 11px;
}

#noti_notifications,
#noti_msg {
  display: none;
}

.c-pointer {
  cursor: pointer !important;
}

.animated-ellipsis-container {
  display: inline-block;
  height: 16px;
  width: 16px;
  transform: translateZ(0);
}

.animated-ellipsis {
  animation: ellipsis 1s infinite;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

@keyframes ellipsis {
  0% {
    width: 2px
  }

  to {
    width: 16px
  }
}

.cover-user:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, .4);
  left: 0;
  top: 0;
}

.video-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.readmore-js-toggle {
  text-align: center;
}

.verify-notice {
  display: block;
  padding: 14px 10px;
  background: #F00;
  color: rgb(255, 255, 255);
  font-size: 16px;
  z-index: 1100;
  overflow: hidden;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
}

.verified,
.bi-patch-check-fill {
  color: #2695ef !important;
}

.border-dashed {
  border-style: dashed !important;
}

.rt-icons i {
  font-size: 17px !important;
  color: #616161;
}

.auth-theme-dark .text-muted,
.auth-theme-dark small {
  color: #616161 !important;
  font-size: 13px !important;
}

.rt-icons a,
.rt-icons span,
.rt-icons small {
  color: #616161 !important;
  font-size: 13px !important;
}

.video-js {
  width: 100%;
}

.StripeElement {
  box-sizing: border-box;
  height: calc(2.75rem + 2px);
  padding: 14px 18px;
  background-color: white;
  transition: box-shadow .15s ease;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  border-radius: .25rem;
}

.StripeElement--focus {
  border-color: #3c8dbc;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.avatar-modal {
  border: 3px solid #FFF;
  background-color: #FFF;
}

.modal-offset {
  margin-top: -90px;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.blocked {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 300;
}

.blocked span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-search {
  color: #DDD;
  background: none;
  position: absolute;
  right: 10px;
  cursor: pointer;
  outline: none;
  border: none;
}

.modal-content {
  background: #000;
  border: solid 1px #333;
}

.modal-content .form-control,
.modal-content .input-group-text {
  background: none !important;

}

.or:after,
.or:before {
  content: "";
  display: block;
  background: #545454;
}

.modal-content .input-group-text {
  color: #727272 !important;
}

.modal-content .input-group-alternative {
  border: solid 1px #1d1d1f !important;

}

.modal-title {
  color: #fff;
  font-size: 35px;
  font-weight: 500 !important;
  font-family: "Google Sans", sans-serif;
}

button:hover.button-search,
button:focus.button-search,
button:active.button-search {
  box-shadow: none !important;
  background: none !important;
  color: inherit !important;
  transform: none
}

.input-search {
  border-radius: 60px;
  padding: 12px 20px !important;
  height: 40px !important;
}

.carousel-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, .2);
  left: 0;
  top: 0;
}

.dropdown-toggle::after {
  margin-left: 0.1em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-nav a.nav-link:not(.btn) {
  color: #FFF;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-link:hover:not(.search):not(.btn):not(.link-nav),
.nav-link:active:not(.search):not(.btn):not(.link-nav),
.nav-link:focus:not(.search):not(.btn):not(.link-nav) {
  color: #FFF;
}

.link-scroll a.nav-link:not(.btn) {
  color: #3a3a3a;
}

.link-scroll a.nav-link:hover:not(.search):not(.btn),
.link-scroll a.nav-link:active:not(.search):not(.btn),
.link-scroll a.nav-link:focus:not(.search):not(.btn) {
  color: #969696;
}

.nav-link.search:hover,
.nav-link.search:active,
.nav-link.search:focus {
  color: white;
}

.dropdown-menu:not(.dropdown-emoji) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  /* box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15); */
  border-radius: 0.125rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 13px;
  line-height: 18px;
  background: #000000e3;
  box-shadow: none !important;
  border: solid 1px #1d1d1f !important;

}

.dropdown-emoji {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0.125rem;
  font-size: 13px;
  line-height: 18px;
}

.dd-menu:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -5px;
  left: 10px;
  right: auto;
  color: #FFFFFF;
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.dd-menu-user:before {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  content: "";
  top: -5px;
  right: 10px;
  left: auto;
  color: #FFFFFF;
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.dropdown .dropdown-menu {
  -webkit-transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -o-transform: translate3d(0, -25px, 0);
  -ms-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}

.dropdown.show .dropdown-menu,
.dropdown-menu.open {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.dropdown.show .dropdown-menu {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -o-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.dropdown-toggle::after {
  margin-left: 0.1em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  font-weight: 400;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  content: "\f107";
  font-size: 14px;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  vertical-align: baseline;
}

.text-shadow-trans {
  text-shadow: 0 1px 4px #333333b3;
}

.navbar .nav-item {
  margin-left: 2px;
  margin-right: 2px;
}

.sidebar-overlay .navbar .navbar-collapse {
  z-index: 100;
}

@media (min-width: 768px) {
  .py-large {
    padding-top: 6rem !important;
  }

  .py-large {
    padding-bottom: 6rem !important;
  }
}

/*** max-width 991 ***/
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: fixed;
    right: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background: #FFF;
    z-index: 999999;
    overflow-y: scroll;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 15px;
  }

  .navbar .navbar-collapse .close-menu {
    color: #000;
    padding: 2px 4px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    font-weight: 100;
    text-decoration: none;
  }

  .dd-menu:before,
  .dd-menu-user:before {
    border: none;
  }

  .carousel-caption .display-4 {
    font-size: 3.1rem;
  }

  .item h5 {
    line-height: 1.2 !important;
  }

  .social-links {
    text-align: center !important;
    margin-top: 10px;
  }

  .list-social {
    float: none !important;
  }

  .copyright {
    text-align: center;
  }

  .btn-create {
    margin-top: 10px;
  }

  .navbar .navbar-collapse.show {
    right: 0;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:not(.btn) {
    color: #000000;
  }

  .input-search {
    border: 1px solid #c1c1c1 !important;
  }

  .navbar .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: .25rem;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    padding: .625rem;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown.show .dropdown-menu,
  .dropdown-menu.open {
    display: block;
    box-shadow: none;
  }

  .home,
  .homepage {
    padding-bottom: 50px !important;
  }

  .homepage {
    padding-top: 100px !important;
  }

  .img-post {
    height: 250px !important;
  }

  .btn-w {
    width: 100%;
  }

  .btn-w-mb {
    width: 100%;
    margin-bottom: 10px;
  }

  .first {
    order: 1;
  }

  .second {
    order: 2;
  }

  .link-border {
    float: none !important;
  }

  .btn-profile {
    margin-bottom: .5rem !important;
  }

  .btn-profile,
  .w-small-100 {
    width: 100%;
  }

  .d-flex-user {
    display: inherit !important;
  }

  .navbar-collapse .navbar-toggler {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }

  .navbar-collapse .navbar-toggler span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    background: #283448;
  }

  .navbar-collapse .navbar-toggler :nth-child(1) {
    transform: rotate(135deg);
  }

  .navbar-collapse .navbar-toggler :nth-child(2) {
    transform: rotate(-135deg);
  }

  .section-sm {
    padding-bottom: 48px !important;
  }

  .avatar-chat {
    width: 25px;
    height: 25px;
  }

  .loading-name {
    width: 60% !important;
  }

  .loading-time {
    width: 40% !important;
  }
}

/* End 991px */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar .navbar-nav .nav-item .nav-link:not(.btn).active {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: white;
  background-color: #007bff;
}

[class^="ribbon-"] {
  position: absolute;
  margin-bottom: 80px;
}

[class^="ribbon-"]:before,
[class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-1 {
  width: 30px;
  height: 40px;
  background: #ff9800;
  top: -6px;
  left: 25px;
}

.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #d07e05;
  border-right: 6px solid transparent;
  right: -6px;
}

.ribbon-1:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ff9800;
  border-right: 15px solid #ff9800;
  border-bottom: 10px solid transparent;
  bottom: -10px;
}

.ribbon-1 i {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #FFF;
}

.item>a::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item h5 {
  line-height: 3.0;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  z-index: 5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent !important;
  transform: scale(.9);
}

.owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 50%;
  transform: scale(.6);
  transition: all .3s ease-in-out;
  opacity: .7;

  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.bg-dark-2 {
  background-color: #1b1b1b;
}

.bg-dark-3 {
  background-color: #212121;
}

.link-footer,
.ico-social {
  color: #999;
}

.btn-main:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.btn-main i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.btn {
  padding: .625rem 1.25rem;
}

.btn-sm,
.btn-group-sm>.btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

.jumbotron-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, .3);
  left: 0;
  top: 0;
}

.custom-select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23a5a5a5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px
}

/* main>div.section:nth-child(odd) {
  background-color: white;
}

main>div.section:nth-child(even) {
  background-color: #fbfafd !important;
} */

.fixed-top {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.home {
  padding: 150px 0;
}

.homepage {
  padding: 70px 0;
}

.p-nav {
  padding: 1rem;
}

.p-nav-scroll {
  padding: .7rem !important;
}

.jumbotron {
  border-radius: 0 !important;
}

.img-user {
  width: auto !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #FFF;
}

.ico-social {
  font-size: 20px;
}

a:hover.link-border {
  text-decoration: none;
}

a.link-border {
  border-bottom: 1px solid;
}

.card-cover {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  height: 242px !important;
  padding: 1rem;
}

.dark-bgs {
  background: #000 !important;
}

.hide-1 {
  display: none !important;
}

.card-avatar {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 80px;
  background-color: transparent !important;
  border-radius: 50%;
}

.card-avatar img {
  width: 50px;
  height: 50px;
}

.section-sm {
  padding: 78px 0;
}

.facebook-btn {
  color: #3e5c9b !important;
}

.twitter-btn {
  color: #1da1f2 !important;
}

.alert-success {
  background-color: #00a65a;
  border-color: #00a65a;
  color: #FFF;
}

.alert-danger {
  color: #FFF;
  background-color: #FF0000;
  border-color: #FF012A;
}

.alert-primary {
  color: #fff;
  border-color: #7889e8;
  background-color: #7889e8;
}

.alert-warning {
  color: #1f2d3d;
  background: #ffc107;
  border-color: #edb100;
}

.alert-dismissible .close {
  color: #FFF;
  text-shadow: none;
}

.close {
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: none;
  opacity: .9;
}

.page-link:hover {
  color: #FFF;
}

.page-link {
  border-radius: 35px !important;
  border: none;
  margin-right: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 35px;
  min-width: 35px;
  text-align: center;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 3.5rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2%;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(90deg, white, transparent);
  z-index: 40;
}

.nav-scroller-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2%;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(-90deg, white, transparent);
  z-index: 40;
}

.btn-category {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-category:hover,
.active-category {
  border-color: #333 !important;
}

.input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: .625rem .75rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: 1px solid #cad1d7;
  border-radius: .25rem;
  background-color: #fff;
  align-items: center;
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

.input-group-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.form-control {
  height: calc(2.75rem + 2px);
  padding: .625rem .75rem;
}

.custom-control-input:not(:disabled):focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-checkbox .custom-control-input~.custom-control-label,
.custom-control-label {
  font-size: .875rem;
  cursor: pointer;
}

.custom-control-label:not(.switch)::before {
  position: absolute;
  top: .125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  box-shadow: none;
}

.custom-control-label::after {
  position: absolute;
  top: .125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.input-group .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

#loginFormModal .input-group .form-control {
  color: #fff;
}

#loginFormModal .input-group .form-control::placeholder {
  color: #fff;
}

.form-control:focus,
.custom-select:focus {
  border-color: #ced4da !important;
  outline: 0;
  color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 0 rgba(50, 151, 211, .5);
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
  background: #3b579d;
  color: #ffffff;
}

.btn-google,
.btn-google:hover,
.btn-google:active,
.btn-google:focus {
  background: #fff;
  border-color: #ccc;
  color: #333;
}

.shadow-custom {
  box-shadow: 0 5px 16px rgba(0, 9, 128, .05);
}

.btn-danger {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-pills .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding: .75rem 1rem;
  transition: all .15s ease;
  color: #5e72e4;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

.dropdown-item.balance:hover {
  background: #FFF !important;
  color: #212529;
}

.page-item.disabled .page-link {
  color: #9daebd;
}

.img-profile-user {
  margin-top: -100px !important;
}

.modal-danger .modal-content {
  color: #fff;
  background-color: #f5365c;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, .075);
}

.focused .form-control {
  border-color: rgba(50, 151, 211, .25);
}

.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-white:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

.text-muted {
  color: #8898aa !important;
}

.btn-sm,
.btn-group-sm>.btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .50rem 1.8rem;
  border-radius: .25rem;
}

.btnLike:hover {
  text-decoration: none !important;
}

.bg-success {
  background-color: #2dce89 !important;
}

.nav-profile {
  border-bottom: 3px solid rgba(159, 163, 177, 0.07);
}

.nav-profile a,
.nav-profile li.active a:hover,
.nav-profile li.active a:active,
.nav-profile li.active a:focus {
  color: #333;
}

.nav-profile a:hover {
  text-decoration: none;
}

.sm-btn-size {
  color: #333;
  font-weight: bold;
  font-size: 17px !important;
  line-height: 15px;
  text-align: center;
}

.font-icon-lg {
  font-size: 120px;
}

.d-flex-user {
  display: flex;
}

.link-share {
  font-size: 16px;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 380px;
  }
}

.pb-lg,
.py-lg {
  padding-bottom: 6rem !important;
}

.pt-lg,
.py-lg {
  padding-top: 6rem !important;
}

.ico-no-result {
  color: #c5c5c5;
  border: 3px solid #c5c5c5;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  font-size: 60px;
  width: 150px;
  height: 150px;
  display: block;
  line-height: 150px !important;
  margin: 0 auto;
}

.popout-success {
  background-color: #2dce89 !important;
}

.headerModalOverlay:before {
  content: '';
  position: absolute;
  width: 100%;
  background: rgba(5, 5, 5, .4);
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.avatar-wrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #FFF;
}

.button-avatar-upload {
  color: #FFF;
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
}

a:hover.button-avatar-upload {
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
}

.progress-upload {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #FFF;
  line-height: 150px;
  display: none;
}

.wraper-cover-upload {
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 100;
}

.btn-cover-upload {
  color: #FFF;
  padding: 8px 25px;
  background: rgba(0, 0, 0, 0.5);
}

.btn-cover-upload:hover,
.btn-cover-upload:disabled {
  color: #FFF;
  background: rgba(0, 0, 0, 0.8) !important;
}

.progress-upload-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #28a745;
  transition: width .6s ease;
}

.avatar-user-home {
  margin-top: -25px;
  border: 2px solid #FFF;
  background-color: #FFF;
}

.btn-upload {
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn-upload:hover {
  background-color: #f3f3f3;
}

.share-btn-user {
  font-size: 18px;
}

.user-online::before {
  background: #4caf50;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}

.user-offline::before {
  background: #adadad;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}

.user-online-profile::before {
  background: #4caf50;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: 10px;
  right: 15px;
  content: "";
  border-radius: 50%;
  height: 12%;
  width: 12%;
}

.user-offline-profile::before {
  background: #adadad;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: 10px;
  right: 15px;
  content: "";
  border-radius: 50%;
  height: 12%;
  width: 12%;
}

.overflow-visible {
  overflow: visible !important;
}

.message {
  padding: 6px 14px 7px !important;
  border-radius: 25px !important;
}

.message.media-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.message.bg-primary>a {
  color: #FFF !important;
  text-decoration: underline !important;
}

.d-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.input-new-msg {
  padding: 8px 34px !important;
  height: 40px !important;
}

.btn-new-msg {
  color: #DDD;
  background: none;
  position: absolute;
  outline: none;
  border: none;
  padding: 8px 0 8px 10px;
  left: 0;
}

.btn-cancel-msg {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

.btn-removeMsg {
  position: absolute;
  top: 20%;
  right: -18px;
  z-index: 3;
}

.container-media-img {
  background-position: center center;
  background-size: cover;
  max-width: 250px;
  max-height: 280px;
  width: 280px;
  height: 280px;
  border-radius: 6px;
}

.container-media-music {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid #DDD;
  border-radius: 6px;
}

.container-media-msg {
  width: 100%;
  max-width: 400px;
  max-height: 280px;
  height: 280px;
}

.img-user-small {
  width: auto !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid #FFF;
}

.icon-notifications {
  font-size: 19px;
  color: #c3c3c3;
}

.table thead th {
  vertical-align: bottom;
  border: none;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #afafaf;
  font-size: 14px;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border: none;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 14px;
}

.error-page h1 {
  font-size: 10rem;
  line-height: 9rem;
  font-weight: 700;
  color: #ec2522;
}

.wrap-center {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 20;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.error-link {
  color: #ec2522;
}

.wrap-container {
  max-width: 550px;
  margin: 0 auto;
}

.wrap-container-lg {
  width: 650px;
  margin: 0 auto;
}

.font-tiny {
  font-size: 65% !important;
}

.item-loading::before {
  background-color: #f5f6f7;
  background-image: url('../img/loadpost.gif');
  background-repeat: repeat-y;
  background-size: 100% 1px;
  content: ' ';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
}

.loading-avatar {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #f5f6f7;
  border-radius: 50%;
}

.loading-name {
  width: 25%;
  height: 10px;
  display: block;
  background-color: #f5f6f7;
}

.loading-time {
  width: 15%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

.loading-text-1 {
  width: 85%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

.loading-text-2 {
  width: 75%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

.loading-text-3 {
  width: 55%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
  left: -2.25rem;
  width: 3rem;
  border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::after {
  top: calc(.25rem + 3px);
  left: calc(-2.25rem + 4px);
  width: calc(1.5rem - 6px);
  height: calc(1.5rem - 6px);
  border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
  height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
  padding-left: 1.5rem;
  line-height: 1.7rem;
}

.content-p img {
  max-width: 100% !important;
  height: auto !important;
}

.content-p li {
  list-style: inherit;
}

.content-p ol,
.content-p ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.img-post {
  height: 430px;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-125 {
  max-width: 125px;
}

.visibility-hidden {
  visibility: hidden;
}

.f-size-25 {
  font-size: 25px;
}

.f-size-20 {
  font-size: 20px;
}

.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Version 6.0 */
@media (min-width: 576px) {
  .modal-call {
    max-width: 380px;
  }
}

.modal-content-call {
  position: relative;
  background-color: #000;
  color: white;
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
  border-radius: 0.8rem;
}

.profile-image-call {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.profile-image-call img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caller-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.calling-status {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.call-actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.btn-reject {
  background-color: #ff4757;
  color: #fff;
  border: none;
  flex: 1;
  padding: 12px;
}

.btn-accept {
  background-color: #2ed573;
  color: #fff;
  border: none;
  flex: 1;
  padding: 12px;
}

.btn-reject:hover,
.btn-reject:focus,
.btn-reject:active {
  background-color: #ff3040 !important;
  color: #fff !important;
}

.btn-accept:hover,
.btn-accept:focus,
.btn-accept:active {
  background-color: #26c066 !important;
  color: #fff !important;
}

.code-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.code-input {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
}

.bg-gradient-dark01 {
  background: #000;
}

.scroll .navbar-brand img {
  filter: brightness(0) invert(1) !important;
}

.link-scroll .navbar-brand img {
  filter: inherit !important;
}

.p-nav {
  padding: 0;
}

.p-nav-scroll {
  padding: 0 !important;
}

.top-banners-text015 h1 {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 118px;
  font-weight: 600;
  line-height: 110px;
  color: #ffffff !important;
  width: 97%;
}

.top-banners-text015 h1 span .char {
  background: -webkit-linear-gradient(302deg, #3b73f8, #7e75d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-banners-text015 p {
  color: #97999c !important;
}

.hero-titlee .char {
  text-transform: uppercase;
}

.join-btn01 {
  border-color: #3d62c1 !important;
  color: #fff !important;
  font-size: 15px !important;
  box-shadow: 4px 1px 23px #3d62c159 !important;
}

.feature-section {
  padding: 60px 0;
}

.feature-wrapper {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  padding-left: 70px;
}

.feature-wrapper::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0.05));
}

.feature-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-dot {
  position: absolute;
  left: -56px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 12px #9db4ff;
}

.feature-card-icon {
  width: 62px;
  height: 62px;
  min-width: 61px;
  border-radius: 18px;
  background: linear-gradient(180deg, #151515, #050505);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 15px 35px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}

.feature-card-icon img,
.feature-card-icon svg {
  width: 34px;
  height: 34px;
}

.feature-content h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #fff;
}

.feature-content p {
  font-size: 15px;
  color: #9c9ca5;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .feature-wrapper {
    padding-left: 45px;
  }

  .feature-item {
    margin-bottom: 40px;
  }

  .feature-card-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    margin-right: 18px;
  }

  .feature-content h4 {
    font-size: 17px;
  }

  .feature-content p {
    font-size: 14px;
  }

  .feature-dot {
    left: -33px;
  }

  .feature-wrapper::before {
    left: 12px;
  }
}

.right-new-text015 h5,
.right-new-text015 li {
  color: #e2e1df;
}

.search-bar {
  border-radius: 3px !important;
}

.ai-texr01 {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600 !important;
  color: #cdcccc;
  text-transform: uppercase;
}

/* font animations */



.transition-container {
  height: 250px;
  overflow: hidden;
  transform: translateZ(0);
  /* ^ Needed for 'overflow: hidden' and 'transform' to work in Safari */
  position: relative;
  top: 80px;
}


.transition-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: listSlider 12s cubic-bezier(0.7, 0.1, 0.1, 1) infinite;
}

.transition-container ul li {
  font-size: 128px;
  font-weight: 600;
  color: #222725;
}

.cbig-text {
  font-family: "Manrope", sans-serif;
}

.cbig-text {
  font-family: "Manrope", sans-serif;
  font-size: 150px;
  line-height: 119px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.middelest-text {
  min-height: 350px;
}

.ditala-mains-text01 h1 {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 147px;
  font-weight: 500;
  line-height: 128px;
  color: #ffffff !important;
  width: 97%;

}

.card-sections-para p {
  color: #ffffff;
}

.listion-crat015 li a {
  padding: 28px 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: default !important;

}

.listion-crat015 li a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1d1d1f;
  transition: width 0.3s ease-in-out;
}

.listion-crat015 li a::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #1d1d1f;
  transition: width 0.3s ease-in-out;
  z-index: 2;
}

.listext015 {
  border-top: 1px solid rgb(0 0 0 / 75%) !important;
}

nav.navbar_background_color {
  background-color: #1d1d1f !important;
}

.icon-navbar {
  font-size: 22px;
  vertical-align: bottom;
  color: #757575;
}

.listo-ft {
  gap: 17px;
}

.listo-ft li a {
  font-size: 17px;
  font-weight: 500;
}

#nav-inner-success_dropdown_1 .icon-chevron-down {
  color: #757575;
}

a.btn,
a.menu-left-home li>a {
  border-radius: 9px !important;
}

.menu-left-home li>a {
  border-radius: 3px !important;
}

.all-round-dark {
  background-color: #000001 !important;
  padding: 78px 0 0 0;
}

.creator-box {
  width: 100%;
  color: #fff;
  padding: 10px 0;
}

.creator-box h5 {
  font-size: 16px;
  font-weight: 700;
  padding-left: 6px;
}

.view-link {
  color: #1da1f2;
  font-size: 13px;
  text-decoration: none;
  padding-right: 6px;
}

.creator-item {
  padding: 9px 0;
}

.creator-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #222;
  object-fit: cover;
}

.creator-item h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 18px;
}

.creator-item p {
  font-size: 13px;
  color: #8b8b8b;
  margin: 0;
}

.verify {
  background: #1d9bf0;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  padding: 1px 4px;
  margin-left: 3px;
}

.follow-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #333842;
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 12px;
  font-weight: 400;
}

.follow-btn:hover {
  background: #fff;
  color: #000;
}


/* css files */

.premium-card {
  max-width: 100%;
  background:
    radial-gradient(circle at top right, rgba(111, 66, 255, 0.35), transparent 40%),
    linear-gradient(135deg, #050816, #020205);

  border: 1px solid rgba(113, 88, 255, 0.25);
  border-radius: 10px;
  padding: 19px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.premium-card h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.premium-list {
  padding-left: 18px;
  margin-bottom: 28px;
}

.premium-list li {
  color: #c9c9d4;
  margin-bottom: 7px;
  font-size: 13px;
}

.upgrade-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 19px;
  border-radius: 6px;
  background: linear-gradient(90deg, #0066ff, #a855f7);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.upgrade-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: .9;
}

.diamond-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;

  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02));

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 0 40px rgba(121, 92, 255, 0.25),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.diamond-circle img {
  width: 42px;
  filter: brightness(0) invert(1);
}


.trending-box {
  width: 100%;
  background: #020202;
  color: #fff;
}

.trending-box h5 {
  font-size: 18px;
  font-weight: 700;
}

.view-link {
  color: #1d9bf0;
  font-size: 14px;
  text-decoration: none;
}

.trend-item {
  padding: 10px 0;
}

.number {
  width: 35px;
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
}

.trend-item h6 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 3px;
}

.trend-item p {
  font-size: 13px;
  color: #8b8b8b;
  margin: 0;
}

@media(max-width:767px) {

  .premium-card {
    text-align: center;
  }

  .diamond-circle {
    margin: 30px auto 0;
  }

  .premium-card h3 {
    font-size: 28px;
  }
}


@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1297px !important;
  }

  .post-darks {
    border-left: solid 1px #27282c;
    border-right: solid 1px #27282c;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 0 0 49.555557%;
    max-width: 49.555557%;
  }

  .sidebars-div015 {
    max-width: 19%;

  }

  .right-sections {
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
  }
}

.search-bar.form-control {
  border: solid 1px #1d1d1f !important;
  background: none !important;
  border-radius: 50px !important;
}

.sidebars-div015 {
  background: #272727 !important;

}

.new-bgh-search.search-bar.form-control {
  border: solid 1px #1d1d1f !important;
  background: none !important;
  height: 41px !important;
}

.cm-tb {
  border: solid 1px #1d1d1f !important;
}





.icons-ct012 {
  width: 41px;
  height: 41px;
  background: #323232;
  display: flex;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 13px !important;
}

.menu-left-home li>a {
  display: flex !important;
  align-items: center;
  font-size: 16px !important;
}

.menu-left-home li>a:hover .icons-ct012,
.menu-left-home li>a.active .icons-ct012 {
  background: #450ea7 !important;
}

.menu-left-home li>a:hover,
.menu-left-home li>a.active,
ul.menu-left-home li a.active {
  background: #0A1B33;
  background: linear-gradient(87deg, rgba(10, 27, 51, 1) 0%, rgba(18, 15, 30, 1) 100%);
  border-radius: 10px !important;
  color: #2b88fe !important;
}

.menu-left-home li>a:hover svg,
.menu-left-home li>a.active svg,
ul.menu-left-home li a.active svg {
  fill: #2b88fe !important;
}



.dark-thems {
  background: #323232 !important;
  color: #fff !important;
}

.listion-crat015 li a:hover::before {
  width: 100%;
  background-color: #2695EF !important;
}

nav.navbar_background_color {
  background-color: #000000 !important;
  padding: 0 !important;
}

.form-control:focus,
.form-control:active {
  background: none !important;
}

nav.navbar_background_color.link-scroll .navbar-brand img {
  filter: brightness(0) invert(1) !important;
}



.post-darks .card {
  /* background: #272727 !important; */
  border-radius: 3px !important;
}


.post-darks .btn-post {
  /* background: #343434 !important; */
  color: #727277 !important;
  margin-right: 5px;
}

.btn-notifications {
  position: relative;
}

.noto-tbn {
  width: 21px;
  height: 21px;
  background: var(--primary-blue);
  border-radius: 50px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 21px;
  position: absolute;
  top: 4px;
  right: 9px;
  font-size: 12px;
}

.profiles-textr015 h5 {
  color: #b0acb3;
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px;
}

.vews-btn {
  background: #0e0e12;
  border: solid 1px #1f2125;
  border-radius: 12px !important;
  margin-top: 15px;
  font-size: 14px;
}

.btn-notifications i {
  width: 40px;
  height: 40px;
}

.btn-post {
  height: auto !important;
}

.btn-post:hover,
.post-darks .btn-post:hover {
  background: none !important;
}

.post-darks h5 a {
  color: #fff !important;
  font-weight: 500;
}

.media span.rounded-circle a img {
  width: 40px;
  height: 40px;
}

.post-darks .card-body p {
  color: #fff !important;
}

.post-darks .card-footer {
  align-items: center;
  justify-content: space-between;

}

.post-darks .card textarea {
  background: #272727 !important;
}

.tops-sctions01500 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tops-sctions01500 h4 {
  width: 20%;
}

.rights-tops {
  width: 76% !important;
  text-align: right;
}

.post-darks .bg-white {
  /* border-top: solid 1px #434343 !important; */
  background: none !important;
  border-radius: 0 !important;

}


#navbarFilters a.btn-category {
  color: #d1d2d4 !important;
  background: none !important;
  font-family: "Rubik", sans-serif;
  font-weight: 400 !important;
  border-radius: 0 !important;
  border: none !important;
  padding-left: 13px !important;
  font-size: 15px !important;

}

#navbarUserHome a.btn-category {
  color: #d1d2d4 !important;
  background: none !important;
  font-family: "Rubik", sans-serif;
  font-weight: 300 !important;
  border-radius: 0 !important;
  border: none !important;
  padding-left: 13px !important;

}

.btn-category {
  width: 100%;
  text-align: left;
  display: flex;
  border: none !important;
  padding-left: 0;
  align-items: center;
}

.active-category .icons-ct012 {
  background: #450ea7 !important;
}

.category-filter {
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.card-cover {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  height: 226px;
  padding: 1rem;
}

.card-user-profile {
  border-radius: .50rem !important;
  background: #242424 !important;
  border-radius: 3px !important;
}

.card-user-profile .list-inline-item i {
  font-size: 18px !important;
  color: #fff !important;
}



.card-user-profile .btn-outline-primary {
  border-radius: 0 !important;
  color: #fff !important;
  border: solid 1px #fff;
}

.card-user-profile .card-title {
  font-size: 21px !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.card-avatar {
  left: 0;
  margin-left: auto;
  position: relative !important;
  top: 0;
  background-color: #FFF;
  border-radius: 8px;
}

.dashborade-admins h2 {

  font-weight: 500 !important;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 26px;

}



@media (min-width: 768px) {
  .custome-widths .cmb-border-left01 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    background: #212121 !important;
    margin-bottom: 0 !important;
  }

  .custome-widths .col-md-9 {
    padding-left: 37px;
  }


}

@keyframes listSlider {

  /* Progress steps: 100 / # of steps excluding '100%'
     'translateY' values: 100 / # of items */
  0%,
  7.143% {
    /* Item 1 */
    transform: none;
  }

  14.286%,
  21.429% {
    /* Item 2 */
    transform: translateY(-24.6%);
  }

  28.572%,
  35.715% {
    /* Item 3 */
    transform: translateY(-25%);
  }

  42.858%,
  50% {
    /* Item 4 */
    transform: translateY(-37.5%);
  }

  57.144%,
  64.287% {
    /* Item 5 */
    transform: translateY(-50%);
  }

  71.43%,
  78.573% {
    /* Item 6 */
    transform: translateY(-62.5%);
  }

  85.716%,
  92.859% {
    /* Item 7 */
    transform: translateY(-75%);
  }

  100% {
    /* Item 8: Duplicate of 1 */
    transform: translateY(-87.5%);
  }
}

.input-group-text i {
  color: #999999 !important;
}

.bodres-land {
  border-radius: 9px !important;
}

@media (min-width: 576px) {
  .search-bar {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .wide-all .container {
    max-width: 1489px !important;
  }
}

.right-new-text015 h5 {
  font-weight: 400 !important;
  font-size: 13px;
  letter-spacing: 2px;
}

.right-new-text015 li {
  margin-bottom: 10px;
}

/* my css */
.homepage {
  overflow: hidden;
  min-height: 100vh;
}

.homepage .container-fluid {
  position: relative;
  z-index: 2;
}

.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #151513;
  z-index: -1;
}

.wave {
  background: url('../img/wave.svg') repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 214px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

.sticky-top {
  top: 0 !important;
}

.sticky-top .navbar-brand img {
  width: 65%;
  filter: brightness(0) invert(1);
}

.all-same-style span.icons-ct012 {
  width: auto !important;
  height: auto !important;
  background: none !important;
  margin-right: 7px !important;
}

.all-same-style .menu-left-home li>a:hover .icons-ct012,
.all-same-style .menu-left-home li>a.active .icons-ct012 {
  background: none !important;
}

.all-same-style .menu-left-home li>a {
  font-size: 17px !important;
  font-family: "Google Sans", sans-serif;
  padding: 10px 12px !important;
  transition: all 0.5s;
  border-radius: 9px !important;
}

.all-same-style .menu-left-home li>a svg {
  width: 23px !important;
  height: 23px !important;
}


.all-same-style .container-fluid .post-darks {
  border: solid 1px #1d1d1f;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: none !important;
  min-height: 100vh;

}

.post-darks .dropdown-menu-right a.dropdown-item {
  color: #fff !important;
  padding: 10px 15px;
}

.fulls-comentsa .media {
  border: none !important;
}

.all-same-style .card-footer>h4 {
  display: flex;
  margin-right: 10px !important;

}

.dropdown-item:hover {
  background: #2695EF !important;
  background: linear-gradient(87deg, rgba(38, 149, 239, 1) 35%, rgba(142, 141, 175, 1) 100%) !important;
}

main,
body {
  background: #000000 !important;
}

.all-same-style .sidebars-div015 {
  background: none !important;
}

.all-same-style .tab-content {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.all-same-style .nav-tabs {
  border-bottom: solid 1px #1d1d1f !important;
  margin-top: 15px;
  margin-left: 17px;

}

.all-same-style .post-darks .card {
  background: none !important;
  border: solid 1px #0e1011 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.all-same-style .post-darks .card.mains-card015 {
  margin-bottom: 0 !important;
  background: #060708 !important;
  border: solid 1px #0e1011 !important;
}

.uiser-picture015 {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uiser-picture015 i {
  color: #fff !important;
}

.lets-textr-div {
  width: 59%;
}

.card-footer {
  background: none !important;
  border-top: solid 1px #0e1011 !important;
}

.card-footer a.text-muted {
  background: none !important;
  color: #0068fc !important;
}

.purples-bg {
  background: #411E76;
  background: linear-gradient(147deg, rgba(65, 30, 118, 1) 0%, rgba(57, 25, 104, 1) 100%);
}

.blue-bg {
  background: #093980;
  background: linear-gradient(147deg, rgba(9, 57, 128, 1) 0%, rgba(8, 37, 88, 1) 100%);
}

.greens-bg {
  background: #11431F;
  background: linear-gradient(147deg, rgba(17, 67, 31, 1) 0%, rgba(13, 50, 23, 1) 100%);
}

.all-same-style .menu-left-home li {
  position: relative;
}

.counts-msg {
  background: var(--primary-blue);
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  top: 11px;
  right: 5px;
  text-align: center;
  line-height: 21px;
}

.user-date h4 {
  font-size: 13px;
  font-weight: 400;
  color: #6f6e74;
  margin-top: 10px;
  margin-bottom: 12px;
}

.user-date h4 span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}

.logouts-list01 {
  margin-top: 45px;
}

.menu-left-home li>a.btn-create {
  margin-bottom: 55px;
  margin-top: 20px;
}

.logouts-list01 a {
  text-align: center;
  display: flex;
  justify-content: center;
}

.cr-pages {
  margin-top: 100px;
  overflow-x: hidden;

}

.dark-mains15 {
  background-color: #010000 !important;
}

.tiltesd {
  font-family: "Google Sans", sans-serif;
}

.all-same-style .post-darks .card textarea {
  background: none !important;
  font-size: 20px;
  padding-top: 0;
  height: 70px !important;
}

.all-same-style .post-darks .card textarea::placeholder {
  color: rgb(86, 88, 91) !important;
}

.all-same-style .nav-tabs .nav-link {
  position: relative;
  background: none !important;
  font-size: 15px !important;
  color: #a4a6a7;
}

.all-same-style .nav-tabs .nav-link::before {
  position: absolute;
  bottom: 1px;
  right: 0;
  content: "";
  height: 2px;
  transition: 0.3s;
  background-color: #1678cd00;
  width: 92%;
  left: 0;
  margin: auto;
}


.all-same-style .nav-tabs .nav-link {
  border: none !important;
  transition: all 0.5s;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.all-same-style .nav-tabs .nav-item.show .nav-link,
.all-same-style .nav-tabs .nav-link.active {
  background: none !important;
  border: none !important;
  color: #fff;

}


.all-same-style .nav-tabs .nav-item.show .nav-link::before,
.all-same-style .nav-tabs .nav-link.active::before {
  width: 80%;
  background-color: #1679cd;
}

.sidebars-div015 .menu-left-home a span {
  color: #fff;
  font-size: 16px;
}





.all-same-style .titels {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 18px;
  margin-left: 10px !important;
}

.all-same-style .form-inline {
  margin-top: 20px !important;
  width: 100% !important;
}

.all-same-style .form-inline {
  margin-top: 20px !important;
  width: 100% !important;
  max-width: 100%;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 11px !important;
}

.all-same-style .list-group-item .sidebars-div015 {
  background: none !important;
}

.all-same-style .card-settings>.list-group-flush>.list-group-item {
  background: none !important;
  padding: 9px 0 !important;
  font-size: 15px !important;
  color: #8a96a3;

}

.all-same-style .card-settings.card {
  background: none !important;
  border: none !important;
}

.accounts-tr {
  color: #fff !important;
  font-weight: 500 !important;
}

.btn-primary {
  border: none !important;
  background: #2695EF !important;
  background: linear-gradient(87deg, rgba(38, 149, 239, 1) 35%, rgba(142, 141, 175, 1) 100%) !important;
}

.toggleRegister {
  border: none !important;
  color: #fff !important;
  font-weight: 500 !important;
  background: #1355E6;
  background: linear-gradient(87deg, rgba(19, 85, 230, 1) 0%, rgba(120, 86, 172, 1) 100%) !important;
  font-size: 15px !important;

}

.link-scroll li a.nav-link:not(.btn) {
  color: #fff !important;
}

.btn-primary:hover,
.toggleRegister:hover {
  background: #1355E6;
  background: linear-gradient(87deg, rgba(19, 85, 230, 1) 0%, rgba(120, 86, 172, 1) 100%) !important;
  font-size: 15px !important;
  color: #ffffff !important;
}

.all-same-style .card p {
  font-size: 14px;
  color: #d9d9d9 !important;
}

.login-register-continue {
  color: #747474;
}

.form-control.comments.inputComment {
  border: solid 1px #434343 !important;
  background: none !important;
  border-radius: 6px !important;
  padding-right: 20px !important;
  color: #fff !important;
}

.all-same-style .nav-profile .nav-link {
  color: #fff !important;
}

.all-same-style .nav-profile a,
.all-same-style .nav-profile .sm-btn-size {
  color: #fff !important;
}

.all-same-style .navbar-collapse .card {
  margin-bottom: 20px !important;
}

.all-same-style .wrapper-msg-inbox.border-left {
  height: 100vh !important;
  border-left: 1px solid #3f3f3f !important;
  border-right: 1px solid #3f3f3f !important;
}

.all-same-style h6.card-title {
  color: #fff !important;
}

.all-same-style .wrapper-msg-inbox {}

.btn-menu-expand {
  width: 60px !important;
}

div.post-darks.crads-vard .card {
  background: #000 !important;
  border-radius: 0 !important;
}

.post-news .card-cover {
  max-height: 340px;
  height: 340px;
  object-fit: cover;
  object-position: 100% center;
  border-radius: 15px;
}


.trending-box {
  width: 100%;
  background: #000;
  border: 1px solid #1d1d1f;
  border-radius: 9px;
  padding: 22px;
  margin-bottom: 20px;
}

.trending-title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
  margin-bottom: 10px;
  color: #fff;

}

.trend-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.trend-item:last-child {
  border-bottom: none;
}

.trend-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.trend-top {
  color: #6e6e6e;
  font-size: 15px;
  margin-bottom: 6px;
}

.trend-name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Google Sans", sans-serif;
}

.dots {
  position: absolute;
  top: 22px;
  right: 0;
  color: #71767b;
  font-size: 15px;
}

.show-more {
  display: inline-block;
  margin-top: 14px;
  color: #1d9bf0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
}

.show-more:hover {
  text-decoration: underline;
}

.star015-bg {
  position: absolute;
  top: 73px;
  left: 0;
  width: 90px;
}

.card-listu-oi .grd-text01 {
  background: linear-gradient(119deg, #070706 0%, #050505 100%);
  display: inline-block;
  padding: 14px;
  border-radius: 11px;
  margin-right: 13px;
}

.card-listu-oi .grd-text01 svg {
  width: 20px;
  height: 20px;
}

.card-listu-oi {
  border: solid 1px #0a090a;
  border-radius: 11px;
  padding: 22px 90px;
  backdrop-filter: blur(71px);
  margin-top: 35px;
}

.card-listu-oi h2 {
  color: #fff !important;
  font-size: 33px;
  font-weight: 500 !important;
}

.card-listu-oi h2 span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #a9a9a9 !important;

}

.card-footser h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 12px !important;
}

.card-footser ul li a {
  color: #58575b !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px !important;
}

.card-listu-oi li p {
  color: #080808 !important;
}

.listo-ft {
  display: flex;
  align-items: center;

}

.listo-ft li a {
  font-size: 12px;
  font-weight: 400;
  color: #58575b !important;
}

.link-footer {
  white-space: nowrap;
}

.copyright {
  font-size: 12px;
  font-weight: 400;
  color: #58575b !important;
}

.parat-text01 {
  color: #58575b !important;
  font-size: 14px;
  font-weight: 400;
}

.ft-logos img {
  width: 30%;
}

/* accountings menu */

.page-wrap {
  max-width: 100%;
  margin: auto;
  min-height: 100vh;
}

.date-box {
  display: flex;
  align-items: center;
  background: #08090b;
  border: 1px solid #191b20;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  justify-content: space-between;
}

.date-box span {
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
}

.date-box button {
  width: 42px;
  height: 42px;
  border: 0;
  border-left: 1px solid #191b20;
  background: #08090b;
  color: #fff;
}

.dark-card {
  background: #060708 !important;
  border: 1px solid #17191d;
  border-radius: 10px;
  padding: 22px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

.dark-card h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 22px;
}

.action-row {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 11px 0;
}

.action-row:hover {
  color: #fff;
  text-decoration: none;
}

.icon-box {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  color: #fff;
  font-size: 15px;
}

.withdrawals-page.all-same-style .form-inline {
  margin-top: 4px !important;
}

.dark-card .icon-box::before {
  display: none !important;
}

.blue {
  background: linear-gradient(135deg, #1c5cff, #3578ff);
}

.purple {
  background: linear-gradient(135deg, #6d2bd9, #9a5cff);
}

.green {
  background: linear-gradient(135deg, #1ca34a, #5bd57e);
}

.pink {
  background: linear-gradient(135deg, #b72665, #e85b94);
}

.orange {
  background: linear-gradient(135deg, #d77720, #ffae42);
}

.action-row b {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.action-row small {
  display: block;
  color: #a8adb5;
  font-size: 11px;
  margin-top: 3px;
}

.arrow {
  color: #aeb3bb;
  font-size: 12px;
}

.view-link {
  color: #1d8cff;
  font-size: 13px;
  text-decoration: none;
}

.announcement-card h6 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.announcement-card h6 span {
  background: #4d1d86;
  color: #d9b6ff;
  border-radius: 4px;
  padding: 3px 7px;
  font-size: 10px;
  margin-left: 6px;
}

.announcement-card p {
  color: #d7d9df;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.announcement-card small {
  color: #9ca1aa;
  font-size: 11px;
}

.announcement-card img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 8px;
}

.sub-page-headings {
  font-family: "Google Sans", sans-serif;
  font-weight: 500 !important;
  font-size: 23px;
  margin-top: 13px;
}

.sub-textr {
  color: #ccd0d7;
  font-size: 13px !important;
  font-weight: 400;
}

.withdrawals-page .row {
  margin: 0 !important;
}

.left-with0159 {
  border-right: solid 1px #18191d !important;
}

.under-lines015 {
  background: #18191d !important;
}

.withdrawals-page .comongs-card {
  background: #0d0f12 !important;
  border: solid 1px #1c1f22 !important;
  border-radius: 8px !important;
}

.width-texrt {
  font-size: 18px !important;
  margin-bottom: 24px;
  margin-top: 28px;
}

@media(max-width:500px) {
  .trending-box {
    width: 95%;
  }

  .trending-title {
    font-size: 28px;
  }

  .trend-name {
    font-size: 24px;
  }

  .show-more {
    font-size: 22px;
  }

  .right-new-text015 h5 {
    font-size: 14px;
  }

  .right-new-text015 li {
    font-size: 14px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {

  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.glightbox {
  width: 86% !important;
  display: block;
  margin-left: auto;
  border-radius: 19px;
  overflow: hidden;
  margin-bottom: 8px;
  margin-right: 17px;
  border: solid 1px #1d1d1f !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: #000 !important;
}

.menu-left-home li>a.btn-create {
  background: #1355E6;
  background: linear-gradient(87deg, rgba(19, 85, 230, 1) 0%, rgba(120, 86, 172, 1) 100%);
  color: #fff !important;
  font-size: 15px !important;
}



.wavy-hero {
  min-height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.wavy-hero:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 170px;
  background: repeating-radial-gradient(ellipse at center, rgba(0, 90, 255, .35) 0 1px, transparent 2px 18px);
  opacity: .35;
}

.close-btn {
  position: absolute;
  right: 25px;
  top: 18px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 42px;
  z-index: 3;
}

.join-card {
  max-width: 390px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.logo-mark {
  margin: auto;
  width: 86px;
  height: 55px;
  color: #2c7bff;
  font-size: 42px;
  font-weight: 900;
  line-height: 55px;
}

.logo h5 {
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.logo small {
  color: #b7bcc8;
}

.join-card h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500 !important;
  margin-bottom: 12px;
}

.join-card h1 span {
  color: #2178ff;
}

.subtitle {
  color: #b8bbc5;
  font-size: 19px;
  margin-bottom: 35px;
}

.feature {
  margin-bottom: 28px;
  align-items: center;
}

.icon {
  min-width: 66px;
  height: 66px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  margin-right: 20px;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .04);
}

.blue {
  color: #1681ff;
}

.purple {
  color: #7a35ff;
}

.green {
  color: #47e978;
}

.feature h6 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature p {
  margin: 0;
  color: #b9bdc7;
  font-size: 15px;
  line-height: 1.45;
}

.avatars img,
.more {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .35);
  margin-left: -8px;
  object-fit: cover;
  background: #1b2135;
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

.trusted {
  color: #b7bbc5;
  font-size: 15px;
}

.auth-tabs {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid #333;
  margin-bottom: 35px;
}

.auth-tab {
  background: transparent;
  border: 0;
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 14px;
  cursor: pointer;
}

.auth-tab.active {
  color: #fff;
  border-bottom: 3px solid #1687ff;
}

@media (max-width: 575px) {
  .join-card h1 {
    font-size: 25px;
  }

  .feature {
    margin-left: 15px;
  }
}


@media(max-width:920px) {
  .top-banners-text015 h1 {
    font-size: 40px;
    line-height: 70px;
  }

  .w-100-mobil {
    width: auto !important;
  }





  div.wrap-post {
    padding: 0 12px !important;
  }

  .transition-container {
    height: 130px;
  }

  .first {
    order: 2;
  }

  .cbig-text,
  .transition-container ul li {
    font-size: 41px !important;
    line-height: 58px !important;
  }

  .ditala-mains-text01 h1 {
    font-size: 57px;
    line-height: 60px;
  }

  .listo-ft li a {
    font-size: 8px;
  }

  .listion-crat015 ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .ft-logos {
    text-align: center;
    display: block;
  }

  nav.navbar .navbar-collapse {
    background: #000000 !important;
    background-color: #000000 !important;
    border-left: solid 1px #686868;
  }

  .menuMobile {
    background: #000000 !important;
  }


  .max-w-125 {
    max-width: 96px;
  }

  .only-pages {
    margin-top: 15px;
  }

  .only-pages .btn-menu-expand {
    width: 150px !important;
  }
}

@media (max-width: 575px) {
  .ai-texr01 {
    text-align: center;
  }

  .modal-login {
    max-width: 505px !important;
  }
}

a.btn-google {
  border-radius: 50px !important;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}

.btn-google img {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
}

.auth-theme-toggle .btn-sm {
  display: none !important;
}

.modal-dialog,
.auth-theme-dark .modal-content {
  background: #000000 !important;
}

div.border {
  border-color: #1d1d1f !important;
}

.border-top {
  border-top: 1px solid #1d1d1f !important;
}

.footer_background_color.footer_text_color,
footer.footer_background_color {
  background: #000000 !important;
  border-top: solid 1px #1d1d1f;
}

.ft-logos img {
  filter: brightness(0) invert(1);

}

a.wailtelst01 {
  color: #fff !important;
}

.form-control.search-bar {
  background-color: #000000 !important;
}

.border-radius-all {
  border-radius: 20px !important;
}

#messagesContainer {
  background-color: #000000 !important;
  background: #000000 !important;
}

.sidebars-div015 {
  padding-bottom: 50px;
}


.btn,
.sa-button-container button {
  border-radius: 7px !important;
}

.custom-control.comongs-card {
  min-height: 139px;
  padding: 20px;
  margin-right: 15px;
}

.custom-control.comongs-card .custom-control-input {
  position: relative !important;
}

.custom-control .custom-control-label:not(.switch)::before {
  position: relative !important;
  top: 0;
  left: 0;

}

.crms-lio {
  background: #07080a;
}

.crms-lio li {
  list-style-type: inherit !important;
}

.crms-lio a {
  border-bottom: solid 1px #1c1f22 !important;
  display: block;
}

.crms-lio li:last-child a {
  border-bottom: none !important;
}

.custom-control-label>span {
  margin-top: 10px;
}

.trending-box ol a {
  padding-left: 8px;
}

.trending-box ol li {
  list-style-type: inherit !important;
  border-bottom: solid 1px #1d1d1f;
}

.trending-box ol li:last-child {
  border-bottom: none !important;
}