/* 
    Created on : 6 апр. 2023 г., 11:17:23
    Author     : Svyatoslav Belimov
*/

.ncn_active_menu{
    background: #fff;
    border-radius:.65rem!important
}

.ncn_menu_hover{
    margin-top: 5px !important;
}

.ncn_menu_hover:hover{
    background: #fff;
    border-radius:.65rem!important
}



[data-bs-theme='dark'] .ncn_active_menu{
    background: #2f264f;
    border-radius:.65rem!important
    color: #fff !important;
}


[data-bs-theme='dark'] .ncn_menu_hover:hover{
    background: #2f264f;
    border-radius:.65rem!important
}


.ncn_avatar_border{
    border: 2px solid #2b2a29;
}

.webshop-avatar__wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.webshop-avatar__wrapper {
    cursor: pointer;
    z-index: 10;
    position: relative;
    width: 60px;
    height: 60px;
    transition: all 0.4s;
    margin: 1rem auto 1rem auto;
}

.webshop-avatar__wrapper:hover {
    transform: scale(1.09);
}

.webshop-modal__wrapper .close-modal {
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.4s;
    width: 18px;
    height: 18px;
    z-index: 11;

}

.active  .webshop-modal__wrapper .close-modal:hover {
    opacity: .5;
}

.webshop-modal__wrapper .close-modal * {
    fill: #333;
}

.webshop-modal__wrapper {
    border-radius: 50%;
    width: 60px;
    overflow: hidden;
    height: 60px;
    position: relative;
    border: 2px solid #2b2a29;
    transition: all 0.4s;
}

.overlay_bsg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.overlay_bsg.active {
    opacity: 1;
    visibility: visible;
}

.webshop-avatar__wrapper.active {
    transform: none;
}

.active .close-modal {
    opacity: 1;
}

.active .webshop-modal__wrapper {
    width: 270px;
    height: 480px;
    border-radius: 20px;
    position: fixed;
}

@media (max-width: 700px) {
    .webshop-modal__wrapper {
        position: absolute;
    }
    .active .webshop-modal__wrapper {
        left: 50%;
        transform: translateX(-50%);
    }
    .webshop-modal__wrapper .close-modal,
    .webshop-avatar__wrapper,
    .webshop-modal__wrapper {
        transition: none;
    }
}

.ncn_avatar_modal_header{
    background: none !important;
    padding: 0px !important;
    color: #fff !important;
    border: none !important;
}

.ncn_avatar_modal_wrapper{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ncn_avatar_modal_body{
    margin: 0px auto;

    display: block;
    text-align: center;
}

.ncn_avatar_modal_body img{
    border-radius: 10px;
}


.ncn_input_color:focus {
  border: 1px solid #2b2a29;
}

.ncn_buttons_wrapper button{
    margin: 5px 3px;
}

.ncn_buttons_wrapper{
      scrollbar-width: none;  /* Firefox */

}


.ncn_buttons_wrapper::-webkit-scrollbar-thumb{
    width: 0;
    color: red !important;
}


.ncn_buttons_wrapper::-webkit-scrollbar-button {
  width: 0px; 
  height: 0px; 
}



.ncn_buttons_wrapper::-webkit-scrollbar{
    width: 0px !important;
   
}

.ncn_top_div{
    border-bottom: 1px solid var(--bs-ncn-border);
    height: 40px;
    text-align: center;

}

.ncn_top_div a{
    line-height: 40px;

}





/* 
    Created on : 27 РјР°СЂ. 2021 Рі., 12:16:35
    Author     : swat
*/

#cdawrap {
	--cda-width: 70px;
	--cda-height: auto;
	--cda-left: auto;
	--cda-right: 0px;
	--cda-top: 75px;
	--cda-bottom: auto;
	--cda-background: rgba(255,255,255,1);
	--cda-border-width: 1px;
	--cda-border-color: rgba(0,0,0,0.05);
	--cda-text-color: #4f5152;
	--cda-text-weight: 700;
	--cda-text-align: left;
	--cda-remove-color: #c81e60;
	--cda-sp-color: #3653bc;
	width: 70px;
	width: var(--cda-width);
	height: auto;
	height: var(--cda-height);
	right: 0px; 
	right: var(--cda-right);
	top: 70%;

	left: auto;
	left: var(--cda-left);
	bottom: auto;
	bottom: var(--cda-bottom);
	position: fixed; 
	background: rgba(255,255,255,0.8);
	background: var(--cda-background);
	border: 1px solid rgba(0,0,0,0.05);
	border-width: var(--cda-border-width);
	border-color: var(--cda-border-color);
	z-index: 100;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	padding: 1rem 0px;
	font-size: 12px;
	box-sizing: border-box;
	letter-spacing: 0px;
	text-align: var(--cda-text-align);
	line-height: 1;
        
        
        -webkit-border-top-left-radius: 14px;
        -webkit-border-bottom-left-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -moz-border-radius-bottomleft: 14px;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        
        -moz-box-sizing: border-box; /* Р”Р»СЏ Firefox */  
    box-sizing: border-box; /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
     

        
}

