@font-face {
  font-family: nexa-bold;
  src: url(../fonts/nexa/Nexa-bold.otf);
}
@font-face {
  font-family: nexa-book;
  src: url(../fonts/nexa/NexaBook.otf);
}
.shadow-btn-s {
  box-shadow: 0 13px 9px #fdead5;
}

.shadow-card {
  box-shadow: 0 30px 20px rgba(246, 245, 254, 0.2);
}

.bg-gradient {
  background: linear-gradient(to right, #1c105e, #2D063C);
}

.bg-light {
  background-color: #fff;
}

.bg-dark {
  background-color: #000 !important;
}

.bg-grey {
  background-color: #f9f9f9;
}

.bg-lite {
  background-color: #F3F1FF;
}

.bg-p {
  background-color: #dd559e;
}

.bg-s {
  background-color: #dd559e;
}

.bg-p-lightest {
  background-color: #FFF9FC;
}

.bg-primary {
  background-color: #dd559e !important;
}

.bg-highlighter {
  background-color: #F9CA24;
}

.bg-facebook {
  background-color: #4867AA;
}

.bg-twitter {
  background-color: #50ABF1;
}

.bg-linkedin {
  background-color: #0077B5;
}

.bg-pinterest {
  background-color: #C61D26;
}

.bg-whatsapp {
  background-color: #19BF39;
}

.bg-copy {
  background-color: #1F5EA5;
}

.txt-p {
  color: #dd559e;
}

.txt-lite {
  color: #fff;
}

.txt-s {
  color: #dd559e;
}

.txt-success {
  color: #27a50e;
}

.txt-grey {
  color: #756f97;
}

.txt-dark {
  color: #000;
}

.font-pop, .pop-lite, .btn, .pop-reg {
  font-family: "Poppins", sans-serif;
}

.font-opens {
  font-family: "Open Sans", sans-serif;
}

.pop-heavy, .btn-strong {
  font-weight: bold;
}

.pop-reg {
  font-weight: normal;
}

.pop-lite, .btn {
  font-weight: bold;
}

.para-xs {
  font-size: 12px !important;
}

.para-sm {
  font-size: 14px !important;
}

.para-reg {
  font-size: 16px !important;
}

.para-lg {
  font-size: 18px !important;
}

.para-xl {
  font-size: 20px !important;
}

.h-s {
  font-size: 22px !important;
}

.h-m {
  font-size: 24px !important;
}

.h-l {
  font-size: 28px !important;
}

.h-xl {
  font-size: 32px !important;
}

.h-xxl {
  font-size: 34px !important;
}

.h-xxxl {
  font-size: 42px !important;
  line-height: 80px;
}

.btn {
  width: auto;
  height: 50px;
  line-height: 40px;
  border-radius: 35px;
  border: none;
  padding: 15px 50px;
  font-weight: normal;
}

.btn-s {
  background-color: #dd559e;
  color: #fff;
}

.btn-light-p {
  background-color: #fff;
  color: #dd559e;
}

.btn-light-s {
  background-color: #fff;
  color: #dd559e;
}

.btn-outline-s {
  background: transparent;
  color: #dd559e;
  border: 1px solid #dd559e;
}

.btn-outline-p {
  background: transparent;
  color: #dd559e;
  border: 1px solid #dd559e;
}

.btn-auto {
  width: auto !important;
  min-width: none !important;
  height: auto;
  min-height: auto;
}

.btn-mini {
  padding: 15px !important;
  height: 40px !important;
  line-height: 12px !important;
  font-size: 14px;
  font-weight: normal;
}

.btn-mega {
  height: 60px;
  line-height: 50px;
  font-size: 20px !important;
}

a:not(footer a) {
  color: #dd559e;
}

.link-light a,
a .link-light {
  color: #fff;
}
.link-light a:hover,
a .link-light:hover {
  color: #dd559e;
  text-decoration: none;
}

.w100, .w100 * {
  width: 100%;
}

html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fbfbfb;
}

#wrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

h2 {
  font-size: 2em;
}

.invitetitle h5 {
  font-size: 1.5em;
}

.content_wrapper {
  overflow-x: hidden;
}

.border {
  border: 1px solid #000;
}

