/*html, body{
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #820004, #a26a00);
}*/

html, body{
    height: 100%;
    width: 100%;
    background: #efefef;
    color: #333333;
}

/* open-sans-300 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v17-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/open-sans-v17-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('fonts/open-sans-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v17-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('fonts/open-sans-v17-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-ext_latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/open-sans-v17-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin-ext_latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/open-sans-v17-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('fonts/open-sans-v17-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v17-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v17-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v17-latin-ext_latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body{
    font-family: 'Open Sans';
}


a{
    color: #36335d;
}

img.responsive{
    width: 100%;
    height: auto;
}

.header{
    background: linear-gradient(45deg, #ffc10e, #0098d9);
    background-size: cover;
    background-position: center;
}

.main{
    padding: 20px;
    background: #efefef;
}

.main__logo{
    text-align: center;
    margin-bottom: 20px;
}

.main__logo img{
    max-width: 200px;
}

.main__container{
    padding: 20px;
}

.main__content{
    max-width: 900px;
    /*border-radius: 10px;*/
    margin: 40px auto 20px auto;
    background: white;
    padding: 20px;
    box-shadow: 0 0 60px rgba(0,0,0,.3);
}

.main__content--offset {
    margin: -80px auto 20px auto; 
}

.title-rules{
    line-height: 0;
    margin-bottom: -2px;
}

.side_and_content{
    display: flex;
    /*box-shadow: 0px 0px 15px #ccc;*/
}

.side_and_content__side, .side_and_content__content{
}
.side_and_content__side{
    width: 200px;
    margin-right: 20px;
    text-align: right;
}

.center_content {
    padding: 40px;
}


.desktop-toc{
    position: sticky;
    top: 5px;
}
.mobile-toc{
    display: none;
    width: 250px;
    position: fixed;
    left: 10px;
    bottom: 10px;
}
.mobile-toc select{
    width: 100%;
}

p {
    font-size: 18px;
    line-height: 1.5;
}

.totop{
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background: #2b2b2b;
    color: white;
    cursor: pointer;
    z-index: 2000;
}

.totop svg{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 4px;
}

.side_and_content__side ul{
    list-style-type: none;
}

.side_and_content__side ul, .side_and_content__side li{
    margin: 0;
    padding: 0;
}

.side_and_content__side li{
    margin-bottom: 7px;
}

.side_and_content__side li a{
    color: #333;
    text-decoration: none;
}
.side_and_content__side li a:hover{
    text-decoration: underline;
}

.side_and_content__content{
    flex: 1;
}

.Paragraph-Title-Appendix{
    font-weight: bold;
    font-size: 20px;
}


.footer{

    height: 300px;
}

