.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: block;
    font-size: 40px;
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: -2px;
    background: linear-gradient(90deg, #fc0 var(--percent), #ccc var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.delete-order-item{
    font-weight: 600;
    font-family: 'Font Awesome 5 Free', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs{
    border:none;
}
.card-body{
    padding: 1.25rem 0px;
}

.checkout-complete{
    text-align: center;
    padding: 70px 0px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3)
}
.checkout-complete h3{
    font-weight: bold;
}
.checkout-complete h3 span{
    color: #32D093;
}
.checkout-complete i{
    font-size: 180px;
    padding: 50px 0px;
    color: #32D093;
}
.checkout-complete a{
    color: #fff;
    padding: 10px 30px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 25px;
    margin: 0px 10px;
    transition: color 1s, background-color 1s;
}
.checkout-complete a.account{
    background-color: #32D093;
    border: 1px solid #32D093;
}
.checkout-complete a.account:hover{
    background-color: #fff;
    color: #32D093;
    text-decoration: none;
}
.checkout-complete a.order-status{
    background-color: #FF3D9E;
    border: 1px solid #FF3D9E;
}

.checkout-complete a.order-status:hover{
    background-color: #fff;
    color: #FF3D9E;
    text-decoration: none;
}
#commerce-checkout-flow-multistep-default input[type='text'],
#commerce-checkout-flow-multistep-default input[type='email'],
#commerce-checkout-flow-multistep-default input[type='tel'],
#commerce-checkout-flow-multistep-default select,
#edit-payment-information-billing-information input[type='text'],
#edit-payment-information-billing-information input[type='email'],
#edit-payment-information-billing-information input[type='tel'],
#edit-payment-information-billing-information select{
    padding: 5px 12px;
    border: 1px solid; 
    border-radius: 0px;
    height: 50px;
}
.js .yg-orders td .dropbutton-multiple{
    margin-right: 0px;
    padding-right: 0px;
}
label.option img.img-fluid {
    height: 30px;
    object-fit: cover;
}
section#my-billing-profile p {
    margin: 0px;
}
.layout-main{
    margin:0px; 
}

/*Loader css*/
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  display:flex;
  margin:auto;
  border-top: 5px solid #32d093;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.loader-overlay{
  display: none;
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.5);
}
.loader-wrapper{
  position: absolute;
  top:35%;
  width:100%;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*Review Detail Page*/
.yg-review-details h4{
    color: #000;
    font-weight: 700;
    background: 0 0;
    font-size: 20px;
}
/*403,404*/
#access-denied {
  padding: 80px 0px 80px 0px;
}
.title-section {
  border: 2px solid #32d093;
  padding: 0px 0 25px;
  border-radius: 3px;
  margin-bottom: 50px;
} 
.title-section h2 {
  color: #32d093;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 160px;
  margin-bottom: 0;
}   
.title-section h3 {
  color: #32d093;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.8px;
}
#access-denied h4 {
  color: #000;
  font-size: 37px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
