input[type=number]{
    /*width: 80px;*/
}
select{
    margin-left: 10px;
}
.hotspot-form-container,.scene-sidebar{display: none;}
.scene{color: white;}.scene{overflow: hidden; margin: 5px 5px;}.scene,.scene img{padding: 0;}
.hidden{display: none;}
.active{display: block !important;}
.modal-scene{
    position: relative;
    background-repeat: no-repeat, repeat;
    width: 120px;
    height: 120px;
    margin: 0 6px 6px 0;
    border: none;
    background-size: cover;
    float: left;
}
.text-light-gray{
    color:#aaa !important;
}
.modal-scene span{
    position: absolute;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    padding: 3px;
    background-color: #000;
    white-space: nowrap;
    font-size: 12px;
    color: #aaa;
}
.modal-scene:hover{
    border:solid 2px #0b5ed7;
}
.modal-scene:hover span{
    background-color: #0b5ed7;
    color: white;
}
#mousepos{border: solid 1px white;padding: 1px 5px;margin: 2px;background: rgba(240, 238, 238, 0.6);}
.card{background-color: #fff;box-shadow: 1px 1px 16px rgb(0 0 0 / 16%);}
.card-thumb{
    background-color:#ccc;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media(max-width: 480px){
    .text-sm-center{
        text-align: center !important;
    }
    .card-thumb{
        height: 100px;
    }
}
.dz-remove{
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 100;
    background-color: #b20;
    border: solid 2px white;
    color: white;
    font-size: 18px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
}
.blur{
    filter:blur(3px)
}
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.feature-list p {
    width: 70%;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 32px;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
    width: 50%;
    z-index: 100;
    background-color: #222;
    margin: 4px 0 0px 0;
    display: block;
    opacity: 0;
    color: white;
    pointer-events: none;
    transition: opacity .1s ease 0s;
}
.feature-list p:before{
    position: absolute;
    z-index: -1;
    top: -2px;
    display: block;
    content: '';
    background-color: #222;
    width: 12px;
    height: 12px;
    transform: scaleX(1.4) rotate(45deg);
}
.feature-list li:hover p {
   opacity:1;
}
.list-group-item:first-child{
    border-top:0 !important;
}
.popular{
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px 3px 6px;
    display: block;
    border-radius: 0px 0px 0px 5px;
}
#sidebar_wrapper input,#sidebar_wrapper textarea{
    background-color: #35383b !important;
    color: #aaa;
    border: none;
}
#sidebar_wrapper select{
    background-color: #35383b !important;
    color: white;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
#sidebar_wrapper .text-secondary{
    color: #666 !important;
}
.add-btn{
    background-color: #255569 !important;
    color: rgba(255,255,255,0.8) !important;
    border: none !important;
}
.add-btn:hover{
    background-color: #317591 !important;
}
.is_responsive{
    margin-top: 15px;
}
@media(max-width: 480px){
    .is_responsive{
        display:none;
    }
}
@media(max-width: 480px){
    .mr-sm-1{
        margin-right: 15px;
    }
    .ml-sm-1{
        margin-left: 15px;
    }
    .mb-sm-1{
        margin-bottom: 15px;
    }
    .mb-sm-2{
        margin-bottom: 30px;
    }
}
.swal2-title{
    font-size:1.3em !important;
}
