.out-lottery-form {
    background-color: #e7e7e7;
    padding: 20px;
    margin: 0px;
}

.lottery-form {
    max-width: 550px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.bp-tabs-block-content-lottery a {
    text-decoration: underline;
}

.bp-tabs-block-content-lottery a:hover {
    text-decoration: none;
}

#giftSuccessModal h5 {
    font-size: 25px;
    text-align: center;
}

#giftSuccessModal h5 img {
    max-width: 24px;
    transform: translateY(-2px);
    margin-right: 10px;
}

#giftSuccessModal .modal-footer > div {
    margin: 15px 0 0;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
}

.lottery-title h2 {
    text-align: center;
    color:  #ec691f;
    font-weight: bold;
	padding-bottom:5px;
}

#regestry-button {
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;

}

form.lottery-form.no-valid [type=submit],
form.lottery-form.no-valid [type=submit]:hover,
form.lottery-form.no-valid [type=submit]:focus {
    background-color: #7d7d7d;
}

.lottery-orange-title {
    color: #ec691f;
    font-weight: bold;
}

.lottery-center {
    text-align: center;
    font-size: 18px;
}

.lottery-small {
    text-align: center;
    font-size: 14px;
}

.lottery-font-gray {
    font-size: 18px;
}

.lottery-font-form {
    color: #8a8a8a;
    font-size: 18px;
}

@media (min-width: 992px) {
    .lottery-form .live-group {
        margin-top: 20px;
    }
}

#element-status-discount-icon {
    position: relative;
    top: 0px;
    left: -10px;
}

#element-icon {
    transform: scale(1.2);
	color: #ec691f;
}

#FD-icon-outer {
    transform: scale(1.25);
    color: #ec691f;
    background-color: #ec691f;
    border-radius: 10px;
    left: 8px;
}

#FD-icon-inner {
    transform: scale(1.5);
    color: white;
    left: 8px;
}

#CheckModal picture, .сheck-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

@media (min-width: 576px) {
    .container.lot-container {
        background-color: #e7e7e7;
    }
}

.container.py-4.breadcrumb-block {
    display: none;
}

.add-check-error {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.input-hint {
    color: grey;
    font-size: 0.8em;
    line-height: 11px;
    padding-left: 3px;
    margin-top: 3px;
}

@media (max-width: 500px) {
    .lottery-title h2 {
        text-align: center;
        color: #7d7d7d;
        font-weight: bold;
        font-size: 1.5em;
    }
}

#lottery-sum-all
{
	display: flex;
	align-items: center;
	justify-content: center;
}

#lotteryUserSum
{
	width:100%;
}

#lotteryUserSumCop
{
	width:45px;
}

#lottery-zap
{
	
	width:45px;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.zap
{
	font-size:15px;
	display: inline-block;
}

