@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');
.tiktak_gallery_playsound.bx-btn .sys-icon, .tiktak_gallery_stopsound.bx-btn .sys-icon{
    font-size: 2em;
} 
#tiktak-play-audio-link{
        display:none;
}
.tiktak_audio_music_note{
    background-size: 16pt;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

    @keyframes tiktak_marquee {
      0% {
        margin-left: 100%;
        transform: translateX(0%);
      }
      100% {
        margin-left: 0;
        transform: translateX(-100%);
      }
    }

    .tiktak_marquee_section {
      overflow: hidden;
    }
    .tiktak_marquee {
        animation: tiktak_marquee 15s linear infinite;
        display: inline-block;
        white-space: nowrap;
		color: black;
        font-size:medium;
        text-shadow: 0px 0px 10px #ffffff;
    }
   .tiktak_marquee:hover {
      animation-play-state: paused;
    }

.mstiktak-player-audio{
    right: 0;
    padding-left: 100px;
    width: 100%;
    box-sizing: border-box;
    font-size: medium;
    color: black;
}

/*
#ms-tiktakaudiogallery-edit .bx-popup {
    overflow: initial;
}
*/
#ms-tiktakaudiogallery-edit .bx-popup-close-wrapper{
    z-index: 1000;
    position: fixed;
    right: 0;
}
.tiktak_opengallery{
    clear: both;    
}
.tiktak_gallery_selected{
    display: flex;
    flex-direction: row;
    place-content: space-between;    
    margin-bottom: 20px;
}
.tiktak_gallery_selected_hidden{
    display: none;
}

.tiktak_gallery_waveform{
	position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 80px;
    display: block;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    left: 0;
/*    background: white; */
    border-bottom: 1px solid #0000000a;
}
.tiktak_gallery_box{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    top: 80px;
    position: relative;
}

.tiktak_gallery_box ul{
	position: relative;
	margin: 0px;
    padding: 0px;

}
.tiktak_gallery_box ul li{
	list-style: none;
	padding: 10px;
	width: 100%;
	text-shadow: 0 5px 25px rgba(0,0,0,.1);
	transition: transform 0.5s;
    flex-direction: row;
    display: flex;
    font-size: small;
    border-bottom: 1px solid #ffffff38;
}

.tiktak_gallery_box ul li:hover {
    /*  transform: scale(1.1); */
	z-index: 100;
	background: rgba(0,0,0,.15);
}

.tiktak_gallery_select_audio {
	padding: 5px 10px 5px 10px;
    color: #fffffffc;
    border: 1px solid gray;
    border-radius: 20px;
    height: fit-content;
    margin-left: auto;
    cursor: hand;
    cursor: pointer;
    background: #000000ba;
    /*background: #494949;*/
    margin-right: 10px;
}
.tiktak_gallery_list_data {
	flex: 3 1 0px;
}
.tiktak_gallery_playbutton {
	  cursor: hand;
	  cursor: pointer;
	  margin-right: auto;
	  background-repeat: no-repeat;
	  width: 32px;
	  height: 32px;
	  flex: 1 1 0px;
}

.mstiktak-video {
  position: relative;
  display: inline-block;
}

.tiktak-play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,0.35);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  cursor: pointer;
  /*display: none;*/
  z-index: 1;
}

.tiktak-play-button:after {
  /*
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 10px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  border-radius: 4px;
  */
}

.tiktak-play-button:hover {
  background-color: black;
}
.mstiktak-video-player{
    cursor: hand;
    cursor: pointer;
}



.tiktakPopup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
/*  background-color: rgb(0,0,0); /* Fallback color */
/*  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

    z-index: 10000;
    z-index: 901; /*Other tiktakPopup is 1000, body header is 400*/

/*    background-color: #fefefe;  */
    margin: 15% auto;
    padding: 0px;
    /* border: 1px solid #888; */
    /* width: 80%; */
    margin: 0;
    width: 100%;
/*    background: white; */
    height: 100vh;
    border: 0;


}

/* Modal Content/Box */
.tiktakPopup-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */

