/* Barra cookies */
.cookies__wrapper {
	padding: .5rem;
	font-size: 0.875rem;
}
.cookies__box{
	max-width: 600px;
  top: unset;
  left: unset;
}
.cookies__box .modal-content{
	padding: 40px;
}
.modal-body{
  padding-bottom: 40px !important;
}
.modal-title{
	display: block;
  width: 100%;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
  text-align: left;
}
.cookies__message {
  display: block;
  text-align: left;
  margin-bottom: 35px;
  color: #333333;
  font-size: 1em;
  line-height: 20px;
}
.cookies__message .btn-link {
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit !important;
	border: none;
	border-radius: 0;
	margin: 0;
	display: inline;
	vertical-align: unset;
	width: auto;
	background-color: transparent !important;
	text-decoration: underline;
}
.cookies__message .btn-link:hover {
	color: #ffb128 !important;
}
.cookies__message p:last-child {
	margin-bottom: 0;
}
.modal-footer{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  background-color: #eee;
  text-align: center;
}
.modal-footer a{
  color: #9a9a9a;
  font-size: 0.85em;
  line-height: 30px;
}
.modal-footer a:hover{
  color: #000;
}

.cookies__accept, .cookies__submit {
	border-radius: 0;
	background-image: linear-gradient(103deg, #ffb128 -16%, #8500e8 167%);
}
.cookies__accept:hover, .cookies__submit:hover {
	background: #c82f3c !important;
	border: 0;
	color: #fff;
}
.cookies__deny, .cookies__cancel {
  border-radius: 0;
  border: 1px solid #8500e8 !important;
  background-color: #8500e8 !important;
  color: #fff !important; 
}
.cookies__deny:hover, .cookies__cancel:hover{
  background-color:#fff !important;
  color:#8500e8 !important;
}

.cookies__settings .accordion-header::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 12px;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
	background-repeat: no-repeat;
	background-size: 1rem;
	width: 1rem;
	height: 1rem;
}
.cookies__settings .accordion-header:not(.collapsed)::after{
	transform: rotate(-180deg);
}
.cookies__settings .accordion {
	border-radius: 0;
}
.cookies__settings .accordion-item {
	margin-bottom: 0.375rem;
	border: 1px solid #dee2e6;
	overflow: hidden;
}
.cookies__settings .accordion-button {
	background-color: transparent !important;
  color: inherit !important;
	box-shadow: none;
	padding: 0.8rem;
  outline: none;
  border: none;
	text-align: left;
	padding-right: 48px;
	padding-left: 36px;
	width: 100%;
}
.cookies__settings .accordion-button:hover {
	color: #ffb128 !important;
}

.cookies__settings .accordion-button:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	margin-left: 0;
	margin-right: 1rem;
}
.cookies__settings .accordion-body {
	padding: 0 38px;
}
.cookies__settings .accordion-body p{
	font-size: 13px;
	line-height: 20px;
  text-align: left;
}
.cookies__settings .accordion .form-check {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 0;
	z-index: 3;
}


.form-check-input {
	display: block !important;
	outline: none !important;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	background-color: #FFF;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: contain;
	border: 1px solid #dee2e6 !important;
	-webkit-print-color-adjust: exact;
			print-color-adjust: exact;
  }
.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}
.form-check-input:active {
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #80b4ec;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 105, 217, 0.25);
}
.form-check-input:checked {
	background-color: #ffb128;
	border-color: #ffb128;
}
.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>");
}
.form-check-input[type=checkbox]:indeterminate {
	background-color: #ffb128;
	border-color: #ffb128;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>");
}
.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	cursor: default;
	opacity: 0.5;
}
.form-check-input::after {
	content: none !important;
}
  
.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%280, 0, 0, 0.25%29'/></svg>");
	width: 2em;
	margin-left: -2.5em;
	background-position: left center !important;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:checked {
	background-position: right center !important;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
}
.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0;
}

.position-relative{
	position: relative;
}
.visually-hidden{
	width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
	display: block;
}




/* line 3, base/_cookies.scss */
/* .in-modal .cookies-wrapper {
  overflow: auto;
} */

/* line 7, base/_cookies.scss */
/* .cookies-wrapper {
  display: none;
  padding: 12px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
} */
/* line 19, base/_cookies.scss */
/* .cookies-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
} */
/* line 23, base/_cookies.scss */
/* .cookies-wrapper button {
  margin-bottom: 10px;
} */
@media (max-width: 767px) {
  /* line 23, base/_cookies.scss */
  /* .cookies-wrapper button {
    display: block;
    width: 100%;
  } */
}

