/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance:textfield;
}

.loading{
    width: 100px;
    z-index: 99999;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}
.loadingdiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.pre{
    /*background-image: url("../img/preloader2.gif");*/
    background-image: url("../img/carloading.gif");
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    /*background-color: #fff;*/
    background-color: #FFF;
    background-position: center;
}
.selector_border{
    border: solid 1px #000;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}
.col-lg-3 {
    padding: 0;
}
option{
    text-align: center;
    color: #000;
}
* {
    text-align: right;
}
.modal-body input {
    text-align: center;
}
.jumbotron{
    background-color: transparent;
    color: #fff;
}
.jumbotron .container{
    margin-top: 10%;
}
.jumbotron *{
    text-align: center !important;
}
.modal-content{
    background-color: #383737cf;
    color: #fff;
}
body{
    background-color: #000;
}
nav {
    padding: 0 !important;
}
.bg-light {
    background-color: transparent !important;
}
.logo {
    padding: 45px 15px 15px 15px;
}
.social{
    position: fixed;
    right: 0;
    bottom: 0;
    height: 60%;
    width: 15%;
    background-color: transparent;
}
.nav{
    justify-content: flex-end!important;
}
.nav-link {
    color: #fff !important;
}
.nav a {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}
.nav a:hover {
    color: gray;
}
.navbar-nav > button{
    margin: 10px;
}
.body{
    background-image: url("../02.gif");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    height: 100vh;
}
.body:before{
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
}
.form-control{
    background-color: transparent !important;
    color: #fff !important;
}
button.navbar-toggler {
    background-color: #fff;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}
/*-----------*/
/*Mobile View*/
/*-----------*/
@media only screen and (max-width: 600px) {
    .logo img{
        width: 150px;
    }
    .body{
        background-position: center center;
        height: 88vh;
        width: 100%;
    }
    .container{
        width: 80%;
        margin: auto;
    }
    .display-4{
        font-size: 40px;
    }
    .jumbotron{
        /*background-color: #00000070 !important;*/
        padding: 5px !important;
        margin-top: 20% !important;
    }
    .logo{
        padding: 5px !important;
    }
}
