*:focus {
    background-color: rgba(221, 72, 20, .2);
    outline: none;
}
html, body {
    color: rgba(33, 37, 41, 1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: auto;
}
header {
    background-color: rgba(247, 248, 249, 1);
    padding:0;
}
.menu {
    padding: 0rem 2rem;
}
header ul {
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
}
header li {
    display: inline-block;
}
header li a {
    border-radius: 5px;
    color: rgba(0, 0, 0, .5);
    display: block;
    height: 44px;
    text-decoration: none;
}
header li.menu-item a {
    border-radius: 5px;
    margin: 0px 0;
    height: 30px;
    line-height: 15px;
    padding: .4rem .65rem;
    text-align: center;
}
header li.menu-item a:hover,
header li.menu-item a:focus {
    background-color: rgba(221, 72, 20, .2);
    color: rgba(221, 72, 20, 1);
}
header .logo {
    float: left;
    height: 44px;
    padding: .4rem .5rem;
}
header .menu-toggle {
    display: none;
    float: right;
    font-size: 2rem;
    font-weight: bold;
}
header .menu-toggle button {
    background-color: rgba(221, 72, 20, .6);
    border: none;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    height: 36px;
    padding: 0;
    margin: 11px 0;
    overflow: visible;
    width: 40px;
}
header .menu-toggle button:hover,
header .menu-toggle button:focus {
    background-color: rgba(221, 72, 20, .8);
    color: rgba(255, 255, 255, .8);
}
header .heroe {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 1.75rem 1.75rem 1.75rem;
}
header .heroe h1 {
    font-size: 2.5rem;
    font-weight: 500;
}
header .heroe h2 {
    font-size: 1.5rem;
    font-weight: 300;
}
section {
    margin: 0 auto;
    max-width: 1100px;
    padding: 2.5rem 1.75rem 3.5rem 1.75rem;
}
section h1 {
    margin-bottom: 2.5rem;
}
section h2 {
    font-size: 120%;
    line-height: 2.5rem;
    padding-top: 1.5rem;
}
section pre {
    background-color: rgba(247, 248, 249, 1);
    border: 1px solid rgba(242, 242, 242, 1);
    display: block;
    font-size: .9rem;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    white-space: pre-wrap;
    word-break: break-all;
}
section code {
    display: block;
}
section a {
    color: rgba(221, 72, 20, 1);
}
section svg {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 25px;
}
.further {
    background-color: rgba(247, 248, 249, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    border-top: 1px solid rgba(242, 242, 242, 1);
}
.further h2:first-of-type {
    padding-top: 0;
}
.svg-stroke {
    fill: none;
    stroke: #000;
    stroke-width: 32px;
}
footer {
    background-color: rgba(221, 72, 20, .8);
    text-align: center;
}
footer .copyrights {
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: 5px !important;
    height: 28px;
    font-size: 12px;
}
@media (max-width: 629px) {
    header ul {
        padding: 0;
    }
    header .menu-toggle {
        padding: 0 1rem;
    }
    header .menu-item {
        background-color: rgba(244, 245, 246, 1);
        border-top: 1px solid rgba(242, 242, 242, 1);
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    header .menu-toggle {
        display: block;
    }
    header .hidden {
        display: none;
    }
    header li.menu-item a {
        background-color: rgba(221, 72, 20, .1);
    }
    header li.menu-item a:hover,
    header li.menu-item a:focus {
        background-color: rgba(221, 72, 20, .7);
        color: rgba(255, 255, 255, .8);
    }
}
/* new css */
.top-header .navbar {
    background: #691A6E;
}

.navbar {
    --bs-navbar-padding-y: 0 !important;
}
.menu-item .nav-link{
    font-size: 14px;
    color: #fff;
}
header.top-header .navbar {
    height: 31px;
    box-shadow: 0px 0px 2px 0px #000000;
}
header.top-header .navbar .d-flex {
    height: 25px;
}
.top-header ul{
    border-bottom: none;
}
.ft-10{
    font-size: 10px;
}
.ft-12{
    font-size: 12px;
}
.top-header .btn{    
    padding: 0 5px;
}
/* Middle Part */
.middle-part{
    background: #431046;
    margin: 0;
}
.middle-part .left-calender {
    margin: 2px 0px 5px;
    float: left;
}
.middle-part .right-calender {
    margin: 5px 0px;
    float: right;
}
.middle-part .box {
    background: #691A6E;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
}

/* Reservation Calender Css*/
.rs-calender{
    /*margin-top: 10px;*/
    padding: 0px;
}
.rs-calender .table thead th {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}
.rs-calender .table td {
    font-size: 10px;
    text-align: center;
    padding: 1px;
}
th.friday {
    background: #691A6E;
    color: #fff;
}
th.saturday {
    background: #691A6E;
    color: #fff;
}
td .friday {
    background: #6df079de;
    color: #000000;
	border: none;
}
td .saturday {
	background: #6df079de;
    color: #000000;
	border: none;
}
.rs-calender .typeColor{
    background: #03FE9F;
}
.rs-calender .roomColor{
    background: #008000;
    color: #fff;
}
.rs-calender .table .rates {
    color: gray;
}
.currentDate {
    background: #e7b3ea !important;
    color: #000000 !important;
}
.booking-search {
    background: #e7b3ea !important;
}
.arr-space-right {
    margin-right: -3px;
}
.arr-space-left {
    margin-left: -3px;
}


/* Dashboard Css */
.dashboard{
    margin-top: 10px;
}
.dashboard table thead th {
    font-size: 11px;
    font-weight: 500;
}
.dashboard table td {
    font-size: 10px;
    text-align: center;
    padding: 2px;
}
.add-booking-page header {
    display: none;
}
.add-booking-page footer {
    display: none;
}
.save-data {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 15%;
}