@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
	font-family: 'Roboto';
}
header .menu-navbar {
	justify-content: end;
}
header .brute-navbar {
	padding: 23px 0px;
}
header .menu-navbar li a {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #030F1C;
	font-weight: 400;
	text-decoration: none;
	padding: 8px 10px;
}
header .menu-navbar li {
	margin-left: 16px;
}
header .menu-navbar li a.btn-login {
	border: 1px solid #2E7BFF;
	letter-spacing: 0.38px;
	color: #2E7BFF;
	padding: 8px 30px;
	transition: all 0.3s ease;
}
header .menu-navbar li a.btn-login:hover {
	border: 1px solid #2E7BFF;
	background-color: #2E7BFF;
	color: #fff;
}

.brute-banner {
	background: #F5F5F5;
	padding: 100px 0px;
	position: relative;
	overflow: hidden;
}
.brute-banner .brute-banner-right {
	text-align: center;
}
.brute-banner h1 {
	letter-spacing: 1.54px;
	color: #020A26;
	font-size: 64px;
	font-weight: 900;
	line-height: 70px;
	margin-bottom: 24px;
}
.brute-banner p {
	letter-spacing: 0.58px;
	color: #020A26;
	font-size: 24px;
	line-height: 32px;
}
.brute-banner .button-sec {
	margin-top: 25px;
}
.btn-brute {
	border: 1px solid #242424;
	letter-spacing: 0.43px;
	color: #242424;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 22px;
	padding: 16px 26px;
	border-radius: 0px;
	margin-right: 15px;
	transition: all 0.3s ease;
}
.btn-brute:hover {
	background: #2E7BFF;
	border: 1px solid #2E7BFF;
	color: #fff;
}
.brute-banner .btn-brute.btn-event {
	background: #2E7BFF;
	border: 1px solid #2E7BFF;
	color: #fff;
}
.brute-banner .btn-brute.btn-event:hover {
	background: transparent;
	border: 1px solid #242424;
	color: #242424;
}
.brute-banner .owl-carousel-slider {
	position: absolute;
}
.owl-carousel-slider .owl-item.active {
	max-width: 430px;
	opacity: 1;
}
.owl-carousel-slider .owl-item {
	max-height: 395px;
	opacity: 0.7;
}
.owl-carousel-slider .owl-item img {
	width: initial !important;
}
.owl-carousel-slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
.owl-carousel-slider .owl-nav .owl-next {
	background: transparent !important;
	position: relative;
    left: 325px;
}
.owl-carousel-slider .owl-nav .owl-prev {
	background: transparent !important;
	position: relative;
	left: -40px;
}
.owl-carousel-slider .owl-nav button img {
	max-width: 60px;
}
.brute-banner .owl-carousel-slider .owl-nav .disabled {
	opacity: 0;
}

.brute-brands {
	padding: 64px 0px;
}
.brute-brands .brute-brands-logo h4 {
	letter-spacing: 0.48px;
	color: #020A26;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
}
.brute-brands-logo ul {
	padding: 0px;
	display: inline-flex;
	margin-bottom: 50px;
}
.brute-brands-logo li {
	list-style: none;
	display: inline-block;
}
.brute-brands-logo li a {
	text-decoration: none;
	display: block;
}
.brute-brands-use h2 {
	letter-spacing: 0px;
	color: #030F1C;
	text-transform: capitalize;
	font-size: 40px;
	line-height: 56px;
	text-align: center;
}
.brands-use-row .inner-content {
	border: 1px solid #E6E6E8;
	border-radius: 6px;
	padding: 50px;
	text-align: center;
	margin-top: 65px;
}
.brands-use-row .inner-content h3 {
	letter-spacing: 0.58px;
	color: #030F1C;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.brands-use-row .inner-content p {
	letter-spacing: 0.43px;
	color: #030F1C;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

.brute-makes {
	background: #F5F5F5;
	padding: 100px 0px;
}
.brute-makes h3 {
	color: #030F1C;
	font-size: 40px;
	line-height: 56px;
	text-align: center;
	max-width: 650px;
	margin: 0px auto 50px;
}
.brute-makes ul.scored {
	padding: 0px;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.brute-makes ul.scored li {
	padding: 50px 20px;
	list-style: none;
	display: inline-block;
	border-right: 1px solid #ddd;
}
.brute-makes ul.scored li:last-child {
	border-right: none;
}
.brute-makes ul.scored li h1 {
	color: #030F1C;
	font-size: 96px;
	line-height: 76px;
	margin-bottom: 15px;
	text-align: center;
}
.brute-makes ul.scored li p {
	color: #030F1C;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.brute-competition {
	padding-top: 50px;
}
.brute-competition .content p {
	letter-spacing: 0.58px;
	color: #030C16;
	font-size: 24px;
	line-height: 32px;
	max-width: 370px;
}
.brute-competition .started {
	text-align: right;
}
.brute-competition .started .btn-brute {
	background: #2E7BFF;
    border: 1px solid #2E7BFF;
    color: #fff;
}
.brute-competition .started .btn-brute:hover {
	background: transparent;
    border: 1px solid #242424;
    color: #242424;
}

.event-wrapper .my-event-detail-section {
    background: #FFFFFF;
    border-radius: 6px;
}
.event-detail-wrapper .events-list-row {
    padding: 24px;
}
.event-detail-wrapper .event-list-row {
    max-width: 865px;
    margin: auto;
}
.my-event-detail-section .events-list-row .inner-content {
    padding-left: 16px;
}
.my-event-detail-section .events-list-row .content {
    display: inline-flex;
    align-items: flex-start;
}
.event-detail-wrapper .events-list-row p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #030F1CCC;
    margin-bottom: 16px;
    text-transform: inherit;
}
.event-detail-wrapper .events-list-row p:last-child {
	margin-bottom: 0;
    color: #030F1CA3;
}
.event-detail-wrapper .events-list-row p span {
    font-size: 14px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 6px 10px;
}
.event-detail-wrapper .events-list-row p span b {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #030F1CCC;
    font-weight: 500;
    text-transform: capitalize;
}
.event-detail-wrapper .events-list-row h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.43px;
    color: #030F1C;
    font-weight: bold;
    margin-bottom: 16px;
}
.my-detail-section .events-tab-content, .my-detail-section .my-event-tab {
	padding: 0;
}
.my-detail-section .my-event-tab .nav-tabs {
    border-bottom: none;
}
.event-list-wrapper .my-detail-section .my-event-tab .nav-tabs a.active {
    color: #2E7BFF;
    background: transparent;
}
.my-detail-section .my-event-tab .nav-tabs a {
    border: none;
    letter-spacing: 0px;
    color: #030F1C;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-bottom: 2px solid transparent;
    margin-right: 24px;
}
.my-detail-section .my-event-tab .nav-tabs a.active {
    border-bottom: 2px solid #2E7BFF;
}
.event-list-wrapper .my-detail-section .btn-share {
    border: 1px solid #2E7BFF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2E7BFF;
    padding: 6px 12px 6px 32px;
    outline: none;
    box-shadow: none;
    position: relative;
}
.event-list-wrapper .my-detail-section .btn-share i {
    background-image: url(../images/share.svg);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    position: absolute;
}
.venue-details {
    background: #ffffff;
    border-radius: 6px;
    padding: 28px 41px;
}
.venue-details h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #030F1C;
    margin-bottom: 23px;
}
.venue-details ul.event-details li {
    padding: 0;
}
.venue-details ul.event-details li h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #030F1C;
    padding-left: 26px;
    position: relative;
    margin-bottom: 14px;
}
.venue-details ul.event-details li h4 i {
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    left: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
}
.venue-details ul.event-details li.date h4 i {
    background-image: url(/assets/images/calendar.svg);
}
.venue-details ul.event-details li.location h4 i {
    background-image: url(/assets/images/location.svg);
}
.venue-details ul.event-details li p {
    text-transform: inherit;
    line-height: 24px;
    font-size: 16px;
    color: #030F1C;
    font-weight: 400;
    margin-bottom: 0px;
}
.venue-details ul.event-details li p span {
    display: block;
    border: none;
    padding: 0;
    color: #030F1CA3;
}
.venue-details ul.event-details li a {
    padding-left: 26px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #2E7BFF;
    text-decoration: underline;
}
.pr-0 {
    padding-right: 0;
}
.event-list-wrapper .my-detail-section ul li {
	padding-top: 0;
}
.my-detail-section .owl-dots {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
}
.my-detail-section .owl-theme .owl-dots .owl-dot span {
	background: #ffffff3d;
}
.my-detail-section .owl-theme .owl-dots .owl-dot.active span, .my-detail-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.my-detail-section .owl-nav {
    width: 100%;
}
.my-detail-section .owl-nav button.owl-next {
    position: absolute !important;
    left: unset !important;
    right: 32px;
    margin-top: -16px;
}
.my-detail-section .owl-nav button.owl-prev {
    position: absolute !important;
    left: 32px !important;
    margin-top: -16px;
}
.my-detail-section .details-block {
    margin-top: 32px;
    background: #ffffff;
    padding: 32px;
    border-radius: 6px;
}
.my-detail-section .details-block h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #030F1C;
    margin-bottom: 24px;
}
.my-detail-section .details-block .inner-content-block h4 {
    font-size: 16px;
    line-height: 19px;
    color: #030F1C;
    margin-bottom: 16px;
    font-weight: 500;
}
.my-detail-section .details-block .inner-content-block p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #030F1CB8;
    margin-bottom: 24px;
}
.my-detail-section .details-block .inner-content-block ul.timeline-details {
    margin: 0;
}
.my-detail-section .details-block .inner-content-block ul.timeline-details li {
    margin: 0;
    margin-left: 18px;
    padding: 0;
    padding-bottom: 12px;
    border: none !important;
    list-style-type: disc;
    font-size: 16px;
    line-height: 19px;
    /* font-weight: 500; */
    color: #030F1C;
}
.my-detail-section .tab-pane .content-block {
    margin-top: 24px;
    background: #ffffff;
    padding: 32px;
    border-radius: 6px;
}
.my-detail-section .tab-pane .content-block .title-block h3 {
    font-size: 24px;
    line-height: 28px;
    color: #030F1C;
    font-weight: 700;
}
.my-detail-section .tab-pane .content-block li {
    border: 1px solid #E6E6E8 !important;
    padding: 24px !important;
    margin-bottom: 16px !important;
}
.my-detail-section .tab-pane .content-block .events-list-row .inner-content {
    padding-left: 0px;
}
.my-detail-section .tab-pane .content-block .events-list-row .inner-content h4 {
	color: #030F1C;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 12px;
}
.my-detail-section .tab-pane .content-block .events-list-row .inner-content p {
	color: #030F1CA3;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0px;
}
.my-detail-section .tab-pane .content-block li .button {
    padding-top: 34px;
}
.my-detail-section .tab-pane .content-block li .button a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-decoration: underline;
    color: #2E7BFF;
}
.my-detail-section .tab-pane .content-block .title-block.heats {
    margin-bottom: 16px;
}
.my-detail-section .tab-pane .content-block.add-heat-section .heat-form-filter select {
    background: #FFFFFF;
    border: 1px solid #ced4da;
}
.my-detail-section .tab-pane .content-block.add-heat-section .heat-field-user .athlte-list {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-bottom: 32px;
}
.my-detail-section .tab-pane .content-block.add-heat-section .heat-field-user .athlte-list .athlete-user-img {
    margin-right: 14px;
}
.my-detail-section .tab-pane .content-block.add-heat-section .create-steps .accordion-body {
    background: #F4F4F4;
    padding-bottom: 0 !important;
}
.go-to-top {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: fixed;
    right: 30px;
    bottom: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99999;
}
.go-to-top a {
    width: 40px;
    height: 40px;
    display: block;
}
.redirect-btn {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 920px) {
	.event-venue-details {
	    padding: 15px 0;
	}
    .redirect-btn {
        position: unset;
        margin-bottom: 16px;
    }
}
@media (max-width: 540px) {
	.my-detail-section .tab-pane .content-block li .button {
	    padding-top: 0px;
	}
	.my-detail-section .tab-pane .content-block .button-sec {
	    text-align: left;
	}
}
@media (max-width: 484px) {
	.my-detail-section .tab-pane .content-block .title-block.heats {
	    flex-wrap: wrap;
	}
	.my-event-detail-section .events-list-row .inner-content {
	    padding-left: 0px;
	    padding-top: 16px;
	}
	.my-event-detail-section .events-list-row .content {
		flex-wrap: wrap;
	}
	.event-detail-wrapper .events-list-row p span {
		flex-wrap: wrap;
	    display: flex;
	    align-items: center;
	}
}

