@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Orienta&display=swap');

:root {
    --border-radius-mian: 15px;
    --mian-color-1: #024138;
    --dark-green: #024138;
    --light-green: #11B981;
    --light-green: #11B981;
    --light-black: #9499A1;
    --mian-color-2: rgb(98, 89, 206);
    --bg-main-color-1: rgb(255, 255, 255);
    --mian-font: "Open Sans", sans-serif;
    ;
    --mian-border: 1px solid rgb(244, 238, 238);
}

body {
    font-family: "Montserrat", sans-serif;
}

.sport_top_row {

    width: 100%;
    padding: 15px 8px;
    background: var(--bg-main-color-1);
    border-radius: var(--border-radius-mian);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_sports {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

.module_per {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-size: 22px;
}

.check-boxes>div> {
    font-family: "Open Sans", sans-serif !important;
}

.add_sports {
    text-decoration: none;
    background: var(--mian-color-2);
    color: white !important;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 15px;
}

.add_sports:hover {
    background: rgb(59, 46, 199);
    transition: .3s ease-in-out;
}



.all-sports-table {
    border-collapse: separate;
    border-spacing: 0 20px;
    /* width: 90% !important; */
    font-family: "Open Sans", sans-serif !important;
}

.all-sports-table th {
    text-align: center;
    color: #9499A1;
  
}
.all-sports-table th tr {
    background: none !important;
  
}

.all-sports-table tr {
    background: var(--bg-main-color-1);


}

.all-sports-table td {
    text-align: center;
}

.all-sports-table tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: left;
    padding-left: 80px;

}

.all-sports-table tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.all-sports-table tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: left;
    padding-left: 80px;
}

.all-sports-table tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}


.menu_action {
    position: relative;
    cursor: pointer;
}

.alls_menu_dropdown {
    position: absolute;
    right: 6rem;
    background: var(--bg-main-color-1);
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 1000;
}

.alls_menu_dropdown p {
    cursor: pointer;
    display: flex;
    align-items: center;
    /* padding: 3px 20px 6px 3px; */
}

.alls_menu_dropdown p i {
    font-size: 15px;
    /* margin-right: 4px; */
}

.alls_menu_dropdown p:hover {
    background: var(--mian-color-2);
    color: white;
    transition: .2s ease-in-out;

}

.btn-outline-success {
    border-radius: 12px !important;
    padding: 3px 20px !important;
    font-size: 13px !important;
}

.btn-outline-success:hover {
    background: none !important;
    color: green !important;

}

.btn-outline-danger {
    border-radius: 12px !important;
    padding: 3px 20px !important;
    font-size: 13px !important;
}

.btn-outline-danger:hover {
    background: none !important;
    color: red !important;

}



/* for listing courts adding design  */
.courts_type_row {
    width: 100%;
    margin-top: 2rem;
}

.listing_form {
    display: flex;
    width: 80%;
    justify-content: space-between;
}

.form_row_one {
    display: flex;
    align-items: center;
    width: 65%;


}

.input_div {
    width: 60%;
    margin-left: 20px;

}

.input_div>input:focus {
    outline: none;
    border: none;
}

.form_row_two {
    display: flex;
    align-items: center;
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    margin-left: 20px;

}

.button_row {

    margin-top: 6rem;
    display: flex;
    width: 80%;
    justify-content: center;
}

.button_row>button {
    margin-left: 1rem;
}

.save_settings {
    background: #024138;
    color: white;
    border: none;
    padding: 9px 30px;
    border-radius: 3px;
    margin-right: 15px;

}

.save_settings:hover {
    background: #046252;
    transition: .3s ease-in-out;
}

.cancel {

    color: black;
    border: 1px solid black;
    padding: 8px 40px;
    border-radius: 3px;

}

.cancel:hover {
    background: #024138;
    color: white;
    transition: .2s ease-in-out;
}

.chexk-box-label {
    font-size: 18px;
    font-style: var(--mian-font);
}

@media(max-width:800px) {
    .alls_menu_dropdown {
        right: 6rem;
    }
}

@media(max-width:500px) {
    .alls_menu_dropdown {
        right: 4rem;
    }

    .all_sports {

        font-size: 12px;
    }

    .add_sports {
        padding: 6px 10px;
        font-size: 12px;
    }

    .pitch_court {
        display: none;
    }

}


@media(max-width:700px) {
    .listing_form {
        flex-direction: column;
        width: 100%;
    }

    .form_row_one {
        width: 100%;
        justify-content: space-between;
    }



    .form_row_two {
        width: 100%;
        justify-content: space-between;
        padding: 0;
        margin-top: 1rem;
        margin-left: 0;
    }

    .button_row {
        width: 100%;
    }
}



/* this is for all spaces design  */




.all-sapces-table {
    border-collapse: separate;
    border-spacing: 0 20px;
    overflow: scroll;
    font-family: "Open Sans", sans-serif !important;
    /* width: 90% !important; */
}

.all-sapces-table th {
    text-align: center;
    color: #9499A1;
    font-family: "Open Sans", sans-serif !important;
}

.all-sapces-table tr {
    background: var(--bg-main-color-1);


}

.all-sapces-table td {
    text-align: start;
    vertical-align: middle;
}

.all-sapces-table td p {
    line-height: 15px !important;
}

.pitch {
    /* font-weight: bold; */
    color: black;
    font-size: 17px;
}

.pitch_name {
    line-height: 2px;
}

