@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

body {
    background: #f5f5f5;
    color: #2d2d2d;
    font-family: "Mukta", sans-serif;
}

p {
    font-size: 1.2em;
}

footer.footer {
    background: transparent !important;
}

table {
    display: inline-table;
    width: 100%;
    background: #191c24;
    border-color: transparent;
}

table td,
th {
    border-top: solid 1px #ccc;
    padding: 10px;
    color: #fff;
}

form {
    display: block;
    width: 100%;
}

form label {
    margin-top: 15px;
}

form input {
    display: block;
    width: 100%;
    border-radius: 5px !important;
    color: #000 !important;
}

form input:focus {
    color: white !important;
    background-color: #2d2d2d;
}

select.form-control:focus {
    color: white;
}

select.form-control {
    border-radius: 5px;
}

form textarea,
form select {
    display: block;
    width: 100%;
    border-radius: 5px;
    color: #000;
}

/*form input[type='submit']{background:green; padding:10px 20px; border-radius:5px; width:200px; margin:10px auto;}*/
form input[type='file'] {
    color: white;
}

.categoryMeta {
    font-size: 12px;
}

.main-panel .content-wrapper {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
}

.content-wrapper h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: #b32224;
    display: block;
    width: 100%;
    border-bottom: 2px solid #fff;
}

#sidebar {
    border-right: solid 1px #cdcdcd;
}

#sidebar .nav {
    padding-top: 20px !important;
}

.row {
    margin: 10px 0;
}

.dataTables_wrapper {
    /*margin-top:20px;*/
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

a.btn {
    margin: 10px;
    padding: 0 30px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.btn {
    margin: 10px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}

td a.btn,
td .btn {
    padding: 0 30px !important;
    max-width: 220px;
    display: inline-block;
    height: 32px !important;
    line-height: 32px !important;
}

td form {
    display: inline-block;
    max-width: 100px;
}

td form select {
    display: inline-block;
    color: white !important;
    height: 32px !important;
    position: relative;
    top: 13px;
}

.available::before,
.booked::before,
.onhold::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    content: '';
}

.available::before {
    background: green;
}

.booked::before {
    background: red;
}

.onhold::before {
    background: yellow;
}

.datepicker-days {
    padding: 30px;
    cursor: pointer;
}

.datepicker-days tr td.today.day {
    background: #f5f5f5;
    color: #2a2a2a;
    font-weight: bold !important;
}

.datepicker-days tr td.today.day:hover {
    background: #b32224;
}

.datepicker-days tr td.disabled.day {
    color: #2a2a2a;
}

.datepicker-days tr td.disabled.day:hover {
    cursor: default;
    background: white;
    color: #ccc;
}

.datepicker-days tr td.day:hover {
    background: white;
    color: black;
}

.input-group.date input:focus {
    color: white !important;
}

.input-group.date input:acive {
    color: #2d2d2d !important;
}

input#date {
    color: #2d2d2d;
}

#menuTable_wrapper {
    max-width: 100%;
    overflow: scroll;
}

#menuTable_wrapper td:last-child {
    white-space: nowrap;
}

p.error {
    color: red;
}

.dataTables_wrapper .dataTables_length select {
    color: #fff;
    background: #2d2d2d;
}

.callnumber {
    color: #b32224;
    font-size: 18px;
}

.formimg img {
    width: 100%;
    border: 8px solid white;
    background: white;
    background-size: contain;
    min-height: 200px;
    border-radius: 5px;
}

img {
    background: white;
}

.flashmsg {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 410px;
    z-index: 999;
    background: #b32224;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    border: solid 4px #ffffff70;
}

.flashmsg p {
    color: white;
}

.flashmsg p::before {
    content: '✓';
    width: 40px;
    height: 40px;
    background: transparent;
    float: left;
    margin-right: 18px;
    border-radius: 50%;
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding-top: 5px;
    border: 3px solid white;
    margin-bottom: 19px;
    margin-top: 17px;
}

option.onhold {
    color: orange;
}

option.booked {
    color: red;
}

option.available {
    color: green;
}

option.available:hover {
    cursor: pointer;
}

tr.strikeout td {
    text-decoration: line-through;
}

