/* The Modal (background) */

.cnsnt_modal {
	position: fixed; /* Stay in place */
	z-index: 100000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.cnsnt_modal-content {
	background-color: #ffffff;
	margin: 15% auto; /* 15% from the top and centered */
}

/* The Close Button */
/* .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }  */

.cnsnt_main, .cnsnt_second {
	height: 50px;
	width: 160px;
	color: #ffffff;
	font-weight: 900;
	border: 2px solid;
	border-radius: 20px;
}

.cnsnt_main {
	float: right;
	background-color: #1435ee;
}

.cnsnt_second {
	background-color: rgb(255, 119, 28);
	border-color: #ffffff;
}

.cnsnt_main:hover, .second:hover {
	background-color: #343A40 !important;
	border: 1px solid #343A40 !important;
	color: #ffffff !important;
	opacity: 1.0 !important;
}

.cnsnt_main:hover {
	background-color: #343A40 !important;
	border: 1px solid #343A40 !important;
	color: #ffffff !important;
	opacity: 1.0 !important;
}

.cnsnt_bottom {
	background-color: rgb(255, 119, 28);
	margin: -15% auto;
}

.cnsnt_all {
	padding: 30px;
	border: 1px solid #888;
	width: 600px; /* Could be more or less, depending on screen size */
	max-width: 100vw;
}


/* variante 1 */

.cnsnt_description {
	margin-left: 23px;
}
/* variante 2 */

.cnsnt_wrapper {
	width: 390px;
	overflow: hidden;
}

.cnsnt_left-header {
	float: left;
	width: 180px;
	float: left;
}

.cnsnt_right-header {
	width: 210px;
	float: left;
}

.cnsnt_left-row {
	width: 157px;
	margin-top: 10px;
	margin-left: 23px;
	float: left;
}

.cnsnt_right-row {
	width: 160px;
	margin-top: 10px;
	margin-left: 23px;
	float: left;
}

#closer {
	position: absolute;
	color: white;
	top: 0px;
	right: 0px;
}
