body {
    font-family: Arial, sans-serif;
    max-width: 1400px;
    margin: 0 auto;
}

* {
	box-sizing: content-box;
}

h1, h2, h3, h4, h6 {
  padding: 0;
  margin: 0;
}

body form {
    max-width: 500px;
    margin: 0 auto;
}

label {
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

input, textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

button {
    box-sizing: border-box;
}

.bg-white {
    background: white;
}

/*MARGES*/

.w-100 {
  width: 100%;
}

.mt-auto {
	margin-top: auto;
}

.p-20 {
	padding: 20px;
}
.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-90 {
	padding-top: 90px;
}
.pl-200 {
	padding-left: 200px;
}
.mt-auto {
	margin-top: auto !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-150 {
	margin-top: 150px !important;
}
.mt-180 {
	margin-top: 180px !important;
}

/*MAIN*/

#generatedCode {
    width: 100%;
    box-sizing: border-box;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-item {
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
textarea {
    min-height: 200px;
    resize: unset;
}

.base_center, .base_center.infobox {
  display: table;
  margin: 0 auto;
}

/*MODAL*/

.base_modal_container {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    max-width: 98%;
    max-height: 92%;
    overflow-y: auto;
    border-radius: 8px;
    z-index: 2;
    padding: 20px 25px;
	z-index: 9999;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.base_modal_container[data-size="small"] {
	width: 550px !important;
}

.base_modal_container[data-size="medium"] {
	width: 740px !important;
}

.base_modal_container[data-size="huge"] {
	width: 1100px !important;
}

.base_info_container {
	border: 3px solid #F4C657;
	padding: 14px;
	border-radius: 15px;
	margin-bottom: 25px;
	background: rgba(244, 198, 87, 0.2);
}

#base_url_info_container {
	padding-bottom: 22px;
	padding-top: 22px;
}

#base_url_info_container p {
	color: #828282;
}

#base_url_info_container p:last-of-type {
	margin-bottom: 20px;
}

#base_url_info_container p:first-of-type, #base_url_info_container label:first-of-type {
	margin-bottom: 15px;
}

#base_url_info_container label:first-of-type {
	display: inline-block;
	background: #4A4A4A;
	border-radius: 20px;
	color: #fff;
	padding: 10px;
}

#base_url_info_container #seminar_slug {
	background: #3D3D3D;
    border-radius: 16px;
    border: none;
    padding: 3px;
    color: #fff;
    line-height: 19px;
    margin-left: 5px;
    padding-left: 10px;
}

#base_url_info_container label:last-of-type {
	color: #828282;
}

#base_url_info_container #seminar_slug:focus, #base_url_info_container #seminar_slug:focus-visited {
	border: none;
	outline: none !important;
}

.base_modal_container#seminar_slug {
	background: rgba(244, 198, 87, 0.2)
}
.base_modal_container svg.base_modal_btn_close {
	position: absolute;
	right: 25px;
	top: 20px;
	cursor: pointer;
}
.base_modal_container button.base_modal_btn_close:last-of-type {
	float: right;
	margin-top: 15px;
	color: var(--white-ensem-color);
}
.base_modal_container >div {
	min-height: 18px;

}

.base_modal_container_lightBox:before {
  	content: "";
  	position: fixed;
  	z-index: 2;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	background-color: rgba(0, 0, 0, 0.6); /* Adds a semi-transparent black overlay */
}

.base_modal_form_info_freeze >div {
	margin-right: 30px;
}


/*NON OBLIGATORY STYLE*/

html {
  background: #e0e5ea;
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

.infobox {
  display: inline-block;
}
.infobox .title {
  border-radius: 25px 25px 0 0;
  border: 4px solid #1e2538;
  background: #69adbf;
  padding: 10px 20px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}
.infobox .content {
  background: #1e2538;
  padding: 10px 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  border-radius: 0 0 25px 25px;
}

.btn_accent {
  border-radius: 10px;
  padding: 10px 25px;
  border: 4px solid #69adbf;
  background: #69adbf;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
.btn_secondary {
  border-radius: 10px;
  padding: 10px 25px;
  background: #faa14d;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  display: block;
}

.base_modal_container {
    font-family: 'Ubuntu', sans-serif;
}

.base_input {
  padding: 10px 10px;
}

#codeBlock {
  background: white;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 500px) {
  .flex-item {
    width: 100%;
  }

  .flex-container {
    flex-direction: column;
  }
}