
	*{
	font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
	}
        body {
            
            margin: 0;
            background: rgb(75,104,188);
		background: linear-gradient(164deg, rgba(75,104,188,1) 0%, rgba(83,139,186,1) 60%, rgba(111,252,241,1) 100%)}
		.index-wrap {
			display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            color: #333;
			flex-direction: column;
		}
		.index-logo {
			text-align: center;
		}
		.index-logo img {
			width: 100px;
		}
        .login-container {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
            padding: 30px;
            animation: slideIn 0.5s ease-out;
        }

        .login-container h1 {
            text-align: center;
            color: #FFC857;
            font-size: 2rem;
            margin-bottom: 20px;
            animation: fadeIn 1s ease-in-out;
        }

        .input-group {
            margin-bottom: 20px;
            position: relative;
        }

        .input-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #f9f9f9;
            font-size: 1rem;
            transition: all 0.3s;
        }

        .input-group input:focus {
            border-color: #4CAF50;
            background-color: #f1f1f1;
            outline: none;
        }

        .input-group label {
            position: absolute;
            left: 10px;
            top: -8px;
            font-size: 0.9rem;
            color: #333;
            background: #fff;
            padding: 0 5px;
            transition: all 0.3s;
        }

        .input-group input:focus + label {
            top: -20px;
            font-size: 0.85rem;
            color: #4CAF50;
        }

        #loginForm .btn {
            width: 100%;
            padding: 12px;
            background-color: #37D67A;
            color: #fff;
            border: none;
            border-radius: 5px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
        }

        #loginForm .btn:hover {
            background-color: #45a049;
        }

        .error {
            color: red;
            text-align: center;
            margin-top: 10px;
            display: none;
        }
		
		.loading-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  animation: bounce 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3) {
  animation-delay: 0.6s;
}
.not-allowed {
	padding: 10px;
	width: 70%;
	background: yellow;
	margin: 7px;
	border-radius: 10px;
	text-align: center;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}


        @keyframes slideIn {
            0% {
                transform: translateY(-50px);
                opacity: 0;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
		
		
		


		.master-block {
			display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
			flex-direction: column;
			    background: linear-gradient(164deg, rgba(75,104,188,1) 0%, rgba(83,139,186,1) 60%, rgba(111,252,241,1) 100%);
				position: fixed;
				z-index: 0;
		}
        .chart-container {
            position: relative!important;
            width: 300px;
            height: 250px;
        }

        .chart-container img {
            position: relative;
            top: -115px;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }
		.profile-card {
			display: flex;
			align-items: center;
			justify-content: start;
			width: 100%;
        }
        .profile-image {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
        }
        .profile-name {
            margin-left: 15px;
            font-size: 1.5rem;
            font-weight: 600;
        }
		.action-title {
			color: #fff;
			padding: 13px 0px;
		}
		
		.user-card {
			display: flex;
			align-items: center;
			justify-content: start;
			width: 100%;
        }
        .user-image {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
        }
        .user-name {
            margin-left: 15px;
            font-size: 1.5rem;
            font-weight: 600;
        }
		.action-title {
			color: #fff;
			padding: 13px 0px;
		}
		.profile-icon {
            width: 32px;
			min-width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 8px;
        }
		.cust-m {
			max-width: 70%;
			overflow: hidden;
			overflow-x: hidden;	
		} 
		.status-area {
			height: calc( 100vh - 65px );
		}
		.crm-status {
			margin: 0px 30px 20px 30px
		}
		
		
		 .inspopup {
                position: fixed;
				z-index: 99999999;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                display: flex;
                justify-content: center;
                align-items: flex-end;
                animation: inspopup-animation 0.5s ease-out forwards;
            }
			
			.instr-ios-img-step-1 {
				width: 50%;
			}
			
            .inspopup-content {
                background: #fff;
                padding: 20px;
                border-radius: 10px;
                max-width: 400px;
                text-align: center;
                transform: translateY(100%); /* Начальная позиция снизу */
                animation: inspopup-content-animation 0.5s ease-out forwards;
            }

            .inspopup h2 {
                margin-top: 0;
            }

            .inspopup button {
                margin-top: 20px;
                padding: 10px 20px;
                background-color: #007bff;
                color: #fff;
                border: none;
                border-radius: 5px;
                cursor: pointer;
            }

            .inspopup button:hover {
                background-color: #0056b3;
            }

            @keyframes inspopup-animation {
                0% { opacity: 0; }
                100% { opacity: 1; }
            }

            @keyframes inspopup-content-animation {
                0% { transform: translateY(100%); }
                100% { transform: translateY(0); }
            }

#notchrome {
			display: none;
			background: rgba(0,0,0,0.7);
			height: 100vh;
			width: 100vw;
			z-index: 999999999;
			position: fixed;
			align-items: center;
			justify-content: center;
		}
		.notchrome-cont {
				background: #fff;
				padding: 30px;
		}
		
        .cover-container {
            text-align: center!important;
        }
        .logo {
            font-size: 2rem;
            font-weight: bold;
            color: white;
            margin-bottom: 20px;
            animation: fadeIn 2s ease-in-out;
        }
        .login-btn {
            animation: pulse 2.5s infinite;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
        .auth-form {
            display: none;
            animation: slideIn 0.5s forwards;
        }
        @keyframes slideIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
		.login-container {		
			display: none;
		}