.cda-naked #cdawrap {
	--cda-background: transparent;
	padding: 0;
	border: 0;
	font-family: inherit;
}

.cda-alignright #cdawrap {
	text-align: right;
}

.cda-noimg #cdawrap {
	padding: 1rem;
	--cda-width: 260px;
}

#cdawrap .carbon-img {
	display: block;
	border: none;
	margin: 0.25rem 0 0.25rem;
}

.cda-noimg #cdawrap .carbon-img {
	display: none;
}

#cdawrap .carbon-img img {
	width: 150px;
    height: auto;
    max-width: 100%;
}

#cdawrap .carbon-text {
	color: #4f5152;
	color: var(--cda-text-color);
	padding: 0.25rem 0 0.75rem;
	display: block;
	line-height: 1.4;
	font-weight: 700;
	font-weight: var(--cda-text-weight);
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	border: 0;
}

.cda-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cda-removeleft .cda-footer {
	justify-content: flex-start;
}

.cda-alignright .cda-footer {
	justify-content: flex-end;
}

#cdawrap a.carbon-poweredby,
#cda-remove {
	display: inline-block;
	font-size: 10px;
	color: #3653bc;
	color: var(--cda-sp-color);
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	border: 0;
}

#cdawrap a.carbon-poweredby:hover,
#cdawrap a.carbon-poweredby:focus {
	color: var(--cda-sp-color);
}

#cda-remove {
	position: relative;
	cursor: pointer;
	color: #c81e60;
	color: var(--cda-remove-color);
}

#cda-remove::before {
	content: '';
	position: absolute;
	width: 150%;
	height: 150%;
	left: -25%;
	top: -25%;
}

.cda-removeleft #cda-remove,
.cda-alignright #cda-remove {
	margin-left: 1.5rem;
}

#cdawrap #cda-remove:hover,
#cdawrap #cda-remove:focus {
	color: var(--cda-remove-color);
}

.cda-noremove #cda-remove {
	display: none;
}

.cda-horizontal #cdawrap {
    padding: 13px;
    min-height: 126px;
    --cda-width: 320px;
}

.cda-horizontal #cdawrap .carbon-img {
	float: left;
	margin-right: 1rem;	
}



.bss_content_bottom{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 9px;
    color: #007bff;
}

.bss_content_bottom a{
    text-decoration: none;
    color: #ccc;
}

.bss_content_bottom a:hover{
    text-decoration: underline;
    color: #007bff;
}



.bss_content{
    display: block;
    width: 100%;
    text-align: center;
    max-height: 300px !important;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin-top: 10px;
}

.bss_content::-webkit-scrollbar {
  display: none;
}

.bss_content_item{
    margin: 7px auto;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    /*border: 2px solid #E13300;*/
    padding: 2px;
    -moz-box-sizing: border-box; /* Р”Р»СЏ Firefox */  
    box-sizing: border-box; /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
    margin-bottom: 0px !important;
}

.bss_content_item.is_viewed{
    border: 2px solid #ccc;
}


.bss_content_item_item{
    display: block;
    width: 40px;
    height: 402px;
    border-radius: 50%;
    cursor: pointer;
}

.bss_content_header{
    display: block;
    text-align: center;
    width: 100%;
    height: 40px;

}


.bss_content_bottom{
    padding-top: 5px;
}





