.p_loc {
    color: #5151F9;
}

.provide-by {
    color: #5151F9;

}

.surfce_name {
    color: #28C66F;
}
@media(max-width:600px)
{
    .sport_second_row
    {
        overflow-x: scroll;

    }
    .pitch {
        /* font-weight: bold; */
        color: black;
        font-size: 12px;
    }
    
    .pitch_name {
        line-height: 2px;
    }
    
    .p_loc {
        color: #5151F9;
    }
    .surfce_name
    {
        font-size: 12px;
    }
    .big-img
    {
        width: 80px !important;
        height: 50px;
    }
}


.all-sapces-table tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;


}

.all-sapces-table tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.all-sapces-table tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;

}

.all-sapces-table tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.t_heading {
    background: none !important;
}
.all-sapces-table td 
{
    padding: 1px 5px !important;
}


.b-date-input {
    border: none;
    outline: none;
    padding: 5px 0px;
    border-radius: 8px;
  }
  .select-date,
.select-city {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  border: 8px;
}
.custom-h4 {
    color: black;
    font-size: 25px;
    text-transform: uppercase;
  }
  

  .allspaces_search_bar {
    border: none;
    /* background: var(--bg-main-color-1); */
    border-radius: 10px;
    font-family: "Kantumruy Pro", sans-serif;
    font: normal;
    font-weight: 600;
  }

  
  

#sapces-choice::-webkit-calendar-picker-indicator {
    display: none;
    opacity: 0;
  }
  
  
  #sapces-choice[list]::-webkit-datalist-options {
    max-height: 200px;
    /* Adjust height as per your requirement */
    overflow-y: auto;
    /* Enable vertical scrolling if needed */
  }
  
  #sapces-choice:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  }
  
  #sapces-choice[list]::-webkit-datalist-popup {
    max-height: 200px;
    overflow-y: auto;
  }
  
  .datalist_input {
    outline: none;
    border: none;
    padding: 7px;
    border-radius: 8px;
    background: white;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  }


 /* css for listing categories  */


 .text_purple {
    color: var(--mian-color-2);
}

.btn_purple {
    background: var(--mian-color-2);
}


.btn_darkgreen {
    background: var(--dark-green);
    padding: 13px 12px;
}
.btn_darkgreen:hover
{
    background: #025045;
    transition: .3s ease-in-out;
}
.vscomp-ele {
    max-width: 100% !important;
    width: 100%;
}

.vscomp-toggle-button {
    border: none !important;
    color: #000 !important;

}

.vscomp-option.selected {
    background-color: var(--mian-color-2) !important;
    color: #fff !important;
}
.cancel_btn
{
    padding: 13px 12px;
}
.cancel_btn:hover{
    background: var(--dark-green) !important;
    transition: all .2s ease-in-out;
    color: white;
}

@media(max-width:700px)
{

    .sapces_index
    {
        font-size: 20px;
    }
    .btn_darkgreen{
        padding: 8px;
        font-size: 15px;
    }
}

.space-name
{
    padding-left: 10px;
    padding-right: 48px;
}


.sapce_action
{
    position: relative;
}
.dropdown_action
{
    cursor: pointer;
}
.sapce_dropdown
{
    position: absolute;
    right: .3rem;
    top: 2.2rem;
    background: #FFFFFF;
    z-index: 1000;
    border-radius: 8px;
    padding: 10px 0px;
    display: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.sapce_dropdown a
{
   padding: 3px 20px;
}
.sapce_dropdown a:hover
{
   background: #6259CE ;
   transition: .2s ease-in-out;
   color: white;
 
}



.lisitng_top_right
{
   background:#6259CE;
   padding: 3px 18px;
   border-radius: 4px;
   color: #fff;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   font-size: 12px;
   
}
.lisitng_top_right a
{
  color: #fff;
  font-size: 14px;
}
.lisitng_top_right:hover{
    background: #3c358b;
    cursor: pointer;
  }
  
.listing-table > div.dt-container > div.row:first-child {
    display: none;
}
.listing-table td {
    text-align: start !important;
}
 
div.listing-table>div.dt-container>div.row {
    margin: 0;
    padding-bottom: 20px !important;
 }


.page-item.active .page-link {
    background-color: var(--mian-color-2) !important;
    border-color: var(--mian-color-2) !important;
  }
  .menu_action {
    position: relative;
    cursor: pointer;
}

@media(max-width:800px) {
    .xs_row_small {
    margin-top: 15px;
    }
    
    }
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs5/dt-1.13.1/r-2.4.0
 *
 * Included libraries:
 *   DataTables 1.13.1, Responsive 2.4.0
 */

@charset "UTF-8";
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
/*  padding-right: 26px;*/
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  display: none;
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  display: none;
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.9);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable thead th{
  font-size: 16px;
  font-weight: normal;
}

table.dataTable tbody td{
  font-size: 14px;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
  white-space: nowrap;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}
