/*
* empty
*/

.cr--event--form {
	margin-bottom:16px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #161A1D;
	    justify-content: space-between;
    display: flex;
	margin-top:20px;
}
.cr--event--form input {
	font-size: 16px;
	line-height: 24px;
}

.cr--event--form label.radioinp {
	display:inline-flex;
	align-items: center;
	cursor:pointer;
	font-size: 16px;
}
.cr--event--form label.radioinp:before {
	content: ' ';
	background: #FFFFFF;
	/* Border 7% */

	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 14px;
	min-width:28px;
	height:28px;
	margin-right:8px;
}
.cr--event--form label.radioinp.have_descr {
	align-items: flex-start;
}
.cr--event--form label.radioinp.have_descr > div { 
	display: flex;
    flex-direction: column;
}
.cr--event--form label.radioinp.have_descr > div span:last-child { 
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	display: flex;
	align-items: center;

	color: #7A8086;
	margin-top:4px;
}
.cr--event--form input[type=radio] {
	display:none;
}
.cr--event--form input[type=radio]:checked+label.radioinp:before {
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='28' rx='14' fill='%23FF3200'/%3E%3Crect x='8' y='8' width='12' height='12' rx='6' fill='white'/%3E%3C/svg%3E%0A");
	border:0;
}

.cr--event--form input[type=text] {
	background: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 8px 8px 0px 0px;
	padding: 18px 12px;
	width:100%;
	margin-bottom:8px;
	transition: 0.3s all;
}


.cr--event--form .row {
	margin-bottom:16px;
}
.cr--event--form .team_row {
	display:flex;
	flex-direction:row;
	position:relative;
}
.cr--event--form .team_row .column span.team_memberone_label.hidden {
    height:22px;
    display:block;
}
.cr--event--form .team_row .column span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #7A8086;
	margin-bottom:4px;
}
.cr--event--form .team_row div:first-child {
	flex:2;
	margin-right:8px;
}
.cr--event--form .team_row div:nth-child(2) {
	flex:1;
	margin-left:8px;
}
.cr--event--form .team_row div:last-child {
	position:absolute;
	right: -35px;
    top: 47%;
}
.cr--event--form .btn--white {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #505A62;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	padding:12px 24px;
	background:white;
}
.cr--event--form .cr--inputerror {
	background: #ffdbdb !important;
}

.cr--event_error {
	color:red;
}
.cr--event_success {
	color:green;
}


.cr--eventtotal {
	margin-left:7px;
	margin-right:7px;
}
.cr--deleteteamrow:after{
	display:block;
	content: ' ';
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='6.41428' width='2' height='18' rx='1' transform='rotate(-45 5 6.41428)' fill='%23C4C4C4'/%3E%3Crect width='2' height='18' rx='1' transform='matrix(0.707107 0.707107 0.707107 -0.707107 5 17.7279)' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
	width: 24px;
    height: 24px;
}
.cr--deleteteamrow:hover:after{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='6.41431' width='2' height='18' rx='1' transform='rotate(-45 5 6.41431)' fill='%236A6A6A'/%3E%3Crect width='2' height='18' rx='1' transform='matrix(0.707107 0.707107 0.707107 -0.707107 5 17.7279)' fill='%236A6A6A'/%3E%3C/svg%3E%0A");
}
.main_team_row .cr--deleteteamrow {
	display:none;
}
.cr--mainrow {
	
}

.sign-in span{
	font-size: 16px;
}

.sign-in .dropdown-menu-wrap .dropdown-item {
	margin-left:0px !important;
}
.sign-in .icon-arrow-light-down {
	margin-left:5px;
}

.sign-in .dropdown .dropdown-item {
	padding-right: 20px !important;
	padding-left: 10px !important;
}

body:not(.macos) .header.header-fixed {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.header .main-header .icons #authModal a {
    display: block !important;
    padding: none !important;
	
}

.header .main-header .icons #authModal .close {
	padding: 20px !important;
}

.header .main-header .icons #authModal .nav-tabs .nav-link {
	padding: 10px 20px !important;
}