.registration-wrapper-inner .wrapper-inner {
    max-width: 865px;
    margin: 0 auto;
}
.registration-wrapper-inner .create-progress-bar li {
    margin-top: 0px;
}
.registration-wrapper-inner .create-progress-bar a {
	background: #f4f4f4;
}
.registration-wrapper-inner .registration-content {
    background: #ffffff;
    border-radius: 6px;
}
.registration-wrapper-inner .wrapper-inner .content {
    overflow: hidden;
}
.registration-wrapper-inner .registration-content .content {
	padding: 32px;
	border-bottom: 1px solid #E6E6E8;
}
.registration-wrapper-inner .registration-content .content.form-fields {
	border-bottom: 1px solid #E6E6E8;
	min-height: inherit;
    max-height: 100%;
    overflow: unset;
}
.registration-wrapper-inner .registration-content .content.form-fields::-webkit-scrollbar {
    width: 0px;
    height: 2px;
}
.registration-wrapper-inner .registration-content .content.form-fields::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 2px;
}
.registration-wrapper-inner .registration-content .content.form-fields::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 2px;
}
.registration-wrapper-inner .content-block {
    display: inline-flex;
    align-items: flex-start;
}
.registration-wrapper-inner .content-block .inner-content {
    padding-left: 16px;
}
.registration-wrapper-inner .content-block .inner-content p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #030F1CCC;
    margin-bottom: 16px;
    text-transform: inherit;
}
.registration-wrapper-inner .content-block .inner-content p span {
    font-size: 14px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 6px 10px;
}
.registration-wrapper-inner .content-block .inner-content p span b {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #030F1CCC;
    font-weight: 500;
    text-transform: capitalize;
}
.registration-wrapper-inner .content-block .inner-content h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.43px;
    color: #030F1C;
    font-weight: bold;
    margin-bottom: 16px;
}
.registration-wrapper-inner .content-block .inner-content p:last-child {
    margin-bottom: 0;
    color: #030F1CA3;
}
.registration-wrapper-inner .registration-content .form-block label.form-label {
    font-size: 24px;
    line-height: 28px;
    color: #030F1C;
    font-weight: 500;
    margin-bottom: 24px;
}
.registration-wrapper-inner .registration-content .form-block .form-select {
    padding: 20px 32px;
    border: 1px solid #E6E6E8;
    font-size: 20px;
    font-weight: 500;
}
.registration-wrapper-inner .registration-content .form-block .form-select:focus {
    border-color: #E6E6E8;
    outline: 0;
    box-shadow: none;
}
.registration-wrapper-inner .registration-content .btn-footer {
    padding: 32px 32px 21px;
}
.registration-wrapper-inner .registration-content .btn-footer .btn-group .btn {
    padding: 16px 28px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 4px;
    max-width: 200px;
}
.registration-wrapper-inner .registration-content .btn-footer .btn-group .btn.btn-outline {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}
.registration-wrapper-inner .registration-content .form-block .title-block {
	margin-bottom: 32px;
}
.registration-wrapper-inner .registration-content .form-block .title-block h4 {
    font-size: 24px;
    line-height: 28px;
    color: #030F1C;
    font-weight: 500;
}
.registration-wrapper-inner .registration-content .content.form-fields .form-block.multiple-fields label.form-label {
	font-size: 18px;
	color: #030F1C;
	font-weight: 500;
	margin-bottom: 16px;
}
.registration-wrapper-inner .registration-content .content.form-fields .form-block.multiple-fields .form-group {
    margin-bottom: 32px;
}
.registration-wrapper-inner .registration-content .content.form-fields .form-block.multiple-fields:last-child .form-group {
	margin-bottom: 0;
}
.registration-wrapper-inner .registration-content .content.form-fields .form-block.multiple-fields .form-group .form-control {
    padding: 19px 18px;
}
.reg-type .form-check {
    margin: 0 56px 0 0;
}
.fee-structure {
    width: 100%;
    background: #F4F4F4;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 32px;
}
ul.structure-list {
    width: 90%;
}
.total-amt p {
    font-size: 56px;
    font-weight: 700;
    color: #030F1C;
}
ul.structure-list li {
    padding: 9px 0;
    font-size: 16px;
    color: #030F1C;
}
ul.structure-list li:not(:last-child) {
    border-bottom: 1px solid #E6E6E8;
}
.policy-content {
    padding: 24px;
    border: 1px solid #E6E6E8;
    border-radius: 6px;
    height: 150px;
    overflow: auto;
    margin-bottom: 32px;
}
.policy-content::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}
.policy-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #E6E6E8;
    border-radius: 2px;
}
.policy-content::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 2px;
}
.policy-content p {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 24px;
}
.policy-content li {
    margin-bottom: 16px;
}
.signature-content {
	margin-bottom: 32px;
    min-height: 120px;
    border: 2px dashed #0d6efd;
}
.registration-wrapper-inner .registration-content .accordion-body .content {
    border-bottom: none;
}
@media (max-width: 484px) {
    .registration-wrapper-inner .content-block {
        flex-wrap: wrap;
    }
    .registration-wrapper-inner .content-block .inner-content {
        padding-left: 0px;
        padding-top: 16px;
    }
    .registration-wrapper-inner .content-block .inner-content p span {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
    }
    .create-progress-bar {
        overflow: auto !important;
    }
    .registration-wrapper-inner .registration-content .btn-footer .btn-group .btn {
        padding: 16px 10px;
        max-width: 160px;
        margin-top: 16px;
        margin-right: 10px;
    }
    .reg-type .form-check {
        display: inline-block;
        align-items: center;
    }
    .reg-type .form-check label {
        margin-left: 15px;
    }
    .create-progress-bar a {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 360px) {
    .btn-group.d-flex.justify-content-between {
        flex-wrap: wrap;
        justify-content: center !important;
    }
}


footer {
	padding: 30px 0px;
}
a.footer-logo {
    margin-bottom: 28px;
    display: block;
}
.footer_paragraph{
    font-weight:300;
}
.footer-menu h4 {
	letter-spacing: 0.43px;
	color: #030F1C;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 24px;
}
.footer-menu ul {
	padding: 0px;
}
.footer-menu li {
	list-style: none;
	padding-bottom: 18px;
}
.footer-menu li a {
	letter-spacing: 0.38px;
	color: #030F1C;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	font-weight: 400;
}
.footer-menu li p {
	letter-spacing: 0.38px;
	color: #030F1C;
	font-size: 16px;
	line-height: 28px;
}
.footer-menu .contact li p {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0px;
}
.footer-menu .contact li p span {
	position: absolute;
	left: 0px;
}

.brute-copyright {
	padding: 0px;
}
.brute-copyright .copyright-row {
	padding: 20px 0px;
	border-top: 1px solid #ddd;
	align-items: center;
}
.brute-copyright .copyright-row p {
	margin-bottom: 0px;
}
.brute-copyright .social-links {
	text-align: right;
}
.brute-copyright .social-links ul {
	padding: 0px;
	margin-bottom: 0px;
}
.brute-copyright .social-links li {
	list-style: none;
	display: inline-block;
	padding-left: 24px;
}
.brute-copyright .social-links li a {
	text-decoration: none;
}
.modal-backdrop.show{
	opacity: 0.8;
}
.modal-backdrop{
	background-color: #030F1C;
}
@media (min-width: 992px) and (max-width: 1100px) {
	.brute-banner h1 {
		font-size: 50px;
		line-height: 55px;
	}
	.brute-makes ul.scored li h1 {
		font-size: 80px;
	}
	.owl-carousel-slider .owl-nav .owl-next {
		left: 270px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer-menu li a {
		font-size: 14px;
	}
	.footer-menu h4 {
		font-size: 16px;
	}
	.footer-menu .contact li p {
		font-size: 14px;
	}
	.brute-makes ul.scored li h1 {
		font-size: 55px;
		line-height: 60px;
	}
	.brute-makes ul.scored li p {
		font-size: 20px;
	}
	.brute-banner h1 {
		font-size: 50px;
		line-height: 55px;
	}
	.brute-banner .owl-carousel-slider {
		position: relative;
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.brute-banner h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.brute-brands-use h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.brute-makes h3 {
		font-size: 34px;
		max-width: 100%;
		line-height: 40px;
	}
	.brute-makes ul.scored li h1 {
		font-size: 50px;
		line-height: 55px;
	}
	.brute-makes ul.scored li p {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.footer-menu {
		margin-top: 30px;
	}
	.footer-menu .col {
		flex: 100%;
	}
	.brute-copyright .copyright-row p {
		text-align: center;
		margin-bottom: 15px;
	}
	.brute-copyright .social-links {
		text-align: center;
	}
	.brute-copyright .copyright-row {
		margin-left: 0px;
		margin-right: 0px;
	}
	footer {
		padding: 50px 0px;
		text-align: center;
	}
	.footer-menu ul {
		margin-bottom: 0px;
	}
	.footer-menu .contact li p span {
		position: relative;
	}
	.brute-competition .col {
		flex: 100%;
	}
	.brute-competition .started {
		text-align: left;
	}
	.brute-makes {
		padding: 50px 0px;
	}
	.brute-banner {
		padding: 50px 0px;
	}
	.brute-brands-logo ul {
		display: block;
		text-align: center;
	}
	.brands-use-row .inner-content {
		margin-top: 30px;
	}
	.brute-competition .content p {
		max-width: 100%;
	}
	header .navbar-toggler {
		background-color: #000;
	}
	header .menu-navbar li {
		margin-left: 0px;
		padding: 15px 0px;
	}
	header .menu-navbar li a {
		font-size: 14px;
	}
	header .menu-navbar li a.btn-login {
		padding: 8px 15px;
	}

	.brute-banner-right {
		margin-top: 30px;
	}
	.brands-use-row .inner-content {
		padding: 50px 20px;
	}
	.btn-brute {
		font-size: 16px;
		padding: 8px 15px;
	}
	.brute-banner .carousel-control-prev {
		left: 0%;
	}
}

@media (max-width: 767px) {
	.brute-banner .owl-carousel-slider {
		position: relative;
	}
	.owl-theme .owl-nav {
		width: 100%;
	}
	.owl-carousel-slider .owl-nav .owl-prev {
		left: 0px;
		position: absolute;
	}
	.owl-carousel-slider .owl-nav .owl-next {
		position: absolute;
		right: 0px;
		left: unset;
	}
}

.brute-how-it-works {
	background: #F5F5F5;
    padding: 100px 0px 300px;
}
.how-it-works-row h1 {
	letter-spacing: 1.54px;
	color: #020A26;
	font-size: 64px;
	line-height: 72px;
	text-align: center;
	font-weight: 900;
	margin-bottom: 20px;
}
.how-it-works-row p {
	letter-spacing: 0.58px;
	color: #020A26;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
}
.brute-login-row {
	background: #FFFFFF;
	box-shadow: 1px 1px 56px #0000000f;
	border-radius: 8px;
	padding: 80px;
	margin-top: -240px;
}
.brute-login-row .tab-menu,
.brute-login-row ul.tab-menu {
	padding: 0px;
	border-bottom: 1px solid #ddd;
}
.brute-login-row ul.tab-menu li {
	list-style: none;
}
.brute-login-row .tab-menu button,
.brute-login-row ul.tab-menu li a {
	color: #030F1C;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 20px;
	border-radius: 0px;
	border-bottom: 2px solid transparent;
	position: relative;
	top: 1;
}
.brute-login-row .tab-menu button.active,
.brute-login-row ul.tab-menu li a.active {
	color: #030F1C;
	background-color: transparent;
	border-bottom: 2px solid #2E7BFF;
}
.brute-tab-content h3 {
	letter-spacing: 0.77px;
	color: #030F1C;
	font-size: 32px;
	line-height: 38px;
	font-weight: 900;
	margin-bottom: 20px;
}
.brute-tab-content p {
	letter-spacing: 0.43px;
	color: #030F1C;
	font-size: 18px;
	line-height: 24px;
}
.brute-tab-content {
	padding: 30px 0px;
}
.brute-tab-content .brute-img {
	margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.brute-login-row {
		padding: 50px 25px;
	}
	.brute-tab-content h3 {
		font-size: 30px;
	}
	.how-it-works-row h1 {
		font-size: 50px;
		line-height: 55px;
	}
	.brute-login-row ul.tab-menu li a {
		font-size: 16px;
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	.brute-login-row {
		padding: 50px 20px;
	}
	.brute-tab-content h3 {
		font-size: 30px;
	}
	.how-it-works-row h1 {
		font-size: 50px;
	}
}


.brute-privacy {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #F5F5F5;
}
.brute-privacy p,
.brute-privacy li {
	letter-spacing: 0.43px;
    color: #030F1C;
    font-size: 14px;
    line-height: 1.333;
    font-weight: 300;
}
.brute-privacy p {
}
.brute-privacy b,
.brute-privacy strong {
	font-weight: 400;
}
.brute-privacy h1,
.brute-privacy h2,
.brute-privacy h3,
.brute-privacy h4,
.brute-privacy h5,
.brute-privacy h6 {
	letter-spacing: 1.54px;
    color: #020A26;
}
.brute-privacy h1 {
	font-size: 48px;
	font-weight: 700;
}
.brute-privacy h2 {
	font-size: 32px;
	font-weight: 700;
}
.brute-privacy h3 {
	font-size: 28px;
	font-weight: 700;
}
.brute-privacy h4 {
	font-size: 24px;
	font-weight: 700;
}.brute-privacy h5 {
	font-size: 22px;
	font-weight: 700;
}
.brute-privacy h6 {
	font-size: 20px;
	font-weight: 700;
}
.brute-privacy ul,
.brute-privacy ol {
	padding-left: 35px;
	margin-bottom: 40px;
}
.brute-privacy li {
	margin-bottom: 10px;
}
.brute-privacy a {
	color: #2E7BFF;
	text-decoration: none;
	font-weight: 400;
}

@media (max-width: 767px) {
	.brute-privacy h1 {
		font-size: 40px;
	}
}

.brute-contact {
	background: #F5F5F5;
    padding: 100px 0 0 0;
    position: relative;
    overflow: hidden;
}
.iframe-map{
	margin-top: 60px;
}
.brute-contact h3 {
	letter-spacing: 0px;
    color: #030F1C;
    font-size: 40px;
    margin-bottom: 20px;
}
.brute-contact p {
	letter-spacing: 0.43px;
    color: #030F1C;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.brute-contact-row .form-elements {
	padding-top: 30px;
}
.brute-contact-row .form-elements .form-group {
    width: 50%;
    padding-right: 24px;
    margin-bottom: 40px;
}
.brute-contact-row .custom-width {
    max-width: 900px;
    margin: 0 auto;
}
.brute-contact-row .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.brute-contact-row .form-elements .form-group label.form-label {
    width: 100%;
    letter-spacing: 0.43px;
    color: #030F1C;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.brute-contact-row .form-elements .form-group label span {
    color: #E32F3E;
    font-size: 14px;
    line-height: 32px;
}
.brute-contact-row .form-elements .form-group .form-control {
	width: 100%;
    letter-spacing: 0.43px;
    color: #030F1C;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    min-height: 45px;
    font-weight: 400;
}
.brute-contact-row .form-group-button {
	text-align: right;
	width: 100%;
	padding-right: 24px;
}
.brute-contact-row .form-group-button .btn-secondary {
	border: 1px solid #565e64;
	background-color: transparent;
    letter-spacing: 0.38px;
    color: #565e64;
    padding: 8px 38px;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    border-radius: 0px;
    outline: none;
    margin-right: 10px;
    box-shadow: none;
}
.brute-contact-row .form-group-button .btn-secondary:hover {
	border: 1px solid #565e64;
	background-color: #565e64;
	color: #fff;
}
.brute-contact-row .form-group-button .btn-primary {
    border: 1px solid #2E7BFF;
    background-color: #2E7BFF;
    color: #fff;
    padding: 8px 38px;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}
.brute-contact-row .form-group-button .btn-primary:hover {
	border: 1px solid #2E7BFF;
    background-color: transparent;
    color: #2E7BFF;
}

@media (max-width: 767px) {
	.brute-contact-row .form-elements .form-group {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.brute-contact-row .form-group-button {
		padding-right: 0px;
	}
}

/* Create Event */
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
p, ul, figure {
    padding: 0;
    margin: 0;
}
*:focus, a, a:hover, a:focus, button, button:hover, button:focus {
    text-decoration: none;
    outline: 0 none;
}
ul, li {
    list-style: none;
}
img {
    max-width: 100%;
}
textarea {
    resize: none;
}
.create-content {
	max-width: 1090px;
}
.create-progress-bar {
	margin: 0 -16px;
}
.create-progress-bar li {
	position: relative;
	margin-top: 16px;
}
.create-progress-bar li:before {
	content: '';
	width: 200%;
	height: 1px;
	background: #707070;
	position: absolute;
	left: -200%;
	top: 16px;
}
.create-progress-bar li.active:before,
.create-progress-bar li.hover:before {
	background: #2E7BFF;
}
.create-progress-bar a {
	font-size: 18px;
	line-height: 24px;
	color: #ABABAB;
	display: flex;
    align-items: center;
	padding: 0 16px;
	position: relative;
    background: #fff;
	z-index: 1;
	transition: all 0.3s;
}
.create-progress-bar .active a,
.create-progress-bar .complete a,
.create-progress-bar a:hover {
	color: #2E7BFF;
}
.create-progress-bar a > span {
	color: #fff;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ABABAB;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
	transition: all 0.3s;
}
.create-progress-bar .active a > span,
.create-progress-bar .complete a > span,
.create-progress-bar a:hover > span {
	background: #2E7BFF;
}
.create-progress-bar .complete a > span {
	font-size: 0;
}
.create-progress-bar .complete a > span:before {
	content: '\f00c';
	font-size: 15px;
    font-family: FontAwesome;
	position: absolute;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}
.create-steps h3 {
	font-size: 24px;
	line-height: 32px;
	color: #020A26;
	font-weight: 500;
	margin-bottom: 40px;
}
.create-steps-progress-bar:before {
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background: rgba(112, 112, 112, 0.32);
	position: absolute;
	left: 9px;
	top: 10px;
}
.create-steps-progress-bar button.nav-link {
	font-size: 18px;
	line-height: 24px;
	color: #020A26;
	display: flex;
    align-items: center;
	margin-bottom: 32px;
	padding: 0;
	border: 0;
	border-radius: 0;
	transition: all 0.3s;
}
.create-steps-progress-bar button.nav-link.active,
.create-steps-progress-bar button.nav-link:hover {
	color: #2E7BFF;
}
.create-steps-progress-bar button.nav-link > span {
	width: 8px;
	height: 8px;
	margin: 0 18px 0 5px;
	position: relative;
	z-index: 1;
}
.create-steps-progress-bar button.nav-link > span:before,
.create-steps-progress-bar button.nav-link > span:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #020A26;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}
.create-steps-progress-bar button.nav-link > span:before {
	z-index: 1;
}
.create-steps-progress-bar button.nav-link.active > span:before,
.create-steps-progress-bar button.nav-link:hover > span:before {
	background: #2E7BFF;
}
.create-steps-progress-bar button.nav-link > span:after {
	width: 18px;
	height: 18px;
	background: #DEEAFF;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
}
.create-steps-progress-bar button.nav-link.active > span:after,
.create-steps-progress-bar button.nav-link:hover > span:after {
	transform: translate(-50%, -50%) scale(1);
}
.create-steps .tab-content .row > * {
	margin: 0 0 32px;
	position: relative;
}
.create-steps .tab-content label {
	font-size: 18px;
	line-height: 22px;
	color: #030F1C;
	font-weight: 500;
	margin-bottom: 16px;
}
.create-steps .tab-content .form-control,
.create-steps .tab-content .form-select {
	font-size: 16px;
	line-height: 20px;
	color: rgba(3, 15, 28, 0.72);
	letter-spacing: 0.38px;
	height: 64px;
	padding: 18px;
	border: 1px solid #E6E6E8;
	border-radius: 4px;
	box-shadow: none !important;
}
.create-steps .tab-content .form-select {
	padding-right: 40px;
	background-image: none;
}
.create-steps .form-selector:after {
	content: '\f0d7';
	font-size: 18px;
    font-family: FontAwesome;
	position: absolute;
	right: 28px;
    bottom: 17px;
	pointer-events: none;
}
.create-steps .tab-content textarea.form-control {
	height: 250px;
}
.create-steps .tab-content textarea.small {
	height: 160px;
}
.form-icon-datepicker,
.form-icon-timepicker {
	width: 32px;
    height: 32px;
	background: url('/images/date-picker.svg') no-repeat;
	position: absolute;
	right: 24px;
	bottom: 15px;
	pointer-events: none;
}
.form-icon-timepicker {
	background: url('/images/time-picker.svg') no-repeat;
}
.progress-indicator {
	margin: 10px 0;
}
.progress-indicator:after {
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(112, 112, 112, 0.32);
	position: absolute;
	left: 0;
	bottom: 0;
}
.progress-indicator > span {
	width: 20%;
	height: 2px;
	background: #020A26;
}
.create-division-wrapper .progress-indicator > span {
	width: 33.3333%;
}
.create-workout-wrapper .progress-indicator > span {
	width: 50%;
}
.create-steps .tab-content .btn-primary,
.create-steps .tab-content .btn-secondary {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.43px;
	background: #2E7BFF;
	border-radius: 4px;
	min-width: 192px;
	padding: 16px;
	border: 1px solid #2E7BFF;
	box-shadow: none !important;
}
.create-steps .tab-content .btn-primary:hover {
	color: #2E7BFF;
	background: transparent;
}
.create-steps .tab-content .btn-secondary {
	color: #2E7BFF;
	background: transparent;
}
.create-steps .tab-content .btn-secondary:hover {
	color: #fff;
	background: #2E7BFF;
}
.img-upload-wrapper {
	height: 220px;
	border-radius: 4px;
	border: 2px dashed #2E7BFF;
	margin-bottom: 16px;
	pointer-events: none;
}
.img-upload-wrapper p {
	font-size: 18px;
    line-height: 22px;
    color: #030F1C;
    font-weight: 500;
}
.img-upload-wrapper p > a {
	color: #2E7BFF;
}
.img-upload-wrapper p > span {
	font-size: 14px;
	line-height: 20px;
	color: rgba(3, 15, 28, 0.72);
	font-weight: 400;
}
.image-count {
	font-size: 16px;
	line-height: 20px;
	color: #030F1C;
}
#eventImage {
	width: calc(100% - 16px);
	height: 220px;
	left: 8px;
	top: 39px;
	opacity: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	display: none;
}
.create-reg-type {
	margin: 20px 0;
}
.create-reg-type .form-check {
	display: flex;
    align-items: center;
	padding-left: 36px;
	margin: 0 56px 0 0;
}
.create-reg-type .form-check-input {
	width: 24px;
	height: 24px;
	border: 2px solid #2E7BFF;
	margin: 0 0 0 -36px;
	box-shadow: none;
    filter: brightness(100%);
}
.create-reg-type .form-check-input:checked {
	background: transparent;
}
.create-steps .create-reg-type label {
	font-size: 16px;
	line-height: 24px;
	color: rgba(3, 15, 28, 0.72);
	font-weight: 400;
	letter-spacing: 0.38px;
	margin: 0;
	padding-left: 12px;
	position: relative;
}
.create-reg-type label:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #2E7BFF;
	position: absolute;
	left: -19px;
    top: 5px;
    border-radius: 50%;
	transform: scale(0);
	transition: all 0.1s;
}
.create-reg-type .form-check-input:checked ~ label:before {
	transform: scale(1);
}
.create-steps .tab-content .form-amount {
	padding-left: 40px;
}
.create-steps .form-fee:after {
	content: '\f155';
    font-size: 16px;
	color: rgba(3, 15, 28, 0.72);
    font-family: FontAwesome;
    position: absolute;
    left: 27px;
    bottom: 20px;
    pointer-events: none;
}
.create-steps .accordion-item {
	border: 1px solid #E6E6E8;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
}
.create-steps .accordion-item:last-child {
	margin-bottom: 0;
}
.create-steps .accordion-button {
	font-size: 20px;
	line-height: 24px;
	color: #020A26;
	font-weight: 700;
	border-radius: 0 !important;
	padding: 20px 115px 20px 24px;
	background: transparent;
	box-shadow: none;
}
.create-steps .accordion-button:after {
	content: none;
	display: none;
}
.create-steps .accordion-button > span {
	padding-left: 27px;
	position: relative;
}
.create-steps .accordion-button > span:before,
.create-steps .accordion-button > span:after {
	content: '';
	background: #2E7BFF;
	width: 17px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 11px;
	transition: all 0.3s;
}
.create-steps .accordion-button > span:after {
	width: 2px;
	height: 17px;
	left: 8px;
	top: 4px;
	transform: rotate(90deg);
}
.create-steps .accordion-button.collapsed > span:after,
.create-steps .accordion-header.collapsed .accordion-button > span:after {
	transform: rotate(0deg);
}
.edit-btn {
	font-size: 18px;
	line-height: 24px;
	color: #2E7BFF;
	width: 86px;
	height: 34px;
	padding: 5px 10px;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	position: absolute;
	right: 24px;
	top: 16px;
	z-index: 5;
}
.edit-btn:hover {
	color: #2E7BFF;
}
.edit-btn > span {
	padding-left: 20px;
	position: relative;
}
.edit-btn > span:before {
	content: '';
	width: 12px;
	height: 12px;
	background: url('/images/edit-icon.svg') no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.create-steps .accordion-body {
	border-top: 1px solid #E6E6E8;
}
.create-steps .accordion-body h5 {
	font-size: 18px;
	line-height: 32px;
	color: #030F1C;
	letter-spacing: 0.43px;
	margin-bottom: 0;
}
.create-steps .accordion-body h5 > span {
	display: block;
	font-weight: 400;
}
.create-steps .accordion-body p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(3, 15, 28, 0.72);
	margin-top: 5px;
}
.event-pics-list {
	margin: 0 -5px;
}
.event-pics-list li {
	width: 25%;
	height: 136px;
	padding: 5px;
	display: none;
}
.event-pics-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.event-pics-list #showMore {
	position: absolute;
	right:0;
	top: 0;
	cursor: pointer;
}
.event-pics-list #showMore p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.event-pics-list #showMore p > span {
	margin-left: 2px;
}
.event-complete {
	background: #deffe2;
	padding: 35px;
}
.event-complete.orange-bg {
	background: #FFE6D6;
	min-height: 350px;
}
.event-complete h2 {
	font-size: 32px;
	line-height: 40px;
	color: #020A26;
	letter-spacing: 0.77px;
}
.event-complete p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(3, 15, 28, 0.72);
}
.create-steps table {
	border: 1px solid #E6E6E8;
}
.create-steps table th,
.create-steps table td {
	font-size: 16px;
	line-height: 20px;
	color: #030F1C;
	padding: 14px 24px;
}
.create-steps table th {
	font-weight: 500;
	background: #F4F4F4;
}
.create-steps table td {
	border-bottom: 1px solid #E6E6E8;
}
.delete-btn {
	width: 24px;
	height: 24px;
	background: url('/images/delete-icon.svg') no-repeat;
	display: block;
	margin: 0 auto;
}
.editbtn {
	width: 24px;
	height: 24px;
	background: url('/images/edit-icon.svg') no-repeat;
	display: block;
	margin: 0 auto;
}
.custom-division-btn {
	font-size: 16px;
	line-height: 24px;
	color: #2E7BFF;
	transition: all 0.3s;
}
.custom-division-btn:hover {
	text-decoration: none !important;
}
.plus-btn {
	width: 65px;
	height: 65px;
	background: #2E7BFF;
}
.plus-btn > span {
	width: 25px;
	height: 2px;
	background: #fff;
}
.plus-btn > span.position-absolute {
	transform: rotate(90deg);
}
.wod-format input {
	width: 22%;
}
.addmore-btn {
	font-size: 18px;
    line-height: 24px;
    color: #2E7BFF;
	min-width: 135px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2E7BFF;
	transition: all 0.3s;
}
.addmore-btn:hover {
	color: #fff;
	background: #2E7BFF;
}
.addmore-btn > span:before,
.addmore-btn > span:after {
	content: '';
	background: #2E7BFF;
	width: 15px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 11px;
	transition: all 0.3s;
}
.addmore-btn > span:after {
	width: 1px;
	height: 15px;
	left: 8px;
	top: 4px;
}
.addmore-btn:hover > span:before,
.addmore-btn:hover > span:after {
	background: #fff;
}


.workouts-accordion .accordion-collapse .col-sm-12 {
	margin-bottom: 0px;
}
.workouts-accordion .accordion-collapse .col-sm-12 h5 span {
	display: inline-block;
}
.workouts-accordion .accordion-collapse .wod-description {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.create-steps .tab-content .btn-primary,
	.create-steps .tab-content .btn-secondary {
		min-width: initial;
	}
	.create-progress-bar a {
		font-size: 14px;
	}
	.create-wrapper .create-progress-bar {
		margin: 0px;
	}
}
@media (max-width: 400px) {
	.create-wrapper .create-progress-bar {
		display: block !important;
	}
}


/*Events page Css*/
.event-wrapper {
	background: #F4F4F4;
	padding: 42px 0px;
}
.event-sidebar ul {
	padding: 0px;
}
.event-sidebar ul li {
	list-style: none;
}
.event-sidebar ul li .event-list {
	background-color: #fff;
	border-radius: 6px;
	padding: 24px;
	display: inline-flex;
    align-items: center;
    width: 100%;
}
.event-sidebar .event-list img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 16px;
}
.event-sidebar .event-list p {
	letter-spacing: 0.38px;
	color: #000000;
	font-size: 16px;
	line-height: 19px;
}
.event-sidebar .event-list h3 {
	letter-spacing: 0.53px;
	color: #000000;
	font-size: 22px;
	line-height: 27px;
}

