.btn {
    box-shadow: unset;
}

.btn:hover, .btn:focus, .btn:active {
    box-shadow: unset;
}

/* BTN WHITE */
.btn-custom--white {
    border-radius: 10px;
    border: 1px solid #df2b7d;
    background-color: #f2f2f2;
    color: #010105 !important;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    
}

.btn-custom--white:hover {
    background-color: #df2b7d;
}

.btn-custom--white:active {
    color: #f2f2f2;
    background-color: #010105;
}

/* BADGE */
.badge-transparent {
    color: #df2b7d!important;
    background-color: transparent;
    box-shadow: unset;
    padding: 0 0 0 0.1em;
}

.btn-custom--white:hover > .badge-transparent,
.btn-custom--white:active > .badge-transparent {
    color: #010105!important;
}

/* BTN PINK */
.btn-custom--pink {
    width: 195px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    border-bottom-color: #3f3d90;
    background: linear-gradient(180deg, #E72A7C 0%, #E4297D 48.96%, #8C368F 100%);
}

.btn-custom--pink:hover, 
.btn-custom--pink:active, 
.muzy-theme a.btn-custom--pink:hover{
    background: linear-gradient(180deg, #E72A7C 0%, #E4297D 48.96%, #8C368F 100%) !important;
    border-color: #fff;
    color: #fff;
    text-decoration:none;
}
.btn-custom--pink:focus, .btn_custom_pink:focus{
    background: linear-gradient(180deg, #d01e69 0%, #9e1050 48.96%, #702068 100%);
    border: none;
}
.btn-custom--pink.purchase{height: 66px; line-height: 66px; width: 290px; font-size: 28px; margin-top: 5px;}



.concert_icons a.btn-closed--pink,
.mobile_closed a.btn-closed--pink {
	margin: 0;
	width: 220px;
	color: #df2b7d;
	border: 2px solid #df2b7d;
	border-radius: 10px;
}
.btn-closed--pink {
	position: relative;
	padding: 0 26px;
	color:#df2b7d;
}
.btn-closed--pink:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	margin: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border:1px #df2b7d solid;
	border-radius: 6px;
}
.btn-closed--pink.purchase{height: 62px;line-height: 56px;font-size: 28px;}

.event-close-infotext {
	line-height: 52px;
	font-size: 20px;
}

.event-close-infotext span {
	padding-left: 60px;
	background: url('../images/arrow-close-event.svg') no-repeat left top;
}


/* BTN DARK */
.btn-custom--dark {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px!important;
    border-radius: 15px;
    background-color: #1f2636;
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #6c7079 !important;
    border: 1px solid transparent;
}

.btn-custom--dark:hover {
    background-color: #2f384c;
    color: #6c7079 !important;
}

.btn-custom--dark.active, .btn-custom--dark:active {
    border-color: #ff107d;
    background-color: #101219;
    color: #fff !important;
}

#myTabContent .btn-custom--dark {
	margin-bottom: 1rem !important;
}
/* thx page of events */
.btns_out{
    max-width: 300px;
    margin: 20px auto 30px;
}
.btns{
    display: inline-block;
    margin: 15px auto;
    text-align: center;
}

.btn_custom_pink, .btn_custom_black{
    border-radius: 10px;
    width: 100%;
    padding: 5px 30px;
    font-size: 18px;
    text-decoration: none;
}
.btn_custom_pink {
    border: 1px solid transparent;
    border-bottom-color: #8C368F;
    background-color: #fff;
    color: #fff;
    width: 100%;
    background: linear-gradient(180deg, #E72A7C 0%, #E4297D 48.96%, #8C368F 100%);
}

.btn_custom_black{
    border: 1px solid #ff107d;
    background-color: #1f2636;
    color: #ff107d;
    
}
.btn_custom_pink:hover, .btn_custom_pink:active, .btn_custom_pink:focus {
    color: #fff !important;
    border-color: #fff;
    text-decoration: none;
}
.btn_custom_black:hover, .btn_custom_black.active, .btn_custom_black:active, .btn_custom_black:focus {
    border: 1px solid #ff107d;
    background-color: #0f1219;
    color: #ff107d !important;
    text-decoration: none;
}



.btn--md {
    width: 146px;
    height: 30px;
    border-radius: 15px;
}

/* BTN TRANSPARENT */
.btn-custom--transparent {
    padding: 0;
    margin: 0 5px;
    border-radius: 10px;
    background-color: transparent;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #df2b7d;
    border: 1px solid #df2b7d;
    cursor: pointer;
}
.btn-custom--transparent:hover {
    background-color: #101219;
    text-decoration: none;
}

.btn-custom--transparent.active,
.btn-custom--transparent:active,
.btn-custom--transparent:focus {
    background-color: #101219;
    color: #fff;
}

.btn-custom--form-dark {
    padding: 0;
    margin: 0 5px;
    border-radius: 10px;
    background-color: #1f2636;
    width: 195px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #df2b7d;
    border: 1px solid #df2b7d;
}
.btn-custom--form-dark:hover {
    background-color: #101219;
}

.btn-custom--form-dark.active,
.btn-custom--form-dark:active,
.btn-custom--form-dark:focus {
    background-color: #101219;
    color: #fff;
}

.btn-custom--form-white {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background-color: #fff;
    width: 195px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #df2b7d;
    border: 1px solid #df2b7d;
}
.hero_form_wrapper .btn-custom--form-white{
    width: 100%;
}

.btn-custom--form-white.active, .btn-custom--form-white:active, .btn-custom--form-white:focus, .btn-custom--form-white:hover {
    background-color: #101219;
    color: #fff;
}

.disabled_link {
    pointer-events: none;
    opacity: 1;
}

@media screen and (max-width: 767.98px) {
    .btn--md,
    .btn-custom--dark{
        font-size: 12px;
    }

    .btn-custom--transparent {
        width: 135px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .btn-custom--pink.purchase{height: 56px; line-height: 56px; width: 240px; font-size: 24px; margin: 0;}

	.mobile_closed_text {
		margin-bottom: 20px;
		padding: 0 20px;
		text-align:center;
	}

}

@media(max-width:575.98px){
    .btn-custom--form-white{width: 100%;}
    .btns_out{margin: 0px auto 30px;}
}
