@font-face {
  font-family: Graphik-Regular;
  src: url(../fonts/Graphik/Graphik-Regular.otf);
  font-display: swap;
}

/* ================= New font ====================== */
@font-face {
  font-family: ErasDemiITCRegular;
  src: url(../fonts/ErasDemiITC/ErasDemiITC.ttf);
  font-display: swap;
}

@font-face {
  font-family: ErasMediumITC;
  src: url(../fonts/ErasMediumITC/ErasMediumITC.ttf);
  font-display: swap;
}

@font-face {
  font-family: ErasLightITC;
  src: url(../fonts/ErasLightITC/ErasLightITC.ttf);
  font-display: swap;
}

/* ================= //New font ====================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  background: #ffffff;
  font-family: ErasMediumITC;
  font-size: .9rem;
  /*background: url(../../images/body-bg.png);*/
}

a, a:hover {
  text-decoration: none;
  color: unset;
}

.login-body, .forgot-password-body {
  background-image: url(../../images/login-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  background-color: white;
}

.login-container {
  margin-top: 20vh;
}

.navigation-bar {
  min-height: 107px;
  background: rgb(0,117,190);
  background: linear-gradient( 
  180deg, rgba(0,117,190,0.8) 0%, rgba(0,113,188,0.6) 39%, rgba(0,212,255,.0) 100%);
  transition: all .5s;
  color: #FFF;
  font-family: ErasMediumITC;
}

.inner-top-bar {
  background: linear-gradient(180deg, rgba(0,117,190,0.8) 0%, rgba(0,113,188,0.6) 39%, rgba(0,212,255,.0) 100%);
  transition: all .5s;
  min-height: 120px;
}

.inner-top-bar {
  position: absolute;
  top: 0;
  width: 100%;
}

.logo-fire-inner {
  width: 60px;
}

.nav-round-button {
  border-radius: 24px;
  background: #ededed61;
  font-family: ErasMediumITC;
  text-transform: capitalize;
  padding: 11px 16px;
  font-weight: bold;
  color: #FFF;
  border: thin solid #FFF;
}
.card-body {
  padding: .5rem;
}

.card-signin {
  border-radius: 16px;
}

.app-header.header-shadow {
  box-shadow: 10px 3px 5px 0px rgba(4,9,20,0.28);
  -webkit-box-shadow: 10px 3px 5px 0px rgba(4,9,20,0.28);
  -moz-box-shadow: 10px 3px 5px 0px rgba(4,9,20,0.28);
}

#main-wrapper{
  width: 100%;
  overflow: hidden;
}
.page-wrapper{
  width: 100%;
}

a.navbar-brand img {
  max-width: 75px;
}
.brand-logo a{
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  z-index: 100;
  overflow: hidden;
  margin-top: -25px;
}
.brand-logo{
  position: relative;
  min-width: 100px;
  text-align: center;
}

.nav-li {
  display: block;
  margin: 0 7px;
  min-width: 80px;
}

