table.graytable {
    background-color: #e1e1e1;
    color: #000000;
    font-weight: bold;
}
table.graytable tr td:first-child{
	text-transform: capitalize;
}
.holiday-popup-cnt, .holiday-popup-cnt p{
	color: #000000 !important;
}
.oh_layout3 table tbody>tr:nth-child(odd)>td,
.oh_layout3 table tbody>tr:nth-child(odd)>th, 
.oh_layout3 table tbody>tr:nth-child(even)>td,
.oh_layout3 table tbody>tr:nth-child(even)>th{
	color: #000000;
	background-color: #ffffff;
}
.oh_layout4 table tbody>tr:nth-child(odd)>td,
.oh_layout4 table tbody>tr:nth-child(odd)>th{
	color: #000000;
	background-color: #ffffff;
} 
.oh_layout4 table tbody>tr:nth-child(even)>td,
.oh_layout4 table tbody>tr:nth-child(even)>th{
	color: #000000;
	background-color: #ECF2F9;
}

/*=========== Popup Css ===============*/
#holidaypopupmodal .modal-dialog {
    max-width: 750px;
    height: 90%;
    align-items: center;
    display: flex;
}
#holidaypopupmodal  .modal-content{
	border-radius: 0;
	border: 0;
}
#holidaypopupmodal .modal-dialog #modalclose {
    border: 0;
    padding: 0;
    font-size: 60px;
    line-height: 36px;
    font-weight: 300;
    background: transparent !important;
    color: #9a621e;
    margin-top: -40px;
}
#holidaypopupmodal .modal-dialog #modalclose:hover {
    transform: rotate(90deg);
}
#holidaypopupmodal .modal-dialog .modal-header h5 {
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    color: #9a621e;
    line-height: 40px;
}
#holidaypopupmodal .modal-dialog .modal-body p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
#holidaypopupmodal .modal-dialog .popuptable {
    margin-top: 15px;
}
#holidaypopupmodal .modal-dialog .popuptable table {
    margin: 0;
    border: 1px solid #f1f1f1;
	border-right: 0;
}
#holidaypopupmodal .modal-dialog .modal-header {
    padding-bottom: 5px;
    border: 0;
    padding-top: 30px;
}
#holidaypopupmodal .modal-body {
    padding-top: 0;
}
#holidaypopupmodal .modal-dialog .modal-body p:last-child {
    margin-top: 20px;
}
#holidaypopupmodal .modal-dialog .popuptable td {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border-right: 1px solid #f1f1f1;
}
/*=========== Table CSS================*/
.openinghourstable table {
    margin: 0;
}
.bg-remove .elementor-widget-container {
    background-color: transparent !important;
}
/*=================================================================
							layout 1
=================================================================*/

.oh_layout1 tr td {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 45px;
    border: 0;
    color: #333;
    border-top: 1px solid #dee2e6;
    background-color: transparent !important;
    vertical-align: middle;
}
.oh_layout1 tbody{
    border-top: 1px solid #dee2e6;
}
.oh_layout1 tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}
.oh_layout1 tbody tr:nth-of-type(even) {
    background-color: rgb(255 255 255 / 60%);
}
table.oh_layout1 {
    background-color: #e1e1e1;
    padding: 20px !important;
    border: 3px solid rgb(247, 247, 249);
}
.oh_layout1 tbody tr:hover {
    background-color: #dcdcdc91;
}

/*===== Dark theme =====*/
.oh_layout1.dark   tr td{
    color: #fff;
    border-top: 1px solid #4f5052;
}
.oh_layout1.dark {
    border: 3px solid #333;
}
.oh_layout1.dark tbody tr:nth-of-type(even) {
    background-color: #000 !important;
}
.oh_layout1.dark tbody tr:nth-of-type(odd) {
    background-color: #333;
}
/*=================================================================
							layout 2
=================================================================*/

.oh_layout2 {
    color: rgb(0 0 0);
    background-color: #f2f2f2;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.oh_layout2 .oh_title_wrap_l2:first-child {
    margin-top: 0;
}
.oh_layout2 .oh_title_wrap_l2 {
    margin-top: 20px;
}
.oh_layout2 .oh_title_wrap_l2 .oh_title_l2 {
    font-weight: 600;
    padding: 18px 30px 18px 50px;
    border: 2px solid #333;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 0;
    position: relative;
}
.oh_layout2 .oh_title_wrap_l2 .oh_date_l2 span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}
.oh_layout2 .oh_title_wrap_l2 .oh_date_l2 {
    padding: 15px 30px 15px 50px;
    border: 2px solid;
    border-color: #333;
}
.oh_layout2.dark {
    background-color: #000;
}
.oh_layout2.dark .oh_title_wrap_l2 .oh_date_l2, .oh_layout2.dark .oh_title_wrap_l2 .oh_title_l2 {
    border: 2px solid rgb(50, 56, 62);
    color: #fff;
}
.oh_layout2 .oh_title_wrap_l2:first-child .oh_title_l2:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.oh_layout2 .oh_title_wrap_l2:first-child .oh_title_l2:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 17px;
    top: 20px;
}

/*=================================================================
							layout 3
=================================================================*/

.oh_layout3 tr td {
    font-size: 18px;
    padding-left: 40px;
    line-height: 25px;
    background-color: transparent !important;
    color: #333 !important;
    border: 1px solid #e6e4e4;
}
.oh_layout3 tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.01);
}
.oh_layout3 tbody tr:hover {
    background: #dddddd80;
}
.oh_layout3 tbody tr {
    transition: all 0.5s ease;
}
.oh_layout3 tr td:first-child {
    font-weight: 700;
}

/*===== Dark theme =====*/
.oh_layout3.dark  tr td{
    color: #fff !important;
}
.oh_layout3.dark  tbody tr {
    background: #000;
}
.oh_layout3.dark tbody tr:nth-of-type(even) {
    background-color: #000000eb;
}

/*=================================================================
							Layout4
=================================================================*/

.oh_layout4 {
    background: #fff;
    padding: 1px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    overflow: hidden;
}
.oh_layout4 table td{
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #fff;
}
.oh_layout4 table td {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    vertical-align: middle;
}
.oh_layout4 table tbody > tr > td {
    padding-left: 35px !important;
    background-color: #f4f4f4 !important;
}
.oh_layout4 table tbody>tr:nth-child(odd)>td{
    background-color: #fff !important;
}
.oh_layout4 table tbody>tr:nth-child(odd):hover td {
    background: #f9fafb;
}
.oh_layout4 table tr td:last-child {
    text-align: center;
    padding-left: 15px !important;
}

/*===== Dark theme =====*/
.oh_layout4.dark table tbody>tr>td{
    color: #ffffff;
}
.oh_layout4.dark table tbody>tr:nth-child(even)>td {
    background-color: #333 !important;
}
.oh_layout4.dark table tbody>tr:nth-child(odd)>td {
    background-color: #000000 !important;
}
