.osano-cm-dialog{
  box-shadow: 0px -1px 16px 0px #00000014!important;
  background-color: #FFFFFFB2!important;
  backdrop-filter: blur(30px)!important;
  -webkit-backdrop-filter: blur(30px)!important;
  border-top-left-radius: 20px!important;
  border-top-right-radius: 20px!important;
}
.osano-cm-widget{
	outline: none!important;
}
.osano-cm-widget:focus{
	outline: none!important;
}
.osano-cm-powered-by{
	display: none!important;
}
.osano-cm-info-dialog-header__close,
.osano-cm-dialog__close{
	stroke: #000!important;
}
.osano-cm-info-dialog-header__close:focus,
.osano-cm-dialog__close:focus{
	background: transparent!important;
  border-color: transparent!important;
  stroke: #000!important;
}

.osano-cm-button{
	padding: .5rem 1rem!important;
  font-size: .875rem!important;
  background-color: var(--brand--aa-safe-periwinkle)!important;
  color: var(--neutral--100)!important;
  border-radius: 8px!important;
  transition: border-color .2s, background-color .2s!important;
  height: 37px!important;
  font-family: var(--fonts--font-primary)!important;
  font-weight: 600!important;
  margin: .25em .5rem;
}
.osano-cm-button:hover{
	background-color: var(--brand--dark-periwinkle)!important;
}
.osano-cm-dialog__content{
	margin-bottom: 0rem!important;
}
.osano-cm-window{
	font-family: var(--fonts--font-primary)!important;
}
.osano-cm-dialog--type_bar .osano-cm-dialog__buttons button:nth-child(1){
	border-color: #6874E8!important;
}
.osano-cm-dialog--type_bar .osano-cm-dialog__buttons button:nth-child(1):hover{
	border-color: var(--brand--dark-periwinkle)!important;
}
.osano-cm-dialog--type_bar .osano-cm-dialog__buttons button:nth-child(2){
  background-color: #fff !important;
  color: #34353E !important;
  border: 1px solid #E4E4E6;
}
.osano-cm-dialog--type_bar .osano-cm-dialog__buttons button:nth-child(2):hover {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.osano-cm-dialog--type_bar .osano-cm-dialog__content .osano-cm-link{
	font-weight: 700!important;
}
.osano-cm-dialog{
	line-height: 155%!important;
  overflow: hidden!important;
}
.osano-cm-description{
	color: var(--near-black)!important;
  font-size: 0.875rem!important;
  font-weight: 500!important;
  line-height: 155%!important;
}
.osano-cm-description .osano-cm-link{
	font-size: 0.875rem!important;
  font-weight: 700!important;
  line-height: 155%!important;
}  
.osano-cm-info-dialog-header__header{
	font-size: 1.125rem!important;
  color: var(--text--primary)!important;
  font-weight: 600!important;
}
.osano-cm-drawer-toggle .osano-cm-label{
	font-size: 1rem!important;
  color: var(--text--primary)!important;
}
.osano-cm-disclosure__toggle{
	font-size: 0.875rem!important;
}
.osano-cm-save.osano-cm-view__button.osano-cm-button{
	margin: 0!important;
}
.osano-cm-dialog__close,
.osano-cm-info-dialog-header__close.osano-cm-close {
  margin: 0!important;
  padding: .5rem!important;
  width: 24px!important;
  height: 24px!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}
@media screen and (min-width: 768px) {
    .osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
        min-width: unset!important;
        flex: unset!important;
        max-width: none!important;
        flex-direction: column!important;
    }
    .osano-cm-dialog--type_bar .osano-cm-button{
      width: auto!important;
      min-width: 10rem!important;
      max-width: unset!important;
      flex: unset!important;
    }
}
@media screen and (max-width: 768px) {
	.osano-cm-dialog__content{
    margin-bottom: 1rem!important;
  }
  .osano-cm-dialog--type_bar .osano-cm-button{
  	width: 100%;
  }
}