.navbar-dark .navbar-nav .nav-link{
  padding: 11px 16px;
  display: inline-block;
  color: #000000;
  font-size: 13px;
  margin: 14px 9px;
  position: relative;
  font-family: ErasMediumITC;;
}
.navbar-dark .navbar-brand{
  color: #000;
}
.nav-item a{
  font-family: ErasMediumITC;
  text-transform: capitalize;
  padding: 11px 16px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.nav-link{
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.img-fire-logo {
  width: 120px;
}

.big-heading, .big-heading label {
  font-size: 16px !important;
}

.title-bar{
  background: linear-gradient(135deg,#009c00 40%,#195d10 40%);
}
.mod-heading {
  font-size: 16px;
}
.rcgc-btn{
  background-color: #0072bb;
  border: 1px solid #0072bb;
}

.title-main h4{
  text-align: center
}
.title-bar a.button-left{
  color: #fff;
  display: none;
  margin: 5px 60px 5px 15px;
}

.blue-anchor {
  color: #0072bb;
  font-weight: bold;
}

.full-width-button {
  padding: 2px;
  font-size: 16px;
}

.main-div-with-contents {
  background: #f4f4f4;
  border-top-left-radius: 30px;
  min-height: 60vh;
}

.round-dashboard-logo {
  background: #fff;
  border-radius: 300px;
  position: relative;
  bottom: 31px;
  left: 10px;
  width: 80px;
  padding: 17px;
}

@media (min-width: 1600px) { /* for big monitors */
  .round-dashboard-logo {
    bottom: 35px;
    left: 18px;
    width: 100px;
    width: 95px;
    padding: 20px;
  }
}

.widget-subheading {
  font-size: 14px;
  /*text-transform: uppercase;*/
  color: #6d6d6d;
}

.mini-heading {
  color: #6d6d6d;
  font-size: 1rem;
}

.card-second-line {
  height: 80px;
}

.page-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: ErasDemiITCRegular;
}

/***footer***/
footer{
  background-color: #24311f;
  color: #fff;
  font-family: 'Playfair Display', serif;
}
.rcgc-bottom li a{
  color: white;
  opacity: 0.6;
  font-size: 13px;
  /*font-family: 'Graphik-Light',sans-serif;*/
  font-family: 'Poppins', sans-serif;
}
.rcgc-bottom p{
  opacity: 0.6;
  font-size: 13px;
  line-height: 1.5em;
  /*font-family: 'Graphik-Light',sans-serif;*/
  font-family: 'Poppins', sans-serif;
}
.rcgc-bottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.51);
}
.footer-copyright{
  opacity: 0.6;
  font-family: 'Graphik-Light',sans-serif;
  font-size: 13px;
}

.vertical-nav-menu li a {
  font-size: 14px;
  /*font-weight: bold;*/
}

/***sidebar***/

.sidebar{ 
  width:255px;  
  transition: all 0.5s  ease-in-out; 
}

.sidebar ul{
 list-style:none; 
 margin:0px; 
 padding:0px; 
}

.sidebar li a,.sidebar li a.collapsed.active{
 display:block; 
 color:#fff;
 border-left:0px solid #dedede;  
 text-decoration:none
}
.sidebar li a.active{
  background-color:#000;
  border-left:5px solid #dedede; 
  transition: all 0.5s  ease-in-out;
}
.sidebar li a i{
 padding-right:5px;
}

.sidebar li a .nav-label,.sidebar li a .nav-label+span { 
  transition: all 0.5s  ease-in-out;
}    

.sidebar.fliph li a .nav-label, .sidebar.fliph li a .nav-label+span { 
  display:none;
  transition: all 0.5s  ease-in-out;
}
.sidebar.fliph {
  width: 42px;transition: all 0.5s  ease-in-out; 
}
    
.sidebar.fliph li{ 
  position:relative
}
.sidebar.fliph .sub-menu {
  position: absolute;
  left: 39px;
  top: 0;
  background-color: #222;
  width: 150px;
  z-index: 100;
}
.user-panel {
  clear: left;
  display: block;
}
.user-panel>.image>img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel>.info,  .user-panel>.info>a {
  color: #fff;
}
.user-panel>.info>p {
  font-weight: 600;
  margin-bottom: 9px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 22px;
}
.user-panel {
  clear: left;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 25px 15px;
  border-bottom: 1px solid;
}
.user-panel>.info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
  width: 200px;
}
.list-sidebar li a{
  padding: 20px 5px;
  background: #09a06d;
  color: #fff;
}

.fliph .user-panel{ 
  display: none; 
}

.list-sidebar li a:hover{
  background: #20dd9d;
}
.list-sidebar li a.link-active{
  background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}
