:root {
  --darkgrey: #2f334c;
  --grey: #9fa1ad;
  --grey2: #4a4d62;
  --grey3: #6d7082;
  --grey4: #d3d3d3;
  --grey5: #646464;
  --grey6: #8f9bb3;
  --grey7: #444444;
  --grey8: #191b2c;
  --grey9: #b6b7c0;
  --grey10: #dddddd;
  --grey10: #b9b9b9;
  --lightgrey: #d9d9d9;
  --purple: #6f4ff8;
  --purple2: #3b279f;
  --purple3: #614ad3;
  --purple4: #5623d8;
  --darkpurple: #2e1c7b;
  --lightpurple: #9b87ff;

  --darkblue: #101223;
  --black: #000000;
  --white: #ffffff;
  --red: #db0b00;
  --red1: #ffa39e;
  --lightred: #ffc4c2;
  --mustard: #7a5200;
  --yellow: #f0a000;
  --yellow2: #ffdb94;
  --yellow3: #c78707;
  --blue: #274077;
  --blue2: #8aacf4;
  --blue3: #4f81ee;
  --blue4: #355fbb;
  --lightblue: #dee8fc;
  --lightyellow: #ffe9bd;

  --green: #458750;
  --green1: #5ceb74;
  --lightgreen: #dae7dc;

  --facebook: #4267b2;
  --linkedin: #0077b5;
  --whatsapp: #0dc143;
  --line: #00b900;
  --twitter: #000000;
  --telegram: #419fd9;

  --f_sz10: 10px;
  --f_sz11: 11px;
  --f_sz12: 12px;
  --f_sz13: 13px;
  --f_sz14: 14px;
  --f_sz15: 15px;
  --f_sz16: 16px;
  --f_sz17: 17px;
  --f_sz18: 18px;
  --f_sz19: 19px;
  --f_sz20: 20px;
  --f_sz22: 22px;
  --f_sz24: 24px;
  --f_sz26: 26px;
  --f_sz28: 28px;
  --f_sz30: 30px;
  --f_sz32: 32px;
  --f_sz36: 36px;
  --f_sz40: 40px;
  --f_sz48: 48px;
}

body.accent-custom {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  /* background-color: var(--darkgrey); */
  background-color: var(--darkblue);
  line-height: 22px;
}

body.accent-custom.login-page,
body.accent-custom.loginnew-page {
  /* background: url(../img/signin_bg.png) var(--darkblue) repeat-x; */
  background-color: #101223;
  flex-direction: row;
  flex-flow: row wrap;
}

body.accent-custom.signup-page {
  /* background: url(../img/signin_bg.png) var(--darkblue) repeat-x; */
  background-color: #101223;
}

.accent-custom .logindiv {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 25px 0px 45px 0;
}