.event-wrapper .my-event-section {
	background: #FFFFFF;
	border-radius: 6px;
}
.my-event-section .my-event-title {
	padding: 32px;
	border-bottom: 1px solid #E6E6E8;
}
.my-event-title h3 {
	letter-spacing: 0.58px;
	color: #000000;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	margin-bottom: 0px;
}
.my-event-title p {
	letter-spacing: 0.38px;
	color: #030F1C;
	font-size:
}
.my-event-section .btn-primary {
	font-size: 16px;
	letter-spacing: 0.38px;
	color: #FFFFFF;
	line-height: 26px;
	background: #2E7BFF;
	border: 1px solid #2E7BFF;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
}
.events-tab-content{
	padding: 0 32px 32px;
}
.my-event-section .my-event-tab {
	padding: 32px 32px 0 32px;
}
.my-event-section .my-event-tab .nav-tabs {
	border-bottom: none;
}
.my-event-section .my-event-tab .nav-tabs a {
	border: none;
	letter-spacing: 0px;
	color: #030F1C;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom: 2px solid transparent;
	margin-right: 24px;
}
.my-event-section .my-event-tab .nav-tabs a.active {
	border-bottom: 2px solid #2E7BFF;
}
.nav-tabs-filter .filter-section{
	margin-top: 24px;
	padding: 0 32px;
}
.nav-tabs-filter .form-select{
	padding: .95rem 2.25rem .95rem 1rem;
}
.events-tab-content ul {
	padding: 0px;
	margin-top: 24px;
}
.events-tab-content ul li {
	border: 1px solid #E6E6E9;
	border-radius: 4px;
	padding: 18px;
	margin-bottom: 16px;
}
.myevent-pagination ul li {
	border: 0px;
	padding: 0px;
}
.events-tab-content ul li .events-list-row .content {
	display: inline-flex;
	align-items: flex-start;
}
img.events-list-image {
    max-width: 96px;
    border-radius: 6px;
}
.events-tab-content .events-list-row .inner-content {
	padding-left: 16px;
}
.events-list-row h4 {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.43px;
	color: #030F1C;
}
.events-list-row p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.38px;
	color: #030F1C;
	text-transform: lowercase;
}
.events-list-row .inner-content a {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.38px;
	/* color: #2E7BFF; */
}
.events-list-row .button-sec {
	padding: 0px;
	text-align: right;
}
.events-list-row .button-sec .button {
	padding-top: 40px;
}
.events-list-row .button-sec .btn-manage {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	background: #2E7BFF;
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	padding: 4px 12px;
    margin: 0 5px;
}
.events-list-row .button-sec .btn-event {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #2E7BFF;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	padding: 4px 12px;
	margin-left: 12px;
}


