.infos {
  margin: auto;
  overflow: auto;
  flex-direction: column;
  align-items: center;
}

.infos--container {
  display: flex;
  width: 100%;
}

.infos--box {
  display: flex;
  flex: 1;
  color:#fff;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.infos--box .icon {
  margin-bottom: 10px;
  flex: 0;
}
.infos--box i {
  flex: 2;
}
.infos--box label {
  line-height: 0.7rem;
}
@media only screen and (max-width: 991px) {
  .infos--box .icon .svg-inline--fa {
    width: 1em;
  }
}

.memos {
  display: flex;
  margin-top: 20px;
}

.memos--text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  margin: auto;
  /*background-color: #777;*/
  border: 1px solid white;
}
.memos--text label {
  color: #d5d5d5;
}


.memos--button {
  display: flex;
  /*align-items: ;*/
  justify-content: flex-end;
  width: 10%;
  padding: 10px;
}

span {
  float: none;
  margin: 0;
}

#pagina #comment.form-control  {
  border: 1px solid #777;
  border-radius: 0;
}

#pagina button.centered {
  display: flex;
  align-items: center;
  line-height: 1em;
  /*white-space: normal;*/
  /*max-width: 260px;*/
}

#pagina button span {
  max-width: 180px;
  white-space: normal;
  text-align: left;
  margin-left: 10px;
}

#pagina label {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  text-transform: none;
  line-height: 0.9rem;
}

#pagina h3 {
  text-transform: uppercase;
}

#pagina .infos p {
  margin: 0;
}

#pagina a {
  color:#fff;
}

#pagina a:hover {
  color:#ddd;
}

#pagina input[type="checkbox"], #pagina input[type="radio"] {
  margin-right: 5px;
}

.steps--container {
  display: flex;
  margin: 50px auto;
  color: white; 
  align-items:center;
}

.steps-goback{
  flex: 1 1 auto;
  padding:10px;
}

.steps-goback #back_to_payment_options {
  align-items:center;
}

.steps-goback #back_to_payment_options i {
  padding:5px;
  font-size: 20px;
}

.steps--singlestep {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2 1 auto;
}

.singlestep--text {
  width: 140px;
  border-bottom: 1px solid white;
  margin: 0;
  padding-right: 1rem;
  text-align: right;
}

.singlestep--text__dashed {
  width: 140px;
  margin: 0;
  padding-right: 1rem;
  text-align: right;
  border-bottom: 1px solid var(--grey-dark);
  color: var(--grey);
}

.singlestep--circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: black;
}

.singlestep--circle__disabled {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid var(--grey-dark);
  color: var(--grey);
  
}

.singlestep--label {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-weight: 700;
}

.payment-methods--text {
  margin: 15px 0;
}

#pagina h3.fee-price {
  width: 100%;
  text-align: center;
  text-transform: none;
}

#pagina h3.upload-title {
  width: 100%;
  text-align: center;
  text-transform: none;
  margin: 20px;
}

.upload-box {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  /*border: 1px solid white;*/
  margin:20px 0;
  background-color: var(--grey-dark) !important;
}

#upload-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#upload-form button {
  margin-top: 15px;
  max-width: 180px;
}

.italic {
  font-style: italic;
}

.topmargin-sm{
  margin-top:10px!important;
}

.topmargin-md{
  margin-top:20px!important;
}

.topmargin-lg{
  margin-top:30px!important;
}

.bottommargin-sm{
  margin-bottom:10px!important;
}

.bottommargin-md{
  margin-bottom:20px!important;
}

.bottommargin-lg{
  margin-bottom:30px!important;
}

#pagina .row p{
  max-width:100%;
  width:100%;
  display:block;
  float:none;
}

/* NEXT YEAR */
.fee-price button.update_total_amount, .fee-price p.label{
  width: auto;
  max-width: 100%;
  display:inline-block;
}
#pagina .row .fee-price p.label{
  display:inline-block;
}
.proceed-btn:disabled{
  opacity:0.4;
}
.proceed-btn{
  opacity:1.0;
}