@media screen and (max-width: 375px){ 
    #cdawrap { 
        width: 60px;
        height: auto;
        top: 20%;
    
        
    }
    
    .stories.carousel .story{
        margin: 5px auto !important;
    }
    
    .bss_content_item{
        margin: 0px auto;
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid #E13300;
        vertical-align: top;
        float: left;
    }
    
    .bss_content_item:first-child{
        margin-left: 20px;
    }
    
    .bss_content_header{
        display: block;
    }
    
    .bss_content{
        max-width: 375px;
        overflow-x: scroll;

    }
    
    .bss_content_bottom{
        margin-top: 0px;
        padding-top: 10px !important;
    }
    
}









































#circleG{
	width:15px;
	margin:auto;
}

.circleG{
	background-color:rgb(255,255,255);
	float:left;
	height:3px;
	margin-left:2px;
	width:3px;
	animation-name:bounce_circleG;
		-o-animation-name:bounce_circleG;
		-ms-animation-name:bounce_circleG;
		-webkit-animation-name:bounce_circleG;
		-moz-animation-name:bounce_circleG;
	animation-duration:2.24s;
		-o-animation-duration:2.24s;
		-ms-animation-duration:2.24s;
		-webkit-animation-duration:2.24s;
		-moz-animation-duration:2.24s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	border-radius:2px;
		-o-border-radius:2px;
		-ms-border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
}

#circleG_1{
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#circleG_2{
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#circleG_3{
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}



@keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(191,11,191);
	}

	100%{}
}

@-o-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(191,11,191);
	}

	100%{}
}

@-ms-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(191,11,191);
	}

	100%{}
}

@-webkit-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(191,11,191);
	}

	100%{}
}

@-moz-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(191,11,191);
	}

	100%{}
}





@keyframes zuckSlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes zuckLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.ncn_drawer{
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    top: 15px !important;
    bottom: 15px !important;
}




.ncn_payment_wrapper {
    z-index: 999999;
    text-align: left;
    height: 100%;
    width: 100%;
    top: 0px;
    transition: opacity 0.15s ease 0s;
    overflow: auto;
    pointer-events: all;
    opacity: 1;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgba(40,40,70,.9);
    position: absolute;
    display: none;
}

.ncn_payment_wrapper iframe::-webkit-scrollbar {
    width: 00px;
    height: 10px;
    display: none; 
}
.ncn_payment_wrapper iframe::-webkit-scrollbar-button:start:decrement,
.ncn_payment_wrapper iframe::-webkit-scrollbar-button:end:increment  {
    height: 30px;
    background-color: transparent;
}
.ncn_payment_wrapper iframe::-webkit-scrollbar-track-piece  {
    background-color: #3b3b3b;
   -webkit-border-radius: 16px;
}
.ncn_payment_wrapper iframe::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
}


.daterangepicker .ranges ul{
    min-width: 180px;
}





/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0px;
  height: 0px !important;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

.asd::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0, .8);
  border-radius: 20px;
  border: 3px solid transparent;
}

.ncn_bottom_main_wrapper_scroll::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 0px;
  border: 0px solid transparent;
  height: 0px !important;
  width: 0px !important;
}

.ncn_bottom_main_wrapper_scroll::-webkit-scrollbar {
  display: none !important;
}

.ncn_bottom_main_wrapper_scroll:hover:-webkit-scrollbar {
  display: none !important;
}


.me_scroll{

    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; 
}

.me_scroll::-webkit-scrollbar:horizontal {
  height: 0;
  width: 0;
  display: none;
}

.me_scroll::-webkit-scrollbar-thumb:horizontal {
  display: none;
}



.ncn_stories_wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999999999;
    position: fixed;
    overflow: hidden;
    transition: opacity .25s ease-in-out;
    will-change: opacity;
    transform: translateZ(0);
    display: block;
    opacity: 1;
    background: rgba(0,0,0,.9);
}

.ncn_stories_wrapper_inner{
    width: 270px;
    height: 480px;
    border-radius: 20px;
    
    display: block;
    margin: 30px auto;
    transition: none;
    transform: none;
    margin-top: 0px;
}