.donate_and_donated{
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate_and_donated__btn{
    width: 40%;
    background: linear-gradient(to right, #0061b1, #0070ce);
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 32px;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    text-decoration: none;
}

.enter_club{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.enter_club__btn{
    width: 40%;
    background: linear-gradient(to right, #0061b1, #0070ce);
    color: white;
    text-align: center;
    padding: 24px;
    font-size: 28px;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    text-decoration: none;
}

.enter_club__btn:hover{
    /*transform: translate3d(0, -5px, 0);*/
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}


.donate_and_donated__btn a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.donate_and_donated__btn input {
    display: inline-block;
    text-align: right;
    width: 100px;
}

.donate_and_donated__btn:hover{
    /*transform: translate3d(0, -5px, 0);*/
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}

.donate_and_donated__donated{
    margin-left: 20px;
    width: 40%;
    text-align: center;
    color: #820004;
    text-decoration: none;
}

.donate_and_donated__amount{
    font-size: 32px;
}

.donate_and_donated__title{

}


.title_h1{
    font-size: 32px;
    color: #005ca1;
    font-weight: bold;
}
.title_h2{
    color: #00558f;
}
.title_vs{
    color: #05994e;
    font-weight: bold;
    font-size: 28px;
}




.template-HB__header {
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 74px;
    color: #fff;
    background: linear-gradient(to right, rgba(236, 28, 36, 0.5), rgba(0, 44, 79, 0.5));
    transition: background-image ease 0.3s, border-bottom ease 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    top: 0;
}
.template-HB__header--animable {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.template-HB__header--animable::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: white;
    transition: opacity 0.3s ease;
}
.template-HB__header--with_bg::before {
    opacity: 0.3;
}
@media (max-width: 1024px) {
    .template-HB__header {
        height: 50px;
    }
}
.template-HB__header .ijf-logo {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.template-HB__header .ijf-logo img {
    width: 57px;
    height: 57px;
}
@media all and (max-width: 1024px) {
    .template-HB__header .ijf-logo img {
        width: 35px;
        height: 35px;
    }
}
.template-HB__headerlimit {
    max-width: 940px;
    margin: 0 auto;
    height: 100%;
}
.template-HB__headeritems {
    position: relative;
    display: flex;
    height: 100%;
}
.template-HB__headeritems .menuitems{
    flex: 1;
}
@media all and (max-width: 1024px) {
    .template-HB__headeritems {
        justify-content: center;
    }
}

.hero-title {
    color: white;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 4em;
    padding-top: calc(74px + 40px);
    padding-bottom: calc(80px + 40px);
    text-transform: uppercase;
}


@media all and (max-width: 1024px) {
    .hero-title {
        padding-top: calc(51px + 40px);
    }
}

.hero-logo {
    width: auto;
    height: 250px;
    display: block;
    margin: auto;
}

@media all and (max-width: 1024px) {
    .hero-logo {
        height: 200px;;
    }
}

.social-icons{
    align-self: center;
}

.menu-spacer{
    flex: 1;
    display: flex;
    align-items: center;
}
.menu-spacer div{
    margin-left: 20px;
    font-size: 22px;
}

.social-icons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease .3s;
}

.social-icons a:hover{
    transform: translate3d(0, -5px, 0);
}

.social-icons .facebook{
    background-image: url(images/social/fb_w.png);
}
.social-icons .youtube{
    background-image: url(images/social/yt_w.png);
}
.social-icons .twitter{
    background-image: url(images/social/twitter_w.png);
}
.social-icons .instagram{
    background-image: url(images/social/instagram_w.png);
}
.social-icons .telegram{
    background-image: url(images/social/telegram_w.png);
}

.img-grid-2{
    display: flex;
    justify-content: space-between;
}
.img-grid-2 div{
    width: 48%;
}
.img-grid-2 img{
    width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .img-grid-2{
        display: block;
    }
    .img-grid-2 div{
        width: auto;
    }
    .menu-spacer{
        display: none;
    }
}

html .component-accountbar {
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) {
    html .component-accountbar {
        display: none;
    }
}
html .component-accountbar .accountbar__cart {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 100%;
}
html .component-accountbar .accountbar__cart .cart-icon {
    margin-right: 5px;
}
html .component-accountbar .accountbar__cart .cart-icon svg {
    transition: color 0.3s ease;
    height: 22px;
    width: 22px;
    vertical-align: middle;
}
html .component-accountbar .accountbar__cart .cart-items-number {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    padding: 3px;
    background: #f9ce89;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: initial;
}
html .component-accountbar .accountbar__cart:hover svg {
    color: #f9ce89;
}
html .component-accountbar .accountbar__languages {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
    height: 100%;
}
html .component-accountbar .accountbar__languages .language-text {
    text-align: center;
    font-size: 12px;
}
html .component-accountbar .accountbar__languages .language-icon {
    text-align: center;
}
html .component-accountbar .accountbar__languages .language-icon svg {
    transition: color 0.3s ease;
    height: 15px;
    width: 15px;
    vertical-align: middle;
}
html .component-accountbar .accountbar__languages:hover svg {
    color: #f9ce89;
}
html .component-accountbar .accountbar__separator {
    display: block;
    height: 14px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: auto 10px;
}
html .component-accountbar .accountbar__products {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
    height: 100%;
    margin-right: 5px;
}
html .component-accountbar .accountbar__products svg {
    transition: color 0.3s ease;
    height: 22px;
    width: 22px;
    vertical-align: middle;
}
html .component-accountbar .accountbar__products:hover svg {
    color: #f9ce89;
}
html .component-accountbar .accountbar__user_profile {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
    height: 100%;
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}
html .component-accountbar .accountbar__user_profile .profile_image {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    overflow: hidden;
    height: 30px;
    width: 30px;
    position: relative;
}
html .component-accountbar .accountbar__user_profile .profile_image::before {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    width: 0;
    height: 500%;
    background: rgba(255, 255, 255, 0.35);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
html .component-accountbar .accountbar__user_profile .profile_image img {
    width: 100%;
}
html .component-accountbar .accountbar__user_profile:hover .profile_image::before {
    width: 75%;
}


/*.side_and_content__content .yt_video_container {
    display: flex;
    justify-content: center;
}*/

.yt_video_container iframe {
    width: 100%;
    height: 500px;
}


@media all and (max-width: 1024px){
    .header{
        height: unset;
    }
    .desktop-toc{
        display: none;
    }
    .mobile-toc{
        display: block;
    }
    .side_and_content{
        flex-direction: column;
    }
    .center_content {
        padding: 0px;
    }
    .donate_and_donated__btn {
        width: 100%;
        margin: 0;
    }

    .yt_video_container iframe {
        height: 56.25vw;
    }
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.5)
}

.popup-window {
    background: white;
    border-radius: 6px;
    max-width: 900px;
    padding: 40px;
    z-index: 1;
    position: relative;
    margin: 20px;
}
@media all and (max-width: 1024px){
    .popup-window {
        padding: 20px;
        width: 80vw;
    }
}

.popup-window__title {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup-window__title .country-flag {
    width: auto;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.25);
}

.popup-window__close {
    cursor: pointer;
    position: absolute;
    right: -15px;
    color: white;
    top: -40px;
    padding: 10px 20px;
    opacity: 0.7;
    transition: opacity 0.1s ease;
}

.popup-window__close:hover {
    opacity: 1;
}

.popup-window__content {
    overflow: auto;
    max-height: 60vh;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dadada;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f0f0f0;
}




.leaflet-container {
    background: none;  }

.leaflet-popup-close-button {
    display: none;
}

.leaflet-popup .leaflet-zoom-animated {
    opacity: 0.5;
}

.leaflet-popup-content {
    width: 100%;
    margin: 20px;
}

.leaflet-popup-content-wrapper {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    color: white;
    background-color: rgba(39, 52, 68, 0.9);
    text-align: center;
    font-size: 1.3vh;
    font-family: 'Open Sans';
}

.leaflet-popup-content-wrapper:after {
    position: absolute;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background: #000;
}

.leaflet-popup-tip {
    border: 0;
    box-shadow: none;
    background-color: rgba(39, 52, 68, 0.9);
}

#popup_container {
    height: 100%;
    max-height: 78vh;
}

#prev_country {
    float: left;
}

#next_country {
    float: right;
}

#prev_country, #next_country {
    padding: 20px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

#prev_country:hover, #next_country:hover {
    transition: all 0.3s ease;
    color: $red;
}