table.dataTable > tbody > tr.selected a {
  color: #090a0b;
}
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}
table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  padding: 10px;
  font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  padding: 10px;
  font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dt-row {
  position: relative;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
  border-top-width: 1px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-left-width: 1px;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-bottom-width: 1px;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0d6efd;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0d6efd;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

table.dataTable.table-bordered th.dtr-control.dtr-hidden + *,
table.dataTable.table-bordered td.dtr-control.dtr-hidden + * {
  border-left-width: 1px;
}


.login-page {
    line-height: 1.8;
    font-family: 'Oswald', sans-serif; /* Sporty Font */
    color: #333;
    text-transform: uppercase;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    background: url(/assets/loginsmbg-60bd4fea3dd37f924f43c36c2bdbe3dc0e6bb2053273555655fed79e5f90c501.svg) no-repeat center center fixed; /* Background image for the full page */
    background-size: cover;
}

.login-page .main_container {
    display: flex;
    height: 100vh;
}

.login-page .inner_container {
    width: 100%;
    height: 100vh;
    background-image: url(/assets/partner-bg-a82a09fb6524e48c288b83f0a132ca103be687da40f0934d999a280884ecd55f.png); /* Full Background Image for inner_container */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-page .left_side, .login-page .right_side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-page .login-logo {
    margin: 2rem;
    align-self: flex-start;
}

.login-page .left_image img {
    max-height: 80vh; /* Adjust based on your layout */
    width: auto;
    align-self: center;
}

.login-page .right_side {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page .login_form {
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 450px; /* Width as per your original specification */
    background-color: var(--bg-main-color-1, white);
    border-radius: 7px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.login-page .form_heading {
    color: var(--main-color-2, #ff4a4a); /* Vibrant Red */
    font-weight: bold;
    font-size: 24px; /* Larger font for heading */
    margin-bottom: 1rem;
}

.login-page .form {
    width: 100%;
}

.login-page .form-control {
    margin-bottom: 15px; /* Increased bottom margin for form control */
    padding: 0.8rem;
    border: 2px solid var(--main-color-1, black);
    border-radius: 5px;
}

.login-page .login_button {
    width: 100%;
    padding: 10px 15px; /* Padding adjusted for better button appearance */
    background-color: var(--main-color-2, #ff4a4a); /* Vibrant Red */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login-page .form-check-input {
    margin-right: 0.5rem;
}

.login-page .form-check-label {
    vertical-align: middle;
}

.login-page .password-input {
    position: relative;
    display: flex;
    align-items: center;
}

.login-page .password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--main-color-1, black);
}

.login-page .forgot_password {
    text-align: center;
    margin-top: 1rem;
    color: var(--main-color-1, black);
}

.login-page .forgot_password a {
    color: var(--main-color-2, #ff4a4a); /* Vibrant Red */
    text-decoration: none;
}
@import url("https://fonts.googleapis.com/css?family=Nova+Slim&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/fontawesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Nova+Slim&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/fontawesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');


body,
html {
    line-height: 1.8;
    font-family: "Roboto", sans-serif;
    color: #020202;
    text-transform: capitalize;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    background: rgb(250, 250, 250);
}

:root {
    /* Colors: */
    --unnamed-color-fafafa: #fafafa;
    --unnamed-color-63e2f1: #63e2f1;
    --unnamed-color-f3f3f3: #f3f3f3;
    --unnamed-color-ffab00: #ffab00;
    --unnamed-color-c5c5c5: #c5c5c5;
    --unnamed-color-ec5453: #ec5453;
    --unnamed-color-28c66f: #28c66f;
    --unnamed-color-656565: #656565;
    --unnamed-color-6259ce: #6259ce;
    --unnamed-color-ffffff: #ffffff;
    --unnamed-color-1e1e1e: #1e1e1e;
    --light-blue: #AAB7C4;
    --light-white: #8798AB;
    --mian-color-1: #024138;
    --mian-color-2: rgb(98, 89, 206);
    --bg-main-color-1: rgb(255, 255, 255);

    /* Font/text values */
    --unnamed-font-family-open-sans: Open Sans;
    --unnamed-font-family-roboto: Roboto;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600px;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-weight-medium: medium;
    --unnamed-font-weight-bold: bold;
    --unnamed-font-size-14: 14px;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-18: 18px;
    --unnamed-font-size-24: 24px;
    --unnamed-font-size-34: 34px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-14: 14px;
    --unnamed-line-spacing-21: 21px;
    --unnamed-line-spacing-24: 24px;
    --unnamed-line-spacing-33: 33px;
    --unnamed-line-spacing-45: 45px;
    --unnamed-text-transform-titlecase: titlecase;

    /* border radius  */
    --border-radius-mian: 15px;
}

/* Character Styles */
.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-open-sans);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-14);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1e1e1e);
}

.unnamed-character-style-2 {
    font-family: var(--unnamed-font-family-open-sans);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-14);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1e1e1e);
}

.unnamed-character-style-3 {
    font-family: var(--unnamed-font-family-open-sans);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-14);
    line-height: var(--unnamed-line-spacing-14);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-656565);
}

.unnamed-character-style-4 {
    font-family: var(--unnamed-font-family-roboto);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-21);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1e1e1e);
}

.unnamed-character-style-5 {
    font-family: var(--unnamed-font-family-open-sans);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-18);
    line-height: var(--unnamed-line-spacing-24);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-656565);
}

.unnamed-character-style-6 {
    font-family: var(--unnamed-font-family-open-sans);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-33);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1e1e1e);
    text-transform: var(--unnamed-text-transform-titlecase);
}

.unnamed-character-style-7 {
    font-family: var(--unnamed-font-family-roboto);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-34);
    line-height: var(--unnamed-line-spacing-45);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-1e1e1e);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-weight: 400;
    line-height: 1.5em;
}

p {
    font-size: 15px;
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #333;
    font-weight: 400;
}

button:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