background-color: #fefefe; 
    margin: 15% auto;
    padding: 0px;
    /* border: 1px solid #888; */
    /* width: 80%; */
    margin: 0;
    width: 100%;
    background: white;
    height: 100vh;
    border: 0;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-tiktakPopup{
    padding: 10px 0 0 0;
    cursor: pointer;
    font-size: xxx-large;
    width: 32px;
    height: 22px;
    display: block;
    text-align: center;
    vertical-align: middle;
    /* overflow: auto; */
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    color: white;
    text-shadow: 0 0 black;
    padding: 10pt 10pt 10pt 5pt;
/*
    font-size: xxx-large;
    padding: 10pt 10pt 10pt 5pt;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
*/

padding: 10px 0 0 0;
    cursor: pointer;
    font-size: 28pt;
    /* font-weight: bold; */
    width: 18pt;
    height: 18pt;
    display: block;
    text-align: center;
    vertical-align: middle;
    /* overflow: auto; */
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    color: white;
    text-shadow: 0 0 black;
    padding: 8pt 5pt 2pt 5pt;
    background: #0000004d;
    border-radius: 50px;
    margin: 12pt;
    line-height:15.75px;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.tiktak-speaker{

    padding: 10px 0 0 0;
    cursor: pointer;
    font-size: 28pt;
    /* font-weight: bold; */
    width: 18pt;
    height: 18pt;
    display: block;
    text-align: center;
    vertical-align: middle;
    /* overflow: auto; */
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    color: white;
    text-shadow: 0 0 black;
    padding: 6pt 5pt 4pt 5pt;
    background: #0000004d;
    border-radius: 50px;
    margin: 12pt 12pt 12pt 92pt;
}


.tiktak-speaker span{
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
}


/*@import url(../../../../base/text/template/css/main.css);

/*--- Video Block  ---*/
/*
.msolutions-tiktak-entity-video img,
.msolutions-tiktak-entity-video video {
    max-width:100%;
}

.pswp__caption .pswp__caption__center {
    text-align: center;
}

.pswp__video {
    position:absolute;
    text-align: center;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.pswp__video:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.pswp__video video {
    vertical-align: middle;    
}
*/

/*--- Snippet ---*/
/*
.bx-base-text-unit-gallery .bx-base-text-unit-no-thumb,
.bx-base-text-unit-gallery .bx-base-text-unit-thumb {
	position: relative;
}

.bx-video-unit-duration {
	position: absolute;
	right: 10px;
    bottom: 10px;

	background-color: rgba(255, 255, 255, 0.9);
}
*/




/*--- Photo Switcher Block  ---*/
.ms-tiktak-entity-tiktak-switcher.desktop {
	position: relative;
	display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
}
.ms-tiktak-entity-tiktak-switcher.desktop {
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.ms-tiktak-eps-tiktak {
	position: relative;
	flex: 1 1 auto;
}

.ms-tiktak-eps-tiktak video {
	max-width: 100vw;
	max-height: 100vh;
}

.ms-tiktak-eps-arrow,
.ms-tiktak-eps-arrow a {
	position: relative;

    width: 3rem;
    height: 3rem;
}

.ms-tiktak-eps-arrow {
	flex: 0 0 auto;

    line-height: 2.8rem;
    text-align: center;

    display: block;
    float: right;
    right: 10pt;
    z-index: 9999;
    position: absolute;
    background: #0000006e;
    padding: 3pt 0 0 2pt;
    border-radius: 30pt;
}

.ms-tiktak-entity-tiktak-switcher:hover .ms-tiktak-eps-arrow {
	background-color: rgba(0, 0, 0, 0.1);
    background: #0000006e;
}
.ms-tiktak-eps-arrow.ms-tiktak-eps-previous
{
    float: left;
    left: 10pt;
    padding: 3pt 2pt 0 0;
}

.ms-tiktak-eps-arrow a {
	display: block;
	font-size: 3.0rem;
}


.ms-tiktak-eps-arrow a:hover > .sys-icon:not(.sys-colored), .ms-tiktak-eps-arrow a:hover > .sys-icon-a:not(.sys-colored) {
    color: #ffffff;
}
.ms-tiktak-eps-arrow .sys-icon:not(.sys-colored), .sys-icon-a:not(.sys-colored) {
    color: #ffffff;
}

.ms-tiktak-entity-tiktak-switcher .plyr__controls, .msolutions-tiktak-entity-video .plyr__controls, .mstiktak-video .plyr__controls{
    display:none !important;
}

.ms-tiktak-entity-tiktak-switcher button.plyr__control, .msolutions-tiktak-entity-video button.plyr__control, .mstiktak-video button.plyr__control{
    display:none !important;
}

.ms-tiktak-unit .bx-player-plyr-wrapper
{
    display: inline;
    display: none;
}
.ms-tiktak-unit .plyr--video {
    width: 100%;
    display: contents;   
}
.ms-tiktak-unit{
/*    width: 30%;
    float: left;    
*/
}
.ms-tiktak-text-unit-thumb
{

}
a.tiktak-action-button-link {
    padding: 0pt 5pt 5pt 5pt;
    color: white;
    top: -7pt;
    display: block;
    position: relative;
}


.mstiktak-video-preview, .mstiktak-video-playermobile {
    
    background-color:rgba(22, 24, 35, 0.06);
/*    background-image:url(https://p16-sign-sg.tiktokcdn.com/obj/tos-maliva-p-0068/b58ad33…?x-expires=1605996000&x-signature=p37Q5IxKAVdfL0ViP9GVpKxBCXk%3D); */

    background-position-x:50%;
    background-position-y:50%;
    background-repeat-x:;
    background-repeat-y:;
    background-size:cover;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    color:rgb(0, 0, 0);
    cursor:pointer;
    display:block;
    font-family:sofiapro-regular, PingFangSC, sans-serif;
    height:246.534px;
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    text-size-adjust:100%;
    transform:matrix(1, 0, 0, 1, 0, 0);
    width:185.848px;
    -webkit-font-smoothing:antialiased;
    -webkit-mask-image:-webkit-radial-gradient(center, circle cover, rgb(255, 255, 255) 100%, rgb(0, 0, 0) 100%);
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);


}
/*
._ratio_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/
.mstiktak-video{
    /*
   width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(22, 24, 35, 0.06);
    cursor: pointer;
    overflow: hidden; 
    */
}