ul.filterlist {
    list-style: none;
    border-bottom: 3px solid #191c24;
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.filterlist li {
    display: inline-block;
}

ul.filterlist li a {
    display: block;
    background: #505050;
    padding: 6px 20px;
    border-radius: 5px 5px 0 0;
    margin: 0 10px 0 0;
    color: #b32224;
}

ul.filterlist li a {
    color: white;
}

ul.filterlist li a:hover {
    background: #b32224;
}

ul.filterlist li a.active {
    background: #b32224;
}

.dashbtns a {
    padding: 40px 20px;
    background: #2d2d2d;
    width: 100%;
    display: block;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

.dashbtns div:first-child a {
    background: #0587dd;
}

.dashbtns div:nth-child(2) a {
    background: teal;
}

.dashbtns div:nth-child(3) a {
    background: #ffab00;
}

.dashbtns div:nth-child(4) a {
    background: #8f5fe8;
}

.dashbtns a:hover {
    background: #b32224 !important;
    color: black;
}

.collapse ul.nav li {
    font-size: 14px;
}

.collapse ul.nav {
    padding-top: 10px !important;
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}

.collapse ul.nav li a:before {
    content: ' - ';
}

.backbtn {
    color: #b32224;
    margin-left: 0;
    padding-left: 0px !important;
}

.backbtn i {
    margin-right: 10px;
}

.backbtn:hover {
    color: #00abff;
}

.show {
    visibility: visible !important;
}

.dashbtns a i {
    font-size: 2em;
    margin-bottom: 10px;
}

#sidebar>.nav {
    position: fixed;
}

button.multiselect.dropdown-toggle {
    background: white;
    color: #2d2d2d;
    text-align: left;
    width: 100%;
}

.multiselect-container {
    top: 50px;
    border-radius: 8px;
}

.multiselect-container>li {
    padding: 3px 10px !important;
}

.multiselect-container>li>a>label {
    padding-left: 10px !important;
    font-size: 14px !important;
}

button.multiselect {
    width: 450px;
    max-width: 100%;
}

ul.multiselect-container.dropdown-menu {
    max-height: 300px;
    overflow: scroll;
    width: 100%;
}

.datepicker {
    z-index: 9999;
}

input[type="checkbox"]:checked {
    color: black !important;
}

.personalInfo {
    color: #7f7f7f;
}

.personalInfo b {
    font-size: 1.2em;
    display: block;
    color: #b32224;
    font-weight: normal;
}

.dateAndTime>div {
    font-size: 1.2em;
    font-weight: bold;
}

.dateAndTime b {
    color: #b32224;
}

.statusInfo {
    font-size: 1em;
    margin: 10px 0;
    display: block;
}

.formelements form {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
}

.formelements form button {
    display: block;
    width: 100%;
}

.paxandprice {
    margin: 15px 0;
}

.paxandprice b {
    color: #b32224;
}

.foodlist h3 {
    font-weight: bold;
    border-top: 1px dashed #ccc;
    font-size: 1.2em;
    padding-top: 10px;
    margin: 10px 0;
}

.foodlist ol {}

.foodlist ol li {
    list-style: decimal !important;
    display: inline list-item;
    margin-right: 10px;
    background: #2c2c2c;
    padding: 4px 10px;
    border-radius: 5px;
}

.input-group-addon {
    position: absolute;
    color: black;
    z-index: 99;
    right: 10px;
    top: 7px;
}

.po-items {
    padding: 7px 15px;
    margin: 10px;
    border-radius: 8px;
    background: #2c2c2c;
    display: inline flow-root list-item;
}

input[type="file"] {
    background: white;
}

.supportlist ul {
    list-style: inherit;
}

.sidebar {
    background: white;
}

.sidebar .nav .nav-item.active>.nav-link {
    background: #b32224;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-category):not(.account-dropdown)>.nav-link {
    transition: ease-out 0s;
    color: white;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-category):not(.account-dropdown)>.nav-link:hover {
    background: #b32224;
    color: white;
    transition: ease-in 0s;
}

.sidebar .nav-item.menu-items.hover-open>div>ul li a {
    color: #fcfcfc !important;
}

.sidebar .nav .nav-item .nav-link {
    transition-property: none;
}

.sidebar .nav .nav-item.profile .profile-desc .profile-name h5,
.sidebar .nav .nav-item.profile .profile-desc .profile-name .h5 {
    color: #6a6a6a;
}

.mdi-menu::before {
    content: "\F35C";
    color: #b32224;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.blognav {
    background: #403f3f;
    padding: 5px 10px;
    margin: 10px 0;
    color: #000;
    border-radius: 5px;
}

.blognav li {
    display: inline-block;
}

.blognav li a {
    color: #b32224;
    margin: 0 10px;
}

.copy-content {
    display: inline-block;
    background: #2c2c2c;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
}

.icon:hover {
    cursor: pointer;
    background: #fff;
}

.icon {
    display: inline-block;
    background: #2c2c2c;
    padding: 3px 8px;
    border-radius: 4px;
    position: relative;
    top: 2px;
}

.navbar {
    background: #fff !important;
}

.navbar-menu-wrapper {
    box-shadow: 1px 2px 4px #ccc !important;
}

.sidebar .nav .nav-item .menu-icon {
    background: #ccc !important;
}

.dropdown-menu {
    background: #b32224;
}

.mdi {
    color: #2d2d2d;
}

.sidebar .nav .nav-item .menu-icon {
    border-radius: 28%;
    background: #f5f5f5 !important;
}

.main-panel {
    padding-top: 30px;
}

.content-wrapper {
    margin-bottom: 0px !important;
}

.datatables thead tr {
    background: #b32224;
}

.datatables tbody tr:nth-child(odd) {
    background: #2d2d2d;
}

.datatables tbody tr:nth-child(even) {
    background: #5b5b5b;
}

.dataTables_length label {
    float: left;
    width: 200px;
}

.dataTables_length label select {
    float: right;
    margin-bottom: 5px;
}

.logoutBtn span {
    display: inline;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-bottom: 8px;
    color: #2a2a2a;
}

.logoutBtn:hover span {
    color: #b32224;
}

/*custom styles by Pratik
    156c2f - green
    b32224 - red  
*/
h2 {
    font-size: 2em !important;
    font-weight: bold !important;
}

span.addNew a {
    float: right;
    width: auto;
    height: 36px;
    background: #156c2f;
    color: white !important;
    font-size: 18px !important;
    line-height: 32px;
    border-radius: 8px;
    padding: 0px 20px;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.9;
}

.addNew a i {
    color: white;
    font-weight: bold;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

span.addNew a:hover {
    opacity: 1;
    box-shadow: 0 0px 7px #ccc;
}

span.goBack a {
    float: right;
    width: auto;
    height: 36px;
    color: #2c2c2c !important;
    font-size: 18px !important;
    line-height: 32px;
    padding: 0px 20px;
    text-decoration: none;
    font-weight: bold;
}

span.goBack a i {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

span.goBack a:hover {
    text-decoration: underline;
}

.redborder {
    border: 1px solid #b32224;
}

.errormsg {
    font-size: 14px;
    font-style: italic;
    color: #b32224;
}

label {
    font-weight: bold;
    color: #2d2d2d;
}

.actionBtns {
    text-align: right;
}

.actionBtn {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 8px;
    padding: 5px 20px;
    background: #b32224;
}

.actionBtns>a:nth-child(2) {
    background: orange;
}

.actionBtns>a:nth-child(3) {
    background: #156c2f;
}

.actionBtns>a:nth-child(4) {
    background: #0587dd;
}

.actionBtns>a:nth-child(5) {
    background: teal;
}

.actionBtns>a:nth-child(6) {
    background: violet;
}

.actionBtns>a:hover {
    background: #2d2d2d;
    color: white;
}

.tableActionBtn {
    color: #42a760;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    padding: 5px 20px;
}

.tableActionBtn:hover {
    color: #00abff;
    text-decoration: underline;
}

.deptlist {
    list-style: none;
    float: right;
}

.deptlist li {
    display: inline-block;
}

.deptlist li a {
    margin: 0 10px;
    background: #ccc;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 8px;
    color: #2d2d2d;
    font-weight: bold;
}

.deptlist li a:hover {
    background: #b32224;
    color: white;
}

#backtoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    background: #403f3f;
    right: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    color: white;
}

#backtoTop i {
    color: white;
}

#backtoTop:hover {
    background: #b32224;
}