button {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0px;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

/*=======================================================
  material-icons  copy & paste form site google material-icons
  ==================================================*/

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"),
        url(https://example.com/MaterialIcons-Regular.woff) format("woff"),
        url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}

/*=======================================================
  material-icons  copy & paste form site google material-icons
  ==================================================*/

.wrapper {
    position: relative;
    overflow: hidden !important;
    background: rgb(250, 250, 250);
    height: 100vh;
}

/* ---------------------------------------------------
    SIDEBAR STYLE start
----------------------------------------------------- */

#sidebar {
    position: absolute;
    height: calc(100vh - 20px);
    /* Adjusted height */
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 250px;
    overflow-y: auto;
    /* y-axis par scroll */
    overflow-x: hidden;
    /* x-axis par scroll nahi hone dena */
    transition: all 0.3s;
    background: #ffffff;
}

#sidebar::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #eee;
    display: none;
}

#sidebar::-webkit-scrollbar-thumbs {
    width: 5px;
    border-radius: 10px;
    background-color: #333;
    display: none;
}

#sidebar:hover::-webkit-scrollbar {
    display: block;
}

#sidebar:hover::-webkit-scrollbar-thumbs {
    display: block;
}

#sidebar .sidebar-header {
    padding: 20px;
}

.sidebar-header h3 {
    color: #333;
    font-size: 17px;
    margin: 0px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-weight: 600;
}

.sidebar-header h3 img {
    width: 45px;
    margin-right: 10px;
}

#sidebar ul li {
    padding: 2px 7px;
}

#sidebar ul li a:hover,
#sidebar ul li a:hover i {
    color: #024138 !important;
    font-weight: bolder;
}

#sidebar ul li.active {
    border-right: 5px solid #024138;
    border-radius: 0 !important;
}

#sidebar ul li.active a,
#sidebar ul li.active a i {
    font-weight: bold;
    color: #024138 !important;
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 23px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    display: block;
}

#sidebar ul li a span {
    text-transform: capitalize;
    display: inline-block;
}

#sidebar ul li a i {
    position: relative;
    margin-right: 10px;
    top: 5px;
    color: #555555;
    margin-left: 10px;
}

/* ---------------------------------------------------
   sidebar end
----------------------------------------------------- */

/*=======================================================
   main-content navbar-design start
   ===============================================*/

#content {
    position: relative;
    transition: all 0.3s;
    background-color: rgb(250, 250, 250);
    padding: 0px 0px 0px 20px;
    height: calc(100vh - 20px);
    /* Adjusted height */

    overflow-y: auto;
    /* y-axis par scroll */
    overflow-x: hidden;
}


.top-navbar {
    width: 98%;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    border-radius: 15px;
    height: 70px;
}


#sidebarCollapse {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    border: none;
    color: #ffffff;
    background-color: #ffff;
}

#sidebarCollapse span {
    margin: 9px;
    padding: 0px;
}

/* ---------  Code ---------- */

.toggleIcon,
svg {
    vertical-align: baseline;
}

.profile-img {
    height: 30px;
    width: 30px;
    background-image: url("venus_card_icon (1).png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}


.Vr {
    border-right: 1px solid rgb(160, 160, 160);
    height: 30px;
}


/* -------- Cards ---------- */

.cards {
    width: 96%;
}

.box {
    background-color: #024138;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px;
}

.box img {
    margin-bottom: 20px;
}

p {
    margin: 0;
}

.t-book-num {
    font-size: 27px;
    font-weight: 600;
}

.booking-text {
    font-size: 16px;
}

/* Style for the dropdown menu */
.dropdown-menu {
    position: absolute;
    right: 20px;
    z-index: 1000;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.dropdown-item .dd {
    color: red !important;
}

.tableWrapper {
    background-color: #fff;
    padding: 15px 5px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    width: 97%;
}

.dots {
    cursor: pointer;
}

.btndiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seeAllBtn {
    width: 13%;
    background-color: #024138;
    color: white;
}

.seeAllBtn:hover {
    background-color: #036859;
    color: white;
}

/* ------------------ Footer --------------- */
.footer {
    margin-top: 100px;
    background-color: #111518;
    font-family: "Montserrat", sans-serif;
    padding: 40px 0;
}

.footerPara {
    max-width: 80%;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffffa8;
}

.footer ul li {
    margin-top: 7px;
}

.footer ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #ffffffa8;
}

.footer h5 {
    font-weight: 600;
    font-size: 17px;
}

.footer-copyright {
    color: #a0a0a0;
    font-size: 13px;
}

/*=======================================================
   main-content navbar-design end
   ===============================================*/

.main {
    background-color: #ffffff;
    min-height: 100vh;
    color: #020202;
}

/*=======================================================
   main-content navbar-design start
   ===============================================*/

/*=======================================================
   main-content inner design like card start
   ===============================================*/

/* media quries for top card   */
@media (max-width: 1450px) {}

@media (max-width: 1140px) {}

@media (max-width: 550px) {}

/*=============================================
  bottom card end 
  =========================================*/

#sidebar.show-nav,
.body-overlay.show-nav {
    transform: translatex(0%);
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 15;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* for dashboard card   */
@media (max-width: 600px) {
    .top_card {
        margin-top: 1rem;
    }

    .bottom_card {
        margin-top: 1rem;
    }

    .services_card_main {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

/* for top navbar  */
@media (max-width: 950px) {
    .prent_row {
        overflow: scroll !important;
    }

    .top-navbar {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        padding: 0;
        border-radius: 0px;
        display: flex !important;
        justify-content: space-between !important;
    }

    .sm_dash p {
        font-size: 20px !important;
        font-weight: bold;
        color: black;
    }

    .nav-links {
        display: none !important;
    }

    .more-button {
        background: none;
        border: none;
        display: block;
        /* background-color: red; */
    }

    .material-symbols-outlined {
        font-size: 25px !important;
    }
}

/* for top navbar  */
@media (max-width: 600px) {
    .top-navbar {
        margin-top: 0;
        margin-left: 0;
        padding: 0 !important;
        border-radius: 0px;
    }

    .sm_dash {
        font-size: 30px !important;
        font-weight: bold;
        color: black;
    }

    .sm_dash p {
        font-size: 20px !important;
        font-weight: bold;
        color: black;
    }

    .nav-links {
        display: none !important;
    }

    .more-button {
        background: none;
        border: none;
        display: block;
    }

    .material-symbols-outlined {
        font-size: 25px !important;
    }
}

/* for main content  */

@media (max-width: 600px) {
    #content {
        padding: 0;
    }

    #contentw {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    #sidebar.active {
        width: 80px;
        height: 100% !important;
        position: absolute !important;
        overflow: visible !important;
        top: 0 !important;
        z-index: 666;
        float: left !important;
        bottom: 0 !important;
    }

    #sidebar.active .sidebar-header h3 span {
        display: none;
        transition: all 0.5s ease;
    }

    #sidebar.active ul li a span {
        display: none;
        transition: all 0.5s ease;
    }

    #sidebar.active .dropdown-toggle::after {
        display: none;
        transition: all 0.5s ease;
    }

    #content {
        width: calc(100% - 260px);
        position: relative;
        float: right;
        transition: all 0.3s;
        background-color: rgb(250, 250, 250);
    }

    #contentw {
        width: calc(100% - 260px);
        position: relative;
        float: right;
        transition: all 0.3s;
        background-color: rgb(250, 250, 250);
    }

    #content.active {
        width: calc(100% - 80px);
    }

    #contentw.active {
        width: calc(100% - 80px);
    }

    #sidebar.active .menu {
        position: absolute;
        left: 81px;
        background-color: white;
        width: 180px;
        height: auto;
        margin: 5px 0;
        top: 0;
        border: 1px solid #dcd9d9;
        z-index: 4;
    }
}