@media (min-width: 768px) and (max-width: 991px) {
	.event-wrapper .event-sidebar {
		margin-bottom: 16px;
	}
}
@media (max-width: 767px) {
	.event-wrapper .event-sidebar {
		margin-bottom: 16px;
	}
}


.athlete-view-wrapper {
	background: #F4F4F4;
}
.athlete-view-filter {
	padding: 40px 0px 10px;
}
.athlete-view-filter h3 {
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #030F1C;
	font-weight: bold;
}
.athlete-view-filter label {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #030F1C;
	opacity: 0.64;
	margin-right: 10px;
}
.athlete-view-filter select {
	background: #F4F4F4;
	border: 1px solid #545454;
	border-radius: 4px;
	max-width: 55%;
}
.athlete-view-filter .form-group {
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: end;
}

.athlete-view-table table {
	background-color: #fff;
}
.athlete-view-table table tr th, .athlete-view-table table tr th a {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.38px;
	color: #000000;
	font-weight: bold;
	padding: 12px 16px;
}
.athlete-view-table table tr th a {
    padding: 0;
}
.athlete-view-table table tr.rank td {
	background: #E6E6E6;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
}
.athlete-view-table table tbody {
	border-top: none !important;
}
.athlete-view-table table tbody tr td {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.34px;
	color: #000000;
	padding: 8px 16px;
	vertical-align: middle;
}
.athlete-view-table table tbody tr td .text-box {
	background: #FFFFFF;
	border: 1px solid #E6E6E8;
	border-radius: 4px;
	min-height: 32px;
	padding: 6px 12px;
	outline: none;
	box-shadow: none;
}


