body {
    height: auto;
    font-family: "Raleway", sans-serif;
}

.body-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /*background-image: url('/assets/images/bg-3.jpeg');*/
}

.bg-dark, .graph-svg-tip {

}

.bg-dark .nav > li:hover > a {
    background-color: #ab1324 !important;
    border-radius: unset !important;
}

.bg-dark .nav > li > a {
    color: #fff !important;
}

.table {
    margin-bottom: 0px !important;
}

.card-body > a {
    /*filter: invert(49%) sepia(15%) saturate(1384%) hue-rotate(168deg) brightness(90%) contrast(93%);*/
    filter: invert(100%) sepia(0%) saturate(1384%) hue-rotate(168deg) brightness(0%) contrast(100%);
}

.form-control {
    font-family: "Nunito", sans-serif;
    display: block;
    width: 100%;
    padding: 0.47rem 0.75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #ce162b !important;
    border-color: #ce162b !important;
}

.remember-me {
    display: inline-block;
}

.remember-me-label {
    font-size: 0.9rem;
    font-weight: 600;
}

.forget-password-label {
    font-size: 0.95rem;
    font-weight: 400;
}

.form-label {
    color: #495057;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-check-input:checked {
    background-color: #ce162b;
    border-color: #ce162b;
}

.form-check-input:focus {
    border-color: #ce162b;
    box-shadow: 0 0 0 0.25rem rgb(206 22 43 / 25%);
    outline: 0;
}

.modal-footer .btn-link {
    border-color: rgb(119 119 119);
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    box-sizing: border-box;
    color: #212121;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 0.575rem 1.125rem
}

.modal-footer .btn-link:hover {
    background-color: #ce162b !important;
    color: #fff;
}

.login-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ce162b !important;
    border: 1px solid #ce162b !important;
    padding: 0.47rem 0.75rem;
    font-size: .9rem;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.login-btn:hover {
    background-color: #ab1324 !important;
    border-color: #ab1324 !important;
}

.login-btn:focus {
    background-color: #ce162b !important;
    border-color: #ce162b !important;
}

.login-btn:not([disabled]):not(.disabled):active,
.login-btn[disabled] {
    background-color: #df6775 !important;
    border-color: #df6775 !important;
    color: #fff !important;
    border-radius: unset;
}

button.login-btn {
    background-color: #ce162b !important;
    border-color: #ce162b !important;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #df6775 !important;
    border-color: #df6775 !important;
    cursor: auto !important;
}

.app-btn-delete {
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    box-sizing: border-box;
    color: #212121;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 0.575rem 1.125rem;
    border-color: #000;
    background-color: #fff;
}

.app-btn-delete:hover {
    background-color: #CC1900;
}

.app-btn {
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    border-color: #212121 !important;
    box-sizing: border-box;
    color: #212121;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 0.575rem 1.125rem;
    background-color: #fff;
}

*::before,
*::after {
    box-sizing: border-box;
}

.plan-line:before {
    content: "";
    border: 1px solid #f6f6f6;
    position: absolute;
    width: 34%;
    left: 64%;
    top: 11px;
}

.plan-line:after {
    content: "";
    border: 1px solid #f6f6f6;
    position: absolute;
    width: 34%;
    right: 64%;
    top: 11px;
}

.btn-default, .btn-default:hover {
    background-color: #ce162b !important;
    color: #fff !important;
}

.app-btn:hover {
    background-color: #ce162b;
    color: #fff;
}

.mdi-lock::before {
    content: "\F033E";
}

.logo-height {
    height: 60px;
}

.bg-dark, .graph-svg-tip {
    background-color: #ce162b !important;
}

.bg-dark .nav > li.active > a {
    background-color: #ab1324 !important;
    border-radius: unset !important;
    font-weight: 600;
}

.bg-dark .nav > li > a:hover {
    background-color: #ab1324 !important;
    border-radius: unset !important;
}

.bg-dark .text-muted {
    color: #000 !important;
}

.table-topbar {
    background-color: #ce162b;
    color: #fff;
}

.btn-link-white {
    color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #fff;
    color: #495057;
}

.table > :not(:first-child) {
    border-top: none;
    /* border-bottom: 1px solid #4a7baa40; */
}

.table td .btn:hover {

    color: #fff !important;
}

.table thead tr th:last-child {
    color: #fff !important;
}

.table thead tr th {
    color: #fff !important;
}

.command-bar .btn:hover {
    background-color: #ce162b;
    color: #ffffff !important;
}

.command-bar .btn {
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 0.125rem;
    border-color: #212121;
    box-sizing: border-box;
    color: #212121;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 0.575rem 1.125rem;
}

.nav .nav-item {
    padding: 0 0 10px 0 !important;
}

.nav-tabs-alt .nav-tabs .nav-item .nav-link.active {
    border-bottom-color: #ce162b !important;
    font-weight: 600;
}

.marker-results > ul {
    padding: 20px 0;
}

.marker-results > ul li {
    background: #ce162b;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
}

.bottom-left {
    color: #000;
}


.chat_window .form-control {
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    font-size: 8px;
}

.chat_window .form-control:focus {
    box-shadow: none;
}

.chat_window .form-control::placeholder {
    font-size: 8px;
    color: #C4C4C4;
}

.chat_window .chat {
    border: none;
    background: #E2FFE8;
    font-size: 15px;
    border-radius: 20px;
}

.chat_window .bg-white {
    border: 1px solid #E7E7E9;
    font-size: 15px;
    border-radius: 20px;
}

.order-expired {
    background-color: #dc3545;
    color: #fff !important;
    display: inline;
    width: auto;
    border-radius: 0.35rem;
    font-size: .875rem;
    padding: 0.25rem 0.5rem;
}

.chat_window span.datetime {
    display: block;
    font-size: 10px;
    width: 100%;
    text-align: right;
}

.cookieConsentContainer {
    width: 363px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #ffffff;
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    right: 30px;
    display: none;
    border-radius: 0.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.cookieConsentContainer .cookieTitle a {
    /*font-family: OpenSans, arial, "sans-serif";*/
    color: #000000;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    padding: 0;
    /*font-family: OpenSans, arial, "sans-serif";*/
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin: 10px 0 0;
}

.cookieConsentContainer .cookieDesc a {
    /*font-family: OpenSans, arial, "sans-serif";*/
    color: #FFFFFF;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    /*font-family: OpenSans, arial, "sans-serif";*/
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 14px 14px 0 0;
    background: #ce162b;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 0.25rem;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #ab1324;
    color: #ffffff
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }

}

@media (max-width: 575px) {
    .title-padding {
        padding-left: 20%;
        white-space: nowrap;
    }

}

@media (min-width: 575px) {
    .title-padding {
        padding-left: 40%;
    }
}

.close-btn {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item {
    text-align: left;
}

.nav-tabs {
    border-bottom: 0px;
}


div.toast.show p b {
    visibility: hidden;
    font-size: 0px;
}

div.toast.show p b:after {
    font-size: 12px;
    content: "Klaida";
    visibility: visible;

}

.turbo-progress-bar {
    width: 100% !important;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    background: url("/assets/images/loader.gif") center center no-repeat;
    background-size: 150px 150px;
    z-index: 9999;
}


