@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

:root {
	--green:#8dc641;
}

*:focus {
	outline: none;
}


/*All Class*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* {
    box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}

p {
	line-height: 1.5em;
}

.text-justified {
	text-align:justify;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.flex {
	display: flex;
}
.align-all-center {
	flex: 1;
  	align-items: center;
  	justify-content: center;
}
.space-10 {
	margin-top: 10px
}
.space-20 {
	margin-top: 20px
}
.space-30 {
	margin-top: 30px
}

.m_tb{
  margin: 100px 0;
}

@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

body {
  font-family: 'Roboto', sans-serif;
}

:root {
  --green2:#e85025;
}

.referral-page {
  background:#e6e7e8;
  width: 100%;
  z-index: 3;
  padding:20px 0;
}


.flex-col{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.referral-logo{
  width: 30%;
}

.referral-profile {
  width: 100px;
  height: 100px;
  margin:0 auto;
  border-radius: 50%;
  background: #fff;
  margin-top: 0px;
  overflow: hidden;
}

.referral-profile-pic{
  margin-right: 20px;
}

.referral-info {
  width: 50%;
  display: flex;
}

.referral-info i {
  margin-right: 7px;
  color: #333;
  font-size: 15px;
}

.referral-info h4 {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}

.referral-info p {
  margin:6px 0px;
  font-size: 13px;
  font-family: helvetica;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #333;
}


.referral-info ul li {
  display: inline-block;
  margin:5px 5px 5px 0px;
  /*padding:10px;*/
}

.referral-info ul li a i {
  text-align: center;
  margin:0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
}

.hero-image {
  display: block;
  height: 80vh;
  overflow: hidden;
  width: 100%;
}
.hero-image .inner {
  background-size: cover;
  display: block;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.4s;
  border-radius: 50px;
  background-position: center;
}

.hero-image:hover{
  border-radius: 50px;
}

.hero-image:hover .inner {
  transform: scale(1.05, 1.05);
  border-radius: 50px;
}

.hero-text {
  text-align: center;
  margin-bottom: 80px;
  /* position: absolute;
  width: 80%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  background-color: #e85025;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.hero-text button:hover {
  background-color: #fff;
  border: 1px solid #e85025;	
  color: #e85025;
}

.hero-text h1{
	letter-spacing: 3px;
	color: #e85025;
  -webkit-text-stroke: 6px #fff;
  font-size: 50px;
}

.fix-stroke {
  paint-order: stroke fill;
}

.hero-text p{
  color: #000;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}

.header{
	display: flex;
	align-items: center;
}


.footer-referral {
  position: relative;
  z-index: 33;
  font-size: 11px;
  background:#e85025;
  padding:10px 0;
}

.footer-referral p {
  font-size: 12px;
  color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1169px) {
  .flex-col{
    margin: 0 50px;
  }

  .referral-logo {
    width: 40%;
  }

  .referral-info {
    width: 50%;
  }

  .hero-image{
    height: 60vh;
    margin-bottom: 100px;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .referral-logo {
    width: 40%;
  }

  .hero-image{
    height: 60vh;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .flex-col{
    margin: 0 30px;
  }

  .m_tb{
    margin: 50px 0;
  }

  .hero-image{
    margin-bottom: 50px;
  }
}


@media only screen and (max-width: 480px) {
  .flex-col{
    flex-direction: column;
  }

  .referral-logo {
    width: 80%;
    margin-bottom: 20px;
  } 

  .referral-info {
    width: 100%;
  }

  .referral-profile {
    width: 60px;
    height: 60px;
  }

  .hero-text h1{
    font-size: 35px;
  }

  .hero-text p{
    font-size: 14px;
  }

  .hero-text button{
    font-size: 12px;
  }
}




.acc-flex div {
  padding: 20px 40px;
  border-radius: 12px;
}

.light-pink_cont {
  width: 100%;
  background-color: #FFF5F3;
}

.acc-flex {
  display: flex
;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
}

.acc-flex h4 {
  font-weight: bold;
}

.profile-name {
  padding: 0 !important;
  color: #e85025;
  margin-bottom: 24px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table.acc-table th {
  width: 25%;
  color: #6c757d;
  background-color: transparent;
  font-weight: normal;
  padding-left: 0;
}

.table.acc-table td, .table.acc-table th {
  border: none;
}

.acc-table .col-form-label {
  font-weight: normal;
}

.fit-btn {
  width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-style: italic;
}

.btn-round {
  background-color: #E95024;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 50px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 16px;
}

.mg-tb{
  margin: 80px 0px 160px 0px;
}

.btn-round a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}


.custom-dropdown {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
  user-select: none;
  padding: 0px !important;
}

.custom-dropdown .selected {
  padding: 6px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}

.custom-dropdown .selected img {
  width: 40px;
  height: auto;
}

.custom-dropdown .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  border-radius: 4xpx;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding-left: 10px;
}

.custom-dropdown .options li {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.custom-dropdown .options li img{
  width: 60px;
}

.custom-dropdown .options li:hover {
  background-color: #f0f0f0;
}

.dropdown-arrow {
  margin-left: auto;
  color: #888;
  font-size: 12px;
}


html, body {
  height: 100%;
  margin: 0;
}

/* Make wrapper take all available space */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Push footer to the bottom */
.footer-referral {
  margin-top: auto;
  background-color: #e85025;
  color: white;
  padding: 10px 0;
  font-size: 13px;
}

.content img{
  width: 100%;
  border-radius: 20px;
}
