@media (min-width: 1200px) {
}

@media (min-width: 992px) {
    .hero .welcome-image {
        margin-top: -70px !important;
    }
}

@media (max-width: 992px) { 
    .table-custom th,
    .table-custom td {
        padding: .3em !important;
    }

    .welcome-area.dark.middle {
        margin-top: 200px;
    }

    .welcome-area.dark.first {
        margin-top: 120px;
    }

    .welcome-area.dark.last {
        margin-top: 200px;
    }

    .call-to-action-home {
        margin-top: 250px;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 1500px) {
    .table-custom th,
    .table-custom td {
        padding: .3em !important;
    }
}

@media (min-width: 1200px) {

}

html, body {
    height:100%;
}

.header-area {
    z-index: 5000;
    transition-duration: 500ms;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

.header-area.expanded {
    background-color: #453188;
}

.header-area.sticky {
    transition-duration: 500ms;
    background-color: #281b87;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.header-area.fast-sticky {
    z-index: 5000;
    background-color: #281b87;
}

.nav-container {
    background-color: transparent;
}

.navbar-custom a {
    font-size: 14px;
    color: rgba(255,255,255,0.7) !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.navbar-custom .dropdown-menu a {
    color: #281b87 !important;
}

.navbar-custom .dropdown-menu a:active {
    color: #fff !important;
}

.navbar-custom a:hover {
    text-decoration: none;
}

.navbar-custom .nav-brand {
    text-transform: none;
    font-size: 26px;
    font-weight: 500;
}

.navbar-custom .navbar-nav {
    height: 31px;
    margin-bottom: px5;
}

.navbar-custom .btn-login {
    padding-top: 4px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    margin: 5px;
    height: 30px;
    min-width: 100px;
    border-radius: 5px;
}

.navbar-collapse.collapse.show {
    height: 100vh;
}

.navbar-collapse.collapsing {
    animation-duration: 1000ms;
    height: 100vh !important;
}

.header-area.sticky .collapse.show .nav-item {
    background-color: #281b87;
}

.header-area .collapse.show .nav-item {
    background-color: #453188;
}

.btn-login:hover {
    color: #fff !important;
}

.bg-image {
    background: url(/assets/images/demo4-bg.png) no-repeat;
    background-size: 100% 700px;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-gradient {
    background-image: linear-gradient(#453188, #6b66d4);
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
}

.main-container {
    padding-top: 10px;
}

.welcome-area {
    margin-top: 100px;
    color: #fff;
    align-items: center;
    max-height: 600px;
}

.welcome-image {
    text-align: center;
}

.welcome-area.dark {
    color: #281b87;
}

.welcome-content {
    align-items: center;
    z-index: 100;
}

.welcome-content p {
    padding-top: 20px;
}

.custom-select {
    font-size: 15;
    padding-top: 2px;
    margin-top: 5px;
}

.footer {
    color: #767676;
    text-align: center;
}

.footer a {
    color: #545454;
    font-weight: bold;
    font-size: 17px;
}

.footer a:hover {
    color: gray;
}

.footer-list {
    list-style-type: none;
    text-align: left;
    padding-left: 0px;
}

.footer-list > li {
    margin-top: 5px;
}

.ui-menu {
    min-width: 300px;
}

.ui-widget.ui-widget-content {
    border: 1px solid rgba(0,0,0,.3);
}

.ui-widget-shadow {
    box-shadow: 5px 5px 10px #999;
}

a {
    font-weight: bold;
}

.hidden-row {
    display: none;
}

tr.expansion-row:hover {
    background-color: white !important;
}

.not-bold {
    font-weight: normal !important;
}

.chart-container {
    height: 250px;
}

.fa-twitter:hover {
    color: rgb(29, 161, 242);
}

.fa-facebook:hover {
    color: #1877f2
}

.fa-linkedin:hover {
    color: #0a66c2;
}

.fa-instagram:hover {
    color: #d7565a;
}

.highlighted-select select, .highlighted-select select:focus{
    background-color: #cefdcb;
}

.btn-filter-clear {
    border: 1px solid #ced4da;
}

.highlighted-select .btn-filter-clear {
    background-color: #cefdcb;
}

.btn-get-started {
    color: #FFF;
    border: 1px solid #fff;
}

.btn-get-started:hover {
    background-color:rgba(0, 0, 0, 0.1);
}

.btn-success.btn-get-started:hover {
    color: #FFF;
    border: 1px solid #fff;
    background-color: #2d6219;
}

.btn-danger.btn-get-started:hover {
    color: #FFF;
    border: 1px solid #fff;
    background-color: #650e05;
}

.btn-get-started:hover {
    color: #fff;
}

.call-to-action {
    padding: 30px;
    min-height: 200px;
}

.btn-oauth {
    border: 1px solid #ced4da;
    margin: 0px 15px 0px 15px;
}

.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 15px 0;
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}

.append-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.append-main {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.append-button {
    margin-right: -1px; 
    display: flex;
}

.append-button a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.text-bold {
    font-weight: bold;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

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

::-webkit-scrollbar-track {
    background-color: #281b87;
}

::-webkit-scrollbar-thumb {
    background-color: #b5a6e4;
}

.card-attachment {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25em 0.25em 0 0;
    background-color: #281b87;
    padding: 2px 5px 2px 5px;
    color: #fff;
}

.card-attachment-right {
    float: right;
    position: relative;
}

.card-attachment a {
    color: #fff;
}

.card-with-attachment {
    border-top-left-radius: 0;
    box-shadow: 1px 1px 5px #8e8e8e;
}

.card-with-shadow {
    box-shadow: 1px 1px 5px #8e8e8e;
}

.card-wrapper {
    padding-bottom: 20px;
}

.table-custom th {
    white-space: nowrap;
}

.table-custom td {
    vertical-align: middle;
}

.table-button {
    display: flex;
    align-items: center;
    font-size: 10px;
}

.table {
    line-height: normal;
}

.no-wrap {
    white-space: nowrap;
}

.carousel-control-prev, .carousel-control-next {
    color: #281b87;
    font-weight: bolder;
    font-size: 50;
}

.carousel-control-prev:hover, .carousel-control-next:hover,
.carousel-control-prev:focus, .carousel-control-next:focus {
    color: #281b87;
}

.carousel-indicators li {
    background-color: #281b87;
    height: 5px;
}

.carousel-caption {
    left: 0;
    right: 0;
    color: #281b87;
    position: relative;
}

.flex-middle {
    display: flex;
    align-items: center;
}

.dot-separator {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 40px;
    background: dimgray;
    margin: 0 6px;
}

.news-image {
    max-width: 164;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.btn-primary.btn-transparent, .btn-primary.btn-transparent:active {
    color: #281b87 !important;
    background-color: transparent !important;
}

.chart-watermark {
    background-image: url('/assets/images/logo-text-watermark.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    background-position: 15% 15%;
}

.add-order-button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    height: 50px; 
    width: 50px; 
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 10px #8e8e8e;
}

.add-order-button i {
    transition: transform .7s ease-in-out;
}

.add-order-button.desktop {
    right: 20px;
    bottom: 20px;
}

.add-order-button i:hover {
    transform: rotate(180deg);
}