.et_button, .et_button2{
  cursor:pointer;
}

.et_button:disabled, .et_button2:disabled{
  cursor:auto;
}

.align-self-start {
  align-self: flex-start;
}

.perc-100 {
  width:100%;
}

.border-dot {
  border:1px dotted #996600;
}

.confirm-msg {
  margin-top:20px;
  margin-bottom:20px;
  padding:20px;
  text-align:center;
}

.height-zero{
  height:0px;
  overflow: hidden;
}

/* upload file */

.upload-file-box label span, .upload-file-box label strong {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.js .inputfile, input#btn_doc {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 100%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
  
}

.inputfile-6 + label {
  background-color: white;
  padding: 0;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 12px 20px;
  /* 10px 20px */
}

.inputfile-6 + label span {
  width: 145px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
@media only screen and (min-width: 576px) {
	.inputfile-6 + label span {
    width: 200px;
  }
}

.inputfile-6 + label strong {
  height: 100%;
  /*background-color: white;
  color: black;
  display: inline-block;
  border-color: white;*/
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
  }
}


@media (max-width: 850px) {
  .steps--container {
    flex-direction: column;
  }

  .steps--singlestep {
    margin: 10px auto;
  }
}

	body {
		background-color: black;
		color: white;
	}

	.btn {
		height: auto;
	}

	table td {
		border-bottom: white !important;
	}

	/* Popup container */
	.popup {
		position: relative;
		display: inline-block;
		cursor: pointer;
	}

	/* The actual popup (appears on top) */
	.popup .popuptext {
		visibility: hidden;
		width: 160px;
		background-color: #555;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 8px 0;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -80px;
	}

	/* Popup arrow */
	.popup .popuptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}

	/* Toggle this class when clicking on the popup container (hide and show the popup) */
	.popup .show {
		visibility: visible;
		-webkit-animation: fadeIn 1s;
		animation: fadeIn 1s
	}

	/* Add animation (fade in the popup) */
	@-webkit-keyframes fadeIn {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	/* Tooltip container */
	.tooltip {
		position: relative;
		display: inline-block;
		border-bottom: 1px solid #cccccc;
		/* If you want dots under the hoverable text */
	}

	/* Tooltip text */
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: #555;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;

		/* Position the tooltip text */
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -60px;

		/* Fade in tooltip */
		opacity: 0;
		transition: opacity 1s;
	}

	/* Tooltip arrow */
	.tooltip .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}

	/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}

	/* Style the tab */
	.fa-circle.ok {
		color: lawngreen;
	}

	.fa-circle.warning {
		color: yellow;
	}

	.fa-circle.error {
		color: red;
	}

	div.tab {
		overflow: hidden;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
	}

	/* Style the buttons inside the tab */
	div.tab button {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 16px;
		transition: 0.3s;
	}

	/* Change background color of buttons on hover */
	div.tab button:hover {
		background-color: #ddd;
	}

	/* Create an active/current tablink class */
	div.tab button.active {
		background-color: #ccc;
	}

	/* Style the tab content */
	.tabcontent {
		display: none;
		padding: 6px 12px;
		border: 1px solid #ccc;
		border-top: none;
	}

	button.accordion {
		background-color: #eee;
		color: #444;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		transition: 0.4s;
	}

	button.accordion.active,
	button.accordion:hover {
		background-color: #ddd;
	}

	div.panel-custom {
		padding: 0 18px;
		display: none;
		/*background-color: white;*/
	}

	button.accordion:after {
		content: '\02795';
		/* Unicode character for "plus" sign (+) */
		font-size: 13px;
		color: #777;
		float: right;
		margin-left: 5px;
	}

	button.accordion.active:after {
		content: "\2796";
		/* Unicode character for "minus" sign (-) */
	}

    body {
        background-color: black;
    }

    .input-dark {
        color: white;
        background-color: black !important;
    }

    .input-dark:disabled {
        color: gray;
    }