/* line 33, base/_cookies.scss */
/* .cookies-box {
  max-width: 100%;
  padding: 6px 6px 12px 6px;
  position: absolute;
  margin: 0 auto;
  background-color: white;
  top: 20px;
  right: 0;
  left: 0;
  font-family: 'Open Sans', sans-serif;
} */

@media (min-width: 768px) {
  /* line 33, base/_cookies.scss */
  /* .cookies-box {
    padding: 12px 12px 24px 12px;
  } */

  .float-left {
    float: left;
  }
}

/* line 46, base/_cookies.scss */
/* .cookies__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: "Kanit", sans-serif;
} */

/* line 56, base/_cookies.scss */
/* .cookies-bar-message {
  display: block;
  float: left;
  margin-bottom: 35px;
  color: #333333;
  font-size: 1em;
  line-height: 20px;
} */

@media (min-width: 768px) {
  /* line 65, base/_cookies.scss */
  /* .cookies-settings-link {
    text-align: right;
  } */
}

/* line 71, base/_cookies.scss */
/* .cookies-settings {
  display: none;
} */

@media (min-width: 768px) {
  /* line 75, base/_cookies.scss */
  /* .cookies-settings-cancel {
    text-align: right;
  } */
}

/* line 81, base/_cookies.scss */
/* .cookie-info {
  display: block;
  padding-left: 30px;
  line-height: 16px;
} */

/* line 87, base/_cookies.scss */
/* .cookies-policy-link {
  padding: 0 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  background-color: #eee;
  text-align: center;
} */
@media (min-width: 768px) {
  /* line 87, base/_cookies.scss */
  /* .cookies-policy-link {
    padding: 0 18px;
  } */
}

/* line 102, base/_cookies.scss */
/* .cookies-bar-know-more {
  color: #9a9a9a;
  font-size: 0.85em;
  line-height: 30px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
} */
/* line 108, base/_cookies.scss */
/* .cookies-bar-know-more:hover {
  color: black;
} */

/* line 114, base/_cookies.scss */
/* .cookies-message p {
  display: none;
} */
/* line 118, base/_cookies.scss */
/* .cookies-message b {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
} */

@media (max-width: 959px) {
  /* line 127, base/_cookies.scss */
  /* .cookies-bar-message {
    height: auto;
  } */

  /* line 131, base/_cookies.scss */
  /* .cookies-bar-know-more {
    padding-left: 0;
  } */
}

/* .label-cookies{
  padding-left: 10px;
}

.cookies-box {
max-width: 850px !important;
} */

.container.p-3 {
width: 100% !important;
}

/* Barra cookies END */


/* .float-right-cookie { float: left !important; margin-bottom: 15px;} */
/* .cookies-settings-link {float: right;margin-bottom: 15px;} */
/* .float-right-cookie button#accept-cookie {
    border-radius: 0;
    border: 0;
    background-image: linear-gradient(103deg, #ffb128 -16%, #8500e8 167%);
    color: #fff;
} */
/* .float-right-cookie button#accept-cookie:hover { */
  /*background:#fff !important;
  color: #0e96f6 !important;*/
  /* background-image: linear-gradient(103deg, #8500e8 -16%, #ffb128 167%); */
/* } */
/* .cookies-wrapper button#submit-preferences:hover{
  color: #fff;
}
.float-right-cookie button#accept-cookie:hover{
background:#fff;
color:#0e96f6;
}
.cookies-settings-link button.button.btn.btn-light {
border-radius: 0;
border: 1px solid #8500e8 !important;
}
.cookies-settings-link button.button.btn.btn-light {
  background-color: #8500e8 !important;
  color: #fff !important; 
}

.cookies-settings-link button.button.btn.btn-light:hover{
  background:#fff !important;
  color:#8500e8 !important;
} */

/* #submit-preferences{
  border-radius: 0;
  border: 1px solid transparent !important;
  background-color: #0e96f6 !important;
  background-image: linear-gradient(103deg, #ffb128 -16%, #8500e8 167%);
  color: #fff;
} */

/* #submit-preferences:hover{
  background: #fff !important;
  color: #fff !important;
  background-image: linear-gradient(103deg, #8500e8 -16%, #ffb128 167%);
} */

.loba__logo{
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .loba__logo{
    justify-content: center;
  }
}