.mstiktak-video-preview{
/*   position: relative;
   width: 100%;
   height: 100%;
*/
}


.mstiktak-video-preview video, .mstiktak-video-playermobile video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: none;
}

.mstiktak-video-preview video.playTiktak, .mstiktak-video-playermobile video.playTiktak{
    display:block;
}


.mstiktak-video-preview video.playTiktak{
    display:block;
}


.ms-tiktak-unit {
    margin: 0pt 1pt 0pt 1pt; 
/*   width:50%; 
   float: left;
*/
   text-shadow: 0px 0px 2px #000000a6; 

}
.ms-tiktak-unit a{
    display: block;
    height: auto;
    width: auto;
    color: white;
}
@media (max-width: 800px) {
  .ms-tiktak-unit{ 
       width:unset;
  }
  .mstiktak-video-preview {
    width: 86pt;
    height: 122pt;
  }
  .bx-tl-items .mstiktak-video-preview {
    width: 152pt;
    height: 228pt;
  }
/*  div:not(.bx-tl-items) .mstiktak-video{
    width: 100%;
  }
*/
  .ms-tiktak-unit a {
    height: auto;
/*    width: 100%; */
  }
}

@media (max-width: 400px) {
  .ms-tiktak-unit{ 
       width:unset;
  }
  .mstiktak-video-preview {
        width: 100pt;
        height: 30vh;
        width: 70pt;
        height: 100pt;
  }
  .bx-tl-items .mstiktak-video-preview {
    width: 152pt;
    height: 228pt;
  }
/*  div:not(.bx-tl-items) .mstiktak-video{
    width: 100%;
  }
*/
  .ms-tiktak-unit a {
    height: auto;
/*    width: 100%; */
  }
}

