* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

html,
body,
.body-wrapper {
    height: 100%;
}

.body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#sp-main-body {
    flex: 1 0 auto;
}

#sp-footer {
    flex: 0 0 auto;
}

#sp-footer .sp-copyright {
    font-size: 12px;
}

.sp-author {
    font-size: 12px;
}

::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

 ::-webkit-scrollbar-track {
    background-color: #c2a476;
}

 ::-webkit-scrollbar-thumb {
    background-color: #353535;
    border-radius: 0;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #353535;
}

 ::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
}

 ::-webkit-scrollbar {
    width: 4px;
}

::selection {
    background: #C2A476;
    color: #fff;
}

:focus {
    outline: 0;
}

ol li,
ul li {
    margin-left: 30px;
}

a:hover,
a:active {
    color: #C2A476;
    outline: 0;
    text-decoration: none;
}

button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
.btn.focus,
.btn:focus {
    outline: 0!important;
    box-shadow: none!important;
}

a.btn {
    border: none;
    font-size: 14px;
    line-height: 46px;
    color: #fff;
    background-color: #C2A476;
    padding: 0 30px;
    height: 46px;
    min-width: 160px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

svg {
    transition: all .3s;
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 11px;
    opacity: 0.95;
    font-weight: 500;
}

#system-message-container .alert-heading {
    font-size: 14px;
}

#system-message-container .alert {
    border-radius: 0!important;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
    margin-bottom: 0;
}

.form-lock body {
    overflow: hidden!important;
}

.hidden {
    display: none!important;
}

.call_us {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: right;
}

.call_us i {
    margin-right: 10px;
    font-size: 12px;
}

.call_us a {
    color: #fff;
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    #sp-footer .sp-copyright {
        text-align: center;
        display: block;
        margin-top: 5px;
    }
    .logo-image {
        height: auto!important;
    }
    html,
    body,
    .body-wrapper {
        height: auto;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {}