@charset "utf-8";

@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'); 
 
*{
	outline:none;
	padding:0px;
	margin:0px;
    transition: all .2s ease-in;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    color:#000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
} 
 
 
.clear{ clear:both; }

img {
    max-width: 100%;
    object-fit: contain;
}

 
a {
    color: #f56708;
    font-weight: 600;
}
 

.contentpanel { 
    margin: auto;
    padding: 40px 60px;
}

section.wrapper {
    background: #f5f7f8;
}

.top-block {
    border-radius: 16px;
    border: solid 1.5px #ccc;
    background-color: #ffffff;
    margin: 15px auto;
    position: relative;
    display: inline-block;
    width: 100%;
}

.top-head {
    vertical-align: middle; 
    position:relative;
    background:#e7f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
} 

.sgr-logo {
    text-align: left;
    margin: 0rem 2rem;
    flex: 1;
	padding: 1rem 1rem;
} 
.sgr-logo img {
    height: 35px;
    width: auto;
    object-fit: contain;
}
.sgr-pattern-left, .sgr-pattern-right {
    height:85px;
    width: auto;
    overflow: hidden;
    display: block;
    text-align: left;
    margin: 0;
} 

.sgr-pattern-left img, .sgr-pattern-right img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.btn-primary{
	border-radius: 8px;
	background-color: #f56708;
	padding: 11px 20px;
	text-transform: none;
	border: 1px #f56708 solid;
	margin: 10px 0;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	min-width: 180px;
}

.btn-primary:hover, 
.btn-primary:active:hover, 
.btn-primary:active:focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:active:focus {
	background: #fff !important;
	color: #f56708 !important;
	border: 1px #f56708 solid !important;
	outline: none !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background: #e5e5e5;
    border-color: #e5e5e5;
}

.btn-outline-primary{
	border-radius: 8px;
	background-color: #fff;
	padding: 11px 20px;
	text-transform: none;
	border: 1px #000 solid;
	margin: 10px 0;
	font-family: Poppins;
	  font-size: 16px;
	  font-weight: 600;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.5;
	  letter-spacing: -0.3px;
	  text-align: center;
	  color: #000; 
  min-width:200px;
}

.btn-outline-primary:hover, 
.btn-outline-primary:active:hover, 
.btn-outline-primary:active:focus, 
.btn-outline-primary:active, 
.btn-outline-primary:focus, 
.btn-outline-primary:active:focus {
	background: #000 !important;
	color: #fff !important;
	border: 1px #000 solid !important;
	outline: none !important;
}

h2.heading {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.3px;
	color: #152c44;
	margin: 0.5rem 0;
	text-transform: capitalize;
}


.progress-meter {
    position: relative;
    text-align: center;
    margin: auto;
    padding: 5px 0;
	min-height: 278px;
}
.progress-meter canvas {
    max-width: 100%;
}

svg.radial-progress {
  height: auto;
  width: 260px;
  max-width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #ecedf4;
  stroke-dashoffset: 140; /* Circumference */
  stroke-width: 10px;
  stroke-linecap: round;
}

svg.radial-progress circle.incomplete {
    opacity: 1;
    stroke: #ecedf4 !important;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 200; /* Circumference */
  stroke: #24c46e;
} 

.level-info {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    bottom: 0;
    padding: 50px 20px;
}
 

.level-info h1 {
    margin: 11px auto;
    font-size: 40.3px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.86px;
    text-align: center;
    color: #1d1d22;
    font-family: 'Poppins';
}

.level-info h1 span {
    display: block;
    font-size: 11.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.29px;
    text-align: center;
    color: #1d1d22;
    font-family: "Poppins";
}

.level-info h6 {
    font-size: 11.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    /* letter-spacing: -0.5px; */
    text-align: center;
    color: #1d1d22;
    font-family: "Poppins";
}

.star-icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
    text-align: center;
    margin: auto;
}

.tracker h4 {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: -0.16px;
    text-align: center;
    color: #1d1d22;
}

.tracker h5 {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: -0.16px;
    text-align: center;
    color: #818f9d;
}

.tracker h5 span {
    font-weight: 800;
    color: #43576c;
}


.currentlevel-header h2 {
   font-family: Poppins;
   font-size: 28px;
   font-weight: 600;
   font-stretch: normal;
   font-style: normal;
   line-height: 0.86;
   letter-spacing: -0.4px;
   color: #152c44;
   margin: 10px auto;
   text-transform: capitalize;
}

.progress.userProgress {
    height:24px;
    background:  #ecedf4;
    border-radius: 16px;
    margin:10px auto; 
    box-shadow: none;
    width: 100%; 
    display: inline-block; 
}
.userProgress .progress {
    background: #041f3b;
    position: relative;
    box-shadow: none;
    border-radius: 16px;
	    height: 24px;
} 
hr {
    margin: 10px auto;
    border-radius: 16px;
    border-top: solid 1px #dddfea;
    background-color: #ffffff;
}

.unlock-activity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1rem 0;
}

.unlock-activity h5 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.4px;
    color: #041f3b;
    text-align: left;
}

.unlock-activity h5 small {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.2px;
    color: #818f9d;
    display: block;
}
.progress-sec {
    padding: 2rem 2rem;
    position: relative;
}

.unlock-activity h5:last-child {
    text-align: right;
}

.level-bottom h4 {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: -0.16px;
    text-align: center;
    color: #1d1d22;
    margin: 1rem auto;
    text-decoration: underline;
}

.reward-panel {
    padding: 1rem 0;
    position: relative;
}



.reward-tile {
    border-radius: 8px;
    background-color: #ffffff;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.reward-pnts {
    border-radius: 10px 10px 0px 0px;
    background-color: #152c44;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    padding: 15px 30px;
    width: 100%;
} 

.reward-desc {
    padding: 15px 15px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100%; */
    width: 100%; 
    flex: 1;
}

.reward-item {
   border-radius: 8px;
   background-color: #fff;
   border:solid 1.5px #ccc;
   text-align: center;
   margin: 0rem auto;
   padding: 20px 20px;
   height: 120px;
   overflow: hidden;
   width: 100%;
   display: block;
} 

.reward-desc h3 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.17px;
    color: #000000;
    margin: 10px auto;
     flex: 1; 
	 padding:0rem 1rem;
}

.reward-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.btns {
    margin-top: auto;
    width: 100%;
}
.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f56708;
}

.streak-sec {
    padding: 1rem 0;
    position: relative;
}

.streak-sec .heading, 
.earn-points .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.streak-card { 
    position: relative;
}

.streak-title {
    display: flex;
    align-items: center;
    gap: 7px;
}
.streak-icon {
    padding-top: 10px;
}
.streak-icon img {
    height: 70px;
}

.streak-title h3 {
    font-family: Poppins;
    font-size: 37px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.64px;
    color: #152c44;
    text-align: left;
    padding-left:0.8rem;
    margin-bottom: 0;
    padding-top: 10px;
}

.streak-title h3 span {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3.77px;
    color: #606064;
    display: block;
}

/* progress wrapper */
.streak-progress {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

 

/* step container */
.streak-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
/* connector before each step */
.streak-progress::before {
    content: "";
    position: absolute;
    top: 12px;              /* aligns with flame center */
    left: 10%;
    width: 81%;
    height: 1px;
    background: #979797;
    z-index: 1;
}

/* first step has no connector */
.streak-step:first-child::before {
    display: none;
}
.show{
	display:flex;
}
.hide{
	display:none;
}

.streak-step span {
    position: relative;
    z-index: 3;  
}
 
.streak-step.active .show {
   display:none !important;
}
.streak-step.active .hide {
   display:flex !important;
}


.streak-box {
     width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

.streak-step span img {
    height: 32px;
    position: relative;
}

.streak-box:after {
    content: '';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
}

.streak-step.active .streak-box {
    background: #2dbd6e;
}
.streak-step.active .streak-box:after{
    content: '\f00c';
}
  

.earn-points {
    padding: 1rem 0;
    position: relative;
}


.act-tile {
    border-radius: 8px;
    border: solid 1.5px #ccc;
    background-color: #fff;
    vertical-align: middle;
    margin: 0px auto;
    padding: 10px 10px 0;
    position: relative;
    text-align: center;
    width: calc(100% - 1px);
    height: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 32px;
}
.item-clubCourse .act-tile:before {
    content: 'Surpreme Golf Club Only';
    width: 100%;
    background: #4a30da;
    position: absolute;
    top: 0;
    left: 0;
    /* height: 32px; */
    border-radius: 8px 8px 0px 0px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.4px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.4rem;
    text-transform: uppercase;
}
.act-tile img {
    max-width: 100%;
    margin: auto;
    height: 80px;
    object-fit: contain;
}

.act-tile h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.46px;
    text-align: center;
    color: #152c44;
    margin: 0.7rem auto 0.5rem;
}

.act-tile p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    text-align: center;
    color: #43576c;
}
.checkmark {
    position: absolute;
    top: 2.2rem;
    left: 1rem;
    font-size: 1.2rem;
}

.act-icon {
    /* padding-top: 2rem; */
}
 
.act-tile h5 {
    color: #f56708 !important;
    margin: auto;
    font-weight: 600;
    font-size: 14px;
}

.earnpoints-slider .item a {
    text-decoration: none;
}
/* Make all owl items equal height */
.owl-stage {
    display: flex;
    padding-bottom: 10px;
}

 .owl-item {
    display: flex;
    align-items: stretch;
}

.item {
    display: flex;
    width: 100%;
	
}
 
.activity-body {
    border-radius: 8px;
    border: solid 1.5px #ccc;
    background-color: #ffffff;
    margin: 15px auto;
    padding: 20px 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.activity-body h3 {
     font-family: Poppins;
     font-size: 1.2rem;
     font-weight: 600;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.36;
     letter-spacing: -0.2px;
     color: #152c44;
}


.close-tile {
    position: absolute;
    right: 20px;
}

.close-tile i {
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    color: #f56708;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    border: solid 1.5px #ccc;
	cursor: pointer;
}


.block {
    border-radius:8px;
    border: solid 1.5px #ccc;
    background-color: #ffffff;
    margin: 15px auto;
    padding: 2rem 1.5rem;
    position: relative; 
    width: 100%;
}
.refer-sec {
    padding: 1rem 0;
    position: relative;
}

.refer-sec h4{
	 font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.2px;
  color: #152c44;
}
.uniquecode {
    width: 100%;
    position: relative;
}
.shortLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 1rem;
} 
.shortLink h5 {
    border-radius: 8px;
    border:solid 1.5px #ccc;
    background-color: #fff;
    padding: 15px 20px;
    flex: 1;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.19px;
    color: #000;
}

.shortLink span {
    border-radius: 8px;
    background-color: #f56708;
    position: relative;
	padding: 0.8rem 1rem;
    color: #fff;
    margin-left: 1rem;
    text-align: center;
    width: 300px;
}

.benefits-sec {
    display: flex;
    padding: 1rem 0;
    position: relative;
}

.benefits-sec .row {
    display: flex;
    align-items: stretch;
}

.benefits-sec .col-sm-7,
.benefits-sec .col-sm-5 {
    display: flex;
    flex-direction: column;
}

.stats .link {
    margin: 0.5rem 0;
}