@media (max-width: 321px) {
  .ms-tiktak-unit{ 
       width:unset;
  }
  .mstiktak-video-preview {
        width: 64pt;
        height: 91pt;
  }
  .bx-tl-items .mstiktak-video-preview {
        width: 125pt;
        height: 189pt;
  }
/*
  div:not(.bx-tl-items) .mstiktak-video{

    width: 100%;
  }
*/
  .ms-tiktak-unit a {
    height: auto;
/*    width: 100%; */
  }
}

/*
@media (min-width: 400px) {
  .ms-tiktak-unit{ 
       width:33%;
  }
}
*/
/*
@media (min-width: 600px) {
  .ms-tiktak-unit{ 
       width:33%;
  }
}
@media (min-width: 900px) {
  .ms-tiktak-unit{ 
       width:25%;
  }
}
//.tiktak-tiktakPopup-content .mstiktak-video-preview {

*/
.tiktak-tiktakPopup-content .mstiktak-video-playermobile {
    width: 100%;
    height: 100%;
}

.tiktak-tiktakPopup-content .mstiktak-video {
    width: 100%;
    height: 100%;
}
.tiktak-tiktakPopup-content .ms-tiktak-unit {
    margin: 0;
    float: unset;
    width: 100%;
    height: 100%;
}




.tiktak-centeredDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

#tiktak-loader {
  position: relative;
  left: calc(50px * -1);
}

#tiktak-loader:before,
#tiktak-loader:after {
  content: " ";
  display: table-cell;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  animation-duration: 0.8s;
  animation-name: tiktakrevolve;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  mix-blend-mode: darken;
}

#tiktak-loader:before {
  background: rgb(77, 232, 244);
}

#tiktak-loader:after {
  background: rgb(253, 62, 62);
  animation-delay: calc(0.8s / -2);
}

@keyframes tiktakrevolve {
  0% {
    left: 0;
  }
  25% {
    transform: scale(calc(1 + 0.2));
  }
  50% {
    left: 50px;
  }
  75% {
    transform: scale(calc(1 - 0.2));
  }
  100% {
    left: 0;
  }
}

#ms-tiktak-view-actions{
    overflow: visible;
}

.tiktak-action-button .sys-icon, .tiktak-action-button .sys-icon-a {
    font-size: 25pt;
    display: block;
    padding: 7pt;
    color: #FFFFFF;
}


.tiktak-action-button .sys-colored {
    color: #ff6144;
}


.tiktak-action-button .bx-def-valign-center
{
    flex-direction: column;
    width: 62px;
}

.tiktak-action-button .bx-vote-counter-holder{

}

.tiktak-action-button .bx-def-margin-sec-left-auto{
    margin: 0;
}

.tiktak-action-button span{
    color: white;
}
.tiktak-action-button a{
    color: white;
}

.tiktak-action-button-text img
{
    width:12pt;
    height:12pt;
}

.tiktak-action-button-text .bx-loading-ajax-btn{
    margin: 0;
    margin-top: -19.5pt;
    position: relative;
}

.tiktak_timeline_content {
    margin-left: 25%;
}



.ms-tiktak-unit {
    display: inline-block;
}

.ms-tiktak-text-unit-gallery-wrapper {
    display: block;
    margin: auto;
}


.msolutions-tiktak-entity-video .mstiktak-video{
    display: block;
}

.msolutions-tiktak-entity-video .mstiktak-video-entry{
    display: inline-block;
}


/*Filters*/

.filterOne {
  position: relative;
  -webkit-filter: contrast(140%) sepia(50%);
  filter: contrast(140%) sepia(50%);
}
.filterOne::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: lighten;
  background: rgba(161, 44, 199, 0.31);
}

    #myTiktakPopup{
         z-index: 6000;   
    }
    
    .tiktak-speaker, .close-tiktakPopup,
    .bx-artificer .tiktak-speaker, .bx-artificer .close-tiktakPopup{
        border-radius: 20pt;
        height: 32pt;
        width: 32pt;
        padding: 0pt;
        padding: 0;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .close-tiktakPopup, .bx-artificer .close-tiktakPopup{
        /*padding-top: 10pt;*/
    }
    .tiktak-action-button .bx-vote-counter-holder {
        margin: 0;
    }
    .tiktak-action-button .sys-icon, .tiktak-action-button .sys-icon-a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
    }



