*{
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body{
    background: #0D0D1C;
}
::selection{
    background: #5360E4;
    color: #fff;
}
:focus{
    box-shadow: none !important;
}
html {
    scroll-behavior:auto !important;
}
.fl-page{
    overflow: hidden !important;
}
img{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
h1{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
h2{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
h3{
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
p, li{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
ul{
    padding-left: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #fff;
}
button{
    transition: all .2s ease;
}
a:hover{
    transition: all .2s ease !important;
    color: #5360E4;
}
.btn-all{
    background: #5360E4;
    border: 1px solid #5360E4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 47px;
    border-radius: 144px;
    font-size: 14px;
}
.btn-second:hover,
.btn-all:hover{
    background: #fff;
    color: #5360E4;
}
.btn-second{
    background: #5360E4;
    border: 1px solid #5360E4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 113px;
    height: 36px;
    border-radius: 144px;
    font-size: 11px;
}
.container{
    max-width: 1130px;
}
.modal-backdrop{
    background: #0D0D1C !important;
    opacity: 0.9 !important;
    transition: all .2s ease;
}
.modal .modal-content{
    background: #232334;
    border-radius: 11.354px;
    padding: 68px 40px 44px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal .btn-all{
    margin: 0 auto;
    margin-top: 34px;
}
.modal .btn-close{
    position: absolute;
    top: 18px;
    right: 15px;
    background: url(../images/modal-close.svg);
    opacity: 1;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    padding: 0 !important;
    border-radius: 0 !important;
}
.form-all{
    width: 100%;
}
.form-all label{
    color: #A3A3BC;
    margin-bottom: 6px;
}
.modal-content h3{
    margin-bottom: 40px;
}
.modal-dialog{
    max-width: 534px;
}
.form-all .form-group{
    margin-bottom: 15px;
}
.form-all .form-group select,
.form-all .form-group input{
    background-color: #0D0D1C;
    height: 54px;
    border-radius: 10px;
    border: 1px solid #303041;
    color: #fff;
}
.form-all .form-group input::placeholder{
    color: #fff;
}
.form-all .form-group input:focus{
    border: 1px solid #303041;
}
/* header */

#header{
    border-bottom: 1px solid #303041;
}
.header-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 23px 15px;
}
.header-col a.logout{
    background: #232334;
    border: 1px solid #232334;
    border-radius: 102.29px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 103px;
    height: 33px;
    font-size: 10px;
}
.header-col a.logout:hover{
    background: #fff;
    color: #232334;
}
.first-place::after{
    content: '';
    position: absolute;
    background: url(/images/winner_img.svg);
    width: 30px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.second-place::after{
    content: '';
    position: absolute;
    background: url(/images/silver-crown.svg);
    width: 30px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.third-place::after{
    content: '';
    position: absolute;
    background: url(/images/bronze-crown.svg);
    width: 30px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.other-places::after{
    content: '';
    position: absolute;
    background: url(/images/other-places-crown.svg);
    width: 30px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.total-entries{
    margin-bottom: 15px;
}
.total-entries p{
    font-size: 12px;
    margin-bottom: 5px;
}
.total-entries span{
    width: 60px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #1F1F2F;
    font-size: 14px;
}

.footer-text {
    padding:20px;
}
.footer-text a {
    text-decoration: underline !important;
}
@media(max-width: 1024px){
    h1{
        font-size: 42px;
    }
    header{
        padding-left: 17px;
        padding-right: 17px;
    }
    .container{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width: 767px){
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 30px;
    }
    header{
        padding-left: 0px;
        padding-right: 0px;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal .modal-content{
        padding: 45px 20px 35px;
    }
    .form-all .form-group input,
    .form-all label{
        font-size: 14px;
    }
    .modal-dialog{
        max-width: 90% !important;
        margin: 0 auto;
    }
}