.ncn_stories_wrapper_inner video{
    border-radius: 20px !important;
    width: 100%;
    height: 100%;
    object-fit: fill;
   
}

.ncn_stories_wrapper_top{
    margin: 20px auto;
    display: block;
    width: 270px;
    margin-bottom:  30px;
}

.ncn_stories_wrapper_top_step{
    background-color: hsla(0,0%,100%,.4);
    height: 4px;
    border-radius: 2px;
    flex-grow: 1;
    margin: 0 2px;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

.ncn_stories_wrapper_top_step-progress {
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.8);
    margin-left: -100%;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: linear;
}


.ncn_stories_wrapper_close{
    width: 32px; 
    height: 32px; 
    background: #fff;
    cursor: pointer;
    z-index: 12;
    margin-top: 15px; 
     margin-right: 25px; 
     background-color: transparent; 
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
}



.ncn_bottom_main_wrapper{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999999999;
    position: fixed;
    overflow: hidden;
    transition: opacity .25s ease-in-out;
    will-change: opacity;
    transform: translateZ(0);
    display: block;
    opacity: 1;
    background: rgba(0,0,0,.75);
    box-sizing: border-box;
}

.ncn_bottom_main_wrapper_inner{
    position: fixed;
    height: 0px;
    bottom: 0;
    background: #fff;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;

    box-sizing: border-box;
    /*задаем эффект движения: */
    -moz-transition:margin 0.3s linear;	
    -o-transition:margin 0.3s linear;	
    -webkit-transition:margin 0.3s linear;	
    -ms-transition:margin 0.3s linear;	
    transition: margin 0.3s linear;
    
    
    
    
    transition: none;
    transform: none;
    padding: 20px 0px;
    margin: 0px auto;
    width: inherit;
    
    transition: height 0.3s linear;
    
}

.ncn_bottom_main_wrapper_inner_line{
    width: 175px;
    height: 4px;
    background: rgba(0,0,0, .7);
    border-radius: 3px;
    margin: 0px auto;
    cursor: pointer;
}

.ncn_bottom_main_wrapper_inner  .ncn_bottom_main_wrapper_inner_hidding{
    transition:  2s;
    height:  0 !important;
}


#ncn_bottom_main_wrapper_inner_body{
    padding: 20px;
    box-sizing: border-box;
}




#toastr-container{
    z-index: 999999999999999999;
}



.no_select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;    
}


.bg_pink_pig{
    background: #EFF0FC !important;
}










.ncn_tips_page_preloader{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
    background: #1e1e2d;
    color: #fff;
    z-index: 99999999;
}


.ncn_tips_page_preloader .loader06 {
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-radius: 50%;
  position: relative;
  top: 50%;
  margin: -28px auto 0 auto;
}
.ncn_tips_page_preloader .loader06:before {
    content: '';
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 67.2px;
    height: 67.2px;
    position: absolute;
    top: -9.6px;
    left: -9.6px;
    animation: loader-scale 1s ease-out infinite;
    animation-delay: 1s;
    opacity: 0; }
  .loader06:after {
    content: '';
    border: 4px solid #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -4px;
    left: -4px;
    animation: loader-scale 1s ease-out infinite;
    animation-delay: 0.5s; }

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } 
}

.ncn_tips_page_preloader_svg{
    width: 100%;
    text-align: center;
    height: 56px;
    border: 4px solid transparent;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: 30px auto 0 auto;
}