#access-denied p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 0;
  margin-bottom: 20px;
}
#access-denied a {
  color: #fff;
  background: #EF579D;
  font-size: 16px;
  padding: 10px 35px;
  letter-spacing: 0.2px;
  border-radius: 30px;
  transition: 0.6s ease-in-out;
}
#access-denied a:hover {
  background: #32d093;
}
/*403,404 End*/
/*login page*/
#login .description {
  display: none;
}
#login h2 {
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.8px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 35px;
}
#login .login-form {
  border-radius: 3px;
  overflow: hidden;
  padding: 45px 30px 50px;
  border: 1px solid #ddd;
  width: 100%;
}
#login .login-form .form-group {
  margin-top: 1.3rem;
  margin-bottom: 0rem;
}
#login .login-form .form-group.req-pass {
  margin-top: 0.2rem !important;
  margin-bottom: 1.3rem;
}
#login .login-form .form-group.req-pass a{
  color: #3daee1;
  float: right;
}
#login .login-form label {
  margin-bottom: .2rem;
  color: #000;
  font-size: 16px;
}
#login .login-form input:not([disabled]):not([type="submit"]) {
  width: 100%;
  border-radius: 1px;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  padding: 7px 10px 7px;
  color: #333;
  background: #f4f4f4;
  border: 1px solid #ddd;
  letter-spacing: 0.4px;
}
.login-button.text-center {
  padding-top: 30px;
}
/*Login End*/
/*Register*/
#login.register .login-form .form-group.req-pass {
  margin-top: 1.3rem;
  margin-bottom: 0rem;
  text-align: center;
}
#login.register .login-form .form-group.req-pass a {
  float: none;
  padding-left: 4px;
}
#login.register .login-button {
  padding-bottom: 20px;
}
/*Register End*/
/*Request Password*/
#login.forget-pass .form-group p {
  font-size: 13px;
  padding-top: 10px;
}
/*Request Password End*/
/*Tabs*/
#user-tabs ul{
  overflow: hidden;
  height: auto;
  margin: 20px 0 50px;
  white-space: nowrap;
  border: none;
  border-collapse: collapse;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
  line-height: normal;
}
#user-tabs ul li{
  display: block;
  float: left;
  margin: 0 5px 0 0;
  vertical-align: bottom;
}
#user-tabs ul li a{
  display: block;
  height: 2.8em;
  padding: 0 20px 3px;
  color: #000;
  border-width: 1px;
  border-color: #bbb;
  text-shadow: 0 1px 0 #fff;
  font-size: 15px;
  line-height: 40px;
}    
#user-tabs ul li a.is-active {
  color: #3e6bce;
  float: left;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #bbb;
  background-color: #fff;
  border-bottom-color: #fff;
  background-color: #fff;
}
/*Tabs End*/
/* Responsive */
@media (max-width: 575.98px) {
  .title-section {
    padding: 30px 0 50px;
  }
  .title-section h2 {
    font-size: 140px;
  }
  #access-denied h4 {
    font-size: 30px;
  }
  #access-denied p {
    font-size: 16px;
  }
  #login .login-form {
    padding: 45px 10px 50px;
  }
  #user-tabs ul {
    background: none; 
    border: 1px solid #bbb;
    padding-left: 0;
  }
  #user-tabs ul li {
    display: grid;
    float: none;
    margin: 0;
  }
  #user-tabs ul li a {
    padding: 5px 10px;
    background: #ededed;
  }
  #user-tabs ul li a.is-active{
    border-radius: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #user-tabs ul {
    background: none; 
    border: 1px solid #bbb;
    padding-left: 0;
  }
  #user-tabs ul li {
    display: grid;
    float: none;
    margin: 0;
  }
  #user-tabs ul li a {
    padding: 5px 10px;
    background: #ededed;
  }
  #user-tabs ul li a.is-active{
    border-radius: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #access-denied p {
    padding: 0px 20px 15px;
  }
  #user-tabs ul li a {
    padding: 0 10px 3px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #user-tabs ul li a {
    padding: 0 14px 3px;
  }
}
@media (min-width: 1200px) {
  #access-denied p {
    padding: 0px 150px 15px;
    margin-bottom: 30px;
  }
}
#yg_referal_link {
  margin-top: 40px;
}
#yg_referal_link h2 {
  text-align: center;
}
#referal_link {
  padding: 30px 20px;
  border: 2px solid #32d093;
}
#referal_link {
  max-width: 100%;
  font-size: 56px;
}
#referal_link {
  font-size: 18px;
}
#yg_referal_link .tooltip {
  position: relative;
  display: inline-block;
}

#yg_referal_link .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