/*===============small-screen overlay sidebar design media queries==============*/

@media only screen and (max-width: 992px) {
    #sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 10;
        width: 260px;
        transform: translatex(-100%);
        transition: all 150ms linear;
        box-shadow: none !important;
    }

    .body-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        visibility: hidden;
        opacity: 0;
        z-index: 3;
        transition: all 150ms linear;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.text_light {
    color: var(--light-blue) !important;
}

.text_white {
    color: var(--light-white) !important;
}

.btn_green {
    background: var(--mian-color-1)!important;
    color: #fff;
    border-radius: 0.375rem;
    border: none;
}

.btn_green:hover {
   
    color: #afea30;
    background: black!important;
   
}

.btn_addSpaces:hover {
    background-color: #008009;

}



.btn_green_outline {
    background: transparent;
    color: var(--mian-color-1);
    border: 1px solid var(--mian-color-1);
}

.btn_green_outline:hover {
    color: #fff;
    border: 1px solid #fff;
    background: var(--mian-color-1);
}

.text_lightGreen {
    color: #008009 !important;
}

.text_red {
    color: #E51D51 !important;
}

.text_blue {
    color: #556CD6 !important;
}

.text_halfgreen {
    color: #AFEA30 !important;
}

.ft_10 {
    font-size: 10px !important;
}

.ft_14 {
    font-size: 14px !important;
}

.ft_12 {
    font-size: 12px !important;
}

.ft_16 {
    font-size: 16px !important;
}

.bg_light2 {
    background: #c5c5c5 !important;
    border-radius: 20px;
}

.custom_block {
    min-height: 300px !important;
}


.cus_selection {
    display: none !important;
}

.cus_selection.active {
    display: block !important;
}


.w_200_h200 {
    cursor: pointer !important;
}

.ft_roboto {
    font-family: 'Roboto', sans-serif !important;
}

.ft_mont {
    font-family: 'Montserrat', sans-serif !important;
}

.ft_poppine {
    font-family: 'Poppins', sans-serif !important;
}

.ft_relway {
    font-family: 'Railway', sans-serif !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.ft_18 {
    font-size: 18px !important;
}

.ft_14 {
    font-size: 14px !important;
}

.ft_12 {
    font-size: 12px !important;
}

.ft_16 {
    font-size: 16px !important;
}

.cardsh6 h6 {
    font-weight: 600;
    color: rgb(41, 41, 41);
}

.cardsh6 p {
    color: rgb(41, 41, 41);
    font-size: 15px !important;
}



/*=======================================================
   Booking Page Stying start from here
  ===============================================*/



.mainWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

.main .heading {
    font-weight: 600;
    margin-top: 30px;
}

.main .sub_heading {
    margin-top: 10px;
    max-width: 50%;
    font-size: 19px;
    line-height: 1.6;
    text-align: center;
}

.btn_addSpaces {
    background-color: #024138;
    padding: 10px 20px;
    margin-top: 30px;
}


@media (max-width: 550px) {
    .main {
        background-color: #ffffff;
        height: 100vh;
        font-family: "Poppins";
        color: rgb(36, 36, 36);
    }

    .mainWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
    }

    .main .heading {
        font-weight: 600;
        margin-top: 30px;
    }

    .main .sub_heading {
        margin-top: 10px;
        max-width: 50%;
        font-size: 16px;
        line-height: 1.6;
        text-align: start;
    }

    .btn_addSpaces {
        background-color: #024138;
        padding: 10px 20px;
        margin-top: 25px;
    }
}