.list-sidebar li a{
  padding: 20px 5px;
  margin: 5px 0px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.list-sidebar li a:hover{
-webkit-filter: brightness(110%);
filter: brightness(110%);
}

.bg-rcgc{
  background: #09a06d;
  min-height: 700px;
}

.list-sidebar li a img{
  max-width: 35px;
}

/***booking****/

.dates tr td{
  text-align: center;
}
table {
  width: 100%;
  border-collapse:collapse;
  border-spacing:10px 10px;
}​​​​​​​​​​​​​
table > .circle{
  background-color:blue;
  display:block;
  height:50px;
  width:50px;
  border-radius:50%;
  border:5px solid #000;
  margin:auto;
  color:#fff;
  line-height:50px;
  text-align:center
}


.tournament-info img{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}

 .time-book{
  display: flex;
  flex-wrap: wrap;
} 

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: -10px;
  position: absolute;
  top: -2px;
  width: 28px;
  transition: 0.2s;
}

.round label:after {
  border: 2px solid #047951;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #fff;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.card-input-element {
  display: none;
}

.card-input {
  margin: 10px;
  padding: 00px;
  transition: 0.3s;

  box-shadow: 0 0 1px 1px #0072bb;
  padding: 5px 10px;
  display: block;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 14px;
  font-weight: 600;
  border: 1px solid #0072bb;
  background: #e1e1e1;
}

.card-input:hover {
  cursor: pointer;
}