#yg_referal_link .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#yg_referal_link .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Landing Page */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.btn-primary-blue {
  background: #2C66DC;
  font-size: 1.125rem;
  border: 0.125rem solid #2C66DC;
  padding: 0.625rem 2.25rem!important;
  color: #fff;
}
.btn-primary-blue:hover{
  background: #000000;
  border: 0.125rem solid #000000;
  color: #fff;
}
.btn-primary-blue:not(:disabled):not(.disabled).active, .btn-primary-blue:not(:disabled):not(.disabled):active, .show>.btn-primary-blue.dropdown-toggle {
  background-color: #2C66DC;
  border: 0.125rem solid #2C66DC;
  color: #fff;
}
.btn-primary-blue:not(:disabled):not(.disabled).active:focus, .btn-primary-blue:not(:disabled):not(.disabled):active:focus, .show>.btn-primary-blue.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary-blue.focus, .btn-primary-blue:focus {
  background-color: #2C66DC;
  border: 0.125rem solid #2C66DC;
  box-shadow: none;
  color: #fff;
}
.btn-outline-primary-blue {
  background: transparent;
  font-size: 1.125rem;
  border: 0.125rem solid #2C66DC !important;
  padding: 0.625rem 2.25rem;
  color: #2C66DC;
}
.btn-outline-primary-blue:hover{
  background: #2C66DC;
  border: 0.125rem solid #2C66DC;
  color: #fff;
}
.btn-outline-primary-blue:not(:disabled):not(.disabled).active, .btn-outline-primary-blue:not(:disabled):not(.disabled):active, .show>.btn-outline-primary-blue.dropdown-toggle {
  background-color: #2C66DC;
  border: 0.125rem solid #2C66DC;
  color: #fff;
}
.btn-outline-primary-blue:not(:disabled):not(.disabled).active:focus, .btn-outline-primary-blue:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary-blue.dropdown-toggle:focus {
  box-shadow: none; 
}
.btn-outline-primary-blue.focus, .btn-outline-primary-blue:focus {
  background-color: #2C66DC;
  border: 0.125rem solid #2C66DC;
  box-shadow: none;
  color: #fff;
}
.bg-highlight {
  background-color: #ECF5FE;
}
.bg-primary-blue {
  background-color: #2C66DC;
  color: #fff;
}
#landing-page-menu {
  box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}
#landing-page-menu .nav-link {
  font-size: 16px !important;
  line-height: 1.4 !important;
}
#landing-page-menu .nav-link-primary {
  background-color: #2C66DC;
  border-color: #2C66DC;
  font-size: 16px !important;
  line-height: 1.4 !important;
  padding: 4px 12px 3px !important;
  width: 96px;
  height: 32px;
  text-align: center;
  border-radius: 1.5rem;
  color: #fff;
}
#landing-page-menu .nav-link-primary:hover {
  background-color: #32d093;
  border-color: #32d093;
}
.dtio-cp {
  padding-top: 120px;
  padding-bottom: 120px;
}
#dtio-banner h1 {
  color: #3D3D3D;
  font-size: 42px !important;
  line-height: 1.3;
}
#dtio-banner h1 span.sm {
  font-size: 30px;
}
#dtio-banner h1 span.highlight {
  color: #2C66DC;
}
#dtio-banner h1 span.md {
  width: 55%;
  margin: 0px auto;
}
#dtio-banner h1 span {
  display: block;
}
#dtio-banner .card-feature.large {
  width: 290px;
}
#dtio-banner .card-feature {
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
  min-width: 256px;
  border: none;
  margin: 15px;
}
#dtio-banner .card-feature .highlight {
  background-color: #ECF5FE;
  color: #2C2C2C;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#dtio-banner .card-feature .feature {
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 12px 20px;
}
#dtio-banner .card-feature .feature p {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
#dtio-banner .dtio-cblock {
  display: flex;
  align-items: center;
  justify-content: center;
}
#dtio-banner .dtio-cblock .btn {
  margin: 15px 10px;
}
#dtio-banner .dtio-cblock .btn-lg {
  font-size: 22px;
  line-height: 1.5;
  height: 60px;
  border-radius: 30px;
}
#dtio-services h3 {
  font-size: 24px;
  list-style: 1.4
}
#dtio-services img {
  height: 60px;
  margin-bottom: 30px;
}
#dtio-services .service-item {
  padding: 25px;
}
#dtio-pricing .card-pricing {
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
  min-width: 256px;
  margin-bottom: 30px;
  border: none;
}
#dtio-pricing .card-body {
  padding: 35px;
}
#dtio-pricing .card-title {
  display: flex;
  align-items: center;
}
#dtio-pricing .title-info {
  font-size: 20px;
  font-weight: bold;
}
#dtio-pricing .plan-name {
  min-height: 80px;
  padding: 23px 30px;
  display: flex;
  align-items: center;
}
#dtio-pricing .plan-price {
  min-height: 80px;
  padding: 23px 30px;
  flex-grow: 1;
  color: #2C66DC;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