/*=======================================================
   Earning Page 1 & 2 Stying start from here
  ===============================================*/


.page-item.active .page-link {
    background-color: #0B3A23 !important;
    border-color: #0B3A23 !important;
    color: #fff !important;
}

.bg_lightgreen {
    background: #A8F170 !important;
    color: #0B3A23 !important;

}

.bg_orange{
    background: #e5a750 !important;
    color: #150d01 !important;    
}

.bg_red {
    background: #FBD3DC !important;
    color: #C0123C !important;

}

td span {
    font-weight: normal;
}

.page-link {
    color: #000 !important;
    margin: 0 5px !important;
    border-radius: 10px !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    display: none !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none !important;
}


/*=======================================================
   Hours Availability Page Stying start from here
  ===============================================*/
.toggle-next {
    border-radius: 0;
}

label {
    cursor: pointer;
}

.ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;

}

.ajax-link {
    display: none;
}

.checkboxes {
    margin: 0;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
}

.inner-wrap {
    padding: 5px 10px;
    max-height: 140px;
    overflow: auto;
}

#select-box {
    max-height: 40px;
    overflow-y: auto;
    width: 50px;
}

/*=======================================================
   Pricing Page Stying start from here
  ===============================================*/
option {
    overflow-y: scroll !important;
}

.form-select {
    display: block;
    width: auto !important;
    background-color: #fff;
    background-image: url(/img/down.png) !important;

}

.form-select:focus {
    box-shadow: none !important;
}

td {
    width: auto !important;
    white-space: nowrap !important;
}

.select_button {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    position: absolute !important;
    background: #fff !important;
    color: #000 !important;
    z-index: 999999 !important;
}

/*=======================================================
   Index Page Stying start from here
  ===============================================*/

#contentw {
    position: relative;
    transition: all 0.3s;
    background-color: rgb(250, 250, 250);
    height: calc(100vh - 1px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

tbody tr td:nth-child(3) {
    color: #e51d51;
}

tbody tr td:nth-child(7) {
    color: #e51d51;
}

/*=======================================================
   Login Page Stying start from here
  ===============================================*/

.logo {
    padding: 20px;
}

.custom_bg {
    background: url(/../img/images/bglogin.svg) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
    min-height: 800px !important;

}

.login-right2 {
    background: url(/../img/images/bglogin2.svg) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden !important;
    min-height: 800px !important;


}

.btn-outline-light:hover {
    color: #000 !important;
    border: 1px solid #000 !important;
    background: transparent !important;
}

.fw_300 {
    font-weight: 300 !important;
}

.bg_lightdark {
    background: #ECEEF0 !important;
}

.text_darklight {
    color: #2EC4B6 !important;
}

/*=======================================================
   Signup Page Stying start from here
  ===============================================*/
.rounded_20 {
    border-radius: 10px;
}

.text_custblue {
    color: #3A86FF !important;
}

.form-control {
    font-size: 18px !important;
}

.form-control:focus {
    color: #212529;
    border-color: none;
    outline: 0;
    box-shadow: none !important;
}


.bg_blue {
    background: #4267B2 !important;
    color: #fff !important;
}

.bg_blue:hover {
    background: transparent !important;
    color: #4267B2 !important;
    border: 1px solid #4267B2 !important;
}

@media (max-width: 768px) {
    .custom_bg {
        background: url(/../img/cards/bg12.png) no-repeat !important;
    }

    .login-right2 {
        background: url(/../img/cards/bg12.png) no-repeat !important;
    }
}



/*=======================================================
   Publish Page Stying start from here
  ===============================================*/


.congrates-pic {
    position: absolute;
    left: -20px;
    bottom: 0;
    top: 300px;
}

.congrates-pic img {
    height: 300px;

}

.congrates2 {
    position: absolute;
    top: 250px;
    right: 0;
    width: 300px;
    height: 300px;
    overflow: hidden;

}


.btn_publish {
    background-color: #ffffff;
    color: #000;
    font-family: Poppins;
    border: 1px solid #707070;
}

/* media quarries for main section */
@media(max-width:1200px) {
    .congrates2 {
        max-width: 200px;
    }
}

@media(max-width:700px) {
    .congrates2 {
        max-width: 150px;
    }

    .congrates-pic {
        bottom: 0;
        top: 400px;
        right: 300px;
    }
}

@media(max-width:500px) {
    .congrates2 {
        max-width: 100px;
    }

    .congrates-pic {
        top: 450px;
        /* right: 400px; */
        bottom: 0;
        margin-left: -70px;
        margin-bottom: -50px;
    }
}

@media(max-width:390px) {
    .congrates-pic {
        top: 600px;
        margin-left: -70px;
    }
}


/*=======================================================
   Sport-Listing Page Stying start from here
  ===============================================*/


@media(min-width:768px) {

    .border_left {
        border-right: 1px solid #707070;
        padding: 5px 0;
    }

    .h_100 {
        height: 100px !important;
    }
}

@media(max-width:768px) {

    .p_sm_10 {
        padding: 10px;
    }

    .h_200 {
        height: 200px !important;
    }

    .h_200 img {
        object-fit: cover !important;
        height: 100% !important;
    }
}

/*=======================================================
   Website Page Stying start from here
  ===============================================*/


.border_right1 {
    border-right: 1px solid #aab7c4;
    padding: 0px 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--mian-color-1) !important;
    color: #fff !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    margin: 15px 0px;
    color: #000 !important;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

#ckEditor {
    border: 1px solid #c4c4c4;
}