.card-input-element:checked + .card-input {
  box-shadow: 0 0 1px 1px #0072bb;
  background: linear-gradient(82.59deg, #cfecff 0%, #cfecff 100%);
  color: #0072bb;
}



.btn-input-element {
  display: none;
}

.btn-input {
  padding: 14px;
  display: block;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 14px;
  font-weight: 600;
  width: 69px;
  height: 48px;
  border: 1px solid #0072bb;
  background: #e1e1e1;
}

@media (min-width: 1600px) { /* for big monitors */
  .btn-input {
    width: 95px;
    height: 50px;
  }
}

.no-dates label {
  margin-bottom: 0;
}

.btn-input:hover {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.date-picker .dates {
  /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
  /*border-radius: 8px;
  padding: 10px;*/
}

.checked-radio {
  background: linear-gradient(82.59deg, #cfecff  0%, #cfecff  100%);
  color: #0072bb;
}

.dates .date {
  font-weight: 600;

}
.tee-time-booking, .booked-tee-time, .tournament-view, .card-tournament-req, .booked-tournament-card{
  /*overflow-y: auto;
  height: 498px;*/
  border: unset;
  scrollbar-color: #09a06d #eaeaea;
  scroll-behavior: smooth;
  scrollbar-width: thin;

  background: transparent;
  box-shadow: unset;
}

.app-main__outer {
  overflow-y: auto;
  /*height: 498px;*/
}

.bottom-info .tee-time-cancel-btn, .request-registration-btn{
  display: block;
  width: 50%;
  /*font-weight: 600;*/
  font-size: 15px;
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.booked-slots-tee{
  padding: 15px;
}

.booked-slots-tee .upper-info .time, .time{
  font-size: 14px;
  /*font-family: 'ErasDemiITCRegular';*/
}

.booked-slots-tee .upper-info .date, .card-date{
  font-size: 14px;
  color: #6d6d6d;
  font-family: 'ErasLightITC';
}

.card-ball {
  font-size: 14px;
  font-family: 'ErasDemiITCRegular';
}

.card-button {
  padding: .4rem .65rem;
  width: 100%;
  text-transform: uppercase;
  font-family: 'ErasDemiITCRegular';
  font-size: 0.8rem;
}

.card-bold {
  padding: .4rem .65rem;
  width: 100%;
  font-family: 'ErasDemiITCRegular';
  font-size: 0.9rem;
}

.card-heading-hall {
  font-family: 'ErasDemiITCRegular';
  font-size: 1.25rem;
}

.card-sub-heading {
  font-size: 1rem;
}

.card-body-hall {
  font-size: .9rem;
}

.card-p-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-date-items {
  padding: 14px;
  display: block;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius: 14px;
  font-weight: 600;
  border: 1px solid #0072bb;
  background: #e1e1e1;
  text-align: center;
}

.card-select-button {
  border: 1px solid #0072bb;
  background: #e1e1e1;
}

.card-tournament-img {
  height: 265px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-unselect-button {
  border: 1px solid #0072bb;
  background: #0072bb;
  color: #FFF;
}

.booked-slots-tee .middle-info h6{
  font-size: 16px;
  font-weight: 600;
}
.tee-booked-card, .all-slots-card{
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.tee-booked-card:hover, .hovercard:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.booked-tee-time .card-header{
  background-color: unset;
  border-bottom: unset;
}
.booked-tee-time .card-header h3{
  border-bottom: 3px solid #09a06d;
}

.card-header{
  background-color: unset;
  border-bottom: unset;
}
.card-header h3{
  border-bottom: 3px solid #09a06d;
  padding-bottom: 5px;
}

.booked-slots-card .row {
  margin-bottom: 6px;
}

.bottom-info .tee-time-select-btn{
  display: block;
  width: auto;
  /*font-weight: 600;*/
  font-size: .8rem; /* 17px */
  background: #04796a;
  border-color: #04796a;
  float: right;
  padding: 0 10px;
  /*margin-bottom: 10px;
  margin-right: 10px;*/
}

.finance-button-card-heading {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: ErasDemiITCRegular;
}

.finance-button-card-sub-heading {
  font-size: 1rem;
}

.finance-button-card {
  background: #cfecff;
  border: 2px solid white;
  color: #0072bb;
}

.finance-button-main-card {
  background: #cfecff;
}

.finance-button-main-card-dark {
  background: #0072bb;
}

.finance-button-card-dark {
  background: #0072bb;
  border: 2px solid white;
  color: #cfecff;
}

.bottom-info .tee-time-select-btn:hover{
  background: #014f45;
  border-color: #014f45;
}
.all-slots-tee{
  padding: 15px;
  padding-bottom: 2px;
}

.all-slots-tee .upper-info .time{
  /*font-size: 25px;*/
  font-size: .8rem;
  /*font-weight: 600;*/
  color: #047951;
}

.all-slots-tee .upper-info .date{
  /*font-size: 18px;*/
  font-size: .8rem;
  /*font-weight: 600;*/
  color: #047951;
}

.all-slots-tee .middle-info h6{
  font-size: .8rem;
  font-weight: 600;
}
.all-slots-card:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.all-slots-rules {
  padding: 10px;
}

.bottom-info .tournament-cancel-btn{
  display: block;
  width: 100%;
  border-radius: 0px 0px .25rem .25rem;
  font-weight: 600;
  font-size: 17px;
}
.booked-slots-tournament{
  padding: 15px;
}

.booked-slots-tournament .upper-info .time{
  font-size: 25px;
  font-weight: 600;
  color: #047951;
}

.booked-slots-tournament .upper-info .date{
  font-size: 18px;
  font-weight: 600;
  color: #047951;
}

.booked-slots-tournament .middle-info h6{
  font-size: 16px;
  font-weight: 600;
}
.booked-tournament-card:hover{
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}


.drop-collaps{
  display: block;
  border-top: 1px solid #eee; 
  border-radius: unset;
}
.drop-collaps:hover{
  background-color: #047951;
}
.fa-angle-down{
  /*font-size: 25px;*/
  font-weight: 700;
  color: #047951;
}
.card-tournament-req-time a{
    transition: 0.3s;
}
.card-tournament-req-time a:hover .fa-angle-down{
    color: #fff;
}
.card-tournament-req-time a[aria-expanded="false"] .fa-angle-down{
    transform: rotate(180deg);
    transition: 0.3s;
}
.card-tournament-req-time a[aria-expanded="true"] .fa-angle-down{
    transform: rotate(0deg);
    transition: 0.3s;
    
}
.padding-b-100{
  padding-bottom: 100px;
}


.card-tournament-req-time .card-header{
    background: #f7f7f7;
    padding: 0!important;
}
.right-border{
    border-right: 1px solid #eee;
}
.tournament-day .theday{
    /*font-size: 20px;*/
    font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #009c00;
}

/** dashboard***/

.dashboard-card{
  background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}
.dash-no{
  font-size: 35px;
  font-weight: 600;
}


/*** tournament-view***/


.card-tournament a.tournament-title{
  color: #047951;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
.card-tournament .request-tournament-btn{
  background-color: #047951;
  border-color: #047951;
  display: block;
  width: 30%;
  font-weight: 600;
  font-size: 17px;
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.card-tournament .request-tournament-btn:hover{
  background: #014f45;
  border-color: #014f45;
}
.tournament-info {
  padding: 20px;
}

.tournament-view-all-card{
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.tournament-view-all-card:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.request-registration-btn{
  border: 1px solid #0072bb;
  background: #0072bb;
  color: #FFF;
}
.request-registration-btn:hover{
  background: #014f45;
  border-color: #014f45;
}
.sub-tournament-card{
  font-weight: 600;
}
.sub-tournament-card-color {
  background-color: #A5A5A5 !important;
  border-color: #A5A5A5;
  color: #fff;
}

.date-card-heading {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}


.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon3 span {
  background:#175c17 ;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
.upper-info .date{
  text-align: right;
}
.sub-tournament-card label{
  margin-bottom: unset;
}
.sub-tournament-card-select{
  cursor: pointer;
}
.rcgc-jumbo{
  /*margin-top: 45px;*/
}
.swal2-title {
  font-size: 1.3em !important;
}

.group-selected {
  background: #cfecff;
  border: thin solid #0072bb;
}

.btn-group-unselect {
  display: none !important;
}

.btn-group-book, .btn-main-btn {
  width: auto;
  font-size: 0.8rem;
  background: #0072bb;
  border-color: #0072bb;
  color: #FFF;
}

.btn-default {
  width: auto;
  font-size: 0.8rem;
  background: #ababab;
  border-color: #8a8a8a;
  color: #FFF;
}

.form-control {
  font-size: 14px;
  background: #eeeeee;
}

select.minimal {
  background: #cfecff;
  height: 50px;
  border: thin solid #0072bb;
  font-weight: bold;
  background-image: linear-gradient(45deg, transparent 50%, #636363 50%), linear-gradient(135deg, #636363 50%, transparent 50%);
  background-position: calc(100% - 28px) calc(1em + 3px), calc(100% - 13px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
  background-size: 15px 12px, 16px 13px, 1px 1.5em;
  background-repeat: no-repeat;

  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal:focus {
  background: #e1e1e1;
  background-image:
  linear-gradient(45deg, #636363 50%, transparent 50%),
  linear-gradient(135deg, transparent 50%, #636363 50%);
  background-image: linear-gradient(45deg, transparent 50%, #636363 50%), linear-gradient(135deg, #636363 50%, transparent 50%);
  background-position: calc(100% - 28px) calc(1em + 3px), calc(100% - 13px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
  background-size: 15px 12px, 16px 13px, 1px 1.5em;
  background-repeat: no-repeat;
}

.blue-bg-select {
  background: #cfecff;
  height: 50px;
  border: thin solid #cfecff;
  font-weight: bold;
}

.grey-bg-select {
  background: #e1e1e1;
  height: 50px;
  border: thin solid #e1e1e1;
  font-weight: bold;
}


.swal2-close {
  color: #545454 !important;
}

.card-alert, .already-booked {
  background: #ffd9d9;
  border: thin solid #f9a9a9;
}

.accordion-rules {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion-rules:hover {
  background-color: #e0f3ff; 
}

.accordion-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/* ********************* Pre loader ********************* */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*background: url('../../images/loading_3.gif') 50% 50% no-repeat rgb(255, 255, 255, 0.95);
  background-size: 40%;*/

  /* background: url(../../images/rcgc_no_bg.gif) 50% 50% no-repeat rgb(238 238 238); */
  /* background-size: 20%; */
  background-color: rgb(238 238 238);
  opacity: 1;
}

.loadingmessages {
  position: fixed;
  left: 40%;
  top: 30%;
  width: 80%;
  height: 55%;
  text-align: center;

  background: url(../../images/rcgc_no_bg.gif);
  background-repeat: no-repeat;
}

.blockquote-primary {
  position: absolute;
  bottom: 0;
  width: 100%;

  color: #adadad;
  font-family: 'Poppins';
  font-weight: 200;
}

.tab-content>.active {
  background: none;
}
/* ********************* Pre loader ********************* */

@media (min-width: 320px) and (max-width: 480px) {
  .loadingmessages {
    background-size: 125px 125px;
    left: 33%;
    top: 38%;
  }


  .btn-group-book {
    width: 90%
  }
  .title-bar a.button-left{
    display: block;
  }
  .date-picker .card-body{
    padding: 0;
  }
  .dates .date {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 30px;
    display: inline-block;
  }

  .btn-input{
    padding: 5px;
    width: 31px;
    height: 30px;
    font-size: 12px;
  }

  .dates .month {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 30px;
    display: inline-block;
  }
  .times {
    width: 275px;
    padding: 0;
  }
  .mobile-pading-booking{
    padding: 4px;
  }
  .brand-logo{
    width: 100%;
    height: auto;
    padding: 6px;
    min-height: 68px;
  }
  a.navbar-brand img {
      max-width: 35px;
  }
  .brand-logo a{
    margin-top: 0;
    width: 50px;
    height: 48px;
    position: unset;
  }
  .navbar-dark .navbar-toggler{
    float: right;
  }
  .bottom-info .tee-time-select-btn{
    display: block;
    width: 100%;
    border-radius: 0px 0px .25rem .25rem;
    /*font-weight: 600;*/
    font-size: 15px;
    background: #04796a;
    border-color: #04796a;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .bottom-info .tee-time-cancel-btn{
    display: block;
    width: 100%;
    border-radius: 0px 0px .25rem .25rem;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .card-tournament .request-tournament-btn{
    background-color: #047951;
    border-color: #047951;
    display: block;
    width: 100%;
    border-radius: 0px 0px .25rem .25rem;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px;
    margin-right: 0px;

  }

  .booked-slots-tee .upper-info .date {
     margin-top: 8px;
  }
  .upper-info .date {
    text-align: left;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-dark .navbar-nav .nav-link {
      font-weight: 600;
  }
  .third-button:focus {
    outline: none;
  }

  .app-header__logo .logo-src {
    background:url(../../images/logo-inverse.png);
    background-repeat: no-repeat;
  }

  .app-header {
    height: 40px;
  }

  .no-padding-mobile {
    padding: 0;
  }

  .page-footer {
    padding-top: 0 !important; 

    bottom: 0;
    position: fixed;
    z-index: 9;
    width: 100%;
  }

  .ps {
    overflow: scroll !important;
  }
  
  .navbar {
    display: none;
  }

  .center-mobile {
    text-align: center;
    width: 100%;
  }

  .title-bar {
    margin-top: 65px;
  }

  .loader {
    background-size: 100%;
  }

}


@media (min-width: 768px) and (max-width: 1024px) {
.title-bar a.button-left{
  display: block;
  margin: 5px 64px 5px -5px;
  }
  .brand-logo{
  width: 100%;
}
a.navbar-brand img {
    max-width: 60px;
}
.brand-logo a{
  margin-top: -10px;
  width: 85px;
  height: 85px;
}
.navbar-dark .navbar-toggler{
  float: right;
}
.navbar-nav{
  text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
    font-weight: 600;
}
a.navbar-brand img {
    max-width: 35px;
}
.brand-logo a {
    margin-top: -10px;
    width: 50px;
    height: 48px;
}
    .third-button:focus{
    outline: none;
  }
}

.form-label-group label {
  font-size: 13px;
  font-weight: bold;
}

.big-green-font {
  font-weight: bold;
  font-size: 1.8rem;
}

.auto-height {
  height: auto;
}

.logout:before {
  display: inline-block;
  content: "";
  border-top: thin solid #cecece;
  width: 100%;
  transform: translateY(-1rem);
  margin-bottom: -14px;
}

.dashboard-icons {
  width: 45px;
}

.grid-items {
  display: grid;
  /*grid-template-columns: 50% 50%;*/
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 186px);
}

.member-name a {
 /* line-height: 18px !important; */
  height: 18px !important;
}

.member-name a:hover, .profilepic:hover {
  background: unset !important;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-disabled {
  color: #fff;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.memberprofilepic {
  width: 160px;
  height: 160px;
}

.blackfont, .blackfont span {
  color: #000 !important;
}

.credit-card-box {
  padding: 5px .5rem 5px 2.2rem;
  border: 1px solid #cecece;
  background: rgb(254,254,254);
  background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(232,232,232,1) 43%, rgba(246,246,246,1) 100%);
}

.add-new-card-box {
  padding: 12px .5rem 12px 2.2rem;
}

.card-row {
  width: 100%;
}

.credit-card-icon {
  width: 40px;
  margin-left: -5px;
}

/* .credit-card-icon::before {
  content: 'asdasd';
  width: 50px;
  background-color: red;
} */

.credit-card-flex-div {
  display: flex;
  align-items: center;
}

.credit-card-number {
  font-weight: 600;
  color: #606060;
  font-size: 13px;
  width: 100%;
}

.credit-card-type {
  color: #9b9a9a;
  font-size: 13px;
  float: left;
}

.credit-card-selected {
  border: 2px solid green;
}

.radiocardclass {
  opacity: 0;
}

.plus-icon-div {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 8px;
  margin-right: 15px;
  background: #0072bb;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plus-icon-div .fa {
  color: #FFF;
}

.light-blue-border {
  border: solid 1px #0072bb94;
}

.rupees-box {
  border: none;
  background: #fff;
  color: #9d9d9d;
}

.settlement-textbox {
  border: none;
  background: #fff;
}

.credit-card-number, .credit-card-type {
    font-size: 12px;
    width: 100%;
    float: left;
}

/* ************************* Scroll ********************************** */
.app-main__outer::-webkit-scrollbar, .app-sidebar__inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.app-main__outer::-webkit-scrollbar-button, .app-sidebar__inner::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.app-main__outer::-webkit-scrollbar-thumb, .app-sidebar__inner::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.app-main__outer::-webkit-scrollbar-thumb:hover, .app-sidebar__inner::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.app-main__outer::-webkit-scrollbar-thumb:active, .app-sidebar__inner::-webkit-scrollbar-thumb:active {
  background: #7d7d7d;
}
.app-main__outer::-webkit-scrollbar-track, .app-sidebar__inner::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.app-main__outer::-webkit-scrollbar-track:hover, .app-sidebar__inner::-webkit-scrollbar-track:hover {
  background: #666666;
}
.app-main__outer::-webkit-scrollbar-track:active, .app-sidebar__inner::-webkit-scrollbar-track:active {
  background: #333333;
}
.app-main__outer::-webkit-scrollbar-corner, .app-sidebar__inner::-webkit-scrollbar-corner {
  background: transparent;
}
/* ************************* // Scroll ********************************** */

.add-card-details, .add-card-details > .card-body {
  border: none;
  background-color: #FFF;;
}

.payment-opt-image {
  width: 70%;
}

.payment-option-icons {
  align-content: center;
  width: 100%;
  height: 50px;
  background-color: #F5F5F5;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(212, 212, 212, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(212, 212, 212, 1);
  box-shadow: 0px 2px 5px 0px rgba(212, 212, 212, 1);
}