.golf-benefits {
    /* padding: 1rem 0; */
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.golf-benefits ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.golf-benefits ul li {
    vertical-align: middle;
    border-radius: 8px;
    border: solid 1.5px #ccc;
      background-color: #fff;
    margin: 10px auto;
    padding: 1.5rem 1.5rem;
    position: relative;
}

.golf-benefits ul li h4 {
    font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: -0.34px;
  color: #152c44;
    margin:0rem 0 0.8rem;
} 

.golf-benefits ul li p {
    font-family: Poppins;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.2px;
  color: #43576c;
    margin:0;
}

.stats {
    padding: 1rem 0 0.6rem;
    position: relative;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.stat-box {
    text-align: center;
    border-radius: 8px;
    border: solid 1.5px #ccc;
    background-color: #ffffff;
    margin: 0px auto 0px;
    padding: 1.5rem 1.5rem;
    position: relative;
    width: 100%;
    flex: 1;
}

h1.level_points_earned {
    font-family: Poppins;
  font-size: 78.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 0.57;*/
  letter-spacing: -0.52px;
  text-align: center;
  color: #152c44;
}

.stat-icon {
    padding-bottom: 2rem;
    position: relative;
    margin: auto;
}

.stat-box h4 {
     font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.49px;
  text-align: center;
  color: #152c44;
}

.stat-box p {
    font-family: Poppins;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: -0.42px;
  text-align: center;
  color: #adafb8;
    margin: 0;
}



.link {
    text-align: right;
}
.link a {
    text-align: right;
     font-family: Poppins;
	  font-size: 16px;
	  font-weight: 500;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.5;
	  letter-spacing: -0.13px;
	  color: #f56708;
	  text-decoration:underline;
} 

.activity-history thead, 
.activity-history tbody tr{
  display: table;
  table-layout: fixed;
  width: 100%;
} 
.activity-history thead{
  position: relative;
} 

.activity-history tbody {
  max-height: 300px;
  overflow-y:auto;
  width: 100%;
  display: block;
}  
.activity-history tbody td { 
  text-align: left; 
  vertical-align: middle; 
  border-bottom: 1px #ccc solid; 
  background-color: #fff;
} 
.activity-history td.desc h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.36px;
    color: #152c44;
}
.activity-history td.desc span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.2px;
    color: #43576c;
}
.activity-history td.pts {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.3px;
    text-align: right;
    color: #43576c !important;
    padding-right: 20px;
}

.greencolor {
    color: #00b252 !important;
}

small.status {
    font-weight: 500;
    color: #1e1e20;
}

button.btn-close {
    opacity: 1 !important;
}

.modal-body {
    padding: 2rem 2rem;
}

.modal-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.33px;
    color: #000;
}

.modal-header {
    border-color: #c6c6c8;
    padding: 1.5rem 1.5rem;
}

.modal-body h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.38px;
    color: #000;
    margin-bottom: 1rem;
}
.modal-body h4 {
    font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.3px;
	color: #000;
    margin: 1.5rem 0rem 0.5rem;
}
.modal-footer {
    justify-content: flex-start;
    gap: 10px;
    border: 0;
	padding: 2rem 0rem 0rem !important;
}

.modal-dialog-scrollable {
    max-height: 600px;
}
 
 


@media screen and (max-width:991px){
	.contentpanel {
		padding: 20px 20px;
	}
    .block {
        padding: 20px 20px;
    }
	.streak-icon img {
		height: 50px;
	}
	.streak-title h3 {
		font-size: 30px;
	}
	.streak-title {
		padding-bottom: 1.5rem;
	}
	.streak-btn{
		padding-top: 1.5rem;
	}
	.btn-primary{ 
		min-width: 160px;
	}
	.shortLink {
		flex-direction: column;
	}

	.shortLink h5 {
		width: 100%;
        margin-bottom: 10px;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
	}

	.shortLink span {
		width: 100%;
	}
}

@media screen and (max-width:767px){
    .sgr-pattern-left, .sgr-pattern-right {
        height: 50px;
    } 
	.streak-progress {
		/* padding: 1.5rem 0; */
	}
	.btn-primary{ 
		min-width: 120px;
	}
}
 