#popup_bg {
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#popup_bg.hide {
    position: fixed;
    opacity: 0.7;
    top: 0;
    visibility: visible;
    left: 0;
}

#popup_close {
    float: right;
    font-weight: bold;
}

.map_header {
    position: absolute;
    font-size: 4.5vh;
    color: white;
    z-index: 1000;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5vh;
    margin-top: 2.5vh;
}

.map_header span {
    font-weight: 100;
}

#popup_close:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    color: $red;
}

#video_title {
    // margin-bottom: 5px;
    font-size: 26px;
    font-weight: 800;
}

#video_date {
    font-size: 1.5vh;
    padding: 0 20px 20px;
    color: #7f7f7f;
}

#video_paragraph {
    line-height: 2.5vh;
    max-height: 48vh;
    min-height: 35vh;
    font-size: 1.7vh;
    padding: 1vh;
    overflow-y: auto;
    padding: 0;
    margin-bottom: 0;
}

#video_paragraph p {
    padding-left: 20px;
    padding-right: 20px;
}

#popup_container #popup {
    -webkit-font-smoothing: antialiased;
    font-family: 'open sans';
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    width: 59vh;
    position: fixed;
    background-color: white;
    border: 1px solid black;
    z-index: 1002;
    font-size: 25px;
    top: 20%;
    left: 47%;
    min-width: 678px;
    margin-left: -290px;
@media screen and (max-width: 640px) {
      left: 0;
      top: 0;
      width: 100%;
      margin-left: 0;
      min-width: 1%;
}
}

iframe {
    width: 100%;
}

#video_country {
    height: 2vh;
    margin-right: 1.2vh;
}

#video_header {
    padding: 20px 20px 5px;
}

.popup_header {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    display: inline-block;
}

.popup_header_country_flag {
    height: 24px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.popup_separator {
    height: 1px;
    background-color: white;
    margin: 14px 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.popup_banner_img {
    width: 100%;
    height: auto;
}

.popup_title {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.more-clubs-btn {
    /*width: 40%;*/
    background: linear-gradient(to right, #0061b1, #0070ce);
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 0%);
    text-decoration: none;
    cursor: pointer;
}

.more-clubs-btn:hover {
    /*transform: translate3d(0, -5px, 0);*/
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}


.component-judo-in-schools .custom-cluster {
    width: 36px;
    height: 36px;
    background-color: white;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.component-judo-in-schools .custom-cluster::after {
    content: '';
    position: absolute;
    border: 2px solid #0070ce;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: 3px;
    left: 3px;
}


.comming-soon-section a{
    color: #333;
}

.comming-soon-section .title {
    font-size: 20px;
}

.comming-soon-section body{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.comming-soon-section .bg{
    background-image: url(ijf.jpg);
    background-size: cover;
    background-position: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}

.comming-soon-section .main {
    z-index: 10;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    text-align: center;
    padding: 40px 80px;
}

.comming-soon-section {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center
}

.comming-soon-section .btns {
    display: flex;
}
.comming-soon-section .btns .btn{
    border-bottom: 1px solid #333;
    padding: 5px;
    margin: 0 4px;
}

.comming-soon-section .btns a{
    text-decoration: none;
}

.comming-soon-section .h10 {
    height: 10px;
}

.comming-soon-section .small{
    font-size: 13px;
}

.hidden {
    display: none;
}

.apply-club-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}

.apply-club-form__inner {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .apply-club-form__inner {
        width: 100%;
    }
}

.apply-club-form label {
    margin-top: 10px;
    margin-bottom: 3px;
}

.apply-club-form input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 3px;
}

.apply-club-form select {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 3px;
}

.apply-club-form__btn {
    width: 100%;
    margin-top: 20px; 
    background: linear-gradient(to right, #0061b1, #0070ce);
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    text-decoration: none;
    cursor: pointer;
    border: 0px;
}

.apply-club-form__btn:hover {
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}