.sidebar-right-outer{
    right: 0 !important;
    display: none;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    min-height:inherit !important;
    height:100%;
    width: 560px;
    max-width: 560px;
    z-index: 1012;
    box-shadow: 0 2px 23px 0 rgb(0 0 0 / 43%);
    background: #fff;
    position: fixed;
    margin-right: 0px !important;
    bottom: 0;
    top: 0;
    transition: 0.5s;
}
.opn-sidebar .sidebar-right-outer{
    display: block;
    overflow-y:auto !important;
}
.popup-title {
    background-color: #009245;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    align-items: center;
    letter-spacing: 0.5px;
}
.sidebar-widget{
    padding: 20px;
    height:calc(100% - 40px);
}
.bg-dark-blue{
    background-color: #0D1323 !important;
    color: #fff;
}
.panel-title {
    padding: 10px;
}
.rclose img {
    position: absolute;
    top: calc(50% - 13px);
    right: 10px;
    cursor: pointer;
    margin-right: 10px;
}
.sidebarText{
    height:35px !important;
    padding: 7px 7px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sidebarSelection{
    height:35px !important;
    padding: 7px 7px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.continueBtn{
    background-color: #038F43 !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    margin: auto;
    outline:none;
    min-width:155px;
    justify-content:center;
}
.continueBtn[disabled]{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;

}
.par-text {
    margin-bottom: 20px;
    padding: 0px 20px;
}
.continue-btns{
    text-align:center;
    margin:auto;
}
.continue-btns svg {
    height: 18px;
    margin-left: 10px;
}
.continueBtn:active:focus{
    outline:none;
    color:#fff;
}
.continueBtn:hover{
    color:#fff;
    background-color: #08803f !important;
}
.lds-spinner {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 5px 5px;
}
.card-detail-outer{
    padding:20px;
}
.btn-img {
    width: 24px;
    margin-right: 10px;
}
@keyframes slide-in-right {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }
    50% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
body.opn-sidebar{
    position:fixed;
    overflow:hidden;
    right: 0px;
    left: 0px;
}

.usage_outer table thead th, .usage_outer table tbody td {
    font-size: 13px;
    text-align: center;
}

@media all and (min-width:768px){
    .popup-title{
        padding:15px;
        min-height:82px;
    }
}
@media all and (max-width:768px){
    .sidebarSelection,.sidebarText{
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 16px !important;
    }
    .popup-title{
        padding:15px;
        min-height:72px;
    }
    body.opn-sidebar{
        position:fixed;
        overflow:hidden;
        right: 0px;
        left: 0px;
    }
    input{
        font-size:16px !important;
        outline:none;
      }
      .form-control{
        font-size:16px !important;
    }
    #SelectResource #ResourceOptions{
        height: 37px !important;
    }
    #page-wrapper{
        height: calc(100vh - 180px) !important;
        min-height: inherit !important;
        overflow-y:auto;
    }
    .reservation-outer{
        padding-bottom:60px !important;
    }

/* ============reservation payment style start=========== */
    body.opnLeftbar{
        overflow-y:hidden;
        position:fixed;
        overflow:hidden;
    }
    .payment-main-in{
        border-left:0px;
    }
    .payment_content{
        padding-bottom:70px !important;
    }
 /* ============reservation payment style end=========== */
}
/* ====================my tee time style================== */
    .btnsOuter{
        display:flex;
        justify-content:center;
    }
    .sidebarRowHead{
        padding: 10px 10px;
        background-color: #0D1323 !important;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 15px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
        text-transform: capitalize;
    }

    .sidebarRow{
        padding: 10px 10px;
        background-color: #80808014;
        border-radius: 4px;
        margin-bottom: 15px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
        text-transform: capitalize;
    }
    .bg-dark-blue{
        background-color: #0D1323 !important;
        color: #fff;
    }
    .cancel-btn-outer{
        margin-top:20px;
    }
    .sidemiddleCnt{
        justify-content: center;
    }
    .siderightCnt{
        justify-content: flex-end;
    }
    .sidebarRowleftCnt{
        width: 50px;
    }
    .sideTitle {
        font-weight: bold;
        font-size: 16px;
    }
    .rclose img {
        position: absolute;
        top: 18px;
        top: calc(50% - 13px);
        right: 10px;
        cursor: pointer;
        margin-right: 10px;
    }
    .member-table{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img-circle {
        border-radius: 50%;
    }
    .NoRecordLalbel{
        margin:0px auto;
        border: 0px !important;
    }
    .card-detail-outer{
        padding:20px;
    }
    #resourseTitle{
        padding-right:35px;
    }
    .sidebarTableHead {
        color: #Fff;
        background-color: #575757;
    }
    .usageHead {
        background-color: #009245;
        color: #Fff;
        padding: 6px 15px 5px 15px;
        border-radius: 4px 4px 0px 0px;
        margin-bottom: 10px;
        position: relative;
        height: 30px;
    }
    .usage_outer table {
        width: 100%;
    }
    .usageClose img {
        width: 18px;
        position: absolute;
        right: 10px;
        cursor: pointer;
        top: 6px;
    }

    .sidebarTable table{
        width:100%;
    }
    .sidebarTable table thead th{
        padding: 8px 5px;
        font-weight: normal;
    }
    .sidebarTable table tbody td{
        padding: 8px 5px;
    }
    .sidebarTable table thead th,.sidebarTable table tbody td{
        font-size:13px;
        text-align:center;
    }
    .sidebarTable table thead , .sidebarInnerTable .usageHead{
        position: sticky;
        top: 0px;
    }
    .sidebarInnerTable table thead{
        position: sticky;
        top: 40px;
    }
    .sidebarTable table tbody td:nth-child(1){
        text-align:left;
        padding-left:15px;
    }
    .sidebarBtn {
        background-color: #009245;
        color: #Fff;
        width: auto;
        height: auto;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        box-shadow: 0 1px 1px #009245d1;
        outline:none;
        border:0px;
    }
    .usage_outer {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        display: none;
    }
    .openUsage {
        display: flex !important;
    }
    .sidebarInnerTable{
        background-color: #fff;
        padding: 15px;
        border-radius: 4px;
        position: relative;
        width: calc(100% - 40px);
        min-height:400px;
        max-height: 400px;
        overflow-x: auto;
    }
    .sidebarInnerTable::-webkit-scrollbar {
        width: 3px;
        background: #eee
    }
    .sidebarCancelBtn{
        background-color: #d9534f !important;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        margin: auto;
        outline: none;
        width: 175px;
        justify-content: center;
        border-color: #d43f3a;
        box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
        cursor: pointer;
    }
    .sidebarCancelBtn:hover{
        background-color: #c04e4a !important;
        border-color: #c04e4a;
    }
    .continueBtn:hover{
        background-color: #08803f !important;
    }
    .Reserved{
        background-color: #ffa500d4;
        color:#333;
      }
      .CheckedIn{
        background-color: #009245d4;
        color:#fff;
      }
      .Cancelled{
        background-color: #d9534fd4;
        color:#fff;
      }
      .No{
        background-color: #d9534fd4;
        color:#fff;
      }
