﻿.form-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(218, 165, 32, 0.3);
    width: 100%;
    max-width: 400px;
}

.form-compt {
    padding: 9px;
    display: flex;
    justify-content: center
}

.form-floating > label {
    color: #8B7355;
}

.form-control:focus {
    border-color: #e39c39;
    box-shadow: 0 0 0 0.2rem rgba(218, 165, 32, 0.25);
}

.input-group-text {
    background-color: #e39c39;
    border-color: #e39c39;
    color: white;
}

.btn-golden {
    background-color: #ffae00;
    color: #ffffff;
    border: 1px solid #feff00;
	transition: all 0.3s;

}

    .btn-golden:hover {
		background-color: #ffe800;
    	border-color: #000000;
    	color: #000000;
    }

.form-title {
    color: #ff9500;
    text-align: center;
    margin-bottom: 1.5rem;
	font-weight: 800;
}

.header-competition {
    padding: 15px;
    text-align: center;
    margin-bottom: 28px;
}

    .header-competition h3 {
        font-size: 23px;
        font-weight: bold;
        color: #e39c39;
    }

    .header-competition span {
        color: #000000;
		font-weight: 600;
    }


.counter-timer .py-4 {
    padding: 10px 10px 0 10px !important;
}

.counter-timer .mb-5 {
    margin-bottom: 30px !important
}

.competition-payement-choose {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

    .competition-payement-choose a {
        padding: 18px;
        border: 1px solid #f4a460;
        background: #e39c39;
        border-radius: 12px;
        flex: 1 1 0%;
        margin: 0 7px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 22px;
    }

        .competition-payement-choose a:hover {
            background: #fff;
            color: #e39c39
        }



.choose-payment-way {
    font-weight: bold;
    font-size: 19px;
    padding-top: 20px;
}

@keyframes chshmak {
    0%,100% {
        border-color: #ff00d7
    }

    50% {
        border-color: #65ff00 
    }
}

.border-now-comp {
    border: 2px solid #e39c39;
    animation: infinite ease-in-out 0.9s chshmak
}

.btn-register {
    font-size: 15px !important;
    border: 1px solid #af8b14;
    border-radius: 9px;
    padding: 5px;
    margin-left: 5px;
    color: #fff;
    background: #ffbe00;
    transition: .2s ease-in-out all
}

    .btn-register:hover {
        background: #fff;
        color: #e39c39
    }

.counter-timer-list {
    text-align: right;
    float: right;
    margin-top: -80px;
    margin-right: -6px;
    opacity: .45
}

    .counter-timer-list .px-lg-4 {
        padding: 8px !important
    }

@media screen and (max-width: 767px) {
    .competition-payement-choose {
        flex-direction: column
    }

        .competition-payement-choose a {
            margin: 10px auto;
        }

    .counter-timer-list {
        display: none
    }
}

.counter-timer-list .px-lg-4{
    text-align: center
}

.counter-timer .status-counter {
    margin-right: 166px;
    font-variation-settings: "wght" 650;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.header-competition-rules {
    padding: 25px;
    margin-bottom: 25px;
}

    .header-competition-rules h3 {
        color: #e39c39;
        font-variation-settings: "wght" 750;
    }

    .header-competition-rules ol {
        list-style: none;
        counter-reset: item;
        margin-top: 23px;
        padding: 0
    }

    .header-competition-rules li {
        counter-increment: item;
        margin-bottom: 5px;
    }

        .header-competition-rules li:before {
            margin: 5px 10px;
            content: counter(item);
            background: #f99714;
            border-radius: 100%;
            color: #fff;
            width: 1.5em;
            text-align: center;
            display: inline-block;
        }

#submitBtn:disabled,
#submitBtn button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc !important;
    color: #666666;
}
#acceptTerms {
    margin-right: 13px;
}

.input-group .form-control {
    border-radius: 10px 0 0 10px!important;
}