#dtio-pricing .plan-price .currency {
  font-size: 12px;
  color: #515252;
  margin: 10px 0 0 8px;
  font-weight: normal;
}
#dtio-pricing .plan-conditions {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  padding: 25px 0 10px;
}
#dtio-pricing .btn-lg {
  font-size: 22px;
  line-height: 1.5;
  height: 60px;
  border-radius: 30px;
}
ul.dtio-list {
  padding-left: 0;
}
ul.dtio-list li { 
  position:relative;
  font-size:18px;
  font-weight:600;
  line-height:1.6;
  text-decoration:none;
  color:rgba(0,0,0,1);
  padding: 10px 10px 5px 30px;
  border-bottom: 1px dashed #2C66DC;
  list-style-type:none;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out
}
ul.dtio-list li a { 
  text-decoration:none
}
ul.dtio-list li:before {
  position:absolute;
  content:"";
  background:url('../images/icons/check-solid.svg');
  width:16.6px;
  height:11.8px;
  top:18px;
  left:0
}
ul.dtio-list ul {
  padding-left: 0;
}
ul.dtio-list-sub li {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  padding: 4px 0 0 15px;
  border: none;
}
ul.dtio-list-sub li:before {
  position:absolute;
  background: none;
  content:"*";
  top:4px;
  left:0;
  color:#2C66DC;
}
ul.dtio-list.style-2 li { 
  padding: 5px 10px 5px 30px;
  border-bottom: none;
}
ul.dtio-list.style-2 li:before {
  top: 14px;
}
.our-works-slider .owl-nav .owl-prev, .our-works-slider .owl-nav .owl-next {
  position: absolute;
  top: 44%;
  background-color: #2C2C2C;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out
}
.our-works-slider .owl-nav .owl-prev:hover, .our-works-slider .owl-nav .owl-next:hover {
  background-color: #2C66DC;
  box-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}