.accent-custom .signup-div {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.accent-custom .signin_rgtdiv {
  width: 100%;
  padding: 16px;
}

.accent-custom .signin_rgtcontent {
  width: 100%;
  height: 95vh;
  display: inline-flex;
  flex-direction: column;
  min-height: 760px;
  overflow: hidden;
  justify-content: space-between;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  background: linear-gradient(180deg, #2e1c7b 0%, #50172d 100%);
  color: var(--white);
}

.accent-custom .signin_title {
  width: 100%;
  padding: 80px 40px 40px 40px;
  display: inline-block;
  z-index: 1;
}

.accent-custom .signin_title h1 {
  font-size: var(--f_sz40);
  font-weight: 600;
}

.accent-custom .signin_rgtcornerimg {
  position: absolute;
  right: 45px;
  top: 65px;
}

.accent-custom .signin_bottomimg {
  min-width: 100%;
  display: flex;
  align-items: end;
  align-content: end;
  justify-content: flex-start;
}

.accent-custom .signin_bottomimg img {
  /* max-width: 100%; */
  position: relative;
  bottom: 0px;
  max-width: 465px;
}

.accent-custom .loader_div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.accent-custom .loader_div p {
  color: #fff;
  text-align: center;
}

.accent-custom a:hover,
.accent-custom a:active,
.accent-custom a.active {
  color: var(--white);
}

/*****************Loader***************/
@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

.accent-custom .spinner-box {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

/* .circle-border {
  width: 75px;
  height: 75px;
  padding:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--darkgrey);
  background: var(--darkgrey);
background: -moz-linear-gradient(180deg, rgba(105,96,156,1) 22%, rgba(111,79,248,1) 61%);
background: -webkit-linear-gradient(180deg, rgba(105,96,156,1) 22%, rgba(111,79,248,1) 61%);
background: linear-gradient(180deg, rgba(105,96,156,1) 22%, rgba(111,79,248,1) 61%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69609c",endColorstr="#6f4ff8",GradientType=1);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  border-radius: 50%;
} */

.accent-custom .three-quarter-spinner {
  width: 75px;
  height: 75px;
  border: 8px solid var(--purple);
  border-top: 8px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  animation: spin 0.8s linear 0s infinite;
}

.accent-custom .loader_img {
  position: absolute;
  width: 35px;
}

/*****************Loader***************/

.accent-custom [class*="sidebar-dark-"] {
  background-color: var(--darkblue);
  color: var(--grey);
}

.accent-custom .navbar-dark {
  background-color: var(--darkblue);
  border-color: var(--darkblue);
}

.accent-custom .main-header {
  position: sticky;
  top: 0;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.lnhgt16 {
  line-height: 16px;
}

.lnhgt32 {
  line-height: 32px;
}

.f_sz10 {
  font-size: var(--f_sz10);
}

.f_sz11 {
  font-size: var(--f_sz11);
}

.f_sz12 {
  font-size: var(--f_sz12) !important;
}

.f_sz13 {
  font-size: var(--f_sz13);
}

.f_sz14 {
  font-size: var(--f_sz14);
}

.f_sz15 {
  font-size: var(--f_sz15);
}

.f_sz16 {
  font-size: var(--f_sz16);
}

.f_sz17 {
  font-size: var(--f_sz17);
}

.f_sz18 {
  font-size: var(--f_sz18);
}

.f_sz19 {
  font-size: var(--f_sz19);
}

.f_sz20 {
  font-size: var(--f_sz20);
}

.f_sz22 {
  font-size: var(--f_sz22);
}

.f_sz24 {
  font-size: var(--f_sz24);
}

.f_sz26 {
  font-size: var(--f_sz26);
}

.f_sz28 {
  font-size: var(--f_sz28);
}

.f_sz30 {
  font-size: var(--f_sz30);
}

.f_sz32 {
  font-size: var(--f_sz32);
}

.f_sz36 {
  font-size: var(--f_sz36);
}

.f_sz40 {
  font-size: var(--f_sz40);
}

.f_sz48 {
  font-size: var(--f_sz48);
}

.fpurple {
  color: var(--purple);
}

.fpurple4 {
  color: var(--purple4);
}

.fdarkblue {
  color: var(--darkblue);
}

.flightpurple {
  color: var(--lightpurple);
}

.fgrey {
  color: var(--grey) !important;
}

.fgrey2 {
  color: var(--grey2);
}

.fgrey3 {
  color: var(--grey3);
}

.fgrey4 {
  color: var(--grey4);
}

.fgrey5 {
  color: var(--grey5);
}

.fgrey6 {
  color: var(--grey6);
}

.fgrey9 {
  color: var(--grey9);
}

.fred {
  color: var(--red);
}

.fwhite {
  color: var(--white);
}

.fyellow {
  color: var(--yellow);
}

.fyellow2 {
  color: var(--yellow2);
}

.fblue2 {
  color: var(--blue2);
}

.fblue3 {
  color: var(--blue3);
}

.fgreen {
  color: var(--green);
}

.fgreen1 {
  color: var(--green1);
}

.flightgreen {
  color: var(--lightgreen);
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.bgred {
  background-color: var(--lightred);
}

.bgdarkred {
  background-color: var(--red);
}

.bggrey {
  background-color: var(--darkgrey);
}

.bgdarkblue {
  background-color: var(--darkblue) !important;
}

.bgmustard {
  background-color: var(--mustard);
}

.bgblue {
  background-color: var(--blue);
}

.bgpurple {
  background-color: var(--purple);
}

.bgpurple2 {
  background-color: var(--purple2);
}

.bggreen {
  background-color: var(--green);
}

.bgwhite {
  background-color: var(--white);
}

.bglightgreen {
  background-color: var(--lightgreen);
}

.bgdarkpurple {
  background-color: var(--darkpurple);
}

.bgfacebook {
  background-color: var(--facebook);
}

.bglinkedin {
  background-color: var(--linkedin);
}

.bgwhatsapp {
  background-color: var(--whatsapp);
}

.bgline {
  background-color: var(--line);
}

.bgtwitter {
  background-color: var(--twitter);
}

.bgtelegram {
  background-color: var(--telegram);
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-80 {
  width: 80%;
}

.w-132px {
  width: 132px;
}

.h_100vh {
  height: 100vh;
}

.top1 {
  top: 1px;
}

.top2 {
  top: 2px;
}

.top3 {
  top: 3px;
}

.top4 {
  top: 4px;
}

.top5 {
  top: 5px;
}

.divider {
  border-top: 1px solid var(--grey3);
}

.divider_purple5 {
  border-top: 5px solid var(--purple);
}

.divider_purplegra5 {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #302669, #533db9, #302669);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.accent-custom .progress {
  background-color: var(--grey2);
}

.txt_wrap {
  white-space: normal;
  word-wrap: break-word;
}

.txt_wrap1 {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.txt_hdots {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accent-custom .justify-content-right {
  justify-content: right;
}

.material-icons.md-8 {
  font-size: 8px;
}

.material-icons.md-10 {
  font-size: 10px;
}

.material-icons.md-12 {
  font-size: 12px;
}

.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-16 {
  font-size: 16px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-20 {
  font-size: 20px;
}

.material-icons.md-22 {
  font-size: 22px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-30 {
  font-size: 30px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-40 {
  font-size: 40px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-64 {
  font-size: 64px;
}

.material-icons.material-symbols-rounded {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.material-icons.material-symbols-outlinedfill {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.cursor_pntr {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.flexflowrow {
  flex-flow: row wrap;
}

.flexflowcolumn {
  flex-flow: column wrap;
}

.accent-custom .link,
.accent-custom .link:hover {
  color: var(--purple);
}

.accent-custom .allbrdr_lightgrey {
  border: 1px solid var(--lightgrey) !important;
}

.accent-custom .allbrdr_dashedgrey5 {
  border-bottom: 1px dashed var(--grey5) !important;
}

.accent-custom .allbrdr_neu7 {
  border: 1px solid var(--Neutral-700, #4a4d62);
}

.accent-custom .border-bottom {
  border-bottom: 1px solid var(--lightgrey) !important;
}

.accent-custom .flexdiv {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .h100flex {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 16px;
}

.accent-custom .padstream {
  margin: 0px;
  display: flex;
  justify-content: space-between;
}

.accent-custom .tab-stream {
  /* display: flex; */
  flex: 1 1 auto;
}

.accent-custom .flexheader {
  flex: 0 1 auto;
}

.accent-custom .flexcontent {
  flex: 1 1 auto;
}

.accent-custom .flexfooter {
  flex: 0 1 30px;
}

.accent-custom .flexstream {
  height: 100%;
  display: flex;
  flex-flow: column;
}

.accent-custom .stream-viewing-tag {
  display: flex;
  border-radius: 8px;
  border-top: 1px solid gray;
  background-color: #101223;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.accent-custom .right-box {
  /* flex-direction: row; */
  flex-flow: column;
  height: 100%;
}

.accent-custom .stream-viewing-tag .eyes-on-you {
  padding: 8px;
  align-items: center;
  gap: 8px;
  background: #2e1c7b;
  color: #fff;
  border-radius: 8px 0px 0px 8px;
  border-top: 1px solid transparent;
}

.accent-custom .stream-viewing-tag .views-on-you {
  padding: 8px;
  color: #fff;
  border-top: 1px solid transparent;
}

.accent-custom .chatboxh {
  /* height: calc(100vh-150px); */
  height: 100%;
}

/* .accent-custom .tab-content {
  height: 80vh !important;
} */

/* .accent-custom .tab-content > .active {

  height: 100% !important;
} */

.accent-custom .bg-darkgrey {
  background-color: var(--darkgrey) !important;
}

.accent-custom .bg-darkblue {
  background-color: var(--darkblue) !important;
}

/* 
.accent-custom .tab-content>.active>.row {
  display: contents
}

.accent-custom .tab-content>.active>.row>div {
  padding-left: 0;
  width: 100%;
  display: contents;
} */

.accent-custom .inlineblockdiv {
  width: 100%;
  display: inline-block;
}

.accent-custom .form-control {
  background-color: transparent;
  border: 1px solid var(--darkgrey);
  color: var(--white);
  font-size: var(--f_sz14);
  height: calc(2.45rem + 2px);
}

.accent-custom .form-control.rbt-input {
  background-color: #101223 !important;
  border-radius: 8px;
}

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

  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat var(--darkgrey);
  background-position: calc(100% - 0.75rem) center !important;
}

.react-datepicker-wrapper {
  display: block !important;
}

.accent-custom .tournament-date-picker {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat var(--darkgrey);
  background-position: calc(100% - 0.75rem) center !important;
  cursor: pointer;
}

/*<svg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='#9FA1AD' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg> */
.accent-custom .frmctrl_signin {
  height: calc(3rem + 2px);
}

.accent-custom .error {
  border: 1px solid var(--red);
}

.accent-custom .input-group.inputgrpbrdr {
  border: 1px solid var(--grey);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.accent-custom .input-group.inputgrpbrdr .form-control {
  background: rgba(109, 112, 130, 0.25);
  border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  height: calc(2.85rem + 2px);
}

.accent-custom .input-group.inputgrpbrdr .input-group-text {
  background: rgba(109, 112, 130, 0.25);
  border: 1px solid rgba(109, 112, 130, 0.25);
  border-radius: 0px 24px 24px 0px;
  -moz-border-radius: 0px 24px 24px 0px;
  -webkit-border-radius: 0px 24px 24px 0px;
}

.accent-custom label {
  font-size: var(--f_sz14);
  font-weight: 400 !important;
}

.accent-custom .input-group-text.bgred {
  background-color: var(--lightred);
}

.accent-custom .input-group-text.bggrey {
  background-color: var(--darkgrey);
  border: 1px solid var(--darkgrey);
}

.accent-custom .input-group.inputgrpnobgbrdr .form-control {
  border-radius: 0px;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid var(--white);
}

.accent-custom .input-group.inputgrpnobgbrdr .input-group-text {
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid var(--white);
  border-radius: 0px;
}

.accent-custom .inptgreytxtbx .form-control {
  background-color: var(--grey3);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.accent-custom .textarea_hgt110 {
  height: 110px;
}

.accent-custom .txtarea_resizenone {
  resize: none;
}

.accent-custom .alert-success {
  background-color: var(--green);
  border-color: var(--green);
}

.accent-custom .dropdown-menu {
  background-color: #101223;
  color: var(--white);
}

.accent-custom .dropdown-header {
  color: var(--white);
}

.accent-custom .dropdown-item {
  color: var(--white);
  font-size: var(--f_sz14);
}

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

.accent-custom .dropdown-item.active,
.accent-custom .dropdown-item:active,
.accent-custom .dropdown-item:focus,
.accent-custom .dropdown-item:hover {
  color: var(--white);
  text-decoration: none;
  background-color: var(--purple);
}

.accent-custom .dropdown-menu-fullwidth {
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}

.accent-custom .dropdown-divider {
  border-top: 1px solid var(--darkgrey);
}

.accent-custom .border_radius0 {
  border-radius: 0px !important;
}

.accent-custom .border_radius4 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .border_radius8 {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.accent-custom .border_radius8_rgt {
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
}

.accent-custom .border_radius8_lft {
  border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
}

.accent-custom .border_radius0080 {
  border-radius: 0px 0px 8px 0px;
  -moz-border-radius: 0px 0px 8px 0px;
  -webkit-border-radius: 0px 0px 8px 0px;
}

.accent-custom .border_radius0044 {
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
}

.accent-custom .border_radius001212 {
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
}

.accent-custom .border_radius121200 {
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
}

.accent-custom
  .icheck-primary
  > input:first-child:checked
  + input[type="hidden"]
  + label::before,
.accent-custom .icheck-primary > input:first-child:checked + label::before {
  background-color: var(--purple);
  border-color: var(--purple);
}

.accent-custom
  .icheck-primary
  > input:first-child:not(:checked):not(:disabled):hover
  + input[type="hidden"]
  + label::before,
.accent-custom
  .icheck-primary
  > input:first-child:not(:checked):not(:disabled):hover
  + label::before {
  border-color: var(--purple);
}

.accent-custom
  .icheck-primary
  > input:first-child:not(:checked):not(:disabled):hover
  + input[type="hidden"]
  + label::before,
.accent-custom
  .icheck-primary
  > input:first-child:not(:checked):not(:disabled):hover
  + label::before {
  border-color: var(--purple);
}

.accent-custom .sidebar_drpdwn {
  display: flex;
  width: 100%;
  padding-right: 0px;
  align-items: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  background-color: var(--darkgrey);
}

.accent-custom .sidebar_img {
  position: absolute;
}

.accent-custom .sidebar_drpdwn .form-control {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  font-size: var(--f_sz12);
  padding-left: 40px;
}

.accent-custom .nav-sidebar .nav-item {
  margin-bottom: 10px;
}

.accent-custom .nav-sidebar .nav-item > .nav-link {
  font-weight: 500;
}

.accent-custom .nav-sidebar .nav-item > .nav-link .material-icons {
  position: relative;
  top: 5px;
}

.accent-custom .nav-sidebar .nav-item > .nav-link .expand-icon {
  float: right !important;
}

.accent-custom [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
.MuiList-root > .nav-item:hover > .nav-link {
  background-color: var(--darkgrey);
}

.accent-custom .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.accent-custom .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
.MuiList-root > .nav-item > .nav-link.active {
  background-color: var(--purple);
}

.accent-custom .nav-tabs .nav-item .nav-link.active .material-symbols-outlined {
  color: var(--purple);
}

.accent-custom .nav-pills .nav-link {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.MuiList-root > .nav-item > .nav-link.active,
.MuiList-root > .nav-item:hover > .nav-link {
  color: white !important;
}

.MuiList-root > .nav-item > .nav-link {
  width: auto !important;
}

.accent-custom .navbar-dark .navbar-nav .nav-link {
  color: var(--white);
  padding-top: 0.25rem;
  padding-right: 0.3rem;
  padding-bottom: 0.25rem;
  padding-left: 0.3rem;
}

.alltabicons_div .MuiBreadcrumbs-ol .MuiBreadcrumbs-li .MuiTypography-root {
  color: gray;
}

.alltabicons_div .MuiBreadcrumbs-ol .MuiBreadcrumbs-li:last-child .MuiTypography-root,
.alltabicons_div .MuiBreadcrumbs-ol .MuiBreadcrumbs-separator {
  color: white;
}

.accent-custom .resp_menu img {
  max-height: 35px;
}

.accent-custom .content-wrapper {
  background-color: var(--darkblue);
}

.accent-custom .card {
  background-color: var(--darkblue);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--white);
}

.accent-custom .badge {
  font-size: var(--f_sz12);
  padding: 5px;
  font-weight: 400;
}

.accent-custom .badge-danger {
  background-color: var(--red);
}

.accent-custom .btn {
  font-size: var(--f_sz14);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.accent-custom .btn-primary {
  color: var(--white);
  background-color: var(--purple);
  border-color: var(--purple);
  box-shadow: none;
}

.accent-custom .btn-primary:hover,
.accent-custom .btn-primary:not(:disabled):not(.disabled).active,
.accent-custom .btn-primary:not(:disabled):not(.disabled):active,
.accent-custom .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--darkpurple);
  border-color: var(--purple);
}

.accent-custom .btn-outline-primary {
  color: var(--purple);
  border-color: var(--purple);
}

.accent-custom .btn-outline-primary:hover,
.accent-custom .btn-outline-primary:not(:disabled):not(.disabled).active,
.accent-custom .btn-outline-primary:not(:disabled):not(.disabled):active,
.accent-custom .show > .btn-outline-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--purple);
  border-color: var(--purple);
}

.accent-custom .btn-light1 {
  color: var(--purple);
  background-color: var(--white);
  border-color: var(--white);
  box-shadow: none;
  padding: 0.275rem 0.75rem;
}

.accent-custom .btn-light1:hover,
.accent-custom .btn-light1:not(:disabled):not(.disabled).active,
.accent-custom .btn-light1:not(:disabled):not(.disabled):active,
.accent-custom .show > .btn-light1.dropdown-toggle {
  color: var(--purple);
  background-color: var(--white);
  border-color: var(--white);
}

.accent-custom .btnpdng {
  padding: 0.375rem 0.75rem 0rem 0.75rem !important;
}

.accent-custom .btn_lrge {
  padding: 12px;
  font-size: var(--f_sz16);
}

.accent-custom .btn_lrge1 {
  padding: 12px 20px;
}

.accent-custom .btn_bigger {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: linear-gradient(278deg, #6f4ff8 12.28%, #9747ff 87.72%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--white);
  font-size: var(--f_sz16);
  padding: 0.775rem 0.75rem;
}

.accent-custom .btngrey {
  color: #fff;
  background-color: var(--darkgrey);
  border-color: var(--grey2);
}

.accent-custom .btndarkpurple {
  color: #fff;
  background-color: var(--darkpurple);
  border-color: var(--purple);
}

.accent-custom .btn-group.fwhite > .btn:hover {
  color: var(--white);
}

.accent-custom .card-title {
  font-size: var(--f_sz20);
  font-weight: 500;
}

/***************drag and drop file upload****************/
.accent-custom .file-drop-area {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 25px;
  background-color: var(--darkgrey);
  border: 2px dashed var(--grey2);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: 0.2s;
  justify-content: center;
}

.accent-custom .file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

/***************drag and drop file upload****************/
.accent-custom .prod_photo_item {
  display: flex;
  width: 64px;
  height: 64px;
  margin: 8px;
  justify-content: center;
  align-items: center;
  background-color: var(--darkgrey);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px dashed var(--grey2);
  position: relative;
}

.accent-custom .prod_photo_item.active {
  background-color: var(--darkpurple);
  border: 1px dashed var(--lightpurple);
}

.accent-custom .prod_photo_item.error {
  background-color: var(--darkpurple);
  border: 1px dashed var(--red);
}

.accent-custom .prod_photoimg img {
  width: 100%;
}

.accent-custom .allclose {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background-color: var(--red);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.accent-custom .prod_video_item {
  display: flex;
  width: 160px;
  height: 90px;
  margin: 8px;
  position: relative;
}

/************video*******************/
.videoWrapper {
  width: 100%;
  height: 122.06px;
}

.videoWrapper audio,
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper video,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.position-relative .videoWrapper video {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
}

fullscreen-enabled .position-relative .videoWrapper video {
  height: 100% !important;
  width: 100% !important;
  transition: all 0.5s;
}

.accent-custom .videoWrapper .vp-center {
  align-items: start !important;
}

.videoWrapper_portrait {
  /* position: relative; */
  /*  padding-bottom: 660px;   */
  /* 16:9 */
  padding-bottom: 937px;
  /* 16:14 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper_portrait audio,
.videoWrapper_portrait iframe,
.videoWrapper_portrait object,
.videoWrapper_portrait video,
.videoWrapper_portrait embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.accent-custom .videoWrapper_portrait .vp-center {
  align-items: start !important;
}

/************video*******************/

.videoWrapper_portrait audio,
.videoWrapper_portrait iframe,
.videoWrapper_portrait object,
.videoWrapper_portrait video,
.videoWrapper_portrait embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.accent-custom .videoWrapper_portrait .vp-center {
  align-items: start !important;
}

/************video*******************/

.accent-custom .keyword_item {
  display: flex;
  background-color: var(--darkgrey);
  color: var(--white);
  align-items: center;
  text-align: center;
  font-size: var(--f_sz12);
  margin: 4px;
}

.accent-custom .close_sm {
  display: inline-block;
  line-height: 22px;
}

.accent-custom .info_asset {
  width: 100%;
  height: 95px;
  display: flex;
  flex-flow: row wrap;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 16px 16px;
  color: var(--white);
  font-size: var(--f_sz16);
}

.accent-custom .connectunity_box {
  background-color: var(--purple2);
  border: 1px solid var(--lightpurple);
}

.accent-custom .asset_item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin-bottom: 15px;
  background-color: var(--darkblue);
  position: relative;
}

.accent-custom .asset_item.active {
  background-color: var(--darkblue);
}

.accent-custom .asset_item.active .asset_descbtn .btn-primary {
  background-color: var(--purple);
}

.accent-custom .asset_item.paused {
  background-color: var(--blue);
}

.accent-custom .asset_item.paused .asset_descbtn .btn-primary {
  background-color: var(--blue3);
  border-color: var(--blue3);
}

.accent-custom .asset_item.paused .asset_descbtn .btn-primary:hover,
.accent-custom
  .asset_item.paused
  .asset_descbtn.btn-primary:not(:disabled):not(.disabled).active,
.accent-custom
  .asset_item.paused
  .asset_descbtn
  .btn-primary:not(:disabled):not(.disabled):active,
.accent-custom .asset_item.paused .asset_descbtn .show > .btn-primary.dropdown-toggle {
  background-color: var(--blue4);
  border-color: var(--blue4);
}

.accent-custom .asset_item.draft {
  background-color: var(--mustard);
}

.accent-custom .asset_item.draft .asset_descbtn .btn-primary {
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.accent-custom .asset_item.draft .asset_descbtn .btn-primary:hover,
.accent-custom
  .asset_item.draft
  .asset_descbtn.btn-primary:not(:disabled):not(.disabled).active,
.accent-custom
  .asset_item.draft
  .asset_descbtn
  .btn-primary:not(:disabled):not(.disabled):active,
.accent-custom .asset_item.draft .asset_descbtn .show > .btn-primary.dropdown-toggle {
  background-color: var(--yellow3);
  border-color: var(--yellow3);
}

.accent-custom .asset_status {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: var(--blue3);
  color: var(--white);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 8px;
  /*font-size: var(--f_sz16);*/
  font-size: var(--f_sz10);
}

.accent-custom .asset_status.pausedbg {
  background-color: var(--blue3);
}

.accent-custom .asset_status.draftbg {
  background-color: var(--yellow);
}

.accent-custom .asset_status.soldoutbg {
  background-color: var(--red);
}

.accent-custom .processing_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-custom .asset_img {
  height: 260px;
  padding: 10px;
}

.accent-custom .asset_img img {
  max-width: 100%;
  max-height: 240px;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}

.accent-custom .asset_desc {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  font-size: var(--f_sz10);
  line-height: 16px;
}

.accent-custom .asset_descbtn .dropdown-toggle::after {
  content: none;
}

.accent-custom .asset_descbtn .btn:first-child {
  border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
}

.accent-custom .asset_descbtn .btn:nth-child(2) {
  border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
}

.accent-custom .asset_descbtn .dropdown-menu {
  background-color: var(--darkblue);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.accent-custom .asset_descbtn .dropdown-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

.accent-custom .asset_amountbg {
  background: rgb(16, 18, 35);
  background: -moz-linear-gradient(
    32deg,
    rgba(16, 18, 35, 1) 30%,
    rgba(111, 79, 248, 1) 72%
  );
  background: -webkit-linear-gradient(
    32deg,
    rgba(16, 18, 35, 1) 30%,
    rgba(111, 79, 248, 1) 72%
  );
  background: linear-gradient(32deg, rgba(16, 18, 35, 1) 30%, rgba(111, 79, 248, 1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101223", endColorstr="#6f4ff8", GradientType=1);
}

.accent-custom .asset_actiondiv {
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  font-size: var(--f_sz12);
}

.accent-custom .modal-content {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.accent-custom .modal-content {
  background-color: var(--darkblue);
  color: var(--white);
}

.accent-custom .modal-header {
  background-color: var(--darkpurple);
  border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  border-bottom: 1px solid var(--purple3);
}

.accent-custom .modaltitle_icon {
  width: 35px;
  height: 35px;
  display: flex;
  background-color: var(--purple);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .modal-footer {
  border-top: 1px solid var(--purple3);
  background-color: var(--darkpurple);
  border-radius: 0px 0px 16px 16px;
  -moz-border-radius: 0px 0px 16px 16px;
  -webkit-border-radius: 0px 0px 16px 16px;
}

.accent-custom .modal-header .close {
  opacity: 1;
}

.accent-custom .modal-content {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.reels-modal-content {
  background-color: #2f334c !important;
  color: var(--white);
  position: relative !important;
  top: 400px !important;
}

.accent-custom .modal-content {
  background-color: var(--darkblue);
  color: var(--white);
}

.accent-custom .modal-header {
  background-color: var(--darkpurple);
  border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  border-bottom: 1px solid var(--purple3);
}

.accent-custom .modaltitle_icon {
  width: 35px;
  height: 35px;
  display: flex;
  background-color: var(--purple);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .modal-footer {
  border-top: 1px solid var(--purple3);
  background-color: var(--darkpurple);
  border-radius: 0px 0px 16px 16px;
  -moz-border-radius: 0px 0px 16px 16px;
  -webkit-border-radius: 0px 0px 16px 16px;
}

.accent-custom .modal-header .close {
  opacity: 1;
}

/* .modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
} */
.accent-custom .modal-center {
  display: flex !important;
}

.accent-custom .modal-center-dialog {
  display: flex !important;
  justify-content: center;
  align-self: center;
}

.txtlarge {
  font-size: var(--f_sz20);
  font-weight: 600;
  line-height: 28px;
  color: var(--white);
}

.txtsmall {
  font-size: var(--f_sz16);
  font-weight: 400;
  color: var(--grey);
}

.accent-custom .pswd_lgth {
  width: 22px;
  height: 4px;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 2px;
}

.accent-custom .drkbluebox_sm {
  display: inline-block;
  background-color: var(--darkblue);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 7px 10px;
}

.accent-custom .postop_2 {
  position: relative;
  top: 2px;
}

.accent-custom .postop_3 {
  position: relative;
  top: 3px;
}

.accent-custom .postop_2up {
  position: relative;
  top: -2px;
}

.accent-custom .postop_7 {
  position: relative;
  top: 7px;
}

.accent-custom .home_boxes {
  width: 100%;
  height: 95px;
  display: flex;
  flex-flow: row wrap;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--white);
  font-size: var(--f_sz16);
  align-items: center;
  justify-content: center;
}

.accent-custom .upload_asset {
  background: linear-gradient(277.97deg, #6f4ff8 12.28%, #9747ff 87.72%);
}

.accent-custom .start_sellmerch {
  background: linear-gradient(277.97deg, #26a4ff 12.28%, #5d49fc 87.72%);
}

.accent-custom .allcharts_boxes {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px;
}

.accent-custom .statistics_img img {
  width: 100%;
  max-height: 200px;
}

.accent-custom .active_orders {
  width: 100%;
  /*min-height: 100px; max-height:160px;*/
  display: flex;
  flex-flow: row wrap;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--white);
  font-size: var(--f_sz13);
}

.accent-custom .orders_profimg img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 5px;
}

.accent-custom .orders_productimg img {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-right: 10px;
}

.accent-custom .order_brdrbtm {
  border-bottom: 1px solid var(--grey2);
}

.accent-custom .alltabicons_div .nav-link {
  /*padding: 0.5rem 2.95rem;*/
  padding: 0.5rem 0.9rem;
  color: var(--grey) !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid transparent;
}

.accent-custom .alltabicons_div .nav-tabs .nav-item.show .nav-link,
.accent-custom .alltabicons_div .nav-tabs .nav-link.active,
.accent-custom .alltabicons_div .nav-tabs .nav-link:hover {
  background-color: transparent !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid var(--white);
  color: var(--white) !important;
}

.accent-custom .activeorders_hgt {
  /*min-height: 42vh; max-height: 50vh;*/
  min-height: 300px;
  max-height: 325px;
  overflow-y: auto;
}

.accent-custom .transactions_hgt {
  /*min-height: 42vh; max-height: 50vh;*/
  min-height: 300px;
  max-height: 325px;
  overflow-y: auto;
}

.accent-custom .chsegame_div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f_sz16);
}

.accent-custom .chsegame_div img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
}

.accent-custom .chsegame_active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-custom .chsegame_drpdwn_div {
  position: absolute;
  top: 45px;
  width: 300px;
  display: flex;
  flex-flow: row wrap;
  background-color: var(--darkblue);
  border: 1px solid var(--darkgrey);
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 1;
}

.accent-custom .chsegame_drpdwn_list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  max-height: 300px;
  overflow-y: auto;
}

.accent-custom .chsegame_drpdwn_item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border-bottom: 1px solid var(--darkgrey);
  padding: 15px 0;
  font-size: var(--f_sz14);
  background-color: rgba(16, 18, 35, 1.5);
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
}

.accent-custom .chsegame_drpdwn_item img {
  width: 32px;
  height: 32px;
  border-radius: 0px;
}

.accent-custom .promote_prdcts {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: var(--darkgrey);
}

.accent-custom .chsegame_stop_menuoptions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  min-height: 100px;
}

.accent-custom .chsegame_menuoptions {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.accent-custom .add-height {
  height: 75%;
}

.accent-custom .chsegame_menuitem {
  width: 82px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: var(--f_sz10);
  color: var(--white);
}

.accent-custom .chsegame_menuicon {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  color: var(--darkblue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .reggame_menuicon {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  color: var(--darkblue);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .reggame_menuicon .c-red {
  color: var(--red);
}

.accent-custom .profile_wallet_div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  background: var(--darkpurple);
}

.accent-custom .profile_wallet_value {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: var(--f_sz12);
  padding: 2px 8px;
  align-items: center;
}

.accent-custom .prof_wallet_green {
  color: var(--green);
  background-color: var(--lightgreen);
}

.accent-custom .prof_wallet_red {
  color: var(--red);
  background-color: var(--lightred);
}

.accent-custom .prof_wallet_grey {
  color: var(--grey);
  background-color: var(--grey2);
}

.accent-custom .profile_wallet_qrcode {
  position: absolute;
  top: 30px;
  right: 25px;
}

.accent-custom .profile_wallet_optns {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  background-color: var(--darkgrey);
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
}

.accent-custom .profile_wallet_optnitem {
  width: 82px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: var(--f_sz12);
}

.accent-custom .profile_wallet_optnicon {
  width: 52px;
  height: 52px;
  background-color: var(--purple);
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .open_wallet_div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  background: rgba(72, 72, 72, 0.25);
}

.accent-custom .open_wallet_div h1 {
  font-size: var(--f_sz32);
}

.accent-custom .wallet_asset {
  width: 100%;
  /*min-height: 100px; max-height:160px;*/
  display: flex;
  flex-flow: row wrap;
  color: var(--white);
  font-size: var(--f_sz13);
}

.accent-custom .wallettab_div .alltabicons_div {
  border: 1px solid var(--grey3);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.accent-custom .wallettab_div .alltabicons_div .nav {
  justify-content: space-evenly;
  border-bottom: 0px;
}

.accent-custom .wallettab_div .alltabicons_div .nav-tabs .nav-item {
  width: 33.33%;
}

.accent-custom .wallettab_div .alltabicons_div .nav .nav-link {
  font-size: var(--f_sz12);
  margin: 3px 2px 0px 2px;
}

.accent-custom .wallettab_div .alltabicons_div .nav-tabs .nav-item.show .nav-link,
.accent-custom .wallettab_div .alltabicons_div .nav-tabs .nav-link.active,
.accent-custom .wallettab_div .alltabicons_div .nav-tabs .nav-link:hover {
  background-color: var(--purple) !important;
  border-bottom: 0px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.accent-custom .walletlistimg img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.accent-custom .walletalltabs_hgt {
  /*min-height: 42vh; max-height: 50vh;*/
  min-height: 300px;
  max-height: 325px;
  overflow-y: auto;
}

.accent-custom .orbrdr_div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 1px solid var(--white);
}

.accent-custom .ortxt {
  position: absolute;
  background-color: var(--darkblue);
  font-size: var(--f_sz14);
  padding: 10px;
  color: var(--white);
}

.accent-custom .allspssobtn_div {
  justify-content: space-between;
}

.accent-custom .spssobtn_div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  background-color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.accent-custom .spssobtn_div img {
  max-width: 100%;
}

.accent-custom .signup_otpdiv {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.accent-custom .signup_otpdiv .form-control {
  width: 40px;
  height: 40px;
  font-size: var(--f_sz20);
}

.accent-custom .noasset_div {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  flex-direction: column;
  align-items: center;
}

.accent-custom .myasset_imgdiv {
  width: 100%;
  text-align: center;
}

.accent-custom .myasset_imgdiv img {
  max-width: 100%;
  max-height: 400px;
}

.accent-custom .myasset_dtlsdiv {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .bg_icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .iconposabs {
  position: absolute;
  right: -5px;
  top: -5px;
}

.accent-custom .myasset_activities_wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border: 1px solid var(--darkgrey);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--white);
  font-size: var(--f_sz13);
}

.accent-custom .myasset_activitieslist {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  max-height: 350px;
  overflow-y: auto;
}

.accent-custom .myasset_activitiesitem {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .allbg_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*
 *  SCROLLBAR STYLE 
 */

.scrollbar_style::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  /*background-color: #F5F5F5;*/
  background-color: transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /*background-color: #F5F5F5;*/
  background-color: #9b87ff;
  border-radius: 10px;
}

.scrollbar_style::-webkit-scrollbar {
  width: 8px;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar {
  width: 8px;
  background-color: #9b87ff;
  border-radius: 10px;
}

.scrollbar_style::-webkit-scrollbar-thumb {
  /*background-color: #c6c6c6;*/
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
}

.scrollbar_style:hover::-webkit-scrollbar-thumb {
  background-color: #2e1c7b;
  border: 2px solid #2e1c7b;
  border-radius: 10px;
}

/*************************************/

.scrollbar_style1::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
*/
  background-color: transparent;
}

.scrollbar_style1:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9b87ff;
}

.scrollbar_style1::-webkit-scrollbar {
  height: 8px;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
}

.scrollbar_style1::-webkit-scrollbar {
  height: 8px;
  background-color: #9b87ff;
}

.scrollbar_style1::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}

.scrollbar_style1:hover::-webkit-scrollbar-thumb {
  background-color: #2e1c7b;
  border: 2px solid #2e1c7b;
}

.accent-custom .proddttls_icon {
  display: inline-block;
  color: var(--white);
  font-size: var(--f_sz16);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 5px 10px;
}

.accent-custom .prod_dtlimg img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 5px;
}

.accent-custom .bgpurple {
  background-color: var(--darkpurple);
  /*border: 1px solid var(--lightpurple);*/
}

.accent-custom .bgpurple1 {
  background-color: var(--purple);
  /*border: 1px solid var(--lightpurple);*/
}

.accent-custom .bggrey {
  background-color: var(--darkgrey);
  /*border: 1px solid var(--grey3);*/
}

.accent-custom .payment_proditem {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .pay_transfer_game img {
  max-height: 50px;
}

.accent-custom .transfer_imgdiv {
  width: 40%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-custom .transfer_descdiv {
  width: 60%;
}

.accent-custom .transferimg img {
  max-width: 100%;
  max-height: 200px;
}

.accent-custom .modal_content_cntr {
  max-width: 400px;
  margin: 0 auto;
}

.accent-custom .profile_bg {
  width: 100%;
  background-image: url(../img/profile_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 120px;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}

.accent-custom .profile_updcover {
  position: absolute;
  top: 10px;
  right: 10px;
}

.accent-custom .ctsprofpiccntr {
  /*width:160px;*/
  width: 64px;
  text-align: center;
  margin: 0 auto;
}

.accent-custom .ctsaddprofpic {
  position: relative;
}

.accent-custom .tp_profilephoto_imgwrapper {
  /*width:160px;*/
  width: 64px;
  /*height: 160px;*/
  height: 64px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid var(--purple);
}

.accent-custom .tp_profilephoto_imgwrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 5px solid transparent;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.accent-custom .s_profileupld {
  position: absolute;
  /*right: 0px;*/
  right: -12px;
  top: 40px;
}

.accent-custom .s_profileupld .btn-bs-file {
  /*width:40px; height: 40px;*/
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

.accent-custom .s_profileupld i {
  /*font-size: 20px;*/
  font-size: 14px;
}

.accent-custom .s_profileupld_top {
  /*top: 100px !important;*/
  top: 30px !important;
}

.accent-custom .posrel_camera {
  position: relative;
  /*top: 3px; right: 2px;*/
  top: -2px;
  right: 5px;
}

/***************File Upload***************/
.accent-custom .btn-bs-file {
  position: relative;
  cursor: pointer;
}

.accent-custom .btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
  cursor: inherit;
}

/***************File Upload***************/

.accent-custom .profpic_pos {
  position: relative;
  /*top:-35px;*/
}

.accent-custom .prof_type {
  display: inline-block;
  padding: 2px 30px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  /*font-size: var(--f_sz16);*/
  font-size: var(--f_sz10);
}

.accent-custom .reelviewprof_type {
  display: inline-block;
  padding: 2px 40px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  /*font-size: var(--f_sz16);*/
  font-size: var(--f_sz10);
}

.accent-custom .prof_bgred {
  background-color: var(--lightred);
  border: 1px solid var(--red1);
  color: var(--red);
}

.accent-custom .prof_bgblue {
  background-color: var(--lightblue);
  border: 1px solid var(--blue2);
  color: var(--blue3);
}

.accent-custom .prof_bgyellow {
  background-color: var(--lightyellow);
  border: 1px solid var(--yellow2);
  color: var(--yellow);
}

.accent-custom .prof_info {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  color: var(--grey);
  /*font-size: var(--f_sz16);*/
  font-size: var(--f_sz10);
  border-right: 2px solid var(--grey2);
  /* margin-bottom: 10px; */
}

.accent-custom .prof_info:last-child {
  border-right: 0px;
}

.accent-custom .gameavatar_img img {
  max-height: 100px;
}

.accent-custom .gamestream_started {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: var(--darkgrey);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.accent-custom .gamestream_div img {
  width: 100%;
}

.accent-custom .game_streamoptions {
  max-width: 400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: var(--purple);
  padding: 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.accent-custom .game_streamoptions .chsegame_menuitem {
  width: 50px;
}

.accent-custom .game_streamoptions .chsegame_menuicon {
  color: var(--darkblue);
}

.accent-custom .chsegame_menuicon.bgdarkred {
  background-color: var(--red);
  color: var(--white);
}

.accent-custom .gamecomments {
  position: absolute;
  bottom: 0px;
  left: 0;
  min-width: 360px;
  max-width: 400px;
  z-index: 1;
}

.accent-custom .gamecomments_cardbody,
.accent-custom .livecomments_cardbody {
  height: 350px;
  overflow-y: auto;
}

.accent-custom .post_comments_header {
  background-color: var(--darkpurple);
  position: sticky;
}

.accent-custom .alltitle_icon {
  width: 30px;
  height: 30px;
}

.accent-custom .post_comments_list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .post_comments_item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  color: var(--white);
}

.accent-custom .post_comments_thumb {
  width: 55px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}

.accent-custom .post_comments_item .post_comments_thumb .tp_profilephoto_imgwrapper {
  width: 30px;
  height: 30px;
  border: 0px;
}

.accent-custom .post_comments_item .post_comments_thumb .tp_profilephoto_imgwrapper img {
  border: 0;
}

.accent-custom .post_comments_content {
  width: 80%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.accent-custom .post_comments_content p {
  color: var(--white);
  font-size: var(--f_sz12);
  margin-bottom: 0px;
  line-height: 18px;
}

.login-require-modal {
  border: 1px solid #ffffff;
  border-radius: 0.75rem;
}

.accent-custom .sendbtn_div {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .sendmsg_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 8px;
  margin: 8px 0px 8px 8px;
}

.accent-custom .sendmsg_btn .send_icon {
  font-size: 16px;
}

.accent-custom .livestream_play {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--white);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--darkblue);
}

.accent-custom .livestream_time {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: var(--f_sz16);
}

.accent-custom .livecomments_div {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 400px;
  z-index: 0;
}

.accent-custom .livecomments_bg {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: var(--darkpurple);
  padding: 10px;
}

.accent-custom .livecomments_card {
  background-color: transparent;
  box-shadow: none;
}

.accent-custom .live_comments_list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  max-height: 250px;
}

.accent-custom .live_comments_list .post_comments_item:nth-child(1) {
  opacity: 0.09;
}

.accent-custom .live_comments_list .post_comments_item:nth-child(2) {
  opacity: 0.2;
}

.accent-custom .live_comments_list .post_comments_item:nth-child(3) {
  opacity: 0.3;
}

.accent-custom .chat_contactscard {
  height: 100vh;
}

.accent-custom .chat_cardbody {
  height: 100vh;
  overflow-y: auto;
}

.accent-custom .chat_cardbody .nav_user {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--white);
  text-align: center;
}

.accent-custom .chat_cardbody .nav_user img {
  width: 100%;
}

.accent-custom .chat_cardbody .media.active {
  background-color: var(--darkpurple);
}

.accent-custom .media_txtrgt {
  position: absolute;
  right: 10px;
  top: 15px;
}

.accent-custom .timetxt {
  color: var(--grey2);
  font-size: var(--f_sz10);
}

.accent-custom .media_content {
  color: var(--grey3);
}

.accent-custom .chat_cardbody .media.active .timetxt {
  color: var(--white);
}

.accent-custom .chat_cardbody .media.active .media_content {
  color: var(--white);
}

.accent-custom .card.chat_contactsconversation {
  background-color: transparent;
}

.accent-custom .chat_contactsconversation .nav_user {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--white);
  text-align: center;
}

.accent-custom .chat_contactsconversation .nav_user img {
  width: 100%;
}

.accent-custom .chat_contactsconversation .card-header {
  border-bottom: 1px solid var(--lightpurple);
}

.accent-custom .chat_contactsconversation .nav_user.converseimg {
  width: 16px;
  height: 16px;
}

.accent-custom .conversebubble_users {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.accent-custom .conversebubble_ours {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.accent-custom .bubble_ours,
.accent-custom .bubble_users {
  color: var(--white);
  font-size: var(--f_sz14);
  font-weight: 500;
  display: inline-block;
  padding: 10px;
  margin: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}

.accent-custom .bubble_users {
  background-color: var(--purple);
  border-radius: 16px 16px 0 16px;
  -moz-border-radius: 16px 16px 0 16px;
  -webkit-border-radius: 16px 16px 0 16px;
}

.accent-custom .bubble_ours {
  background-color: var(--darkblue);
  border-radius: 16px 16px 16px 0;
  -moz-border-radius: 16px 16px 16px 0;
  -webkit-border-radius: 16px 16px 16px 0;
}

.accent-custom .chat_sendmsgdiv .form-control {
  background-color: var(--darkblue);
  height: calc(2.45rem + 4px);
}

.accent-custom .chat_suggest {
  background-color: var(--grey2);
  color: var(--white);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 2px 8px;
  margin: 2px;
  font-size: var(--f_sz12);
  display: inline-block;
}

.accent-custom .chatconverse_cardbody {
  height: 100vh;
  overflow-y: auto;
}

.accent-custom .chat_profimg img {
  width: 100px;
  height: 100px;
}

.accent-custom .chat_socialmedialinks {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--darkgrey);
  border: 1px solid var(--grey3);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 8px;
}

.accent-custom .chat_tags {
  background-color: var(--darkpurple);
  color: var(--purple);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 2px 8px;
  margin: 2px;
  font-size: var(--f_sz12);
  display: inline-block;
}

.accent-custom .table {
  color: var(--white);
}

.accent-custom .table thead th {
  background-color: var(--grey2);
  color: #ffffff;
  font-weight: 600;
  border: 0;
}

.accent-custom .table a {
  color: var(--white);
}

.accent-custom .table tr {
  cursor: pointer;
}

.accent-custom .table tr.active {
  background-color: var(--darkpurple) !important;
}

.accent-custom .page-item.active .page-link {
  background-color: var(--purple);
  border-color: var(--purple);
  z-index: 0;
}

.accent-custom div.dataTables_wrapper div.dataTables_filter {
  color: var(--white);
}

.accent-custom div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid var(--grey);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.accent-custom div.dataTables_wrapper div.dataTables_info {
  color: var(--white);
}

.accent-custom .activity_details {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 440px;
  z-index: 1;
}

.accent-custom .allactivity_activitieslist {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  max-height: 250px;
  overflow-y: auto;
}

.accent-custom .settings_tab .alltabicons_div .nav {
  justify-content: flex-start;
}

.accent-custom .settings_tab .alltabicons_div .nav .nav-link {
  font-size: var(--f_sz16);
  padding: 0.5rem 2.9rem 0.5rem 0.5rem;
}

.accent-custom .settings_tab .alltabicons_div .nav-tabs .nav-item.show .nav-link,
.accent-custom .settings_tab .alltabicons_div .nav-tabs .nav-link.active,
.accent-custom .settings_tab .alltabicons_div .nav-tabs .nav-link:hover {
  border-bottom: 3px solid var(--purple);
}

.accent-custom .settings_btngrp .dropdown-toggle::after {
  position: relative;
  top: -2px;
}

.accent-custom .tags_div {
  background-color: var(--grey2);
  color: var(--white);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 2px 8px;
  margin: 2px;
  font-size: var(--f_sz10);
  display: inline-block;
}

.accent-custom .settings_card .tp_profilephoto_imgwrapper {
  width: 80px;
  height: 80px;
  border: 3px solid var(--purple);
}

.accent-custom .settings_card .s_profileupld_top {
  top: 50px !important;
  right: -25px;
}

.accent-custom .settings_card .profpic_pos {
  position: relative;
  top: -20px;
}

.accent-custom .settings_card .prof_type {
  font-size: var(--f_sz12);
}

.accent-custom .settings_profiletbl tr {
  border-bottom: 1px solid var(--grey);
}

.accent-custom .settings_profiletbl tr:last-child {
  border-bottom: 0px;
}

.accent-custom .settings_profiletbl tr:hover {
  background-color: var(--darkgrey);
}

.accent-custom .reel_item {
  width: 13.563rem;
  display: flex;
  flex-flow: row wrap;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: var(--darkblue);
  position: relative;
}

.accent-custom .reel_img {
  height: 8rem;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.accent-custom .reel_img:hover {
  transform: scale(1.05);
}

.accent-custom .reel_img img {
  width: 13.563rem;
  max-height: 7.625rem;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}

.accent-custom .reel_live {
  position: absolute;
  top: 15px;
  left: 15px;
}

.accent-custom .reel_liveicon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: 2px solid var(--red);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}

.accent-custom .reel_liveicon img {
  max-width: 100%;
  max-height: 35px;
}

.accent-custom .reel_livestat {
  position: absolute;
  bottom: -10px;
  background-color: var(--red);
  padding: 0px 5px;
  color: var(--white);
  font-size: var(--f_sz10);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .reel_livehot {
  position: absolute;
  top: 25px;
  right: 15px;
  background-color: var(--red);
  color: var(--white);
  font-size: var(--f_sz12);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid var(--white);
  padding: 0px 5px;
}

.accent-custom .reel_viewers {
  position: absolute;
  bottom: 25px;
  left: 15px;
  background-color: var(--black);
  color: var(--white);
  font-size: var(--f_sz12);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0px 5px;
  display: inline-flex;
  align-items: center;
}

.accent-custom .receiveBTC_div {
  width: 260px;
  display: inline-block;
  text-align: center;
  background-color: var(--white);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.accent-custom .receiveBTC_qrcode {
  padding: 10px;
}

.accent-custom .receiveBTC_qrcode img {
  max-width: 100%;
}

.accent-custom .receiveBTC_tiltlogo {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accent-custom .receiveBTC_tiltlogoimg {
  width: 64px;
  height: 64px;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .receiveBTC_tiltlogoimg img {
  max-height: 32px;
}

.accent-custom .receiveBTC_walletaddress {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: var(--purple);
  color: var(--white);
  border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  padding: 5px;
}

.accent-custom .reels_profimg {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .reels_profimg img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .reels_profimg_lrge {
  width: 64px;
  height: 64px;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid var(--purple);
}

.accent-custom .reels_profimg_lrge img {
  max-height: 48px;
}

.accent-custom .reelcomments_cardbody {
  height: 335px;
  overflow-y: auto;
}

.accent-custom .reel_menuitem {
  width: 50px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  font-size: var(--f_sz12);
}

.accent-custom .reel_menuicon {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  color: var(--darkblue);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .accent-custom .reelcomments_cardbody .post_comments_list .post_comments_item:nth-child(1) { opacity: 0.09; } */
.accent-custom .reelscomment_img {
  width: 30px;
  height: 30px;
  position: relative;
  left: 0.25rem;
}

.accent-custom .reelscomment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.accent-custom .reelsimg {
  margin-right: 0.5rem;
}

.accent-custom .reelscontent {
  width: 75%;
}

.accent-custom .share_menuitem {
  width: 82px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  font-size: var(--f_sz12);
}

.accent-custom .share_menuicon {
  width: 48px;
  height: 48px;
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .share_menuicon i {
  font-size: var(--f_sz26);
}

.accent-custom .thumnail_videowrapper {
  position: absolute !important;
  bottom: 250px;
  right: 10px;
  width: 300px;
  height: 220px;
  /* background-color: var(--darkgrey); */
  padding: 10px;
}

.accent-custom .review_overallrating {
  width: 100%;
  display: inline-flex;
  background-color: var(--darkpurple);
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px;
  color: var(--yellow);
}

.accent-custom .review_ratinglist {
  width: 100%;
  display: inline-block;
}

.accent-custom .review_ratingitem {
  width: 100%;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  color: var(--yellow);
  border-top: 1px solid var(--darkgrey);
  padding: 9px;
}

.accent-custom .review_algntxt {
  justify-content: end;
}

.accent-custom .review_tab {
  background-color: var(--darkgrey);
  border: 1px solid var(--grey3);
  color: var(--white);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 2px 8px;
  margin: 2px;
  font-size: var(--f_sz10);
  display: inline-flex;
  align-items: center;
}

.accent-custom .allreview_item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.accent-custom .allreview_img img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .allreview_commentimg img {
  max-height: 80px;
  margin-right: 10px;
}

.accent-custom .review_tab .dropdown {
  cursor: pointer;
}

.accent-custom .review_tab .dropdown-toggle::after {
  display: none;
}

.accent-custom .review_tab .dropdown-item {
  font-size: var(--f_sz10);
  cursor: pointer;
}

.accent-custom .settings_tab.profile_tab .alltabicons_div .nav .nav-link {
  padding: 0.5rem 2.9rem 0.5rem 2.9rem;
}

.accent-custom .header_navbarbrand {
  width: 100%;
  text-align: center;
}

.accent-custom.loginnew-page .container1 {
  max-width: 1140px;
  margin: 0 auto;
}

.accent-custom.loginnew-page .content-wrapper {
  background-color: transparent;
  margin-left: 0 !important;
}

.accent-custom.loginnew-page .card {
  background-color: transparent;
}

.accent-custom .signupnew_titlelrge {
  line-height: 43px;
}

.accent-custom .howitworks_div {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  border: 1px solid var(--grey7);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: var(--grey8);
  padding: 24px;
  color: var(--grey9);
  margin-bottom: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--f_sz15);
}

.accent-custom .howitworks_count {
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--f_sz16);
  color: var(--white);
  font-weight: 500;
  border: 1px solid var(--grey7);
  background-color: var(--darkpurple);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .digitize_title {
  line-height: 42px;
}

.accent-custom .digitize_div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border: 1px solid var(--grey7);
  border-radius: 16px 0 16px 0;
  -moz-border-radius: 16px 0 16px 0;
  -webkit-border-radius: 16px 0 16px 0;
  background-color: var(--grey8);
  padding: 40px 25px;
  color: var(--grey10);
}

.accent-custom .learnmore_btn {
  background-color: var(--purple4);
  padding: 12px 18px;
}

.accent-custom .signupnew_aboutdiv {
  color: var(--grey10);
  line-height: 27px;
}

.accent-custom .signupnew_aboutimg img {
  max-width: 100%;
}

.accent-custom .footer_logo {
  max-height: 60px;
}

.accent-custom .footer_menus {
  width: 100%;
  display: inline-flex;
  font-size: var(--f_sz16);
  justify-content: center;
}

.accent-custom .footer_menus a {
  color: var(--white);
  padding: 15px;
}

.accent-custom .footer_socialmedia {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.accent-custom .f_socialicon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--f_sz20);
  color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 5px;
}

.accent-custom .f_socialicon:hover,
.accent-custom .f_socialicon.active {
  background-color: var(--purple4);
}

.accent-custom .signupnew_img1 {
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: -1;
}

.accent-custom .signupnew_img2 {
  position: absolute;
  top: -100px;
  right: 0px;
  z-index: -1;
}

.accent-custom .signupnew_img3 {
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: -1;
}

.accent-custom .signupnew_img4 {
  position: absolute;
  top: -68px;
  left: 0px;
  z-index: -1;
}

.accent-custom .fworksans {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.accent-custom .reels_socialprof .dropdown-toggle::after {
  display: none;
}

.accent-custom .reels_typecount .prof_info {
  /* padding: 10px 35px; */
  padding: 10px 45px;
}

.accent-custom .backicon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkblue);
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .radius-backicon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkblue);
  color: var(--white);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.accent-custom .radius-backicon:hover {
  background-color: var(--grey2);
  color: var(--darkblue);
}

.accent-custom .radius-backicon:active {
  background-color: var(--grey3);
  color: var(--darkblue);
  border: var(--grey8);
}

.accent-custom .socialshareicon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkblue);
  color: var(--white);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.accent-custom .socialshareicon:hover {
  background-color: var(--grey2);
  color: var(--white);
}

.accent-custom .socialshareicon:active {
  background-color: var(--grey3);
  color: var(--darkblue);
  border: var(--grey8);
}

.accent-custom .rectanglebtn {
  width: auto;
  height: 42px;
  background-color: #101223;
  border: 1px solid #4a4d62;
  padding: 11px 16px;
  border-radius: 8px;
  color: #fff;
}

.accent-custom .rectanglebtn.m-l-8 {
  margin-left: 8px;
}

.accent-custom .rectanglebtn i {
  font-size: 16px;
  font-weight: 400px !important;
}

.accent-custom .walletimg_pos {
  position: absolute;
  top: 0px;
  right: 0px;
}

.accent-custom .reelviewrectanglebtn {
  width: auto;
  height: 38px;
  background-color: #101223;
  border: 1px solid #4a4d62;
  padding: 7px 12px;
  border-radius: 8px;
  color: #fff;
}

.accent-custom .reelviewrectanglebtn.m-l-10 {
  margin-left: 25px;
}

.accent-custom .reelviewrectanglebtn i {
  font-size: 16px;
  font-weight: 400px !important;
}

.accent-custom .walletimg_poslft {
  position: absolute;
  top: 0px;
  left: 165px;
}

.accent-custom .walletimg_poslft img {
  width: 175px;
}

.accent-custom .searchcoin_hgt {
  max-height: 350px;
  overflow-y: auto;
}

.accent-custom .wallet_sendBTC {
  display: inline-flex;
  align-items: center;
  background-color: var(--darkpurple);
  border: 1px solid var(--lightpurple);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 4px 8px;
}

.accent-custom .walletasset_sendBTC {
  background-color: var(--darkgrey);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .walletassetimg img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.accent-custom .wallet_sendBTCfrom {
  position: absolute;
  left: 0;
  top: -12px;
  width: 85px;
  height: 62px;
  background-color: var(--darkpurple);
  color: var(--white);
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.accent-custom .wallet_sendBTCfromalpha {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: var(--purple);
}

.accent-custom .wallet_sendBTCaddr {
  margin-left: 95px;
}

.accent-custom .swap_currency {
  width: 100px;
}

.accent-custom .swap_currtxtbx {
  width: 70%;
}

.accent-custom .swap_currency .btn-group > .btn:hover {
  color: var(--white);
}

.accent-custom .profile_wallet_optnicon_sm {
  width: 32px;
  height: 32px;
  background-color: var(--purple);
  color: var(--white);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .openwallet_div {
  background-color: var(--purple);
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
}

.accent-custom .gameoverlay_div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.accent-custom .gametobestarted_div {
  max-width: 345px;
}

.accent-custom .gamestarted_content {
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: var(--darkgrey);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

.accent-custom .gamestream_actions {
  width: 100%;
  position: absolute;
  bottom: 120px;
  left: 0px;
  z-index: 10;
}

.accent-custom .livestreamtobestarted {
  width: 100%;
  height: 20rem;
  display: flex;
  background-image: url(../img/stream_background.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
}

.accent-custom .comment-inputbox {
  width: calc(100vw - 50px);
  background-color: #101223;
  border: 1px solid #6d7082;
}

.accent-custom .comment-inputbox::placeholder {
  color: #6d7082;
  opacity: 1;
  /* Firefox */
  font-size: 11px;
}

.accent-custom .gamestream_settingsicon {
  width: 45px;
}

.accent-custom .gamestream_settingstxtbx {
  width: 90%;
}

.accent-custom .layout_item {
  width: 50px;
  display: flex;
  flex-flow: column wrap;
  font-size: var(--f_sz18);
  text-align: center;
}

.accent-custom .video_download_div {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0px;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.accent-custom .videodownload_txt {
  display: inline-block;
  background-color: var(--darkpurple);
  border: 1px solid var(--lightpurple);
  color: var(--grey);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 8px 16px;
}

dropdown-scroll {
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-scroll::-webkit-scrollbar {
  width: 8px;
}

.dropdown-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(134, 131, 131, 0.3);
  border-radius: 4px;
}

.dropdown-scroll::-webkit-scrollbar-track {
  background: rgba(134, 131, 131, 0.3);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .resp_menu {
    position: relative;
    top: -8px;
  }

  .verti-video-background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
  }

  .prevnext-container .item-icon-prev {
    left: 85% !important;
    top: 10% !important;
  }

  .prevnext-container .item-icon-next {
    left: 85% !important;
    top: 20% !important;
  }
}

@media (max-width: 767px) {
  .accent-custom .signin_rgtcornerimg {
    position: absolute;
    right: 20px;
    top: 55px;
  }

  .accent-custom .alltabicons_div .nav-link {
    padding: 0.5rem 1.5rem;
  }

  .accent-custom .active_orders {
    min-height: 100px;
    max-height: none;
  }

  .accent-custom .profile_wallet_div h1 {
    font-size: 1.7rem;
  }

  .accent-custom .asset_img {
    height: auto;
  }

  .accent-custom .transfer_imgdiv {
    width: 100%;
  }

  .accent-custom .transfer_descdiv {
    width: 100%;
  }

  .accent-custom .game_streamoptions {
    width: 100%;
  }

  .accent-custom .gamecomments_cardbody,
  .accent-custom .livecomments_cardbody {
    height: 122px;
    overflow-y: auto;
  }

  .accent-custom .thumnail_videowrapper {
    width: 230px;
    height: 150px;
  }

  .accent-custom .review_algntxt {
    justify-content: start;
  }

  .accent-custom .footer_menus {
    font-size: var(--f_sz14);
  }

  .accent-custom .footer_menus a {
    padding: 10px;
  }

  .accent-custom .signupnew_img2 {
    display: none;
  }

  .accent-custom .signupnew_img3 {
    display: none;
  }

  .accent-custom .signupnew_img4 {
    left: auto;
    right: 0;
  }

  .accent-custom .swap_currtxtbx {
    width: 60%;
  }

  .accent-custom .gamestream_settingstxtbx {
    width: 86%;
  }

  .verti-video-background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
  }
}

.prof_bgdarkpurple {
  background-color: var(--darkpurple);
  border: 1px solid var(--lightpurple);
  color: var(--white);
}

.bgyellow {
  background-color: var(--yellow);
}

/* Like a Comment */
.accent-custom .comment_contianer {
  width: fit-content;
  display: inline-flex;
}

.accent-custom .post_comments_content:hover .like_comment {
  display: inline-flex;
}

.accent-custom .post_comments_content .like_comment ul li i {
  font-size: 16px;
  position: absolute;
  display: inline-block;
}

.accent-custom .post_comments_content .like_comment ul li span {
  margin-left: 23px;
}

.accent-custom .post_comments_content .like_comment ul li a {
  transition: color 0.3s;
}

.accent-custom .post_comments_content:hover .like_comment ul li a:hover {
  color: var(--purple);
  cursor: pointer;
}

.accent-custom .post_comments_content .like_comment ul li a.active {
  color: var(--purple);
  cursor: pointer;
}

/* .accent-custom .post_comments_content .like_comment ul li i { font-size: 20px; color: rebeccapurple;} */
.accent-custom .post_comments_content .like_comment {
  margin-left: 7px;
  width: fit-content;
  display: none;
}

.accent-custom .post_comments_content .like_comment ul {
  list-style: none;
  padding: 0;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 0px;
}

.accent-custom .post_comments_content .like_comment ul li {
  width: auto;
}

/* Like a Comment */

.emoji-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #edc15a;
}

.send-button {
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.emoji-picker {
  position: absolute;
  bottom: 60px;
  left: 8px;
}
.emoji-picker aside {
  width: 16vw !important;
}

.btn-cutedge {
  padding: 8px 10px;
  position: relative;
  color: #2f334c;
  border-radius: 0px !important;
}

.btn-cutedge.on-darkgrey:before {
  background: var(--darkgrey);
}

.btn-cutedge.on-darkgrey:after {
  background: var(--darkgrey);
}

.btn-cutedge.btn-primary:hover {
  color: var(--grey10) !important;
}

.btn-cutedge.btn-primary:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-right: 1px solid var(--purple);
  left: -8px;
  top: -8px;
  transform: rotate(45deg);
}

.btn-cutedge.btn-primary:active::before {
  border-right: 1px solid var(--lightpurple);
}

.btn-cutedge.btn-primary:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-left: 1px solid var(--purple);
  right: -8px;
  bottom: -8px;
  transform: rotate(45deg);
}

.btn-cutedge.btn-primary:active::after {
  border-left: 1px solid var(--lightpurple);
}

.coversocialCopycontainer {
  display: inline-flex;
  width: 100%;
  margin-bottom: 8px;
}

.accent-custom .content-backdrop {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px 20px 20px 20px;
  background-color: #101223;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 16px;
  padding: 0.5rem;
  text-align: left;
  font-size: 14px;
  color: #fff;
  font-family: Poppins;
}

/* Home page highlight */

/* Home page body */

.accent-custom .content-backdrop .header-block .name-nav .name-tag {
  text-transform: capitalize;
  margin-left: 0px;
  margin-right: 10px;
  width: auto;
  display: inline-block;
  flex: 0 1 auto;
}

.accent-custom .content-backdrop .header-block .name-nav .name-tag.purp {
  color: #6f4ff8;
}

.accent-custom .content-backdrop .header-block .name-nav .line-container {
  background-color: #2f334c;
  height: 1px;
  flex-grow: 1;
}

.accent-custom .content-backdrop .header-block .name-nav .line-container.transp {
  background-color: transparent;
}

.accent-custom .show-more-liner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.accent-custom .show-more-liner .text-container {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6f4ff8;

  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}

.accent-custom .show-more-liner .text-container:hover {
  color: #9b87ff;
  cursor: pointer;
}

.accent-custom .show-more-liner .left-line {
  background-color: #2f334c;
  height: 1px;
  flex-grow: 1;
}

.accent-custom .show-more-liner .right-line {
  background-color: #2f334c;
  height: 1px;
  flex-grow: 1;
}

.accent-custom .streamer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: start;
  overflow: hidden;
  overflow-x: auto;
}

.accent-custom .streamer-list .streamer-item {
  display: flex;
  width: 160px;
  min-width: 160px;
}

.accent-custom .streamer-list .streamer-item .avatar-frame {
  margin-right: 10px;
}

.accent-custom .streamer-list .streamer-item .name-tag {
  width: 95px;
  display: flex;
  flex-direction: column;
}

.accent-custom .streamer-list .streamer-item .name-tag div:hover {
  color: #614ad3;
  cursor: pointer;
}

.accent-custom .streamer-list .streamer-item .name-tag div:first-child {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}

.accent-custom .streamer-list .streamer-item .name-tag div:last-child {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}

.accent-custom .video-list-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* display: table;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  height: auto; */
}

.accent-custom .video-list-container .video-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* display: inline-table;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 10px;
  border-radius: 5px;
  margin-top: 10px;
  width: 19%; */
  /* min-width: 356px; */
  /* min-width: 260px; */
}

.accent-custom .video-list-container.vertical .video-list-item {
  min-width: 356px;
}

.accent-custom .video-list-container .video-list-item .video-desc div:hover {
  color: #614ad3;
  cursor: pointer;
}

.accent-custom .video-list-container .video-list-item .video-thumb {
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: rgba(47, 51, 76, 1);
  display: flex;
  justify-content: flex-start;
  border: 1px solid transparent;
}

.accent-custom .video-list-container .video-list-item .video-thumb:hover {
  cursor: pointer;
  border: 1px solid #614ad3;
  border: linear-gradient(transparent, #614ad3);
}

.accent-custom .video-list-container .video-list-item .video-thumb video {
  width: 100%;
  /* min-width: 300px;
  max-height: 207px;
  min-height: 207px; */
  max-height: 170px;
  min-height: 146px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.accent-custom .video-list-container.vertical .video-list-item .video-thumb video {
  min-width: 300px;
  max-height: 207px;
  min-height: 207px;
}

.accent-custom .video-list-container .video-list-item .video-thumb.avatar-contain {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accent-custom .video-list-container .video-list-item .video-thumb.avatar-contain:hover {
  cursor: pointer;
  border: 1px solid transparent;
  border: linear-gradient(transparent, transparent);
}

.accent-custom
  .video-list-container
  .video-list-item
  .video-thumb.avatar-contain
  .avatar-frame {
  display: inline-flex;
  width: 120px;
  height: 120px;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom .video-list-container .video-list-item .video-thumb.avatar-contain img {
  width: 120px;
  height: 120px;
}

.accent-custom .video-list-container .video-list-item .video-thumb .time-vid-tag {
  background-color: #101223;
  padding: 2px 4px;
  margin: 5px;
  width: fit-content;
  position: absolute;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  justify-content: center;

  display: flex;
}

.accent-custom .video-list-container .video-list-item .video-thumb .time-vid-tag i {
  font-size: 16px;
  margin-right: 5px;
}

.accent-custom .video-list-container .video-list-item .video-thumb .live-vid-tag {
  background-color: red;
  padding: 2px 4px;
  margin: 5px;
  width: fit-content;
  position: absolute;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  justify-content: center;

  display: flex;
}

.accent-custom .video-list-container .video-list-item .video-thumb .live-vid-tag i {
  font-size: 16px;
  margin-right: 5px;
}

.accent-custom .video-list-container .video-list-item .video-thumb .hot-vid-tag {
  background-color: #101223;
  opacity: 0.75;
  padding: 2px 4px;
  width: fit-content;
  position: absolute;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  justify-content: center;
  display: flex;
  margin-top: 5px;
  right: 4px;
}

.accent-custom .video-list-container .video-list-item .video-thumb .hot-vid-tag i {
  font-size: 16px;
  color: red;
  margin-right: 5px;
}

.accent-custom .video-list-container .video-list-item .video-desc {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  margin-top: 5px;
}

.accent-custom .video-list-container .video-list-item .video-desc .vid-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  width: auto;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
}

.accent-custom .video-list-container .video-list-item .video-desc .vid-streamer {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  height: 16px;
  letter-spacing: 0em;
  width: 238px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
}

.accent-custom .video-list-container .video-list-item .video-desc .vid-cat {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #9fa1ad;
  width: 238px;
  height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
}

.accent-custom .video-list-container.vertical {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.accent-custom .video-list-container.vertical .video-list-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
}

.accent-custom .video-list-container.vertical .video-list-item .video-thumb {
  width: 25%;
  min-width: 470px;
  margin-right: 10px;
}

.accent-custom .video-list-container.vertical .video-list-item .video-desc {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.accent-custom .video-list-container.vertical .video-list-item .video-desc div {
  width: 100%;
  margin-bottom: 10px;
}

.accent-custom .video-list-container.vertical .video-list-item .video-desc div.vid-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 140px;
}

.accent-custom
  .video-list-container.vertical
  .video-list-item
  .video-desc
  div.vid-streamer {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.accent-custom .video-list-container.vertical .video-list-item .video-desc div.vid-cat {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.accent-custom .streamer-detail-expand {
  display: flex;
  flex-direction: row;
}

.accent-custom .assets-list {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.accent-custom .assets-list.table {
  display: table;
}

.accent-custom .assets-list.table .asset-item {
  display: inline-table;
}

.accent-custom .assets-list .asset-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  -ms-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.accent-custom .assets-list .asset-item .asset-type {
  position: absolute;
  padding: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;

  width: 100%;
  border-radius: 8px 8px 0px 0px;
}

.accent-custom .assets-list .asset-item.artwork .asset-type {
  background: linear-gradient(#614ad3, transparent);
}

.accent-custom .assets-list .asset-item.asset .asset-type {
  background: linear-gradient(#c1d7c5, transparent);
}

.accent-custom .assets-list .asset-item.artwork:hover {
  cursor: pointer;
  border: 1px solid #614ad3;
  border: linear-gradient(transparent, #614ad3);
}

.accent-custom .assets-list .asset-item.asset:hover {
  border: 1px solid #c1d7c5;
  cursor: pointer;
  border: linear-gradient(transparent, #c1d7c5);
}

.accent-custom .assets-list .asset-item img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}

.accent-custom .assets-list .asset-item .asset-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 4px;
  width: 100%;
  justify-content: space-between;
}

.accent-custom .assets-list .asset-item .asset-bottom .asset-bt-r {
  align-self: center;
}

.accent-custom .assets-list .asset-item .asset-bottom .asset-bt-l {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  align-self: flex-start;
}

.accent-custom .assets-list .asset-item .asset-bottom .asset-bt-l div:last-child {
  color: #9fa1ad;
}

.accent-custom .assets-list .asset-item .asset-bottom .asset-bt-r img {
  width: 16px;
  height: 16px;
}

.accent-custom .poster-list {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.accent-custom .poster-list .poster-item {
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px !important;
}

.accent-custom .poster-list .poster-item img {
  width: 162px;
  height: 216px;
  border-radius: 4px;
  margin-right: 10px;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.accent-custom .poster-list .poster-item .cat-overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  overflow: hidden;
  height: 216px;
  padding: 5px;
  width: 162px;
}

.accent-custom .poster-list .poster-item:hover .poster-img {
  opacity: 1;
}

.accent-custom .poster-list .poster-item:hover .cat-overlay {
  opacity: 1;
}

.accent-custom .poster-list .poster-item .cat-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 0;
  opacity: 0.9;
  background-color: #151515;
  border-radius: 20px 5px;
}

/* .accent-custom .poster-list .poster-item .cat-desc:hover{
  border-radius: 20px 5px;
} */
.accent-custom .poster-list .poster-item .cat-desc .link-desc {
  color: #6f4ff8;
}

.accent-custom .poster-list .poster-item .cat-desc .link-desc:hover {
  color: #fff !important;
  opacity: 1;
  cursor: pointer;
}

.accent-custom .poster-list .poster-item .cat-desc .link-desc::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 100%;
  top: 0%;
  left: 0%;
  transform: translate(0, -50%) scaleY(0);
  transition: transform 0.7s ease;
  mix-blend-mode: multiply;

  /* clip-path: polygon(
    20% 60%,
    100% 60%,
    100% 40%,
    20% 40%,

  ); */
  /* clip-path: polygon(20% 60%, 100% 60%, 100% 40%, 20% 40%, 20% 14.75%, 0% 26.75%, 0% 0%, 44.58% 0%, 20% 14.75%); */
  clip-path: polygon(
    20% 60%,
    100% 60%,
    100% 40%,
    20% 40%,
    20.25% 0%,
    0% 8.25%,
    0% 0%,
    20.25% 0%
  );

  background-color: #6f4ff8;
}

.accent-custom .poster-list .poster-item .cat-desc .link-desc:hover::after {
  transform: translate(0, 0%) scaleY(1);
}

.accent-custom .poster-list .poster-item .cat-desc .link-desc::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 100%;
  bottom: 0%;
  right: 0%;
  transform: translate(0, 50%) scaleY(0);
  transition: transform 0.7s ease;
  mix-blend-mode: overlay;
  /* clip-path: polygon(
    80% 40%,
    0% 40%,
    0% 60%,
    80% 60%,
  
  ); */
  /* clip-path: polygon(80% 40%, 0% 40%, 0% 60%, 80% 60%, 80% 84.18%, 100% 71.13%, 100% 100%, 40% 100%, 55.75% 100%, 80% 84.18%); */
  clip-path: polygon(
    80% 40%,
    0% 40%,
    0% 60%,
    80% 60%,
    80% 100%,
    100% 92%,
    100% 100%,
    80% 100%
  );

  background-color: #6f4ff8;
}

.accent-custom .poster-list .poster-item .cat-desc .link-desc:hover::before {
  transform: translate(0%, 0%) scaleY(1);
}

.accent-custom .poster-list .poster-item .text .cat-desc {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/* Home page body */

.accent-custom .hightlight-list .react-multi-carousel-item {
  width: 360px !important;
  margin-right: 10px;
  display: contents;
}

.accent-custom .hightlight-list .highlight-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-right: 10px;
  /* height: 240px; */
}

.accent-custom .hightlight-list .highlight-item .video-container {
  position: relative;
  width: 386px;

  border-radius: 5px;
  background-color: rgba(47, 51, 76, 1);
  display: flex;
  justify-content: flex-start;

  border: 1px solid transparent;
}

.accent-custom .hightlight-list .highlight-item .video-container:hover {
  cursor: pointer;
  border: 1px solid #614ad3;
  border: linear-gradient(transparent, #614ad3);
}

.accent-custom .hightlight-list .highlight-item .video-container video {
  /* max-width: 386px; */
  width: 100%;
  max-height: 239px;
  min-height: 239px;
  object-fit: cover;
  object-position: center;
}

.accent-custom .hightlight-list .highlight-item .video-container .live-vid-tag {
  background-color: red;
  padding: 2px 4px;
  margin: 5px;
  width: fit-content;
  position: absolute;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  justify-content: center;

  display: flex;
}

.accent-custom .hightlight-list .highlight-item .video-container .live-vid-tag i {
  font-size: 16px;
  margin-right: 5px;
}

.accent-custom .hightlight-list .react-multi-carousel-item--active .highlight-detail {
  display: flex !important;
}

.accent-custom .hightlight-list .react-multi-carousel-item--active .video-container {
  border-radius: 5px 0px 0px 5px;
  display: flex;
  flex-direction: column;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail {
  width: 189px;
  height: 240px;
  background-color: #2e1c7b;
  border-radius: 0px 5px 5px 0px;
  /* display: none; */
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  padding: 5px;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail .name-avatar {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: auto;
  margin-left: 10px;
}

.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .name-avatar
  .avatar-frame,
.accent-custom .streamer-list .streamer-item .avatar-frame {
  display: inline-flex;
  width: 32px;
  height: 32px;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .name-avatar
  .avatar-frame
  img,
.accent-custom .streamer-list .streamer-item .avatar-frame img {
  width: 32px;
  height: 32px;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail .title-cat {
  display: flex;
  align-content: flex-start;
  align-self: flex-start;
  flex-direction: column;
  margin: 7px;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail .title-cat .hd-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 38px;
  display: flex;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail .title-cat .hd-categor {
  display: flex;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #9fa1ad;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail .name-container:hover,
.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .title-cat
  .hd-title:hover,
.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .title-cat
  .hd-categor:hover {
  color: #614ad3;
  cursor: pointer;
}

.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .name-avatar
  .name-container {
  display: inline-flex;
  max-width: 120px;
  height: 18px;
  margin-left: 10px;
  overflow: hidden;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail .view-follower {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  margin-left: 10px;
}

.accent-custom .hightlight-list .highlight-item .highlight-detail .view-follower .hd-view,
.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .view-follower
  .hd-follower {
  padding: 2px 7px 2px 4px;
  display: flex;
  justify-content: center;
  background-color: #101223;
  border-radius: 4px;
  margin-bottom: 4px;
}

.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .view-follower
  .hd-view
  i,
.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .view-follower
  .hd-follower
  i {
  font-size: 16px;
}

.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .view-follower
  .hd-view
  label,
.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .view-follower
  .hd-follower
  label {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 0px;
  padding-left: 5px;
}

.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .view-follower
  .hd-view
  i {
  color: rgba(219, 11, 0, 1);
}

.accent-custom
  .hightlight-list
  .highlight-item
  .highlight-detail
  .view-follower
  .hd-follower
  i {
  color: rgba(111, 79, 248, 1);
}

.accent-custom
  .hightlight-list
  .react-multi-carousel-item--active.react-multi-carousel-item {
  width: 570px !important;
}

/* .accent-custom .hightlight-list .react-multi-carousel-item--active:first-child .highlight-detail{
  display: block !important;
}
.accent-custom .hightlight-list .react-multi-carousel-item--active:first-child .video-container{
  border-radius: 5px 0px 0px 5px;
}

.accent-custom .hightlight-list .react-multi-carousel-item--active:first-child.react-multi-carousel-item{
  width: 570px !important;

} */

/* Home page highlight */

/* @media screen and (max-width: 744px) */
@media only screen and (max-device-width: 744px) {
  .sm-i-table {
    display: inline-table;
  }

  .sm-i-table-header {
    display: table-header-group;
  }

  .sm-i-table-footer {
    display: table-footer-group;
  }

  .reel-follow-btn {
    margin-top: 5px;
  }

  .accent-custom .prof_type {
    font-size: 8px;
    padding: 0px 5px;
  }

  .accent-custom .reelviewprof_type {
    font-size: 8px;
    padding: 2px 25px;
  }

  .accent-custom .video-list-container .video-list-item .video-thumb {
    width: 100%;
    max-width: 100%;
  }

  .accent-custom .video-list-container .video-list-item .video-thumb video {
    max-width: 100%;
    width: 100%;
    max-height: 160px;
    min-height: 160px;
    min-width: 50px;
  }

  .accent-custom .video-list-container .video-list-item .video-desc {
    width: 100%;
  }

  .accent-custom .video-list-container .video-list-item .video-desc .vid-streamer,
  .accent-custom .video-list-container .video-list-item .video-desc .vid-name,
  .accent-custom .video-list-container .video-list-item .video-desc .vid-cat {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
  }

  .accent-custom .poster-list,
  .accent-custom .assets-list,
  .accent-custom .streamer-list {
    overflow: auto;
    scrollbar-width: none;
  }

  /* .accent-custom .video-list-container .video-list-item .video-thumb
{
  width: 214px;
  max-width: 214px;
}
.accent-custom .video-list-container .video-list-item{
  display: flex;
  flex-direction: row;
}
.accent-custom .video-list-container .video-list-item .video-desc .vid-streamer,
.accent-custom .video-list-container .video-list-item .video-desc .vid-name,
.accent-custom .video-list-container .video-list-item .video-desc .vid-cat
{
  display: inline-block;
  width: 105px;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
} */
  .accent-custom .video-list-container.vertical .video-list-item {
    flex-direction: column;
    min-width: 50px;
  }

  .accent-custom .video-list-container.vertical .video-list-item .video-thumb {
    width: 100%;
    min-width: 50px;
  }

  .accent-custom .video-list-container.vertical .video-list-item .video-desc {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .accent-custom .video-list-container.vertical .video-list-item .video-desc div {
    margin-bottom: 5px;
  }

  .accent-custom .video-list-container.vertical .video-list-item .video-thumb video {
    min-width: 50px;
  }

  .verti-video-background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
  }
}

@media only screen and (min-device-width: 744px) and (max-device-width: 1367px) {
  .sm-i-table {
    display: inline-table;
  }

  .sm-i-table-header {
    display: table-header-group;
  }

  .sm-i-table-footer {
    display: table-footer-group;
  }

  .accent-custom .prof_type {
    font-size: 8px;
    padding: 0px 5px;
  }

  .reel-follow-btn {
    margin-top: 5px;
  }

  .accent-custom .reelviewprof_type {
    font-size: 8px;
    padding: 2px 25px;
  }

  .accent-custom .video-list-container {
    /* display: flex;
      align-items: flex-start;
      flex-direction: column; */
    max-width: 100%;
  }

  .accent-custom .video-list-container .video-list-item {
    max-height: 114.19;
  }

  .accent-custom .video-list-container .video-list-item .video-thumb {
    width: 100%;
    /* max-width: 215px; */
  }

  .accent-custom .video-list-container .video-list-item .video-thumb video {
    width: 100%;
    /* max-width: 215px; */
    max-height: 114.19;
  }

  .accent-custom .video-list-container .video-list-item .video-desc {
    width: 100%;
    max-width: 340px;
  }

  .accent-custom .video-list-container .video-list-item .video-desc .vid-streamer,
  .accent-custom .video-list-container .video-list-item .video-desc .vid-name,
  .accent-custom .video-list-container .video-list-item .video-desc .vid-cat {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
  }

  .accent-custom .poster-list,
  .accent-custom .assets-list,
  .accent-custom .streamer-list {
    overflow: auto;
    scrollbar-width: none;
  }

  .accent-custom .video-list-container.vertical .video-list-item .video-thumb {
    width: 50%;
    min-width: 50%;
  }

  .accent-custom .video-list-container.vertical .video-list-item .video-desc {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}

/* Emoji */

.emoji-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #edc15a;
}

.send-button {
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.emoji-picker {
  position: absolute;
  bottom: 60px;
  left: 8px;
}

.accent-custom .cut-edge-container {
  width: 357px;
  height: 596px;
  background: transparent;
}

.accent-custom .cut-edge-modal {
  width: 357px;
  height: 596px;
  clip-path: polygon(90% 0, 100% 7%, 100% 100%, 10% 100%, 0 93%, 0 0);
  border-radius: 0px;
  background-color: #9b87ff;
  align-items: center;
  justify-content: center;
  display: grid;
}

.accent-custom .cut-edge-cornered {
  width: 357px;
  height: 596px;

  border-radius: 0px;
  background-color: #9b87ff;
  align-items: center;
  justify-content: center;

  position: absolute;
}

.accent-custom .cut-edge-cornered.l {
  clip-path: polygon(6% 100%, 0 100%, 0 96%);
  bottom: 0%;
  left: 0%;
}

.accent-custom .cut-edge-cornered.r {
  clip-path: polygon(100% 4%, 94% 0, 100% 0);
  top: 0%;
  right: 0%;
}

.accent-custom .cut-edge-modal .cut-edge-header {
  width: 100%;
}

.accent-custom .cut-edge-modal .cut-edge-header h4 {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
}

.accent-custom .cut-edge-modal .cut-edge-header h4 button {
  margin-left: auto;
  margin-right: 10px;
}

.accent-custom .cut-edge-modal .cut-edge-header button span.material-icons {
  font-size: 12px;
}

.accent-custom .cut-edge-modal .modal-inner-body {
  width: 356px;
  height: 593px;
  clip-path: polygon(90% 0, 100% 7%, 100% 100%, 10% 100%, 0 93%, 0 0);
  border-radius: 0px;
  background-color: #000;
}

.accent-custom .cut-edge-modal .cut-edge-body {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.accent-custom .cut-edge-modal .cut-edge-body img {
  margin-bottom: 10px;
}

.accent-custom .poster-list .poster-detail-expanded {
  width: 30%;
  min-width: 350px;
}

.accent-custom .cut-edge-modal .cut-edge-body .poster-detail h4,
.accent-custom .poster-list .poster-detail-expanded .poster-name {
  margin-top: 10px;
  margin-bottom: 10px;
}

.accent-custom .poster-list .poster-detail-expanded .poster-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
}

.accent-custom .cut-edge-modal .cut-edge-body .poster-detail .stream-stat ul,
.accent-custom .poster-list .poster-detail-expanded .poster-stats ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 0px;
  list-style-type: circle;
  list-style-position: outside;
}

.accent-custom .poster-list .poster-detail-expanded .poster-stats ul {
  justify-content: start;
  list-style-type: none;
}

.accent-custom .cut-edge-modal .cut-edge-body .poster-detail .stream-stat ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}

.accent-custom .poster-list .poster-detail-expanded .poster-stats ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
}

.accent-custom
  .poster-list
  .poster-detail-expanded
  .poster-stats
  ul
  li:not(:first-child) {
  margin-left: 5px;
}

.accent-custom .cut-edge-modal .cut-edge-body .poster-detail .stream-stat ul li strong,
.accent-custom .poster-list .poster-detail-expanded .poster-stats ul li strong {
  margin-right: 3px;
}

.accent-custom .cut-edge-modal .cut-edge-body .poster-detail .long-desc,
.accent-custom .poster-list .poster-detail-expanded .poster-desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}

.accent-custom .poster-list .poster-detail-expanded .poster-desc {
  color: var(--grey5);
}

.accent-custom .poster-list .poster-detail-expanded .link-desc {
  color: var(--purple);
}

/* Photo attach */
.accent-custom .comment-options {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
}

.accent-custom .comment-options ul {
  list-style: none;
  padding: 0;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 0px;
}

.accent-custom .comment-options ul li:hover {
  color: #6f4ff8;
}

.accent-custom .comment-options ul li {
  position: relative;
  display: inline-flex;
  color: #d3d3d3;
  margin-left: 10px;
}

.accent-custom .image_container {
  display: inline-flex;
  margin-top: 5px;
}

.accent-custom .image_container img {
  border-radius: 12px;
  box-shadow: 0px 2px 12px 0px #0000001f;
  border: 1px solid #00000099;
}

.accent-custom .outer-comment {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
}

.accent-custom .flex-like-comment {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 744px) {
  .accent-custom .image_container img {
    border-radius: 12px;
    box-shadow: 0px 2px 12px 0px #0000001f;
    border: 1px solid #00000099;
    max-width: 100%;
    height: auto;
  }

  /* .item-container {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    right: 32px;
    bottom: 32px;
  } */

  .verti-video-background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .accent-custom .image_container img {
    border-radius: 12px;
    box-shadow: 0px 2px 12px 0px #0000001f;
    border: 1px solid #00000099;
  }

  .prevnext-container .item-icon-prev {
    left: 85% !important;
    top: 10% !important;
  }

  .prevnext-container .item-icon-next {
    left: 85% !important;
    top: 20% !important;
  }
}

/* Photo attach */

.accent-custom .comment-options ul li:hover {
  color: #6f4ff8;
  cursor: pointer;
}

.accent-custom .comment-options ul li {
  position: relative;
  display: inline-flex;
  color: #d3d3d3;
  margin-left: 10px;
}

.accent-custom .sticker-container {
  position: absolute;
  bottom: 50px;
  width: 99%;
  border-radius: 19px;
}

.accent-custom .sticker-header {
  background-color: var(--darkpurple);
  position: sticky;
  border-radius: 19px 19px 0px 0px;
}

.accent-custom .sticker-body {
  height: 168px;
}

.accent-custom .sticker-header .sticker-close-btn {
  margin-left: auto;
  font-size: small;
}

.accent-custom .sticker-list {
  display: inline-flex;
  flex-direction: row;
}

.accent-custom .sticker-item {
  width: 72px;
  height: 72px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-top: 5px;
  margin-right: 5px;

  align-items: center;
  display: flex;
  flex-direction: column;
}

.accent-custom .sticker-list .sticker-item.add {
  border: 1px solid var(--darkpurple);
  color: var(--purple);
  justify-content: center;
}

.accent-custom .sticker-item.add div:last-child {
  color: var(--white);
}

.accent-custom .sticker-item.contain {
  background-color: var(--darkpurple);
}

.accent-custom .sticker-item.contain .del-icon {
  position: absolute;
  justify-self: end;
  align-self: end;
  color: var(--red);
}

.accent-custom .sticker-item.contain .faved-icon {
  position: absolute;
  justify-self: end;
  align-self: end;
  color: var(--yellow);
}

.accent-custom .sticker-item.contain .fav-icon {
  position: absolute;
  justify-self: end;
  align-self: end;
  color: var(--darkblue);
}

.accent-custom .fav-icon .dropdown .dropdown-item:hover {
  background-color: #101223;
}

.accent-custom .sticker-item.contain .fav-icon .dropdown button.dropdown-toggle {
  background-color: transparent;
  border: none;
  padding-right: 0px;
  padding-top: 2px;
}

.accent-custom .sticker-item.contain .fav-icon .dropdown button.dropdown-toggle svg {
  width: 17px;
}

.accent-custom .sticker-item.contain .fav-icon .dropdown button.dropdown-toggle:hover {
  cursor: pointer;
}

.accent-custom .sticker-item.contain .fav-icon .dropdown button.dropdown-toggle::after {
  display: none;
}

.accent-custom .sticker-item.contain:hover {
  border: 1px solid var(--darkpurple);
  background-color: var(--purple);
}

.accent-custom .sticker-item .sticker-tumb {
  padding-top: 10px;
}

.accent-custom .sticker-item.contain img {
  width: 48px;
  height: 48px;

  justify-self: center;
}

.accent-custom .sticker-comment-container {
  display: inline-flex;
  margin-top: 5px;
}

.accent-custom .MuiAutocomplete-root {
  width: 100%;
}

.accent-custom .MuiAutocomplete-root .MuiOutlinedInput-notchedOutline {
  border: 1px solid var(--darkgrey);
  transition: border-color 0.3s;
}

.accent-custom .MuiAutocomplete-root .Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--lightpurple);
}

.accent-custom .MuiAutocomplete-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: var(--lightpurple);
}

.accent-custom .MuiAutocomplete-root .MuiSvgIcon-root {
  color: var(--darkgrey);
}

.accent-custom .MuiAutocomplete-root .MuiOutlinedInput-root .MuiAutocomplete-input {
  padding: 0px !important;
  caret-color: var(--white);
  color: var(--white);
}

.accent-custom .MuiAutocomplete-root .MuiChip-root.MuiChip-filled {
  background-color: var(--darkgrey);
  height: 22px;
  border-radius: 5px;
}

.accent-custom .MuiAutocomplete-root .MuiAutocomplete-endAdornment .MuiSvgIcon-root {
  color: white;
  font-size: 16px;
}

.accent-custom .MuiAutocomplete-root .MuiChip-root .MuiSvgIcon-root {
  color: white;
  font-size: 16px;
}

.accent-custom .MuiAutocomplete-root .MuiChip-root .MuiChip-label {
  color: white;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}

.accent-custom .MuiAutocomplete-popper .MuiAutocomplete-listbox {
  background-color: #2f334c !important;
  color: white;
}

/*  myomin added */
.prof_bgdarkpurple_0 {
  background-color: #ffc5c2 !important;
  color: #db0c00;
}

.prof_bgdarkpurple_1 {
  background-color: #96b4f5 !important;
  color: #618ef0;
}

.prof_bgdarkpurple_2 {
  background-color: #ffe9bd !important;
  color: #f2a916;
}

.overlay-trophy {
  position: absolute;
  top: 85%;
  left: 90%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  z-index: 2;
  cursor: pointer;
  display: none !important;
}

#reels_chat:target {
  display: block !important;
}

.item-container {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  right: 2px;
  /* bottom: 2px; */
}

/* Position the chat controls container */
/* .contain-chat {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; 
  background: rgba(0, 0, 0, 0.5); 
  padding: 10px;
} */

/* Fullscreen specific adjustments */
.fullscreen-enabled .contain-chat {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 2147483647; /* Maximum z-index for fullscreen */
}

/* .fullscreen-enabled .contain-chat {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  right: 2px;
} */
.item-icon {
  flex: 1;
  /* padding: 20px; */
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  z-index: 2;
  cursor: pointer;
}

.item-icon .cursor_pntr {
  border-radius: 50%;
}

.overlay-chat-horizontal {
  /* position: absolute;
  top: 80%; 
  left: 97%;
  transform: translate(-50%, -50%); 
  font-size: 48px; 
  color: white;
  z-index: 2; 
  cursor: pointer;  */
  display: none !important;
}

.accent-custom .reelcomments_cardbody_horizontal {
  width: 100%;
  height: 80vh;
  overflow-y: auto;
}

/* .accent-custom .reelcomments_cardbody_horizontal {
  height: calc(80vh - 20px);
} */
/* start chat */

/* end chat */
.reelsview-wrap {
  /* min-height: 600px; */
  display: flex;
  width: 100%;
  min-height: 832px;
  height: auto;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .reels_chat {
    display: none !important;
  }

  /* .reelcomments_cardbody_horizontal {
    height: auto;
  } */

  /* .item-container {
    position: absolute;
    right: 32px;
    bottom: 32px;
  } */

  .item-icon {
    margin: 10px 0;
    /* Vertical spacing */
    width: 100%;
    /* Full width */
  }

  .overlay-chat-horizontal {
    display: block !important;
  }

  .verti-video-background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
  }
}

.videoWrapper_portrait_reels_horizontal {
  /* position: relative; */
  /*  padding-bottom: 660px;   */
  /* 16:9 */
  padding-bottom: 480px;
  /*16:14 */
  padding-top: 25px;
  height: 480px;
  width: 1600px;
}

.videoWrapper_portrait_reels_horizontal audio,
.videoWrapper_portrait_reels_horizontal iframe,
.videoWrapper_portrait_reels_horizontal object,
.videoWrapper_portrait_reels_horizontal video,
.videoWrapper_portrait_reels_horizontal embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 1600px;
  height: 100%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.videoWrapper_portrait_reels_horizontal {
  align-items: start !important;
}

.accent-custom .sendbtn_div_horizontal {
  width: 10vw;
  max-width: 2.5rem;
  min-width: 30px;
  height: 2.5rem;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  border-radius: 0.5rem;
}

.overlay-expand {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px; /* Adjust size as needed */
  height: 40px;
  z-index: 10;
}
.fullscreen-enabled .overlay-expand {
  display: none;
}

.accent-custom .MuiAutocomplete-popper .MuiAutocomplete-option:hover {
  background-color: #2e1c7b;
}

.accent-custom .MuiSelect-select {
  padding: 0px !important;
  caret-color: var(--white);
  color: var(--white);
  border: none;
}

.accent-custom .form-control .MuiOutlinedInput-notchedOutline {
  border: none;
}

.accent-custom .form-control.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--lightpurple);
}

.accent-custom .form-control:hover .MuiOutlinedInput-notchedOutline {
  border-color: var(--lightpurple);
}

.accent-custom .form-control:hover,
.accent-custom .form-group input[type="text"]:hover {
  border-color: var(--lightpurple);
}

.accent-custom .form-control:focus,
.accent-custom .form-group input[type="text"]:focus {
  border: 2px solid var(--lightpurple);
}

.accent-custom .separate-line {
  display: flex;
  justify-content: center;
  align-items: center;
}

.MuiPopover-paper.MuiMenu-paper {
  background-color: var(--darkblue);
  color: #fff;
}

.MuiMenuItem-root.MuiMenuItem-gutters.Mui-selected.option {
  background-color: var(--darkpurple);
}

.MuiMenuItem-root.MuiMenuItem-gutters.option:hover {
  background-color: var(--lightpurple);
}

.accent-custom .separate-line .line {
  background-color: var(--grey);
  height: 1px;
  flex-grow: 1;
}

.accent-custom .separate-line .text-center {
  justify-content: center;
  align-items: center;
}

.accent-custom .social-signin-btn {
  display: flex;
  background-color: var(--darkgrey);
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--grey2);
}

.accent-custom .social-signin-btn:hover {
  background-color: var(--darkpurple);
  border: 1px solid var(--lightpurple);
  cursor: pointer;
}

#modal_gameTag {
  position: fixed;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .fullscreen .PrivateSwipeArea-root {
  position: fixed;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* myomin added */
.slant {
  width: 375px;
  height: 178px;
  background-color: transparent !important;
}

.inner-slant {
  width: 375px;
  height: 175px;
  /* clip-path: polygon(90% 0, 100% 7%, 100% 100%, 10% 100%, 0 93%, 0 0); */
  /* clip-path: polygon(88% 0, 100% 22%, 100% 100%, 10% 100%, 0 83%, 0 0); */
  /* clip-path: polygon(91% 0, 100% 13%, 100% 100%, 38% 142%, 0 85%, 0 0); */
  /* clip-path: polygon(91% 2%, 99% 14%, 99% 98%, 39% 142%, 1% 84%, 1% 1%); */
  clip-path: polygon(89% 0.5%, 99.5% 18%, 99.5% 99.5%, 39% 145%, 0.5% 85%, 0.5% 0.5%);
  border-radius: 0px;
  background-color: #000;
  /* background-color: red; */
}

.slant .inner-slant-edge-cornered.l {
  /* clip-path: polygon(6% 100%, 0 100%, 0 96%); */
  /* clip-path: polygon(61% 100%, 0% 100%, 0 32%); */
  clip-path: polygon(5% 100%, 0% 100%, 0 92%);
  bottom: 0%;
  left: 0%;
}

.slant .inner-slant-edge-cornered.r {
  /* clip-path: polygon(100% 4%, 94% 0, 100% 0); */
  /* clip-path: polygon(100% 12%, 93% 0, 100% 0); */
  clip-path: polygon(100% 9%, 94% 0, 100% 0);
  top: 0%;
  right: 0%;
}

.slant .inner-slant-edge-cornered {
  width: 375px;
  height: 178px;
  border-radius: 0px;
  background-color: #9b87ff;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.slant .inner-slant-edge-modal {
  width: 375px;
  height: 178px;
  clip-path: polygon(89% 0, 100% 18%, 100% 100%, 10% 100%, 0 85%, 0 0);
  /* clip-path: polygon(91% 0, 100% 13%, 100% 100%, 10% 100%, 0 85%, 0 0); */
  /* clip-path: polygon(90% 0, 100% 7%, 100% 100%, 10% 100%, 0 93%, 0 0); */
  border-radius: 0px;
  background-color: #9b87ff;
  align-items: center;
  justify-content: center;
  display: grid;
}

.top-tringle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 334px;
  background: url(../img/triangle.png) 40px 40px !important;
  /* background-color: transparent !important; */
  /* background-color:red; */
}

.top-tringle svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  flex-shrink: 0;
  background-color: transparent;
  fill: var(--Primary-Main, #6f4ff8);

  /* position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent; */
  /* border-top: 40px solid #fff; */
}

.reelvideo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

/* redisgn video */
/* Full-screen video background */

.accent-custom .reelview_menuicon {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  color: var(--darkblue);
  /* border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-background {
  position: relative;
  height: 95vh;
  overflow: hidden;
}

.video-background video {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Dark overlay to ensure readability of content */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
}

.horizontal-icon-overlay {
  position: absolute;
  top: 90%;
  left: 90%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 30px;
}

.icon {
  color: white;
  font-size: 2rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  transition: background-color 0.3s;
}

.icon:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) and (min-resolution: 144dpi) {
  /* .item-container {
    display: block; 
    position: absolute;
    right: 32px;
    bottom: 32px;
  } */

  /* Styles for iPad Mini in portrait */
}

/* iPad Air in landscape mode */
/* iPad Air in portrait mode */
@media only screen and (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px) and (min-resolution: 192dpi) {
  /* .item-container {
    position: absolute;
    right: 32px;
    bottom: 32px;
  } */

  /* Styles for iPad Air in portrait */
}

/* iPad Pro 11-inch in portrait mode */
/* iPad Pro 12.9-inch in portrait mode */
@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) and (min-resolution: 192dpi) {
  /* Styles for iPad Pro 12.9-inch in portrait */

  /* .item-container {
    position: absolute;
    right: 32px;
    bottom: 32px;
  } */

  /* Styles for iPad Pro 11-inch in portrait */
}

.hori-video-background {
  display: flex;
  justify-content: center;
}

#vidRef2 div {
  width: 100% !important;
  height: 95% !important;
  position: relative !important;
  background-color: transparent !important;
  overflow: hidden !important;
}

.verti-video-background {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  /* position: absolute; */
}

.verti-video-background video {
  position: absolute;
  left: 35%;
  width: 30%;
  height: 100%;
  object-fit: cover;
}

.fullscreen-enabled {
  text-align: center;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

.fullscreen-enabled .hori-video-background {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Full viewport height */
  width: 100vw;
  /* Full viewport width */
  background-color: #282c34;
  position: relative;
  overflow: hidden;
  /* Ensure the video doesn't spill out */
}
#vidRef2 div video {
  position: relative !important;
}

.fullscreen-enabled .hori-video-background .videoWrapper #vidRef2 div {
  height: 20vh !important;

  position: relative !important;
  background-color: transparent !important;
  overflow: hidden !important;
}

.fullscreen-enabled .hori-video-background .videoWrapper #vidRef2 div video {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  z-index: 9999 !important;
  transition: all 0.5s ease-in-out !important;
}

.fullscreen-enabled .hori-video-background video {
  display: flex;
  justify-content: center;
  height: 100% !important;
  width: 100% !important;
  /* object-fit: cover !important; */
}

.fullscreen-enabled .verti-video-background video {
  background-color: #282c34;
  color: white;
  height: 100vh;
  /* width: 50vw; */
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  transition: all 0.5s;
  z-index: -1;
}

.fullscreen .overlay-fullscreen-exit {
  position: absolute;
  top: 95%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  z-index: 2;
  cursor: pointer;
  display: block !important;
}

.fullscreen-overlay-chat-horizontal {
  display: none !important;
}

.fullscreen-enabled .fullscreen-overlay-chat-horizontal {
  display: block !important;
}

.chat-icon-visible .cursor_pntr {
  background-color: var(--purple);
  color: white;
}

.fullscreen-chat-hidden {
  display: none;
}

.fullscreen-chat-visible {
  display: none;
}

.fullscreen-enabled .fullscreen-chat-visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  /* height: 100%; */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-detail-overlay {
  /* position: absolute; */
  z-index: 20000;
  top: 0;
  /* Adjust according to your need */
  left: 0;
  /* Adjust according to your need */
  width: 100%;
  /* Full width or custom width */
}

.fullscreen-enabled .video-detail-overlay {
  display: none !important;
}

.nav-notsign-container {
  padding: 0px 10px;
}

.nav-notsign-container .user-item {
  display: flex;
  flex-direction: column;
}

.nav-notsign-container .user-item .img-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav-notsign-container .user-item .img-btn .avatar {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.nav-notsign-container .user-item .img-btn .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.nav-notsign-container .user-item .img-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-notsign-container .showmore-link {
  color: #6f4ff8 !important;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
}

.accent-custom .pin-container {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url(../img/standtall.png);
  background-repeat: no-repeat;
  background-size: 900px;
  background-position: 23% 11%;

  /* background-color: #101223; */
  flex-direction: column;
}

.accent-custom .pin-topbar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding-top: 35px;
  padding-right: 35px;
}

.accent-custom .pin-topbar .web-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.accent-custom .pin-topbar .web-link a:hover {
  color: var(--purple);
  cursor: pointer;
}

.accent-custom .bg-pin img {
  height: 100%;
}

.accent-custom .pin-container .pin-header-image {
  margin-top: 5px;
  margin-bottom: 45px;
}

.accent-custom .pin-container .pin-header-image img {
  width: 283px;
}

.accent-custom .pin-container .pin {
  display: flex;
  flex-direction: column;
}

.accent-custom .pin-container .pin input:focus-visible {
  border: 1px solid #9b87ff;
}

.accent-custom .pin-container .pin input:focus {
  border: 1px solid #9b87ff;
}

.accent-custom .validation-pin-bg {
  background-image: url(../img/validation-pin-bg.jpeg);
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}

.accent-custom .pin-container .btn-container {
  margin: 10px 0px;
  display: flex;
  justify-content: flex-end;
}

.accent-custom .pin-container .custom-btn-style {
  background:
    linear-gradient(135deg, transparent 12px, #6f4ff8 0) top left,
    linear-gradient(-45deg, transparent 12px, #6f4ff8 0) bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  text-transform: none;
  height: 40px;
  padding: 8px 40px;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accent-custom .pin-container .custom-btn-style:hover {
  background:
    linear-gradient(135deg, transparent 12px, #3b279f 0) top left,
    linear-gradient(-45deg, transparent 12px, #3b279f 0) bottom right;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}

.accent-custom .pin-topbar .download-container {
  width: 200px;
}

.accent-custom
  .pin-container
  .pin-group
  .pin
  input[type="number"]::-webkit-outer-spin-button,
.accent-custom
  .pin-container
  .pin-group
  .pin
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.accent-custom .pin-container .pin-group .pin input[type="number"] {
  appearance: textfield;
}

@media (max-width: 600px) {
  .accent-custom .pin-container {
    background-image: none;
  }

  .accent-custom .pin-container .pin-header-image img {
    width: 112px;
  }

  .accent-custom .pin-topbar {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
  }

  .accent-custom .pin-topbar .web-link a {
    font-size: 12px;
  }

  .accent-custom .pin-topbar .download-container {
    width: 100px;
  }

  .verti-video-background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
  }

  .overlay-fullscreen-exit-horizontal {
    display: none !important;
  }

  .mobile-hoverview {
    position: relative;
  }

  .prevnext-container .item-icon-prev {
    left: 85% !important;
    top: 10% !important;
  }

  .prevnext-container .item-icon-next {
    left: 85% !important;
    top: 20% !important;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .accent-custom .pin-container {
    background-position: 93% 11%;
  }

  .accent-custom .pin-container {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .accent-custom .pin-container .pin-group {
    padding-top: 20%;
    padding-right: 50px;
  }

  .accent-custom .pin-container .pin-header-image img {
    width: 195px;
  }

  /* myo min added */
  .verti-video-background video {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
  }
}

.reelsview-card {
  /* height: 100vh; */
  padding: 0px !important;
}

/* prevnext-container */
.prevnext-container .item-icon-prev {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 45%;
  left: 93%;
  border-radius: 50%;
  display: none;
  z-index: 1;
}

.prevnext-container .item-icon-next {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 51%;
  left: 93%;
  border-radius: 50%;
  display: none;
}

.reelsview-card:hover .prevnext-container .item-icon-prev,
.reelsview-card:hover .prevnext-container .item-icon-next {
  display: block;
}

.prevnext-container .item-icon-next .cursor_pntr {
  background-color: #4c4d59 !important;
  border-radius: 50%;
}

.prevnext-container .item-icon-prev .cursor_pntr {
  background-color: #4c4d59 !important;
  border-radius: 50%;
}

.mobile-hoverview {
  z-index: 2;
}

.badge-data {
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}

.text-bg-danger {
  color: #fff;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}

.accent-custom .schestream_box {
  width: 160px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--darkpurple);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .schestream_box img {
  max-height: 100%;
}

.accent-custom .schestream_box_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.accent-custom .schedule_streamtbl {
  border: 1px solid var(--grey2);
}

.custom-slide-button .arrow-icon {
  position: absolute;
  right: 20px;
  /* Position arrow inside button */
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  /* Size of the arrow */
  color: white;
  /* Arrow color */
}

/* stream end popup */

.accent-custom .stream-end-modal-content {
  color: #ffffff;
  background-color: #101223;
  border-radius: 0.75rem;
}

.accent-custom .stream-end-popup-title {
  padding: 0.5rem;
  border: 1px solid #6f4ff8;
  border-radius: 0.5rem;
}

.localView {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: auto;
  right: auto;
  border-radius: 0;
  overflow: hidden;
}

.cornerView {
  width: 270px;
  height: 200px;
  position: absolute;
  bottom: -15px;
  right: 0px;
  border-radius: 10px;
  overflow: "hidden";
}

.accent-custom .processing-message {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  height: 100%;
  width: 100%;
  text-align: center;
}

.video_display {
  text-align: center;
}

/* .videoDisplay {
  text-align: center;
  position: static !important;
  width: 100% !important;
  height: 780px !important;
  object-fit: contain !important;
} */

.video_display button {
  /* background-color: #6f4ff8 !important; */
  color: #ffffff;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-radius: 12px 12px 12px 12px;
  height: 35px;
  margin-left: 5px;
}

.video_display button:hover {
  background-color: #6f4ff8 !important;
}

.video_display select {
  /* background-color: #6f4ff8 !important; */
  color: #ffffff;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-radius: 12px 12px 12px 12px;
  height: 35px;
  margin-left: 5px;
}

.video_display select:hover {
  background-color: #6f4ff8 !important;
}

.buttonm_styles {
  /* margin-top: 10px; */
  position: absolute;
  z-index: 2;
  /* top: 800px; */
}
.fullscreen-enabled .buttonm_styles {
  top: 95%;
}

.delete_video {
  cursor: pointer;
}

/* PWA bottom nav bar */

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
}

.active-bottom-nav {
  background-color: #6f4ff8;
  border-radius: 4px;
  padding: 0.75rem;
}

.test {
  padding: 0.75rem;
}

.live-stream-btn {
  background: linear-gradient(to right, #0c72cf, #ba07ca);
  padding: 7px;
}

.limited-text {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50ch;
  /* Show around 50 characters */
}

/* obs connnect */

.obs-connect-wrapper {
  border-top: 1px solid #2f334c;
}

/* .stream-container {
  height: 50vh;
} */

.stream-title-container {
  border-top: 1px solid #2f334c;
}

.obs-video-container {
  border-right: 1px solid #2f334c;
}

.streaming-text {
  font-size: 0.875rem;
  color: #9fa1ad;
  padding: 2.75rem;
  text-align: center;
}

.stream-setting-content {
  margin-left: 1rem;
}

.stream-setting-label {
  font-size: 0.75rem;
}

.stream-url-label,
.stream-key-label {
  font-size: 0.625rem;
}

.obs-stream-settings {
  padding: 0.5rem;
}

.streamkey-input-wrapper {
  width: 100%;
}

.streamkey-input {
  width: 70%;
  border: none !important;
}

.password-eye {
  margin-top: 0.5rem;
}

.stream-url-copy {
  margin-left: 2.2rem;
}

.obs-stream-chat {
  height: 100vh;
  border-left: 1px solid #2f334c;
}

.stream-chat-body {
  height: calc(100vh - calc(8rem + 1px) - calc(8rem + 1px));
  overflow-y: auto;
}

.stream-comment-send-btn {
  background-color: #6f4ff8;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.btn-cursor {
  cursor: pointer;
}

.reel_container {
  border: 1px solid #2f334c;
}

.myasset-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

/* responsive  */

@media screen and (max-width: 768px) {
  .accent-custom .settings_tab .alltabicons_div .nav {
    justify-content: center;
  }
  .accent-custom .content-wrapper {
    margin-bottom: 4rem;
    background-color: #101223;
  }

  .bottom-hot-products-container {
    position: fixed;
    bottom: 4rem;
    width: 100%;
    background-color: #2e1c7b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    transition: bottom 1s ease-in-out;
  }

  .hot-products-title {
    font-size: 0.75rem;
  }

  /* Hot Products Header */
  .hot-products-header {
    cursor: pointer;
    padding: 0.5rem;
    background: #2e1c7b;
  }

  /* Expanding List */
  .hot-products-list {
    position: absolute;
    bottom: -10rem;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #101223;
    transition: bottom 1s ease-in-out;
  }

  /* When Expanded */
  .bottom-hot-products-container.expanded {
    bottom: 12.5rem; /* Moves the whole container up */
  }

  .hot-products-list.open {
    height: 10rem;
  }

  .accent-custom .reel_container {
    width: 100%;
  }

  .accent-custom .reel_item {
    width: 100%;
  }

  .accent-custom .reel_img img {
    width: 100%;
    max-height: 12.5rem;
  }

  .accent-custom .poster-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 0.5rem;
  }

  .accent-custom .reel_img {
    height: unset;
  }
}
