

/* Start:/local/js/chelbit/crm_addons/dist/crm_addons.bundle.css?1749121445330*/
.ui-entity-editor-content-block-required .ui-entity-editor-block-title-text {
  color: rgba(255, 0, 0, 0.7); }

.deal-fast-edit-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

/* End */


/* Start:/local/js/bit/dailytasks/dist/dailytasks.bundle.css?17205465391448*/
.tm-popup-task-form .tm-popup-task-form-textbox {
    width: 250px!important;
}

.task-completion-time-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    margin-left: 2px;
}

.colon{
    font-size: 25px;
}

.tm-popup-task-form{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.tm-popup-task-form-submit{
    right: 0!important;
}

.task-completion-input{
    width: 52px;
    border: 1px solid #c6cdd3;
    border-radius: var(--ui-border-radius-2xs, 2px);
    color: #555;
    font: 14px / normal var(--ui-font-family-primary, var(--ui-font-family-helvetica));
    height: 38px;
    padding: 0 7px;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.task-description-container{
    margin-top: 10px;
}

.task-description{
    width: 100% !important;
    border: 1px solid #c6cdd3;
    border-radius: var(--ui-border-radius-2xs, 2px);
    color: #555;
    font: 14px / normal var(--ui-font-family-primary, var(--ui-font-family-helvetica));
    height: 38px;
    padding: 0 7px;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* End */


/* Start:/local/templates/2k_login/template_styles.css?17489484358342*/
/* Unbounded - bold */
@font-face {
	font-family: 'Unbounded';
	font-style: bold;
	font-weight: 700;
	src: url('/local/templates/2k_login/fonts/Unbounded-Bold.woff2') format('woff2'),
	url('/local/templates/2k_login/fonts/Unbounded-Bold.woff') format('woff');

}


/* Geologica - regular */
@font-face {
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/Geologica-Regular.woff2') format('woff2'),
	url('/local/templates/2k_login/fonts/Geologica-Regular.woff') format('woff');

}


* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

:root {
	--bit-white-color: #FFFFFF;
	--bit-black-color: #000000;
	--bit-gray: #A6A8A6;
	--bit-main-spacing: 124px;
	--bit-main-padding: 40px;
	--bit-wrapper-padding: 50px;
	--bit-corp-gradient: linear-gradient(98deg, #03F903 -9.43%, #C0F44B 67.51%, #03F903 132.62%);
	--bit-corp-green: #03F903;
	--bit-corp-20-tone: rgba(3, 249, 3, 0.2);
	--bit-corp-30-tone: rgba(3, 249, 3, 0.3);
	--bit-partner-color: #4717A5;
	--bit-border-radius: 1.5625rem;
	--bit-border-radius-link: 15px;
	--bit-white-07-tone: rgba(255, 255, 255, 0.07);
	--bit-black-40-tone: rgba(0, 0, 0, 0.40);
	--bit-base-black-2: #171717;
	--bit-white-40-tone: rgba(255, 255, 255, 0.40);
	--bit-white-10-tone: rgba(255, 255, 255, 0.10);
	--bit-white-20-tone: rgba(255, 255, 255, 0.20);
	--bit-white-03-tone: rgba(255, 255, 255, 0.03);
	--bit-red-06-tone: #F92516;
	--bit-gap-nav-list: 10px;
	--bit-link-button-padding: 17px 28px;
	--bit-section-padding: 100px 60px;
	--bit-section-padding-1024: 60px 30px;
	--bit-client-card-padding: 20px 40px 20px 20px;
	--bit-title-font-size: 60px;
	--bit-descr-font-size: 20px;
	--bit-gap: 0.5rem;;
	--bit-geologica-font-family: 'Geologica';
	--bit-unbound-font-family: 'Unbounded';
}

*,
*::after,
*::before {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;

}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-family: var(--bit-unbound-font-family);
	font-weight: 700;
	font-size: 60px;
	line-height: normal;
	letter-spacing: 0;
	color: var(--bit-white-color);
}

html,
body {
	height: 100%;
	font-family: 'Geologica', sans-serif;
}

body {
	background-color: #000000;
}

section{
	margin-bottom: 10px;
}

h3{
	color: var(--bit-white-color);
	font-family: var(--bit-unbound-font-family);
	font-size: 35px;
}

p {
	font-family: var(--bit-geologica-font-family);
	font-weight: 400;
	font-size: 20px;
}

input {
	color: var(--bit-white-color);
}

input:focus {
	outline: none;
}

.green_button {
	font-family: 'Geologica';
	letter-spacing: 0;
	border: 1px solid var(--bit-black-color);
	border-radius: var(--bit-border-radius-link);
	color: var(--bit-black-color);
	background-color: var(--bit-corp-green);
	padding: var(--bit-link-button-padding);
	transition-property: background-color, color, border;
	transition-timing-function: ease;
	transition-duration: .3s;
	display: block;
	width: fit-content;
}

.green_button:hover{
	background-color: var(--bit-black-color);
	border: 1px solid var(--bit-corp-green);
	color: var(--bit-corp-green);
}

.gray_button {
	border-radius: 20px;
	background: var(--bit-white-03-tone);
	padding: 13px 24px;
	text-align: center;
	transition: background, ease .3s;
	color: white;
	font-family: var(--bit-geologica-font-family);
	font-size: 18px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	justify-content: center;
}

.gray_button:hover {
	background: var(--bit-white-07-tone);
	cursor: pointer;
}

/* COMPONENTS */

.login-item-field {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
	height: 58px;
	padding: 10px 20px;
	border-radius: var(--bit-border-radius);
	border: 2px solid var(--bit-white-10-tone);
	background: var(--bit-white-03-tone);
	color: var(--bit-white-color);
	margin-top: 10px;
	width: 100%;
}

.login-item-field:hover {
	border: 2px solid var(--bit-corp-30-tone);
}

.login-item-field:focus {
	border: 3px solid var(--bit-corp-30-tone);
	outline: none;
}

.login-item-field input {
	background: none;
	height: 100%;
	width: 100%;
}



input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	margin-right: 1em;
}

input[type="checkbox"] + label {
	font-size: 14px;
	display: flex;
	align-items: center;
	color: var(--bit-white-40-tone);
}

input[type="checkbox"] + label:before {
	content: '';
	display: inline-flex;
	background: var(--bit-white-03-tone);
	border: 1px solid var(--bit-white-10-tone);
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
	border-radius: 4px;
}

input[type="checkbox"] + label:hover {
	color: var(--bit-white-color);
	cursor: pointer;
}

input[type="checkbox"] + label:hover:before {
	border-color: var(--bit-corp-30-tone);
}

input[type="checkbox"]:checked + label {
	color: var(--bit-white-color);
}

input[type="checkbox"]:checked + label:before {
	background: var(--bit-corp-green) url('/local/templates/2k_login/img/Check.svg') center center no-repeat;
}




/* /COMPONENTS */



.main {
	background: url('/local/templates/2k_login/images/2k_login_background.svg') center center no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gray-card {
	border-radius: 25px;
	background: var(--bit-base-black-2);
	box-shadow: 0 0 28px -6px rgb(0,0,0, 64%);

	color: var(--bit-white-color);
	padding: 50px 60px;
}

.log-popup-form-input {
	width: 430px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.log-popup-header{
	background: url('/local/templates/2k_login/img/[logo-element].svg') right center no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}

.log-header-logo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;

}

.logo__background {
	height: 134px;
	width: 195px;
}

.login-wrapper-inputs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.required:after{
	content: ' *';
	color: red;
}

.login-link-forgot-pass {
	color: var(--bit-white-40-tone);
}

.login-label {
	white-space: nowrap;
}

.login-item-field {
	position:relative;
}

.login-item-field__password-btn {
	display: block;

	background: url('/local/templates/2k_login/img/password-show.svg') center center no-repeat;
	height: 20px;
	width: 20px;
}

.login-item-field__password-btn:hover{
	cursor:pointer;
}

.login-item-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.login-item-label {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.login-item__top-text {
	color: var(--bit-white-40-tone);
	font-size: 12px;
	letter-spacing: .3px;
}


.login-item-hint {
	color: var(--bit-white-40-tone);
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: .3px;
}

.login-item__bottom-text {
	color: var(--bit-white-40-tone);
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: .3px;
}

.login-item:has(input[type="checkbox"]) {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
}

input[type="checkbox"] {
	background: var(--bit-white-03-tone);
	border: 2px solid var(--bit-white-10-tone);
}

.log-popup-footer {
	margin-top: 90px;
	width: 100%;
}

.log-footer-buttons {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.login-btn {
	width: 100%;
	background: var(--bit-corp-green);
	font-family: 'Geologica';
	border-radius: 20px;
	padding: 17.5px 28px;
	font-size: 18px;
}

.login-btn:hover {
	cursor: pointer;
}

.login-links {
	margin-top: 50px;
}

.login-link-block {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.login-link {
	color: white;
	display:flex;
	align-items:center;
	gap: 14px;
}

.login-link:hover {
	color: var(--bit-corp-green);
}

.login-link span {
	border-bottom: 1px solid var(--bit-white-40-tone);
	margin-right: 7px;
}

.login-link:hover span {
	color: var(--bit-corp-green);
	border-bottom: 1px solid var(--bit-corp-green);
}

.login-item__bottom-error-text {
	color: var(--bit-white-color);
}

.login-item-field--error {
	border: 2px solid var(--bit-red-06-tone);
}

.login-item-field--error:hover {
	border: 2px solid var(--bit-red-06-tone);
}




@media(max-width: 767px) {
	.width100 {
		width: 100%;
	}

	.gray-card {
		padding: 30px 20px;
	}

	.logo__picture {
		height: 40px;
	}

	h3 {
		font-size: 26px;
	}

	.log-popup-form-input{
		width: 100%;
	}

	.log-popup-footer {
		margin-top: 50px;
	}

	.logo__background {
		height: 100px;
		width: 145px;
	}
}
/* End */
/* /local/js/chelbit/crm_addons/dist/crm_addons.bundle.css?1749121445330 */
/* /local/js/bit/dailytasks/dist/dailytasks.bundle.css?17205465391448 */
/* /local/templates/2k_login/template_styles.css?17489484358342 */