/*Add heat page css*/
.heat-wrapper {
	background: #F4F4F4;
	padding: 45px 0px;
}
.heat-wrapper .heat-wrapper-row {
	max-width: 1120px;
	margin: auto;
}
.add-heat-section .heat-form-filter label {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #030F1C;
	opacity: 0.64;
	margin-right: 10px;
}
.add-heat-section .heat-form-filter select {
	background: #F4F4F4;
	border: 1px solid #545454;
	border-radius: 4px;
	max-width: 260px;
	outline: none;
	box-shadow: none;
}
.add-heat-section .heat-form-filter {
	display: inline-flex;
	align-items: center;
	width: 60%;
	justify-content: end;
}
.add-heat-section .create-steps .accordion-item {
	margin-bottom: 8px;
}
.add-heat-section .add-heat-row {
	margin-top: 25px;
}
.add-heat-section .add-heat-row h4 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.58px;
	color: #020A26;
	text-transform: uppercase;
}
.add-heat-section .add-heat-field {
	position: relative;
	margin-bottom: 24px;
}
.add-heat-section .img-upload-wrapper p {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.48px;
	color: #000000;
	font-weight: bold;
}
.add-heat-section .img-upload-wrapper p span {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.38px;
	color: #000000;
}
.add-heat-section .add-heat-field #img-add-heat {
	opacity: 0;
}
.add-heat-section .add-heat-field .heat-user-count {
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.58px;
	color: #020A26;
	font-weight: 500;
}
.add-heat-section .add-heat-field .heat-user-count .btn-edit  {
	background: #2E7BFF;
	border: 1px solid #2E7BFF;
	border-radius: 17px;
	padding: 6px 10px;
}
.add-heat-row .save-heat-button {
	text-align: right;
	padding-top: 15px;
}
.add-heat-row .save-heat-button .btn-save-heats {
	background: #2E7BFF;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.43px;
	color: #FFFFFF;
	text-transform: capitalize;
	padding: 16px 56px;
	outline: none;
	box-shadow: none;
}
.heat-assign h3 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.58px;
	color: #020A26;
	font-weight: 500;
	margin-bottom: 30px;
}
.heat-assign-sidebar {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 24px;
}
.heat-assign-sidebar h4 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.58px;
	color: #020A26;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.heat-assign-sidebar ul {
	padding: 0px;
    height: 536px;
    overflow: auto;
}
.heat-assign-sidebar ul::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}
.heat-assign-sidebar ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #E6E6E8;
    border-radius: 2px;
}
.heat-assign-sidebar ul::-webkit-scrollbar-thumb {
    background: #2680EB;
    border-radius: 2px;
}
.heat-assign-sidebar ul li {
	list-style: none;
    margin-right: 16px;
}
.heat-assign-sidebar .btn-update-list {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.heat-assign-sidebar .btn-update-list img {
	position: relative;
    top: -3px;
    margin-right: 3px;
}
.heat-assign-sidebar .athlte-list {
	display: inline-flex;
    width: 100%;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    padding: 4px;
    align-items: center;
    margin-bottom: 10px;
}
.heat-assign-sidebar .athlte-list .dots {
	background: #F4F4F4;
    border-radius: 4px;
    padding: 20px 8px;
    align-items: center;
    display: grid;
    margin-right: 14px;
}
.heat-assign-sidebar .athlte-list .athlete-user-img {
	margin-right: 14px;
}
.heat-assign-sidebar .athlte-list .athlete-name h5 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.43px;
	color: #000000;
	margin: 0px;
}
.heat-assign-sidebar .athlte-list .athlete-name p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.38px;
	color: #000000;
}

