@import url('https://fonts.googleapis.com/css?family=Anton|Nunito|PT+Sans|Questrial');
/**
 * CORE STYLES
 */
* {
    padding: 0;
    margin: 0;
}

html,body {
    font-size: 100%;
    height: 100%;
}

html {

}

body {
    background: #121212;
    color: #FFF;
}

main {
    font-size: 0.9em;
    font-family: 'Nunito', sans-serif;
}

ul {
    padding-left: 15px;
}

li {
    padding: 4px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.fw {
    width: 100%;
}

a:link {
    color: #b30857;
}

a:visited {
    color: #b30857;
}

a:hover {
    color: #ff0b7d;
}

a:active {
    color: #ff0b7d;
}

/* MAIN STRUCTURE */
#container {
    min-height:100%;
    position:relative;
}
#header {

}
#body {
    padding:10px;
    padding-bottom:420px;   /* Height of the footer */
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 420px;   /* Height of the footer */
    background: #000;
}

.navbar {
    width: 100%;
    z-index: 9999;
    text-transform: uppercase;
    background: #121212 !important;
}

.container-fluid {
    min-height: 460px;
}

/* ONLINE SELL */
#sell_body {
    background: #f1f1f2;
    color: #222 !important;
    padding-bottom: 50px;
}

#nearest-msg {
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    font-size: 0.85em;
}

.btn-choose {
    border: 0;
    background: #B30857;
    color: white;
}

.background {
    font-size: 0.9em;
    background: #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
}

.location-status {
    font-size: 0.92em;
}

.online {
    color: #78bf27;
}

.offline {
    color: red;
}

/* FORM */
#form {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}

input {
    text-align: center;
}

input[name=frmPhoneNumber] {
    text-align: left;
}

button[type=submit], button[type=button] {
    border: 0;
    background: #B30857;
}

button[type=submit]:hover, button[type=button]:hover {
    border: 0;
    background: #710437;
}

textarea:focus,
button[type=button]:focus,
button[type=submit]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.custom-button:focus,
.uneditable-input:focus {
    border-color: rgba(255, 11, 125, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 11, 125, 0.6);
    outline: 0 none;
}

.show-more-info {
    margin-top: -1px;
    color: #b30857;
    background: transparent !important;
}

.show-more-info:hover {
    color: rgba(255, 11, 125, 1);
}

.show-more-info:focus, .show-more-info:active:focus,  .show-more-info.active:focus{
    outline:none !important;
    box-shadow:none !important;
    border: 0 !important;
}

.navbar-toggler {
    background-color: #000 !important;
}

.form-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.form-header {
    font-size: 2em;
    font-family: 'PT Sans', sans-serif;
}

.menu-items {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 14px;
    margin-right: 14px;
}

.area-code {
    width: 75px;
    border-radius: 10px 0px 0px 10px;
    text-align: center;
}

.phone-number {
    border-radius: 0px 10px 10px 0px;
}

.dl-image {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
}

.custom-button {
    border: 0;
    background: #B30857;
}

.custom-button:hover {
    border: 0;
    background: #710437;
}

.btn.custom-button {
    color: white !important;
}


/* MISC */
.social-icons {
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.recaptcha {
    width: 300px;
}

#section_img {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    clear: both;
    width: 75px;
    margin-top: 10px;
    margin-left: 10px;
}

.img-brand {
    height: 24px;
}

.hidden {
    display: none !important;
}

.uploadDlFront,.uploadDlBack,.uploadSelfie {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border: 2px solid white;
    height: 100px;
    width: 100px;
}

.uploadDlFront > img,.uploadDlBack > img,.uploadSelfie > img {
    height: 100%;
    width: 100%;
}

/* FOOTER STYLE */
footer {
    background: #000;
}

.footer-text a {
    color: white;
    font-weight: 700;
    text-decoration: underline;
}
.social-icons img.footer-icon:hover {
    opacity: 1.0 !important;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.footer-text a:hover {
    color: #999999;
}

.footer-text {
    color: #636363;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.97px;
    line-height: 25.6px;
    overflow-wrap: break-word;
    font-family: 'Questrial', sans-serif;
}

.footer-top {
    padding-top: 60px;
    text-align: center;
}

.footer-top a {
    margin-right: 10px;
    color: #BABABA;
    text-decoration: none;
}

.footer-top a:hover {
    color: #4A4A4A;
    text-decoration: none;
}

.footer-top-link {
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 2.667px;
    font-weight: 700;
    font-size: 13px;
}

/* Alerts */
.alert{
    text-align: left;
    font-size: 0.8em;
    width: 100%;
}

.close {
    color: white !important;
}

close:focus, .close:hover {
    text-decoration: none;
    opacity: .75;
}

.alert-warning,.alert-success,.alert-danger,.alert-info {
    background: #121212;
    border: 1px solid #b30857;
    color: white;
}

.card:hover {
    cursor: pointer;
    transition: all 1s;
    border: 1px solid white !important;
    transform: scale(1.03);
}

@media (max-width: 575.98px) {
    .card {
        width: 100%;
    }
}