.noborder {
  border: none;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.nowrap {
  flex-wrap: nowrap;
}

img {
  max-width: 100%;
}

a {
  color: #dd559e;
}
a:hover {
  text-decoration: none;
  color: #D65B9E;
}

.box-homestats {
  flex-wrap: nowrap;
}
.box-homestats .card {
  padding: 10px 25px;
}

.btn {
  border-radius: 50px;
  padding: 5px 15px;
}

.btn-primary {
  background-color: #dd559e;
  border: none;
}

.btn-primary.btn-lg {
  border-radius: 50px;
  padding: 8px 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-outline-primary,
.btn-outline-p {
  border: 1px solid #dd559e;
  color: #dd559e;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus,
.btn-outline-p:hover,
.btn-outline-p:active,
.btn-outline-p:focus {
  background-color: #dd559e;
  color: #ffffff;
  border: none;
}

.btn-secondary {
  background-color: #6C7A89;
}

.card.home {
  padding: 0;
}
.card.home .row.home {
  padding: 15px;
  padding-bottom: 20px;
}

.card {
  padding: 10px;
  margin: 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #0000001a;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
}
.card .card-header {
  padding: 5px 10px;
  background: transparent;
  color: #6C7A89;
  display: flex;
  justify-content: space-between;
}
.card .card-heading i:before {
  color: #6C7A89;
}
.card .card-body {
  font-size: 14px;
}
.card .card-footer {
  background: transparent;
  border: none;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.card .icon-stat {
  background: #FBE0EE;
  color: #D65B9E;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.card .stat-number {
  font-family: nexa-bold;
  font-size: 32px;
}
.card .stat-number:after {
  content: "\a";
  white-space: pre;
}
.card .stat-label {
  font-size: 16px;
  color: #6C7A89;
}
.card .stat-label.sm {
  font-size: 14px;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

.row.headerow {
  align-items: center;
}

.header {
  width: 100%;
  height: 100px;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
}
.header #brandlogo img {
  max-height: 90px;
}
.header .box-mainnav {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header .box-mainnav .main-nav ul {
  display: flex;
  flex-wrap: nowrap;
}
.header .box-mainnav .main-nav ul li {
  text-align: center;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box-mainnav .main-nav ul li > a {
  box-sizing: border-box;
  padding: 25px 15px;
  height: 100%;
  color: #6C7A89;
}
.header .box-mainnav .main-nav ul li > a .navicon {
  font-size: 18px;
}
.header .box-mainnav .main-nav ul li > a.active {
  background: #dd559e;
  color: #ffffff;
}
.header .box-mainnav .main-nav ul li > a.active .navicon:before {
  color: #fff;
}
.header .box-mainnav .main-nav ul li > a:hover {
  text-decoration: none;
}
.header .box-mainnav .main-nav ul li > a:hover:not(.active) {
  color: #dd559e;
}
.header .box-mainnav .main-nav ul li > a:hover:not(.active) .navicon:before {
  color: #dd559e;
}
.header .box-mainnav .main-nav span.navicon:after {
  white-space: pre;
  content: "\a";
}
.header .box-rightnav {
  padding: 0;
  height: 100%;
}
.header .box-rightnav .right-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .box-rightnav .right-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .box-rightnav .right-nav ul li a.link-jgpage {
  display: inline-block;
}
.header .box-rightnav .right-nav ul li a.link-jgpage:hover {
  color: #dd559e;
  text-decoration: none;
}
.header .justgivingtext {
  color: #000;
}
.header .justgivingtext:after {
  white-space: pre;
  content: "\a";
}

span.user-name:after {
  content: "\a";
  white-space: pre;
}

span.user-name i {
  font-size: 8px;
  vertical-align: middle;
  display: inline-block;
}

.box-username {
  margin-left: 10px;
}

.usermenu {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.user-type {
  font-size: 14px;
  color: #6C7A89;
  display: inline-block;
}

.header-avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #F2F6FA;
}

.welcome .highlight {
  background-color: #dfeaf6;
}

.welcome-avatar {
  overflow: hidden;
  padding: 20px;
  max-width: 100%;
  position: relative;
}
.welcome-avatar .avatar img {
  max-width: 100%;
}
.welcome-avatar .avatar-overlay {
  background: white;
  background: linear-gradient(0deg, white 5%, rgba(187, 21, 138, 0) 50%);
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 0px;
  max-height: 125px;
}
.welcome-avatar .badge {
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.welcome-avatar .badge img {
  max-width: 60px;
}

table td {
  border-top: none !important;
  padding: 5px !important;
}
table th {
  padding-bottom: 5px !important;
  border-bottom: none !important;
}

.table-striped tbody tr:nth-of-type(even) {
  background: #FBF5F8;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #ffffff;
}

.table-homeactivity table {
  margin-bottom: 0 !important;
}

.tbody-wrapper {
  max-height: 190px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 5px;
}

.txt-pink {
  color: #dd488c !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.badge-show {
  padding: 8px;
}

.list-league {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  padding: 6px 10px 0;
  font-size: 16px;
}
.list-league .rank {
  font-weight: bold;
  font-size: 28px;
  color: #6C7A89;
}
.list-league .row {
  align-items: center;
}

#chart {
  max-width: none;
  width: 100%;
}

.radiobox:not(.profsetup) {
  border-radius: 20px;
  height: 25px;
  line-height: 22px;
}

.profsetup label {
  cursor: pointer;
  font-size: 18px;
}

.lbcard-radio + label {
  padding: 1px 12px;
  font-size: 14px;
  color: #A57790;
}
.lbcard-radio + label:hover {
  cursor: pointer;
}

.lbcard-radio {
  width: 0;
  height: 0;
  display: none;
  cursor: pointer;
}

.lbcard-radio:checked + label {
  background: #FBE0EE;
  border-radius: 20px;
  color: #ffffff;
  background: #dd559e;
  border: 1px solid #dd559e;
}

.runnername {
  display: flex;
  align-items: center;
  justify-content: left;
}
.runnername .avatar {
  margin-right: 10px;
}

i.icon-arrow-right {
  font-size: 10px;
}

.greystrip {
  background-color: #F2F6FA;
  color: #6C7A89;
  font-size: 14px;
  display: flex;
  align-content: space-between;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.card-footer.leagues {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 0;
}

a.grey {
  color: #6C7A89;
  vertical-align: middle;
}

.page-header {
  padding: 30px 0 20px;
}
.page-header .page-heading {
  color: #dd559e;
}
.page-header .page-heading .pageicon:before {
  color: #dd559e;
}

.pagetable {
  width: 100%;
}
.pagetable thead {
  background-color: #666666;
  font-size: 16px;
  color: #dfeaf6;
}
.pagetable thead th {
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px !important;
}

.progress {
  background-color: #FBE0EE;
  height: 30px;
}

.progress-bar {
  background-color: #dd559e;
  border-radius: 0 25px 25px 0;
}

.userprogress {
  position: relative;
  bottom: -3px;
}
.userprogress .icon-flag {
  font-size: 18px;
  position: absolute;
  right: 15px;
  bottom: 5px;
}
.userprogress .progressinfo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: bold;
  color: #f6d9e9;
}

.profile-nav {
  margin-top: 15px;
}
.profile-nav li a {
  width: 100%;
  padding: 12px 10px;
  display: inline-block;
}
.profile-nav li a.active {
  background-color: #dd559e;
  color: #fff;
}
.profile-nav li a.active i:before {
  color: #fff;
}
.profile-nav li a:hover:not(.active) {
  background-color: #FBF5F8;
}
.profile-nav li a i:before {
  color: #D65B9E;
}

ul.userdetails li {
  display: flex;
}
ul.userdetails li div {
  width: 150px;
  margin-top: 10px;
  color: #6C7A89;
}

.cstm-input input,
.cstm-input select {
  border-radius: 25px;
}
.cstm-input input:focus,
.cstm-input select:focus {
  border: 1px solid #FBE0EE;
  box-shadow: 0 0 0 0.2rem #FBE0EE;
}
.cstm-input label {
  margin-bottom: 5px;
  color: #6C7A89;
  font-size: 12px;
}

.form-check-label {
  font-size: 14px !important;
  color: #333333 !important;
  margin-top: 6px;
}

.modal-footer.default {
  justify-content: center;
}

.modal {
  background: rgba(255, 255, 255, 0.9);
}

.modal-content {
  border-radius: 10px;
  box-shadow: 0px 0px 30px #0000001a;
  border: none;
}

.success-icon {
  text-align: center;
  margin: 25px auto;
}

.ico-xl {
  font-size: 60px;
}

.success-msg {
  font-size: 1.4em;
  text-align: center;
  padding: 0 40px;
}

hr.sep {
  width: 90%;
  margin: 20px auto;
  border-top: 1px solid #F2F6FA;
}

h5.primary {
  color: #dd559e;
}

.form-group.cstm-input.leaguelink {
  width: 90%;
  margin: 5px auto;
}

.Welcome {
  margin-top: 10px;
}

.welcome-data {
  border-left: 1px solid rgba(112, 112, 112, 0.1);
}

.box-userstat {
  margin: 20px auto;
}

.highlight {
  background: #F2F6FA;
  padding: 5px 15px;
  color: #6C7A89;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  margin-top: 3px;
  display: inline-block;
}

.border-left {
  border-left: 1px solid #F2F6FA;
}

.card.home,
.card.activities,
.card.badges {
  height: 390px;
}

.table-homeactivity th,
.table-homeactivity td {
  width: 70px;
}

span.action-edit {
  margin-right: 10px;
  color: #d18641;
}

span.action-delete {
  color: red;
}

span.action-edit i,
span.action-delete i {
  font-size: 12px;
}

.dropdown-menu.show {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 30px #0000001a;
}
.dropdown-menu.show i {
  display: inline-block;
  margin-right: 5px;
}
.dropdown-menu.show i:before {
  color: #333;
}
.dropdown-menu.show a:hover {
  background-color: #FBF5F8;
  color: #dd559e;
}
.dropdown-menu.show a:hover i:before {
  color: #dd559e;
}

.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item .accordion-header {
  margin: 0;
  cursor: pointer;
}
.accordion-item .accordion-header .accordion-button {
  line-height: 45px;
  display: block;
}
.accordion-item .accordion-body {
  margin-bottom: 20px;
}

.faqbox a.accordion-button {
  color: #dd559e;
}
.faqbox a.accordion-button.collapsed {
  color: #000;
}

a.social {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 5px;
  color: #fff;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}

.donationmsg {
  background-color: #fbf5f8;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.footer-social a {
  font-size: 24px;
  display: inline-block;
  margin: 0 5px;
}

.radio-donate {
  display: none;
}
.radio-donate + label {
  border: 1px solid #000;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  border-left: none;
  text-align: center;
}
.radio-donate:checked + label {
  background-color: #dd559e;
  color: #fff;
  border-color: #dd559e;
}

.donamount > .form-group:first-child .radio-donate + label {
  border-left: 1px solid #000;
}

.input-group.input-donation .input-group-text,
.input-group.input-donation .input-group-text + input {
  height: 60px;
}
.input-group.input-donation .input-group-text {
  width: 60px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  border-radius: 5px 0 0 5px;
  background-color: #6c7a89;
  color: #fff;
}
.input-group.input-donation .input-group-text + input {
  font-size: 20px;
}

.btn-donate-lg {
  height: 80px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 24px !important;
}

.sptr-avatar {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #c9a8ba;
  font-size: 16px;
  font-weight: bold;
  color: #c9a8ba;
  margin-right: 15px;
  background-color: #fbf5f8;
}

.btn-funding {
  width: 255px;
  height: 60px;
  line-height: 50px;
  margin: 0 auto;
  font-weight: normal !important;
}

.pblc-stats {
  background-color: #eaf0f8;
  padding: 10px 20px;
  border-radius: 10px;
  max-width: 350px;
}

.pblc-stats.innerpage {
  width: 100%;
  max-width: none;
}

.pblc-banner {
  background-image: url("../images/bg-pblc-page.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.progress.raised {
  width: 180px;
  border-radius: 30px;
  height: 15px;
  float: right;
}

.progress.raised.innerpage {
  width: 100%;
  border-radius: 30px;
  height: 15px;
  float: right;
  margin-bottom: 20px;
}

.doninfo {
  background-color: #f9fbfd;
}

.form22 input,
.form22 textarea {
  border-color: #000;
  border-radius: 0;
  min-height: 50px;
}

.donshare {
  background-color: #dc429519;
  border-radius: 10px;
}

.input-group.copylink input {
  height: 40px;
}
.input-group.copylink a.btn {
  border-radius: 0 5px 5px 0;
  height: 40px;
  line-height: 30px;
}

.radio-donate + label {
  margin: 0;
}

.donamount > .form-group:first-child .radio-donate + label {
  border-radius: 5px 0 0 5px;
}

.donamount > .form-group:last-child .radio-donate + label {
  border-radius: 0 5px 5px 0;
  margin-left: -1px;
}

.donamount > .form-group .radio-donate + label {
  border-radius: 0;
}

.pblc-gallery {
  overflow: hidden;
}
.pblc-gallery img {
  width: 100%;
}

.btn-proceed {
  line-height: 45px !important;
}

.cover-container {
  max-height: 300px;
  overflow: hidden;
}
.cover-container img {
  width: 100%;
}

.cover-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.coverbox {
  max-height: 300px;
}

.ql-toolbar.ql-snow {
  width: 100%;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  min-height: 150px;
}

.innergallery img {
  width: 100%;
}

.innerpage-avatar {
  width: 175px;
  height: 175px;
  border: 4px solid #dd559e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  position: relative;
}
.innerpage-avatar a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

i.bg {
  display: inline-block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.userinfobox {
  margin-top: 20px;
}

.inner-user {
  padding-top: 15px;
  text-align: center;
}

.setup-checklist .custom-control-input,
.setup-checklist label:before,
.setup-checklist label:after {
  display: none !important;
}
.setup-checklist > div {
  padding: 0;
}

.innerpage-avatarbox {
  max-width: 200px;
}

.btn-addon-prefix {
  border-radius: 5px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#pagename-form {
  display: none;
  max-width: 500px;
}

.profile-anchor {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 10px;
  border: 2px solid #fff;
  width: 200px;
  max-width: 200px;
  height: 250px;
  max-height: 250px;
  overflow: hidden;
  margin: 5px auto 15px;
}
.profile-anchor:hover, .profile-anchor.active {
  border-color: #dd559e;
}
.profile-anchor img {
  width: 100%;
}

#btn-addprofile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border: 1px dashed #111;
  background: #fff;
  color: #000;
  margin-top: 10px;
  width: 100px;
  height: 180px;
  border-radius: 10px;
}
#btn-addprofile:hover {
  color: #dd559e;
  border-color: #dd559e;
}

.family-smry {
  border: 2px solid #A57790 !important;
  border-radius: 5px;
  background: #fbf5f8;
  margin-top: 15em;
}

.choose-profile-box {
  margin-top: 140px;
}

nav {
  height: 100px;
  background: #fff;
}

.dropdown-user div {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-user img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 5px;
}

.dropdown-user .dropdown-toggle {
  color: #333333;
}

.user-dropmenu {
  top: 77%;
}

.blink {
  animation: blink 1s infinite ease;
}

@keyframes blink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.badge-show {
  max-width: 80px;
  padding: 6px;
}

.darkbox {
  border-radius: 10px;
}
.darkbox a {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  margin: 0 5px;
}
.darkbox div > p {
  color: #94A5B8;
}

.btn-dbgal-upload {
  border: none;
  border: 1px dashed #dd559e;
  color: #dd559e;
  border-radius: 5px;
  background-color: rgba(220, 66, 149, 0.1);
  padding: 25px 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.raised-box .card,
.card.badges {
  min-height: 320px !important;
}

#table-wrapper {
  display: block;
  overflow-x: auto;
}

.input-group-prepend {
  height: fit-content;
}

.league-search p {
  margin-bottom: 3px;
  color: #6c7a89;
}

.league-search h3,
.league-search input,
.league-search .input-group-prepend {
  margin-top: 26px;
}

.league-search input,
.league-search .input-group-prepend {
  height: 45px;
}

.league-search input {
  width: 300px;
  border-radius: 25px;
}

.league-search input::placeholder {
  color: #c2cdd9;
  font-size: 16px;
}

.league-search select {
  min-width: 167px;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #6c7a89;
  padding: 10px;
  color: #6c7a89;
  font-size: 18px;
  margin-right: 20px;
}

.league-search span#basic-addon1 {
  background: #dc4295;
  border: none;
  border-radius: 25px;
  padding: 14px;
  margin: 2px 0;
}

.input-check {
  position: relative;
}

.league-search .input-group-prepend {
  position: absolute;
  right: 3px;
  top: 0;
}

.input-filter > span {
  background: #dc4295;
  border: none;
  border-radius: 25px;
  padding: 14px;
  margin: 2px;
  width: 46px;
}

.filter-find {
  position: relative;
}

.input-filter {
  position: absolute;
  top: 0;
  right: 20px;
  /* z-index: -1; */
}

.announcement .card {
  flex-direction: row;
}

#showloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  color: #dd559e;
}

.file-dpupload {
  display: none;
}

.btn-dpupload {
  margin-top: -50px;
  margin-bottom: 30px;
}
.btn-dpupload a {
  background: #dd559e;
  color: #fff;
  padding: 11px;
  border-radius: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 26px;
}

.bd-highlight label {
  width: 100%;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 90px;
  line-height: 1;
  margin: -1.8em 10px 60px;
  position: relative;
}
.owl-nav button:focus {
  outline: 0;
}
.owl-nav button:hover {
  color: #dd559e !important;
}

.dashboard.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 90px;
  line-height: 1;
  margin: -1em 10px 0.5em;
  position: relative;
}
.dashboard.owl-carousel .owl-nav button:focus {
  outline: 0;
}
.dashboard.owl-carousel .owl-nav button:hover {
  color: #dd559e !important;
}

.dashboard.owl-carousel .owl-dots {
  display: none;
}
.dashboard.owl-carousel button {
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  line-height: 0 !important;
  font-size: 60px !important;
  border-radius: 50%;
}
.dashboard.owl-carousel button span {
  display: block;
  line-height: 0;
  margin-top: -7px;
}

a#navbarDropdown:hover {
  color: #6C7A89;
}

.avatarbox .avatar {
  max-width: 175px;
  max-height: 200px;
  overflow: hidden;
}

.owl-nav.disabled {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