@media (max-width: 767px) {
	.heat-wrapper .add-heat-section {
		margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.heat-wrapper .add-heat-section {
		margin-top: 30px;
	}
}


/*heat view css*/
.heat-view-wrapper {
	background: #F4F4F4;
	padding: 32px 0px;
}
.heat-assign .btn-pre-arrow {
	background: #DEEAFF;
	border-radius: 8px;
	color: #2E7BFF;
	font-size: 12px;
	width: 40px;
	height: 40px;
	outline: none;
	box-shadow: none;
}
.heat-view-section .heat-view-row {
	padding-bottom: 32px;
}
.heat-view-section .heat-view-filter label {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #030F1C;
	opacity: 0.64;
	margin-right: 10px;
	white-space: nowrap;
}
.heat-view-section .heat-view-filter select {
	background: #F4F4F4;
	border: 1px solid #545454;
	border-radius: 4px;
	max-width: 155px;
	outline: none;
	box-shadow: none;
	line-height: 20px;
}
.heat-view-section .heat-view-filter .from-group {
	display: inline-flex;
	align-items: center;
	justify-content: end;
}
.heat-view-section h3 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.58px;
	color: #020A26;
	font-weight: 500;
}
.heat-view-section .heat-view-filter {
	text-align: right;
}
.heat-view-filter .btn-export {
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	background-color: transparent;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #2E7BFF;
	padding: 4px 12px;
	margin-left: 16px;
	margin-right: 16px;
}
.heat-view-filter .btn-score {
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	background-color: #2E7BFF;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fff;
	padding: 4px 12px;
}
.heat-view-section .create-steps .accordion-item {
	margin-bottom: 12px;
}
.add-heat-row ul {
	padding: 18px 30px 0px 18px;
	border: 1px solid #F4F4F4;
}
.add-heat-row ul li {
	list-style: none;
	border-bottom: 1px solid #F4F4F4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.add-heat-row ul li:last-child {
	border-bottom: none;
}
.add-heat-row .athlte-list {
	display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
.add-heat-row .athlte-list .dots {
	background: #F4F4F4;
    border-radius: 4px;
    padding: 15px 8px;
    align-items: center;
    display: grid;
    margin-right: 14px;
}
.add-heat-row .athlte-list .athlete-user-img {
	margin-right: 14px;
}
.add-heat-row .athlte-list .athlete-name h5 {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.43px;
	color: #000000;
	margin: 0px;
}
.add-heat-row .athlte-list .athlete-name p {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.38px;
	color: #000000;
}
.add-heat-row .athlte-move {
	text-align: right;
}
.add-heat-row .athlte-move .btn-move {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #2E7BFF;
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	outline: none;
	box-shadow: none;
}
.add-heat-row .create-steps .accordion-body {
	padding-top: 0px !important;
	border-top: none;
}
.add-heat-row .accordion-header .btn-edit {
	font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2E7BFF;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    white-space: nowrap;
    margin-right: 24px;
}
.add-heat-row .accordion-header .btn-edit img {
	position: relative;
	top: -1px;
	left: -2px;
}
@media (max-width: 767px) {
	.add-heat-row .create-steps .accordion-button {
		padding-right: 20px;
	}
	.heat-view-section .heat-view-filter {
		text-align: center;
	}
	.heat-view-section .heat-view-filter .from-group,
	.heat-view-filter .btn-export {
		margin-bottom: 20px;
	}
}

@media(max-width: 400px) {
	.add-heat-row .athlte-move {
		text-align: left;
	}
	.add-heat-row .athlte-list .dots {
		margin-right: 10px;
	}
	.add-heat-row .athlte-list .athlete-user-img {
		margin-left: 10px;
	}
	.add-heat-row .athlte-list {
		padding-bottom: 15px;
	}
}









.athelte-head-row {
	padding-top: 32px;
}
.athelte-head-row .athelte-head {
	display: inline-flex;
}
.athelte-head-row .btn-arrow {
	background-color: #BBBBBB;
    width: 40px;
    height: 40px;
    font-size: 12px;
}
.athelte-head-row .img {
	margin-left: 32px;
	margin-right: 24px;
}
.athelte-head-row .img img {
	max-height: 64px;
	max-width: 64px;
}
.athelte-head-row .athelte-head h3 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.58px;
	color: #030F1C;
	font-weight: bold;
}
.athelte-head-row .athelte-head p {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #030F1C;
}
.athelte-head-row .button-sec {
	text-align: right;
}
.athelte-head-row .btn-share {
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #2E7BFF;
	outline: none;
	box-shadow: none;
	margin-right: 12px;
}
.athelte-head-row .btn-workouts {
	background: #2E7BFF;
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #FFFFFF;
	outline: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.athelte-head-row .athelte-head {
		padding-bottom: 20px;
	}
	.athelte-head-row .img {
		margin-left: 15px;
		margin-right: 15px;
	}
	.athelte-head-row .button-sec {
		text-align: left;
	}
}
@media (max-width: 400px) {
	.athelte-head-row .athelte-head {
		display: block;
	}
	.athelte-head-row .img {
		display: inline-block;
	}
	.athelte-head-row .athelte-head .title {
		padding-top: 20px;
	}
}


