﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
a:focus, a:hover {
    color: #41b983d9 !important;
    text-decoration: unset !important;
}
.is-invalid {
    border: 1px solid #e62965;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.validate-select2 {
    border-radius: 4px;
}
.validate-select2 .select2-container--default .select2-selection--single {
    border: 0;
}
h3#menuHead {
    color: #283252eb;
    font-weight: 600;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.text-white{
    color: white;
}
.booking-bar-wrapper {
    position: relative;
    border-radius: 5px;
    background: #41b983;
    border-color: #41b983;
    padding: 30px;
    color: #fff;
    font-family: roboto,sans-serif;
    -webkit-box-shadow: 0 14px 26px -12px rgb(103 28 201 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(103 28 201 / 20%);
    box-shadow: 0 14px 26px -12px rgb(103 28 201 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(103 28 201 / 20%);
}

.booking-bar {
    display: flex;
    align-items: center;
}

.text-end {
    text-align: end;
}

/*.datatable-toolbar {
    display: none;
}
.dataTables_length {
    padding: 10px;
    
}
.dataTables_length label {
    font-family: 'Montserrat';
    color: #283252 !important;
}
.dataTables_filter label {
    font-family: 'Montserrat';
    color: #283252 !important;
}
.dataTables_filter {
    padding: 10px;
}
.dataTables_info {
    padding: 10px;
    font-family: 'Montserrat';
    color: #283252 !important;
}
.dataTables_paginate {
    padding: 10px;
    font-family: 'Montserrat';
}
.dataTables_paginate a {
    color: #283252 !important;
}
a.paginate_button.current {
    background-color: #41b983 !important;
    border: unset !important;
    color: white !important;
    border-radius: 50% !important;
}*/
/*.toast.toast-success {
    background-color: #51a351d1 !important;

}
.toast.toast-error {
    background-color: #bd362fd4 !important;
}
toast.toast-info {
    background-color: #2f96b4 !important;
}
toast.toast-warning {
    background-color: #f89406c9 !important;
}
.toast-message {
    color: white !important;
}*/
.dt-button-collection .dropdown-content a {
    background: transparent !important;
    color: black !important;
    font-family: 'Montserrat' !important;
}
div#products-datatable_filter {
    text-align: left !important;
}
.table-wrapper {
    padding: 12px;
}
div#products-datatable_info {
    font-family: 'Montserrat';
}
body.is-dark div#products-datatable_filter label {
    color: #aaaab3;
}
body.is-dark h3#menuHead {
    color: #aaaab3;
}
body.is-dark .modal-content {
    background: #323236;
} {
    color: #aaaab3;
}
body.is-dark div#products-datatable_info {
    color: #aaaab3;
}
div#products-datatable_filter label {
    font-weight: 600;
    font-family: 'Montserrat';
    color: black;
}
.booking-bar-inputs {
    display: flex !important;
    justify-content: space-between;
    align-items: end;
}
#Id{
    display: none;
}
.d-block{
    display: block !important;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default {
    color: black;
}
.border-red {
    border: 1px solid #ff0000;
}
.color-red {
    stroke: #ff0000;
}
.fixed-btn {
    position: fixed;
    bottom: 17px;
    right: 30px;
    z-index: 9999999;
    padding: 0;
    border-radius: 72%;
    width: 75px !important;
    height: 75px !important;
}
#products-datatable{
    width: 100% !important;
}
/*@media screen and (min-width: 1500px) {
    .list-view.list-view-v1 .list-view-item {
        width: 100% !important;
    }
}*/
@media screen and (max-width: 500px){
    .view-wrapper.is-pushed-full {
        margin-left: 0 !important;
        width: 100% !IMPORTANT;
    }
    .chat-side {
        display: none;
    }
}