/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 20 2024 | 07:25:57 */
.account-image {
	width: 50px;
    height: 50px!important;
    border-radius: 100%!important;
    margin-right: 20px;
    display: block;
	object-fit: cover;
}

.account-info-block {
	display:flex; align-items: center; padding: 20px; cursor: pointer;
}

.account-info-block:hover {
	background: aliceblue;
}

.developer-info-block {
	width:195px; 
	height: 110px; 
	background: #F4F6FB; 
	border-radius: 10px; 
	display:flex; 
	align-items: center; 
	padding: 30px; 
	cursor:pointer;
	justify-content: center;
	text-align: center;
}

.developer-info-block img {
	height: 100%!important;
}

#another-accounts {
	max-height: 300px;
    overflow: auto;
}

input.invalid {
	border: 1px solid #E34035!important;
    background-color: #e340350d!important;
}

.invalid-text {
	color: #E34035;
}

.calc-submit {
	outline: none;
}

.btn-disabled {
	pointer-events: none!important;
    cursor: default!important;
}

.btn-disabled .elementor-button {
	background-color: #c6c9ff!important;
}

.text-link .elementor-heading-title {
	cursor: pointer;
	color: rgba(111, 119, 254, 1)!important;
	font-weight: 600!important;
}

@media screen and (max-width: 375px) {
	.btn-auth-accounts .elementor-button-text, .btn-show-accounts .elementor-button-text{
		width: 50px;
		overflow: hidden;
		text-wrap: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width: 768px) {
  .another-accounts-popup .dialog-widget-content {
    margin: 70px 60px 0 0!important;
  }
}
@media screen and (min-width: 1024px) {
  .another-accounts-popup .dialog-widget-content {
    margin: 70px 100px 0 0!important;
  }
}
@media screen and (min-width: 1366px) {
  .another-accounts-popup .dialog-widget-content {
    margin: 70px 166px 0 0!important;
  }
}
@media screen and (min-width: 1440px) {
  .another-accounts-popup .dialog-widget-content {
    margin: 70px 188px 0 0!important;
  }
}
@media screen and (min-width: 1920px) {
  .another-accounts-popup .dialog-widget-content {
    margin: 70px 433px 0 0!important;
  }
}
@media screen and (min-width: 2560px) {
  .another-accounts-popup .dialog-widget-content {
    margin: 70px 749px 0 0!important;
  }
}