/*Login modal css*/
.brute-login-modal {
	font-family: 'Roboto';
}
.brute-login-modal h3 {
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0.77px;
	color: #030F1C;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 32px;
}
.brute-login-modal p {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.38px;
	color: #020A26;
	text-transform: capitalize;
	margin-bottom: 18px;
}
.brute-login-modal .text-box {
	background: #F5F5F500;
	border: 1px solid #E6E6E8;
	border-radius: 4px;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #030F1C;
	margin-bottom: 20px;
	outline: none;
	box-shadow: none;
	padding: 12px 12px 12px 54px;
}
.brute-login-modal .btn-login {
	background: #2E7BFF;
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.48px;
	color: #FFFFFF;
	text-transform: capitalize;
	width: 100%;
	outline: none;
	box-shadow: none;
	padding: 12px 12px;
}
.brute-login-modal .modal-body {
	padding: 40px;
}
.brute-login-modal .form-group {
	position: relative;
}
.brute-login-modal .form-group .icon {
	color: #2E7BFF;
	font-size: 18px;
	position: absolute;
	left: 22px;
	top: 16px;
}
.brute-login-modal .form-group .icon-eye {
	color: #d0cfcf;
	font-size: 18px;
	position: absolute;
	top: 16px;
	right: 22px;
	cursor: pointer;
}
.brute-login-modal .form-group .icon-eye.active {
	color: #000000;
}
.brute-login-modal .modal-content {
	background: #FFFFFF;
	border-radius: 6px;
}

.custom-radio {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.38px;
	color: #030F1C;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 20px;
}
.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custom-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border: 1px solid #2196F3;
	border-radius: 50%;
}
.custom-radio input:checked ~ .checkmark {
	background-color: #fff;
}
.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-radio input:checked ~ .checkmark:after {
	display: block;
}
.custom-radio .checkmark:after {
	top: 4px;
    left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2196F3;
}
.brute-signup-modal .radio-button {
	margin-bottom: 32px;
}
.brute-signup-modal .form-password {
	position: relative;
}
.brute-signup-modal label.label {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.43px;
	color: #030F1C;
	margin-bottom: 10px;
}
.brute-signup-modal .step {
	/*display: none;*/
}
.brute-signup-modal .step.active {
	display: block;
}
.brute-signup-modal .step-icon {
	padding-top: 30px;
}
.brute-signup-modal .step-icon ul {
	padding: 0px;
}
.brute-signup-modal .step-icon ul li {
	list-style: none;
	width: 50%;
	float: left;
}
.brute-signup-modal .step-icon ul li button {
	background: transparent;
    border: none;
    color: #666;
    font-size: 18px;
}
.brute-signup-modal .step-icon ul li button {
    padding-left: 7px;
    padding-right: 7px;
}
.brute-signup-modal .step-icon ul li button.active {
	color: #2E7BFF;
}
.brute-signup-modal .step-icon ul li .circle-icon {
	background-color: #E6E6E8;
    border: 1px solid #E6E6E8;
    border-radius: 19px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    float: left;
}
.brute-signup-modal .step-icon ul li .circle-icon.active {
	border: 1px solid #2E7BFF;
	background-color: #fff;
}
.brute-signup-modal .step-icon ul li .circle-icon.active span {
	background-color: #2E7BFF;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    position: relative;
    top: 2.5px;
    left: 3px;
}
.brute-signup-modal .step-icon ul li:last-child {
	text-align: right;
}