button.actionBtn:hover {
    background: #2d2d2d;
}

.actionBtn.inrow:hover {
    background: #b32224 !important;
}

form input.form-check-input {
    border-radius: 2em !important;
}

.form-check .form-check-input {
    margin-left: 0;
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: #b32224;
    border-color: #7b090b;
}

.blacklisted td {
    color: #b32224;
    background: #f5f5f5;
}

.gen {
    display: block;
    min-width: 300px;
}

/*------dashboard card designs-----*/
.card {
    background: white;
}

.card .card-title {
    color: #2d2d2d;
}

/* Chrome, Safari, Edge, Opera */
form.nostepper input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
form.nostepper input[type=number] {
    -moz-appearance: textfield;
}

/*------stepper stylings------*/
.stepwizard-step p {
    margin-top: 0px;
    color: #2d2d2d;
    font-weight: bold;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard-step a {
    color: #666;
    font-weight: bold;
    background: #ccc;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    padding: 0 !important;
}

.stepwizard-step a.btn-success {
    font-weight: bold;
    border: 2px solid #b32224;
    color: #fff !important;
    background: #b32224;
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #666;
}

.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #b32224;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.panel-title {
    color: #b32224;
}

.panel-body button {
    text-align: center;
    display: block;
    margin: 10px auto;
}

table.evaluation tbody td {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #2d2d2d;
    padding: 5px 0;
}

table.evaluation tbody td:first-child {
    text-align: center;
}

table.evaluation tbody input:focus {
    border: 1px solid;
}

output {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    padding: 0;
}

.tabpills {
    border-bottom: solid 2px #42a760;
}

.tabpills li button,
.tabpills li a {
    background-color: #42a760 !important;
    border-color: #fff !important;
    border-bottom-color: #42a760 !important;
    border-radius: 8px 8px 0 0 !important;
    margin-right: 5px;
}

.tabpills li .active {
    background-color: red !important;
}

.tabpills li .nav-link:hover {
    background-color: rgb(32, 86, 178) !important;
}

.dataTables_filter {
    margin-bottom: 5px;
}

.minw300 {
    min-width: 300px;
}

.resultsrow {
    background: #ceffdd;
    padding-top: 20px;
    border-radius: 10px;
}
h1.text-primary,
h4,
h2,
h3,
h1,
h5,
h6 {
    font-family: 'Mukta', sans-serif !important;
}

.whiteTable {
    background: #fff !important;
}

.whiteTable thead {
    background: #d2d1d1 !important;
}

.whiteTable tbody {
    background: #f5f5f5;
}

.whiteTable tr th,
.whiteTable tr td {
    color: black !important;
    border: 1px solid #000;
}
.tar {
    text-align: right !important;
}