html{
    scroll-behavior: smooth;
}

.materialert{
    position: relative;
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.materialert .material-icons{
    margin-right: 10px;
}
.materialert .close-alert{
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    filter: alpha(opacity=40);
    margin-bottom: -5px;
    position: absolute;
    top: 16px;
    right: 5px;
}
.materialert.info{
    background-color: #039be5;
    color: #fff;
}
.materialert.success{
    background-color: #43a047;
    color: #fff;
}
.materialert.error{
    background-color: #c62828;
    color: #fff;
}
.materialert.danger{
    background-color: #c62828;
    color: #fff;
}
.materialert.warning{
    background-color: #fbc02d;
    color: #fff;
}


.mb-0{
    margin-bottom:0px !important;
}
.mt-0{
    margin-top:0px !important;
}
.mr-0{
    margin-right:0px !important;
}
.ml-0{
    margin-left:0px !important;
}

.m-0{
    margin:0px !important;
}
.mx{
    margin-left:0px !important;
    margin-right:0px !important;
}
.my{
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.mb-1{margin-bottom: 4px !important;}
.mb-2{margin-bottom: 8px !important;}
.mb-3{margin-bottom: 12px !important;}
.mb-4{margin-bottom: 16px !important;}

.pb-1{padding-bottom: 4px !important;}
.pb-2{padding-bottom: 8px !important;}
.pb-3{padding-bottom: 12px !important;}
.pb-4{padding-bottom: 16px !important;}

.pb-0{
    padding-bottom:0px !important;
}
.pt-0{
    padding-top:0px !important;
}
.pr-0{
    padding-right:0px !important;
}
.pl-0{
    padding-left:0px !important;
}

.p-0{
    padding:0px !important;
}
.px{
    padding-left:0px !important;
    padding-right:0px !important;
}
.py{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.custom-progress{
    height: 30px !important;
}


/* lINE WRAPPER */

.line-message-wrapper{
    padding: 20px 0 10px 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-align: center;
}

.line-item-wrapper{
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.line-item-wrapper h5 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    margin-bottom:5px;
}

.line-img{
    max-width: 50px;
    position: relative;
    left: -5px;
}
.line-item-wrapper .line-resource-value {
    font-size: 3em;
    position: relative;
    top: 8px;
}


.line-success-confirmation {
	width: 80px;
	background: #30d84d;
	position: absolute;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 1px;
	color: #116b21;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	box-shadow: 0 0 3px rgba(0,0,0,1);
    display: none;
}
.line-success-confirmation.top-right{
	top: -3px;
	right: -32px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  
}
.line-success-confirmation.top-right i{
    font-size: 1rem;
    position: relative;
    top:6px;
}

.line-item-value{
    color:var(--components-color, --main-color);
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 5px;

    top: 0px !important;
}


.line-message-connected-item {
	color: var(--components-color,#db770b);
}
.line-message-success {
	color: #30d84d;
}
.line-message-error {
	color: #fc4349;
}


.progressbar-25x{
    width:25px !important;
    height:25px !important;
}

.ads-wrapper-container{
    display:none;
    position:relative;
    background-color:rgba(255,255,255,1);
    color:black;
}
.ads-wrapper-container .close-ads-wrapper{
   cursor:pointer;
}
.ads-wrapper-container .logo-wrapper{
    background-color: rgba(0,0,0,0.7);
    padding: 5px;
    border-radius: 5px;
}

.ads-wrapper-container .logo-img{
    height:70px;
}

/*

.ads-wrapper-is-active{
    overflow: hidden;
}
.ads-wrapper-is-active .line-message{
    color:black;
}
.ads-wrapper-is-active .ads-wrapper-container{
    position:fixed;
    top:0;
    padding:30px;
    max-width: 1000px;
    z-index:9999;
    bottom:0;

    display: block;
    right: 0;
    left: 0;
    margin: auto;
}

.ads-wrapper-is-active .loading-progress-bar{
    z-index: 99999;
    position: fixed;
    bottom: 0;
    left: 0;right:0;
    margin:auto;
    box-sizing: border-box;
    max-width: 900px;
}
*/


.ads-wrapper-container #ads-container-private{
    margin-top:30px;
    border:1px solid #ddd;

}

.ads-wrapper-container #human-verification{
    margin-top:30px;
    font-size:1.6rem;
    font-weight: 600;
}


/** preloader full screen */

.preloader-fullscreen{
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,.8);
    z-index: 999999;
    display:none;
    
}
.preloader-fullscreen .flex-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.preloader-fullscreen .preloader-message{
    color:white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    margin-top:30px
}


.open-ads-now{
    cursor:pointer;
    animation: in-out 1s ease-in;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

@keyframes in-out{
    to{
       font-size:1.3rem;
       color:green;
    }
    from{
        font-size:1rem;
        color:white;
    }
}


@media only screen and (max-width: 768px) {
    /*.ads-wrapper-is-active .ads-wrapper-container{
        position:fixed;
        left:0;
        top:0;
        bottom:0;
        right:0;
        z-index:9999;
        padding:30px;
        display: block;
    }


    .ads-wrapper-is-active .loading-progress-bar{
        z-index: 99999;
        position: fixed;
        width: calc(100% - 40px);
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        margin: 0 20px;
       
    }
    */

    .materialert.ads-wrapper-item{
        font-size:1rem; 
        font-weight: bold;
    }
    .materialert.ads-wrapper i{
        font-size: 2rem;
    }

}


@media only screen and (max-width: 400px) {
    
    .line-username-wrapper h5,
    .line-platform-wrapper h5{
        font-size: .8rem;
    }

    .line-item-value{
        font-size: 1.2rem;
    }


    .line-item-wrapper h5 + div{
        text-align: center;
    }
    .line-item-wrapper .line-img{
        left:0;
        display: block !important;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px
    }
    .line-item-wrapper .line-resource-value{
        font-size: 1.7rem;
    }
}