.ncn_top_bg{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e1e2d 0%, #1e1e2d 60%, #f0f0f0 60%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e2d), color-stop(60%,#1e1e2d), color-stop(60%,#f0f0f0), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e1e2d 0%,#1e1e2d 60%,#f0f0f0 60%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e1e2d 0%,#1e1e2d 60%,#f0f0f0 60%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e1e2d 0%,#1e1e2d 60%,#f0f0f0 60%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e1e2d 0%,#1e1e2d 60%,#f0f0f0 60%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e2d', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}







.ncn_tips_crypto_popup{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999999999;
    position: fixed;
    overflow: hidden;
    transition: opacity .25s ease-in-out;
    will-change: opacity;
    transform: translateZ(0);
    display: block;
    opacity: 1;
    background: rgba(0,0,0,.75);
    box-sizing: border-box;
}

.ncn_tips_crypto_popup_inner{
    position: fixed;
    height: auto;
    bottom: 0;
    min-height: 200px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;

    box-sizing: border-box;
    /*задаем эффект движения: */
    -moz-transition:margin 0.3s linear;	
    -o-transition:margin 0.3s linear;	
    -webkit-transition:margin 0.3s linear;	
    -ms-transition:margin 0.3s linear;	
    transition: margin 0.3s linear;
    
    
    
    
    transition: none;
    transform: none;
    padding: 20px 0px;
    margin: 0px auto;
    width: inherit;
    
    transition: height 0.3s linear;
    
    background: #1e1e2d; /* Old browsers */

    color: #fff;
}


#ncn_tips_crypto_popup_inner_body{
    padding: 20px ;
    box-sizing: border-box;
    padding-bottom: 0px;
}


svg.ncn_tips_svg {
  overflow: visible;
  width: 100px;
  height: 150px;
}
svg.ncn_tips_svg g {
  animation: slide 2s linear infinite;
}
svg.ncn_tips_svg g:nth-child(2) {
  animation-delay: 0.5s;
}
svg.ncn_tips_svg g:nth-child(2) path {
  animation-delay: 0.5s;
  stroke-dasharray: 0px 158px;
  stroke-dashoffset: 1px;
}
svg.ncn_tips_svg path {
  stroke: url(#gradient);
  stroke-width: 20px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 0 157px;
  stroke-dashoffset: 0;
  animation: escalade 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

@keyframes slide {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes escalade {
  0% {
    stroke-dasharray: 0 157px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 157px 157px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 157px 157px;
    stroke-dashoffset: -156px;
  }
}


.ncn_tips_bg_overlay_wrapper{
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0, .75);
    min-height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    max-width: 100% !important;
    position: fixed;
    z-index: 999999999999;
    transition: opacity .25s ease-in-out;
    will-change: opacity;
    transform: translateZ(0);
}

.ncn_tips_footer_pay{
    position: fixed;
    left: 0;
    bottom: 0;
    min-height: 30px;
    display: block;
    width: 100%;
    transition: height 1.7s linear;
    transition: max-height 1.7s linear;
}


.ncn_tips_footer_pay_inner{
    background: #fff;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    padding: 10px;
    max-width: 420px;
    margin: 0px auto;
    height: auto;
    overflow-y: scroll;
    transition: height  1.3s ease;
    max-height: 90% !important;
    
    -moz-transition:margin 0.3s linear;	
    -o-transition:margin 0.3s linear;	
    -webkit-transition:margin 0.3s linear;	
    -ms-transition:margin 0.3s linear;	
    transition: margin 0.3s linear;

    transition: none;
    transform: none;
    padding: 20px 0px;

    transition: height 0.6s ease !important;
    transition: max-height 0.6s ease !important;
    
}



.ncn_tips_footer_pay_inner{
    scrollbar : none !important;
    scrollbar-width: 0px !important;
    scrollbar-height: 0px !important;
    scrollbar-color:  transparent;
}

.ncn_tips_footer_pay_inner::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 0px;
  border: 0px solid transparent;
  height: 0px !important;
  width: 0px !important;
}

.ncn_tips_footer_pay_inner::-webkit-scrollbar {
  display: none !important;
  height: 0px !important;
  width: 0px !important;
}

.ncn_tips_footer_pay_inner:hover:-webkit-scrollbar {
  display: none !important;
  height: 0px !important;
  width: 0px !important;
}



.ncn_tips_footer_pay_inner::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  border-radius: 0px;
  border: 0px solid transparent;
  height: 0px !important;
  width: 0px !important;
}

.ncn_tips_footer_pay_inner::-webkit-scrollbar {
  display: none !important;
}

.ncn_tips_footer_pay_inner:hover:-webkit-scrollbar {
  display: none !important;
}