.custom_card {
    position: relative;
    min-width: 150px;
    height: auto;
}

.cus_select {
    padding: 0 !important;
    border: 5px solid #afea30 !important;
    background: radial-gradient(circle at 10% 20%,
            rgb(69, 86, 102) 0%,
            rgba(34, 34, 34, 0.685) 90%) !important;
}

.overlay {
    position: absolute !important;
    top: 36%;
    left: 40%;
}

.custom-upload {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 5px 10px !important;
    font-size: 14px !important;
}

.tabs-sideBar {
    width: 19%;
}

@media (max-width: 900px) {
    .tabs-sideBar {
        width: 100%;
    }
}


/*=======================================================
   Step Forms Page Stying start from here
  ===============================================*/

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #024138 !important;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.progress-bar {
    background-color: #024138 !important;
}

.border_bottom {
    border-bottom: 3px solid #AFEA30 !important;
}

.custom_green_card {
    background: #024138;
    min-height: 70px !important;
    position: relative;
    border-radius: 10px !important;
    cursor: pointer;
}

.custom_green_card.active {
    background: #024138;
    background: linear-gradient(#afea304a, #afea3073), #024138 !important;
}

.overlay {
    position: absolute;
    top: 35%;
    left: 42%;
    display: none;

}

.custom_green_card.active .overlay {
    display: block !important;
}

.border_bottom_line {
    border-bottom: 2px solid #000 !important;
}

.custom-upload {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
}

@media(min-width:998px) {

    .custom_green_card {
        max-width: 230px !important;
    }
}

@media(min-width:768px) {}

@media(max-width:768px) {}

.w_100 {
    width: 80% !important;
}


.ft_open {
    font-family: var(--unnamed-font-family-open-sans);
}




/* ==================================================== */



/* Model */

.modal-dialog {
    width: 50%;
    /* margin: auto; */
}

.modal-body {
    padding: 30px;
}

.modal-header {
    background-color: #AFEA30;
    height: 50px;
}

.modal-title {
    margin-left: 41%;
    font-size: 20px;
}
.modal-body .btn-check:checked + .btn-outline-primary {
    background-color: #024138;
    border-color: #024138;
}
.modal-body .btn-outline-primary {
    color: #024138;
    border-color: #024138;

}
.modal-body .btn-outline-primary:hover {
    background-color: #024138;
    border-color: #024138;
    color: #fff;
}
/* 
.user_booking {
    background-color: #024138;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
}



.internal_use {
    border: 1px solid rgb(39, 39, 39);
    padding: 5px 15px;
    border-radius: 5px;
}

.unavailablee {
    border: 1px solid rgb(39, 39, 39);
    padding: 5px 15px;
    border-radius: 5px;
} */

.confirm-booking {
    background-color: #00BD8B !important;
    color: white;
}

.btn_cancel {
        border: 1px solid rgb(39, 39, 39);

}

/* Model 2 */

.dialog2{
    width: 30%;

}

.model_text {
    margin-left: 33%;
}

.order_No {
    font-weight: bold;
    font-size: 17px;
    color: rgb(24, 24, 24)
}

.text_span {
    font-weight: normal;
}


.modify_btn {
    color: #AFEA30;
}
/* ------ */


.top_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .top_header .buttons_container {
    display: flex;
    border: solid 1px #101010;
    padding: 10px;
    border-radius: 5px; 
    gap: 10px;
  }
  .top_header .buttons_container button {
    background-color: transparent;
    color: #101010;
    border: none;
  }
  .top_header .buttons_container button.active {
    background-color: yellowgreen;
  }
  .time_slots {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .time_slots li {
    border-bottom: solid 1px #ddd;
    padding: 8px 5px;
  }

  .date_view_table {
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    padding: 30px;
    box-sizing: border-box; /* To include padding in width */
}


.date_view_table .single_event {
    background-color: #024138;
    border-left: solid 5px #AFEA30;
    color: #fff;
    position: relative;
    padding: 2px 10px;
    width: 100%;
}

.date_view_table .internal_use {
    background-color: #33a15e !important;
    border-left: solid 5px #AFEA30 !important;
    /* color: #101010; */
    padding: 10px;
}
.date_view_table .internal_use > * {
    margin: 2px 0; /* Minimal margin for all direct children */
}

.date_view_table .internal_use .unavailable_container {
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Add ellipsis if the text overflows */
    white-space: nowrap; 
}
.date_view_table .customer_name {
    display: flex;
    gap: 10px;
}
.date_view_table .customer_name div span {
    color: #ddd;
}
.date_view_table .unavailable .unavailable_container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.date_view_table .single_event .sport_icon {
    position: absolute;
    top: 15px;
    right: 20px;
}
.date_view_table .unavailable {
    background-color: #7B7883 !important;
    border-left: solid 5px #E51D51 !important;
    color: #fff;
}

.calendar_container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.calendar_container input {
    /* border: none; */
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 2px 10px;
    background-color: transparent;
}


.schedular_table {
    display: block;
    width: 100%;
    height: 100%;
}
.schedular_table .schedular_row {
    display: flex;
    width: 100%;
    height: 85px;
    justify-content: space-between;
}
.schedular_table .schedular_row .schedular_cell:first-of-type {
    width: 90px;
    min-width: 90px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.schedular_table .schedular_row .schedular_cell {
    border: solid 1px #ddd;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 85px;
    display: flex;
    min-width: 200px;
    width: 100%;

}
.schedular_head_row {
    display: flex;
    width: 100%;
    font-weight: bold;
    border-bottom: solid 2px #ddd;
    justify-content: space-between;
}
.schedular_head_row .schedular_head_cell {
    min-width: 200px;
    width: 100%;
}
.schedular_head_row .schedular_head_cell:first-of-type {
    width: 90px;
    min-width: 90px;
    /* background-color: #f1f1f1; */

}


#week_view {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 10px 20px;
}

#week_view li .unavailable {
    background-color: #7B7883 !important;
    border-radius: 10px;
    color: #fff;
    padding: 0 10px;
    margin: 10px 0;
}

#week_view li .unavailable span {
    display: block;

}
#week_view li .unavailable span.space {
    color: #AFEA30;
    font-size: 12px;
}
#week_view li .unavailable p {
    font-size: 12px;
}