.our-works-slider .owl-nav .owl-prev {
  left: -35px;
}
.our-works-slider .owl-nav .owl-next {
  right: -35px;
}
.our-works-slider .item .dtio-work-image {
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
  margin-bottom: 30px;
}
#dtio-contact .form-item label, .form-wrapper .label {
  font-size: 14px;
  font-weight: 600;
}
#dtio-contact .form-required:after {
  color: #2C66DC;
}
#dtio-contact .form-group {
  margin-top: 7px;
  margin-bottom: 7px
}
#dtio-contact .form-control {
  border: 1px solid #2C2C2C;
  border-radius: 3px;
  min-height: 48px;
}
#dtio-contact .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/icons/chevron-down-solid.svg');
  background-repeat: no-repeat;
  background-position: right center;
}
#dtio-contact .form-textarea {
  border: 1px solid #2C2C2C;
  border-radius: 3px; 
}
#dtio-contact input[type=submit]:not(.btn-secondary):not(.delete-order-item) {
  background: #2C66DC;
  border: 0.125rem solid #2C66DC;
  min-width: 150px;
  margin-top: 30px !important;
}
.contact-mail, .contact-phone {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
}
.contact-mail .icon, .contact-phone .icon {
  width: 54px;
  height: 54px;
  display: flex;
  background-color: #ECF5FE;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.contact-mail h4, .contact-phone h4 {
  font-size: 24px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.contact-mail p, .contact-phone p {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  margin-bottom: 10px;
}
.contact-mail .contact-link, .contact-phone .contact-link {
  font-size: 20px;
  font-weight: bold;
}
.contact-mail a, .contact-phone a {
  font-size: 20px;
  font-weight: bold;
  color: #2C66DC;
  margin-right: 5px;
}
.page-node-type-landing-page #footer {
  background-color: #ECF5FE;
}
.page-node-type-landing-page #copyright {
  padding: 40px 0px 20px;
  border-top: none;
}
@media (max-width: 575.98px) {
  .dtio-cp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #dtio-banner h1 {
    font-size: 28px !important;
  }
  #dtio-banner h1 span.sm {
    font-size: 24px;
  }
  #dtio-banner .dtio-cblock {
    flex-direction: column;
  }
  #dtio-banner .card-feature {
    flex-direction: row;
  }
  #dtio-banner .card-feature .highlight {
    font-size: 28px;
  }
  #dtio-services h2, #dtio-pricing h2, #dtio-works h2, #dtio-solutions h2, #dtio-contact h2 {
    font-size: 24px !important;
  }
  #dtio-services h3 {
    font-size: 20px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .dtio-cp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #dtio-banner h1 {
    font-size: 30px !important;
  }
  #dtio-banner h1 span.sm {
    font-size: 20px;
  }
  #dtio-services h2, #dtio-pricing h2, #dtio-works h2, #dtio-solutions h2, #dtio-contact h2 {
    font-size: 26px !important;
  }
  #dtio-services h3 {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dtio-cp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #dtio-banner h1 {
    font-size: 30px !important;
  }
  #dtio-banner h1 span.sm {
    font-size: 24px;
  }
  #dtio-services h2, #dtio-pricing h2, #dtio-works h2, #dtio-solutions h2, #dtio-contact h2 {
    font-size: 26px !important;
  }
  #dtio-services h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 991.98px) {
  #dtio-banner .card-feature .feature {
    justify-content: center;
  }
  #dtio-banner h1 span.md {
    width: 100%;
  }
  #dtio-banner .card-feature {
    margin: 5px 10px;
  }
  #dtio-banner .dtio-cblock .btn {
    margin: 15px 10px 0;
  }
  #dtio-banner .dtio-cblock .btn-lg {
    font-size: 18px;
    height: auto;
  }
  #dtio-banner .dtio-cblock {
    margin: 15px 0;
  }
  #dtio-services h2, #dtio-pricing h2, #dtio-works h2, #dtio-solutions h2, #dtio-contact h2 {
    margin-bottom: 30px;
  }
  .dtio-agnecy {
    margin-bottom: 60px;
  }
  .dtio-contact-column {
    margin-top: 60px;
  }  
  .our-works-slider .owl-nav .owl-prev {
    left: 0;
  }
  .our-works-slider .owl-nav .owl-next {
    right: 0;
  }
  #dtio-pricing .btn-lg {
    font-size: 20px;
    height: auto;
    padding: 10px 17px;
  }
  .contact-mail a, .contact-phone a {
    font-size: 16px;
  }
  .btn-primary-blue {
    padding: 0.625rem 1.5rem!important;
  }
}
@media (min-width: 992px) {
  #dtio-banner .card-feature {
    flex-direction: row;
  }
  #dtio-banner .dtio-cblock {
    margin: 25px 0;
  }
  #dtio-services .service-item {
    border-right: 1px dashed #bdbcbc;
  }
  #dtio-services .service-item:last-child {
    border-right: none;
  }
  #dtio-services h2, #dtio-pricing h2, #dtio-works h2 {
    margin-bottom: 60px;
  }
  #dtio-solutions h2, #dtio-contact h2 {
    margin-bottom: 30px;
  }
  #dtio-pricing ul.dtio-list {
    min-height: 550px;
  }
  .dtio-contact-column {
    border-left: 1px dashed #bdbcbc;
    padding-left: 90px;
  }    
}

.view-yg-affiliate-referrals tr {
  padding: 0;
  border-bottom: 1px solid #000;
  background: transparent !important;
}
.view-yg-affiliate-referrals .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #000;
  background: transparent;
  color: #000;
  border-top: none;
  padding: 0px 3px 10px;
}
.view-yg-affiliate-referrals .table td,
.view-yg-affiliate-referrals .table th {
  padding: 15px 5px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.view-yg-affiliate-referrals hr {
  margin-bottom: 0;
}