/* ====================my tee time style================== */
@media all and (min-width:600px){
    .mobHead {
        display: none;
    }
}
@media all and (max-width:600px){
    .sidebar-right-outer{
        width: 370px !important;
        max-width: 370px;
    }
    .sidebar-widget{
        height: calc(100% - 72px);
      }
      .mobHead {
        font-weight: 700;
        font-size: 13px;
        margin-right: 2px;
    }
      .card-detail-outer {
        padding: 10px 20px 10px;
        padding-bottom: 60px;
        padding-top: 24px;
    }
    .sidebarRowHead {
        flex-wrap: wrap;
        font-size: 12px;
    }
    .sidebarTable table thead, .sidebarInnerTable table thead{
        display:none;
      }
      .sideDate, .sidebarInnerTable .ratesRow tr{
        display:flex;
        flex-wrap: wrap;
      }
    .sidebarTable table tbody td {
        width: 50%;
        text-align: left;
        border: 0.5px solid #7f7f7f6e;
    }
    .sidebarTable table tbody td:nth-child(1){
        padding-left:5px;
      }
    .sidebarInnerTable .usageHead{
        position:inherit;
        top:inherit;
      }
}
@media all and (max-width:424px){
    .sideleftCnt{
      width: 100%;
      flex: inherit;
      justify-content: center;
      margin-bottom: 5px;
    }
    .sidemiddleCnt{
      justify-content: start;
    }
    }
@media all and (max-width:375px){
    .sidebar-right-outer{
        width: calc(100% - 20px) !important;
    }
    .sidebarCancelBtn{
        /* width:auto !important; */
        padding: 5px 5px;
        min-width: 130px;
    }
}
@media all and (max-width:768px) and (orientation:landscape) {
    .sidebarInnerTable{
      min-height:inherit;
    }
   }

   @media screen and (max-device-width:900px) and (orientation: landscape) {
    body.opn-sidebar{
        position:fixed;
        overflow:hidden;
    }
    #SelectResource #ResourceOptions{
        height: 40px !important;
    }
    input[type=text]{
        font-size:16px !important;
        padding-top: 2px;
        padding-bottom: 2px;
        height: 35px !important;
    }
    #page-wrapper{
        height: calc(100vh - 180px) !important;
        min-height: inherit !important;
        overflow-y:auto;
    }
    .reservation-outer{
        padding-bottom:60px !important;
    }

/* ============reservation payment style start=========== */
    body.opnLeftbar{
        position:fixed;
        overflow:hidden;
    }
    .payment-main-in{
        height: calc(100vh - 180px) !important;
        min-height: inherit !important;
        overflow-y:auto;
    }
 /* ============reservation payment style end=========== */
}

   aside .form-control:focus{
    border-color:#ccc;
    box-shadow:none;
}
.inpt-sec:focus,input:focus-visible{
    border-color:#ccc;
    box-shadow:none;
    outline:none;
  }
  select:focus,select:focus-visible{
    border-color:#ccc;
    box-shadow:none;
    outline:none;
  }
  @media all and (max-width:1024px){
    .openrightSidebar{
        overflow: hidden;
        position: fixed;
        right: 0px;
        left: 0px;
      }
 }

 .info-button{
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 1px;
}
.opn-discription .overlay{
    z-index:15;
}
.opn-discription .popup-title{
    min-height: 50px;
}
.opn-discription .rclose img{
    top: calc(50% - 11px);
    width: 20px;
}
.opn-discription .sidebar-widget ul, .opn-discription .sidebar-widget ol {
    padding-left:20px;
}
.opn-discription .sidebar-right-outer{
    width:317px !important;
}