.cr__events__btn {
	background-color: #ff3200;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 8px;
    padding: 0px 10px 0px 45px !important;
	transition: background-color .2s,border .2s;
}
.cr__events__btn:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 45.369 52.037 l 1.67 -2.817 l -2.427 -1.718 l -1.789 3.016 c -1.744 -0.798 -3.675 -1.255 -5.714 -1.255 c -7.606 0 -13.794 6.188 -13.794 13.794 s 6.188 13.794 13.794 13.794 c 7.606 0 13.794 -6.188 13.794 -13.794 C 50.903 58.552 48.721 54.556 45.369 52.037 z M 47.826 61.577 h -8.115 l 4.14 -6.98 C 45.972 56.291 47.438 58.763 47.826 61.577 z M 37.109 73.89 c -5.972 0 -10.831 -4.859 -10.831 -10.831 s 4.858 -10.831 10.831 -10.831 c 1.488 0 2.906 0.302 4.198 0.847 l -5.472 9.227 c -0.272 0.458 -0.277 1.027 -0.013 1.49 c 0.263 0.462 0.755 0.748 1.288 0.748 h 10.717 C 47.1 69.812 42.577 73.89 37.109 73.89 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 76.206 49.265 c -0.664 0 -1.313 0.063 -1.952 0.155 l -2.722 -10.667 l 0.545 0.018 c 0.991 0.033 1.959 -0.559 2.22 -1.516 c 0.322 -1.176 -0.382 -2.314 -1.486 -2.604 l -6.431 -1.689 c -1.165 -0.306 -2.202 -0.975 -2.96 -1.911 l -5.272 -6.504 c -1.976 -2.438 -5.703 -2.415 -7.65 0.047 l -8.679 10.982 c -1.741 2.203 -1.278 5.415 1.014 7.037 l 10.238 7.245 c 0.692 0.489 1.062 1.316 0.967 2.158 l -1.493 13.209 c 0 1.64 1.33 2.97 2.97 2.97 c 1.483 0 2.738 -1.094 2.942 -2.563 l 3.481 -16.478 c 0.328 -1.553 -0.244 -3.158 -1.481 -4.153 l -8.076 -6.497 c -0.033 -0.027 -0.037 -0.076 -0.009 -0.108 l 4.968 -5.492 c 0.03 -0.033 0.081 -0.033 0.11 0 l 3.409 3.769 c 1.03 1.139 2.478 1.81 4.013 1.861 l 3.579 0.118 c 0.004 0.019 0.004 0.038 0.008 0.056 l 0.837 3.281 H 61.44 l 0.875 0.704 c 0.786 0.632 1.412 1.404 1.862 2.26 h 3.705 l -2.903 3.228 c 0.006 0.526 -0.028 1.056 -0.14 1.586 l -0.829 3.924 l 6.447 -7.169 l 0.927 3.631 c -5.231 1.962 -8.971 6.999 -8.971 12.907 c 0 7.606 6.188 13.794 13.794 13.794 C 83.812 76.853 90 70.665 90 63.059 S 83.812 49.265 76.206 49.265 z M 76.206 73.89 c -5.972 0 -10.831 -4.859 -10.831 -10.831 c 0 -4.525 2.793 -8.407 6.743 -10.024 l 2.652 10.39 c 0.171 0.671 0.773 1.116 1.435 1.116 c 0.121 0 0.245 -0.014 0.367 -0.046 c 0.793 -0.202 1.272 -1.009 1.069 -1.802 l -2.652 -10.391 c 0.4 -0.045 0.805 -0.073 1.217 -0.073 c 5.972 0 10.831 4.859 10.831 10.831 S 82.177 73.89 76.206 73.89 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Ccircle cx='64.625' cy='19.095' r='5.945' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3Crect x='7.41' y='36.79' rx='0' ry='0' width='26.06' height='2.96' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3Crect x='0' y='44.94' rx='0' ry='0' width='27.54' height='2.96' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3Crect x='7.41' y='53.09' rx='0' ry='0' width='11.98' height='2.96' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3C/g%3E%3C/svg%3E");
	width: 30px;
    height: 30px;
    position: absolute;
    left: 7px;
    top: 3px;
    background-size: contain;
}

.cr__events__btn span {
	color: #fff;
}

.cr__events__btn:hover {
	background-color: #a82100 !important;
}


.cr--row_title {
	color: var(--Text-Primary, #161A1D);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 150% */
}
.cr--row-block {
	padding-top:24px;
	padding-bottom:24px;
}
.cr--row-form {
	flex-direction: column;
}
.cr--inptitle {
	color: #7A8086;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:12px;
}
.radioinp span {
	color: var(--Text-Primary, #161A1D);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
label.radioinp{
	margin-bottom: 0px;
}
.cr--row-padding-left-disable {
		padding-left: 0px !important;
}
.cr--btn-confirm {
	position:relative;
	width: 270px;
}
.cr--btn-confirm:before {
	content: ' ';
	display:block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.5 18L15.5 12L10.5 6' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	position: absolute;
	right: 16px;
	top: 18px;
}
.cr--teleg-block{
	display: flex;
	padding: 4px 20px 4px 4px;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	max-width:400px;
	height:64px;
	border-radius: 900px;
	background: #DAF2FF;
	margin-top:48px;
}
.cr--teleg-block-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	
	color: #003E5F;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	text-transform: uppercase;
}
.cr--teleg-block-inner:before {
	content: ' ';
	display:block;
	background-image: url('/images/teleg_logo.png');
	width:56px;
	height:56px;
}
.cr--teleg-block-inner:after {
	content: ' ';
	display:block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.5 18L15.5 12L10.5 6' stroke='%23003E5F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width:24px;
	height:24px;
}
.cr--after-teleg {
	color: #505A62;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-top:16px;
}
.cr--popup-confirm-title,.cr--popup-confirm-row {
	   margin-left: 0px;
}
.cr--popup-confirm-title {
	margin-bottom:16px;
}
.cr--popup-confirm-title > div {
	width:49%;
	color: #A0A0A0;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.cr--popup-confirm-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	padding-bottom: 8px;
		margin-bottom: 8px;
}
.cr--popup-confirm-row > div {
	width:43%;
	color: var(--Text-Primary, #161A1D);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.cr--popup-confirm-row > div:first-child {
	position: relative;
	width: 53%;
}
.cr--popup-confirm-row > div:first-child:after {
	content: ' ';
	display:block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.5 18L15.5 12L10.5 6' stroke='%23B8B8B8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width:24px;
	height:24px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.cr--btn-gray {
	border-radius: 8px;
	background: #EEE;
}

@media(max-width:765px) {
	.sign-in .icon-arrow-light-down {
		display:none;
	}
	.cr--event--form {
		flex-direction: column;
		padding-right: 12px;
		padding-left: 12px;
	}
	.cr--event--form .cr--inptitle {
		margin-left:-12px;
		margin-bottom:16px;
	}
	.cr--event--form .team_row {
		flex-direction: column;
	}
	.cr--event--form .team_row div:first-child {
		margin-right:0px;
	}
	.cr--event--form .team_row div:nth-child(2) {
		margin-left:0px;
		width:150px;
	}
	.cr--event--form .team_row div:last-child {
		right: 0px;
		top: 23%;
	}
	.cr--event--form .team_row:not(.main_team_row) div:first-child {
		width: 90%;
	}
}