.ncn_tips_footer_pay_inner::-webkit-scrollbar {display: none !important;}             /* 1 */
.ncn_tips_footer_pay_inner::-webkit-scrollbar-button {display: none !important;}      /* 2 */
.ncn_tips_footer_pay_inner::-webkit-scrollbar-track {display: none !important;}       /* 3 */
.ncn_tips_footer_pay_inner::-webkit-scrollbar-track-piece {display: none !important;} /* 4 */
.ncn_tips_footer_pay_inner::-webkit-scrollbar-thumb {display: none !important;}       /* 5 */
.ncn_tips_footer_pay_inner::-webkit-scrollbar-corner {display: none !important;}      /* 6 */
.ncn_tips_footer_pay_inner::-webkit-resizer {display: none !important;}   




body.ncn_noscroll{
    overflow:hidden;
}




/*shows the stars side by side, centered, and in reverse order than the HMTL*/
.ncn_tips_rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

/*hides the radio buttons*/
.ncn_tips_rating > input{ display:none;}

/*style the empty stars, sets position:relative as base for pseudo-elements*/
.ncn_tips_rating > label {
  position: relative;
  width: 1.1em;
  font-size: 25px;
  color: #FFD700;
  cursor: pointer;
  margin: 0px 10px;
}

/* sets filled star pseudo-elements */
.ncn_tips_rating > label::before{ 
  content: "\2605";
  position: absolute;
  opacity: 0;
}
/*overlays a filled start character to the hovered element and all previous siblings*/
.ncn_tips_rating > label:hover:before,
.ncn_tips_rating > label:hover ~ label:before {
  opacity: 1 !important;
}

/*overlays a filled start character on the selected element and all previous siblings*/
.ncn_tips_rating > input:checked ~ label:before{
  opacity:1;
}

/*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/
.ncn_tips_rating:hover > input:checked ~ label:before{ opacity: 0.4; }


.ncn_tips_heart_pulse { animation: pulsate .8s infinite; }

@keyframes pulsate {
    0% { transform: scale(1) }
    100% { transform: scale(1.2) }
}



.ncn_tab_scroll .nav {
    white-space: nowrap;
    display:block!important;
    flex-wrap: nowrap;
    max-width: 100%;
   /* overflow-x: scroll;*/
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.ncn_tab_scroll .nav li {
    display: inline-block;
}


.ncn_tab_scroll .nav-line-tabs.nav-line-tabs-2x .nav-item {
    margin-bottom: 0px !important;
}



/* ==========================================================================
   #SKELETON
   ========================================================================== */
.c-skeleton__text, .c-skeleton__figure {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #e7e7e9;
  background-image: linear-gradient(to right, #eee 8%, #e7e7e9 18%, #eee 33%);
  background-size: 800px 104px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 350px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 350px 0;
  }
}
.c-skeleton__figure {
  width: 100%;
  height: 100%;
        border-radius: 50%;
}

/**
 * [1]: Emulate line height
 */