#week_view li .internal_use {
    background-color: #33a15e !important;
    border-radius: 10px;
    color: #fff;
    padding: 0 10px;
    margin: 10px 0;
}

#week_view li .internal_use span {
    display: block;

}
#week_view li .internal_use span.space {
    color: #AFEA30;
    font-size: 12px;
}
#week_view li .internal_use p {
    font-size: 12px;
}

#week_view li:first-child {
    text-align: center;
}
#week_view li:first-child span {
    font-size: 20px;
    font-weight: 600;
}
#week_view ul {
    width: 100%;
}
#week_view li .single_event {
    background-color: #024138;
    border-radius: 10px;
    color: #fff;
    padding: 0 10px;
    margin: 10px 0;
}
#week_view li .single_event span {
    display: block;

}
#week_view li .single_event span.space {
    color: #AFEA30;
    font-size: 12px;
}
#week_view li .single_event p {
    font-size: 12px;
}

#month_view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    width: 100%;
}
#month_view .two_month_calendar {
    width: 100%;
    border-right: solid 1px #ddd;
}
#month_view .two_month_calendar table {
    width: 100%;
}
#month_view .two_month_calendar td {
    padding: 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#month_view .two_month_calendar td.current_date {
    background-color: #f1f1f1;
    border-radius: 5px;
}

#month_view .two_month_calendar th {
    text-align: center;
    color: #636363;
    text-transform: uppercase;
    font-size: 14px;
}
#month_view .two_month_calendar .month_header {
    padding-bottom: 20px;
    padding-left: 45px;
    font-weight: bold;
    position: relative;
}
#month_view .two_month_calendar .month_header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    right: 0;
    width: calc(100% - 140px);
}
#month_view .two_month_calendar .event_in_month {
    background-color: #024138;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#month_view .two_month_calendar .event_in_month:before {
    content: '';
    background-color: #024138;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    border-radius: 5px;
    left: -20px;
    right: 0;
    margin: 0 auto;
}
#month_view .two_month_calendar .event_in_month:after {
    content: '';
    background-color: #024138;
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    border-radius: 5px;
    left: 10px;
    right: 0;
    margin: 0 auto;
}
#moth_view .current_date {
    background-color: #ddd !important;
}
#month_view .selected_date {
    background-color: #024138 !important;
    color: #fff;
    border-radius: 5px;
}
#month_view .date_current_monthly {
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}
#month_view .events_container {
    display: block;
    padding: 0 50px;
    margin: 0;
    list-style-type: none;
}
#month_view .events_container li {
    background-color: #024138;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    position: relative;
}

#month_view .events_container li.unavailable {
    background-color: #7B7883 !important;
    color: #fff;
    padding: 10px;
}
#month_view .events_container li.internal_use {
    background-color: #33a15e !important;
    padding: 10px;
}

#month_view .events_container li span {
    display: block;
    font-size: 14px;
    position: relative;
}
#month_view .events_container li .sport_icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
#month_view .events_container li span:first-of-type {
    color: #AFEA30;
}

/* =================== PICK A DAY CSS =================== */

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}



/* Venues Dashboard Booking Calender manual booking calender css Starts from here */

.calendar-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}
.calendar {
    margin-right: 20px;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-table {
    width: 100%;
}
.time-slots {
    max-height: 300px;
    overflow-y: auto;
    margin: 4%;
    display: block; /* Hide by default */
}
.day.inactive {
    color: #aaa;
    cursor: default;
}

.time-slot {
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.time-slot.booked {
    background-color: gray;
}

.time-slot.unavailable {
    color: #aaa;
    cursor: default;
}

.time-slot.selected {
    background-color: #a3e635;
}
.day {
    cursor: pointer;
}
.day:hover {
    background-color: #f0f0f0;
}
.day.selected {
    background-color: #a3e635;
    color: white;
}
.day.current {
    border: 2px solid #0d6efd;
    border-radius: 50%;
}




/* Venues Dashboard Booking Calender manual booking calender css END here */
/* ==================================================== */
/*

*/