.event-list-banner {
	background-image: url('/assets/images/event-banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 347px;
}
.event-list-banner h1 {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 32px;
}
.event-list-banner .banner-content {
	max-width: 520px;
	text-align: center;
	margin: auto;
	padding-top: 60px;
}
.event-list-banner .banner-content .searchbox .text-box {
	background-color: #F4F4F4;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #030F1C;
    padding: 21px 12px 21px 50px;
    outline: none;
    box-shadow: none;
    background-image: url('/assets/images/Search.png');
	background-repeat: no-repeat;
	background-size: 21px 21px;
    background-position: 16px 20px;
}

.event-list-banner.bsb1 {
    background-image: none;
    background-color: #000;
    min-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bsb1 .row{
    align-items: center;
}
.left-banner-text{
    max-width: 100%;
    width: 500px;
}
.bottom-banner-text{
    margin-top: 20px;
    max-height: 18px;
}
.searchbox-bg .form-control {
    line-height: 50px;
    width: 360px;
    max-width: 100%;
    z-index: 101;
    position: relative;
    background-image: url('/assets/images/Search.png');
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.searchbox-bg{
    position: relative;
    padding-top: 110px;
    padding-bottom: 190px;
}
.searchbox-bg:before {
    content: "";
    background-image: url('/assets/images/search-bg.svg');
    background-size: cover;
    left: 5px;
    top: 3px;
    width: 360px;
    height: 100%;
    position: absolute;
}

.event-list-wrapper .event-list-row {
	max-width: 865px;
	margin: auto;
}
.event-list-wrapper .events-tab-content ul li {
	border: none;
	border-bottom: 1px solid #E6E6E9;
	outline: none;
	padding-left: 0px;
	padding-right: 0px;
}
.event-list-wrapper .events-list-row p span {
	border: 1px solid #EAEAEA;
	border-radius: 6px;
	padding: 6px 10px;
}
.event-list-wrapper .events-list-row h4 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.43px;
    color: #030F1C;
    font-weight: bold;
    margin-bottom: 16px;
}
.event-list-wrapper .events-list-row p {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #030F1C;
	margin-bottom: 16px;
	text-transform: inherit;
}
.event-list-wrapper .events-list-row p span {
	font-size: 14px;
}
.event-list-wrapper .events-list-row p span b {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #030F1C;
	font-weight: 500;
	text-transform: capitalize;
}
.event-list-wrapper .events-list-row .button-sec .btn-registration {
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    background: #2E7BFF;
    border: 1px solid #2E7BFF;
    border-radius: 4px;
    padding: 8px 18px;
}
.event-list-wrapper .my-event-section .my-event-tab .nav-tabs a.active {
	color: #2E7BFF;
}
.event-list-wrapper .my-event-section .my-event-tab .nav-tabs {
	position: relative;
}
.event-list-wrapper .my-event-section .btn-filter {
	border: 1px solid #2E7BFF;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #2E7BFF;
	padding: 6px 12px 6px 32px;
	outline: none;
	box-shadow: none;
	position: relative;
}
.event-list-wrapper .my-event-section .btn-filter:not(.collapsed){
	color: #ffffff;
	background-color: #2E7BFF;
}
.event-list-wrapper .my-event-section .btn-filter i{
	background-image: url(../images/filter.svg);
	background-repeat: no-repeat;
	background-position:left center;
	display: block;
	left: 10px;
	top: 10px;
	width: 16px;
	height: 16px;
	position: absolute;
}
.event-list-wrapper .my-event-section .btn-filter:not(.collapsed) i{
	background-image: url(../images/filter-active.svg);
}
.event-list-wrapper .events-tab-content ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	.event-list-banner h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.event-list-wrapper .events-list-row p {
		line-height: 24px;
	}
	.event-list-wrapper .events-list-row p span {
		display: block;
		margin-bottom: 10px;
	}
	.nav-tabs-filter .filter-section{
		padding: 0 15px;
	}
	.events-tab-content{
		padding: 0 15px 20px 15px;
	}
	.event-list-wrapper .my-event-section .my-event-tab {
		padding: 20px 15px 0 15px;
		flex-wrap: wrap;
	}
	.event-list-wrapper .my-event-section .btn-filter {
		position: relative;
	}
	.event-list-wrapper .my-event-section .my-event-tab .nav-tabs:not(.nav-filter) li {
		display: block;
		margin-bottom: 15px;
	}
	.event-list-wrapper .my-event-section .my-event-tab .nav-tabs {
		font-size: 14px;
	}
	.nav-tabs-filter .filter-section{
		margin-top: 10px;
	}
	.nav-tabs-filter .form-select{
		margin-bottom: 15px;
	}
}


/*profile page css*/
.brute-profile {
	background: #F5F5F5;
    padding: 35px 0px;
    position: relative;
}
.brute-profile .brute-profile-section {
	max-width: 864px;
	margin: auto;
	padding: 0px;
}
.brute-profile-row {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 40px;
	margin-bottom: 23px;
}
.brute-profile-row .userimg {
	float: left;
	margin-right: 16px;
}
.brute-profile-row .userimg {
	max-width: 64px;
}
.brute-profile-row .userimg img {
	border-radius: 50%;
}
.brute-profile-row .usercontent p {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.38px;
	color: #000000;
	opacity: 0.56;
	margin-bottom: 8px;
}
.brute-profile-row .usercontent h3 {
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.53px;
	color: #000000;
	font-weight: 500;
}
.brute-profile-row .btn-edit-profile {
	color: #2E7BFF;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #2E7BFF;
    border-radius: 4px;
    padding: 6px 18px;
    outline: none;
    box-shadow: none;
}
.brute-profile-row .btn-edit-profile img {
	position: relative;
	top: -2px;
}
.brute-profile-row .edit-button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.personal-info-row {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 32px;
}
.personal-info-row h2 {
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 24px;
	padding-left: 0px;
	font-weight: bold;
}
.personal-info-row ul {
	padding: 0px;
	width: 100%;
}
.personal-info-row ul.personal-list {
	border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.personal-info-row ul li {
	list-style: none;
	float: left;
	width: 45%;
	text-align: left;
	letter-spacing: 0.43px;
	color: #030F1C;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}
.personal-info-row ul li label {
	display: block;
	font-weight: 500;
}
.brute-head .dropdown.brute-dropdown button {
	background-color: transparent;
	border: none;
	font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #2E7BFF;
    font-weight: 400;
    text-decoration: none;
    padding: 2px 6px;
    outline: none;
    box-shadow: none !important;
}
.brute-head .dropdown.brute-dropdown .dropdown-toggle::after {
	margin-left: 6px;
	position: relative;
	top: 3px;
}
.brute-head .dropdown.brute-dropdown  ul {
	padding: 0px;
	right: 0px;
	left: unset;
}
.brute-head .dropdown.brute-dropdown  ul li {
	text-align: center;
	margin-left: 0px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.brute-head .dropdown.brute-dropdown  ul li:last-child {
	border-bottom: none;
}
@media (max-width: 767px) {
	.personal-info-row ul li {
		width: 100%;
		padding-right: 0px;
	}
	.brute-profile-row .edit-button {
		display: block;
		padding-top: 15px;
	}
	.brute-profile-row {
		padding: 30px 20px;
	}
	.brute-head .dropdown.brute-dropdown li {
		padding: 0px;
	}
	.brute-head .dropdown.brute-dropdown ul {
		margin-top: 15px;
	}
	.brute-head .dropdown.brute-dropdown button {
		font-size: 14px;
	}
}

.event-wrapper .event-row {
    max-width: 1024px;
    margin: auto;
}
.score-event-block .title-block h3 {
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    color: #020A26;
    margin-bottom: 32px;
}
.score-event-section {
    padding: 32px;
    border-radius: 8px;
    background: #FFFFFF;
}
.score-event-section .title-block {
    margin-bottom: 24px;
}
.score-event-section .title-block h3 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    color: #030F1C;
    font-weight: 700;
}
.score-event-section .content-block li {
    border: 1px solid #E6E6E8;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 24px;
}
.score-event-section .events-list-row h4 {
    font-size: 20px;
    line-height: 28px;
    color: #030F1C;
    font-weight: 500;
}
.score-event-section .events-list-row h4 span {
    margin-left: 12px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #030F1C;
    font-weight: 500;
}
.score-event-section .events-list-row .button-sec .button {
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.score-event-section .events-list-row .button-sec .button img {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}
.score-event-section .events-list-row .button-sec .button a {
    padding: 12px 16px;
    background: #2E7BFF;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #2E7BFF;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.score-event-popup .modal-header {
    border: none;
    padding: 40px;
    padding-bottom: 16px;
}
.score-event-popup .modal-header .btn-close {
    background: none;
    opacity: 1;
    padding: 0;
    width: 24px;
    height: 24px;
}
.score-event-popup .modal-body {
    padding: 0 40px;
}
.score-event-popup .modal-body::-webkit-scrollbar, .athlete-leaderboard-popup .modal-body::-webkit-scrollbar , .athlete-leaderboard-teammembers-popup .modal-body::-webkit-scrollbar {
    width: 0px;
    height: 2px;
}
.score-event-popup .info-block {
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    padding: 18px;
    margin-bottom: 24px;
}
.score-event-popup .info-block p {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.score-event-popup .info-block p img {
    margin-right: 16px;
}
.score-event-popup .title-block h4 {
    font-size: 20px;
    font-weight: 500;
    color: #030F1C;
}
.score-event-popup .create-reg-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 36px 0 44px;
}
.score-event-popup .sub-title-block h5 {
    font-size: 18px;
    font-weight: 500;
    color: #030F1C;
    margin-bottom: 16px;
}
.score-event-popup .sub-title-block h5 span {
    margin-left: 6px;
}
.score-event-popup .point-increment-block {
    margin-bottom: 32px;
}
.score-event-popup .select-block, .score-event-popup .text-block {
    width: 46%;
}
.score-event-popup .table th, .score-event-popup .table td {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    padding: 12px 18px;
}
.score-event-popup .table td {
    padding-bottom: 0;
}
.score-event-popup .table-bg {
    background: #F4F4F4;
}
.score-event-popup .modal-footer {
    padding: 20px 40px;
}
.score-event-popup .btn-save {
    padding: 17px 26px;
    background: #2E7BFF;
    color: #FFFFFF;
    border: 1px solid #2E7BFF;
    border-radius: 4px;
    margin: 0;
}
.score-view {
    padding-bottom: 10px;
}
.score-view .nested-table {
    margin: 0;
    padding: 0;
}
.score-view .nested-table td {
    padding: 0 !important;
    padding-right: 12px !important;
    border: none;
}
.score-view .nested-table td:last-child {
    padding-right: 0px !important;
}
.athlete-view-table .btn-footer {
    margin-bottom: 53px;
}
.btn-save-score {
    background: #2E7BFF;
    border: 1px solid #2E7BFF;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.btn-save-score:hover {
    background: transparent;
    color: #2E7BFF;
}
.athlete-view-table .leaderboard-view table tr th span {
    float: right;
}
.athlete-view-table .leaderboard-view table tr th:not(:first-child):not(:nth-child(2n)):hover {
    background: #2E7BFF;
}
.athlete-view-table .leaderboard-view table tr th:not(:first-child):not(:nth-child(2n)):hover img {
    filter: brightness(0) invert(1);;
}
.athlete-view-table .leaderboard-view table tr th:not(:first-child):not(:nth-child(2n)):hover a {
    color: #FFFFFF;
}
.athlete-leaderboard-popup .modal-header {
    border: none;
    padding: 24px 30px 0;
}
.athlete-leaderboard-popup .modal-header .btn-close {
    background: none;
    opacity: 1;
    padding: 0;
    width: 24px;
    height: 24px;
}
.athlete-leaderboard-popup .modal-content {
    background: #F4F4F4;
}
.athlete-leaderboard-popup .modal-body {
    padding: 24px;
}
.athlete-leaderboard-popup .table {
    background: #FFFFFF;
}
.athlete-leaderboard-popup .table-bg {
    background: #E8E8E8;
}
.athlete-leaderboard-popup tbody {
    border-top: none !important;
}

.athlete-leaderboard-teammembers-popup .modal-header {
    border: none;
    padding: 24px 30px 0;
}
.athlete-leaderboard-teammembers-popup .modal-header .btn-close {
    background: none;
    opacity: 1;
    padding: 0;
    width: 24px;
    height: 24px;
}
.athlete-leaderboard-teammembers-popup .modal-content {
    background: #F4F4F4;
}
.athlete-leaderboard-teammembers-popup .modal-body {
    padding: 24px;
}
.athlete-leaderboard-teammembers-popup .table {
    background: #FFFFFF;
}
.athlete-leaderboard-teammembers-popup .table-bg {
    background: #E8E8E8;
}
.athlete-leaderboard-teammembers-popup tbody {
    border-top: none !important;
}

@media (max-width: 920px) {
    .score-event-section .events-list-row .button-sec {
        text-align: left;
    }
    .score-event-section .events-list-row .button-sec .button {
        padding-top: 20px;
        justify-content: flex-start;
    }
}
@media (max-width: 480px) {
    .score-event-section .events-list-row h4, .score-event-section .events-list-row .button-sec .button a {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .score-event-section .events-list-row h4 span {
        margin-left: 0px;
        margin: 12px 0;
    }
}
@media (max-width: 420px) {
    .score-event-section .events-list-row .button-sec .button a {
        width: 100%;
        justify-content: center;
    }
	.stripeConnect{
		margin-left: 0px;
		margin-top:10px;
	}
	.registration-content .reg-type .form-check{
		display: inline-block;
	}
}
@media (min-width: 767px) {
    .modal-dialog {
        max-width: 666px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 767px) {
    .report-modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
.formatText ul li {
	list-style: disc;
}
.formatText ol li {
	list-style: auto;
}
.default-custom-text ul {
    padding-left: 30px;
}

.default-custom-text li {
    list-style: disc;
}