::-webkit-scrollbar {
    display: none;
}
 
.modal-backdrop{
    display: none;
}
.modal-content{
    top:50px;
    transition: 0.5s;
    opacity: 0;

}

.lightTheme {

        top:20px;
        opacity: 1;
}
div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left:30%;
    z-index: 1;
    width: 180px;
    height: 180px;
}
.arrow-ups {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 10px solid #263238;
}
.body-guide{
    padding:15px;background-color: #263238;font-size:12px;color:white;
}
.footer-button{
    background-color: #0275d8;padding:5px;cursor:pointer;
}
input.file {
    position: relative;
    text-align: center;
    -moz-opacity:0 ;
    filter:alpha(opacity = 0);
    opacity: 0;
    text-align: center;
    z-index: 2;
    height: 180px;
    width: 180px;
}

.launcher-holder{
    -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */

    transition:all .2s ease;
}
.chat-launcherx{
    -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */
    transition:all .2s ease;
}
/* durations and timing functions.              */
.slide-fade-enter-active {
    transition: all .8s ease;
}
.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}
.foit{
    /*background-color:rgba(0, 0, 0, 0.2);
    */
    background-color:rgba(0, 0, 0, 0.1);
    width:100%;

    /*border-radius:4px;*/
}