.c-skeleton__text {
  height: 0.8em;
  width: 65%;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.c-skeleton__text--small-height {
  margin-top: 0;
  margin-bottom: 0;
}

.c-skeleton__text--inline {
  display: inline-block;
}

.c-skeleton__text--full {
  width: 100%;
}

.c-skeleton__text--big {
  width: 75%;
}

.c-skeleton__text--bigger {
  width: 85%;
}

.c-skeleton__text--small {
  width: 55%;
}

.c-skeleton__text--smaller {
  width: 45%;
}

.c-skeleton__text--tiny {
  width: 35%;
}



.ncn_media_hide_scrollbar{
      scrollbar-width: none !important;  /* Firefox */
      scrollbar-height: none !important;
}
.ncn_media_hide_scrollbar::-webkit-scrollbar-thumb{
    width: 0px !important;
    color: transparent !important;
}
.ncn_media_hide_scrollbar::-webkit-scrollbar-button {
  width: 0px !important; 
  height: 0px !important; 
}
.ncn_media_hide_scrollbar::-webkit-scrollbar{
    width: 0px !important;
   
}
@media only screen and (min-width:1440px) and (max-width:1599px) { 
    .ncn_tips_sub_zoom{
        zoom: 0.8;
    }
}





.ncn_tips_common_popup{
    width     : 100% !important;
    display   : block;
    height    : 100% !important;
    min-width : 100% !important;
    min-height: 100% !important;
    max-width : 100% !important;
    max-height: 100% !important;
    position: absolute;
    z-index: 9999999999999;
    left: 0;
    top: 0;
    background: rgba(0,0,0, .5);
    overflow: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    box-sizing: border-box;
}
.ncn_tips_common_popup::-webkit-scrollbar {
   display: none !important;
   width: 0px;
}
.ncn_tips_common_popup::-webkit-scrollbar {display: none !important; width: 0px;}             /* 1 */
.ncn_tips_common_popup::-webkit-scrollbar-button {display: none !important; width: 0px;}      /* 2 */
.ncn_tips_common_popup::-webkit-scrollbar-track {display: none !important; width: 0px;}       /* 3 */
.ncn_tips_common_popup::-webkit-scrollbar-track-piece {display: none !important; width: 0px;} /* 4 */
.ncn_tips_common_popup::-webkit-scrollbar-thumb {display: none !important; width: 0px;}       /* 5 */
.ncn_tips_common_popup::-webkit-scrollbar-corner {display: none !important; width: 0px;}      /* 6 */
.ncn_tips_common_popup::-webkit-resizer {display: none !important; width: 0px;}     
.ncn_tips_common_popup_content{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px auto !important;
    height: 100%;
}
.ncn_tips_popup_content{
    margin: 0px auto !important;
    position: fixed;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 95% !important;
    -moz-transition: height 2s ease;
    -webkit-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
}
.ncn_tips_popup_content_line_bar{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    margin-bottom: 0px;
}
.ncn_tips_popup_content_line_bar span{
    width: 75px;
    height: 2px;
    background: rgba(0,0,0, .8);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
}
.ncn_tips_popup_content_close_icon{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: end;
    padding-right: 7px;
    margin-top: -4px;
}
.ncn_tips_popup_content_close_icon svg{
    cursor: pointer;
}
.ncn_tips_popup_content_close_icon svg:hover{
    zoom: 1.05;
}
.ncn_tips_popup_content_close_icon span{
    background: #4f5152;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
}

.ncn_tips_popup_content_wrapper{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    padding-bottom: 20px;
    -moz-transition: height 2s ease;
    -webkit-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;

    z-index: 999999;

    overflow-x:hidden;
    overflow-y: scroll;
    height: fit-content;
    position: relative;
}
.ncn_tips_popup_content_wrapper::-webkit-scrollbar {
   display: none !important;
   width: 0px;
}
.ncn_tips_popup_content_wrapper::-webkit-scrollbar {display: none !important; width: 0px;}             /* 1 */
.ncn_tips_popup_content_wrapper::-webkit-scrollbar-button {display: none !important; width: 0px;}      /* 2 */
.ncn_tips_popup_content_wrapper::-webkit-scrollbar-track {display: none !important; width: 0px;}       /* 3 */
.ncn_tips_popup_content_wrapper::-webkit-scrollbar-track-piece {display: none !important; width: 0px;} /* 4 */
.ncn_tips_popup_content_wrapper::-webkit-scrollbar-thumb {display: none !important; width: 0px;}       /* 5 */
.ncn_tips_popup_content_wrapper::-webkit-scrollbar-corner {display: none !important; width: 0px;}      /* 6 */
.ncn_tips_popup_content_wrapper::-webkit-resizer {display: none !important; width: 0px;}     


@media screen and (min-width: 0px) and (max-width: 430px) {
    .ncn_tips_popup_content{
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .ncn_tips_popup_content {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
        
    }
    .ncn_tips_popup_content::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
    
    .ncn_tips_popup_content_wrapper {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
        overflow-y: scroll !important;
        height: fit-content !important;
        max-height: 90vh !important;
    }
    .ncn_tips_popup_content_wrapper::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
}
@media screen and (min-width: 431px) and (max-width: 2048px) {
    .ncn_tips_popup_content{
        width: 375px !important;
        max-width: 375px;
        box-sizing: border-box;
    }
    .ncn_tips_popup_content {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    .ncn_tips_popup_content::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
    .ncn_tips_popup_content_wrapper {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
        overflow-y: scroll !important;
        height: fit-content !important;
        max-height: 90vh !important;
    }
    .ncn_tips_popup_content_wrapper::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
}

.ncn_tips_popup_content_line_title{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
    font-weight: 400;
    color: #020202;
    text-align: center;
}









