@font-face {
  font-family: 'BNPPSans';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/BNPPSans-Light.otf') format('opentype');
  src: url('./fonts/BNPPSans-Light.eot'),
    url('./fonts/BNPPSans-Light.woff2') format('woff2'),
    url('./fonts/BNPPSans-Light.woff') format('woff'),
    url('./fonts/BNPPSans-Light.ttf') format('truetype'),
    url('./fonts/BNPPSans-Light.svg') format('svg');
}

@font-face {
  font-family: 'BNPPSans';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/BNPPSans.otf') format('opentype');
  src: url('./fonts/BNPPSans.eot'),
    url('./fonts/BNPPSans.woff2') format('woff2'),
    url('./fonts/BNPPSans.woff') format('woff'),
    url('./fonts/BNPPSans.ttf') format('truetype'),
    url('./fonts/BNPPSans.svg') format('svg');
}

@font-face {
  font-family: 'BNPP Square';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/BNPPSquare-Bold.woff2') format('woff2');
}  

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/OpenSans.woff2') format('woff2');
}

.logo-right {
  float: right;
}

.alterna-cx-container * {
  font-family: "Open Sans", sans-serif !important;
}

html[dir] .alterna-cx-card-title {
    padding: 1.2em 1.1em 0 1.1em;
    color: #024059;
}

html[dir] .alterna-cx-card-title.alterna-cx-web-header {
    padding: .25em;
    height: 2.8em;
}

@media only screen and (min-width: 650px) {
  html[dir] .alterna-cx-card-title.alterna-cx-web-header {
	padding: 0em;
	margin-top: 0.75em;
  }
}

/* .alterna-cx-card-title.alterna-cx-web-header img { */
  /* content:url("../images/logo-sm.png"); */
/* } */

*, ::before, ::after {
    letter-spacing: -0.025em !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html[dir] .alterna-cx-web-header {
  text-align: center !important;
  background: #ffffff !important;
}

html[dir] .alterna-cx-web-footer {
	margin-top: -1.1em !important;
	font-size: 12px !important;
}

.alterna-cx-web-footer a {
	color: #c1c1c1 !important;
}

.alterna-cx-web-footer span {
  padding-top: 0.2em;
  color: #c1c1c1;
}

.alterna-cx-survey > .alterna-cx-card-title {
	color: #0d1519 !important;
	font-weight: bolder !important;
	font-family: "BNPP Square" !important;
	font-size: 1.5rem;	
	padding: 30px 30px 0 30px !important;
}

html[dir="ltr"] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-question-desc span {
    border-left: .5em solid #000000;
  margin-left: .3em;
}
.alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-question-desc {
    font-size: .85em;
    font-weight: 400;
    color: #000000;
}

html[dir] .alterna-cx-card-actions button:focus, html[dir] .alterna-cx-card-actions button:not(:disabled):hover {
	background: #03a776 !important;
	border-color: #03a776 !important;
}

html[dir] .alterna-cx-card-actions button.alterna-cx-trigger-prev {
  color: #03a776 !important;
  background: #fefefe !important;
}

html[dir] .alterna-cx-card-actions button.alterna-cx-trigger-prev:disabled {
	color: #cecece !important;
	background: #fefefe !important;
	border-color: #ececec !important;
}

html[dir] .alterna-cx-card-actions button.alterna-cx-trigger-prev:not(:disabled):hover {
	background: #fefefe !important;
	border: 2px solid #03a776 !important;
}

html[dir] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-choice-group, html[dir] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-choice-icon-group, html[dir] .alterna-cx-survey .alterna-cx-card-body .alterna-cx-card-content .alterna-cx-input-group {
    padding: 1em 0;
}

.alterna-cx-subquestion.alterna-cx-clearfix .alterna-cx-choice-group, .alterna-cx-subquestion.alterna-cx-clearfix .alterna-cx-input-group {
    padding: 0 1em !important;
}

html[dir] .alterna-cx-char-counter {
	padding: 0px 10px;
	color: #979797 !important;
}

.alterna-cx-slider-connect {
    background: #000000;
}

.alterna-cx-completionRatio div:nth-child(2) {
    margin-top: -1.4em;
}

.alterna-cx-choice-other .alterna-cx-char-counter {
  color: #CCE9DE !important;
}

.alterna-cx-choice input:checked+.alterna-cx-choice-other {
  background: #fff !important;
}

.alterna-cx-choice input:checked+.alterna-cx-choice-label>label, .alterna-cx-choice input:checked+.alterna-cx-choice-other>label, .alterna-cx-choice input:checked+.alterna-cx-choice-label>label::before, .alterna-cx-choice input:checked+.alterna-cx-choice-other>label::before, .alterna-cx-choice input:checked+.alterna-cx-choice-label>label::after, .alterna-cx-choice input:checked+.alterna-cx-choice-other>label::after {
  color: #CCE9DE !important;
}

html[dir] .alterna-cx-choice .alterna-cx-choice-label>label, .alterna-cx-choice .alterna-cx-choice-other>label, .alterna-cx-choice .alterna-cx-choice-label>label::after, .alterna-cx-choice .alterna-cx-choice-other>label::after {
  color: #000000 !important;
}

html[dir] .alterna-cx-choice input:checked + .alterna-cx-choice-other {
    background: #000000 !important;
}

html[dir] .alterna-cx-choice .alterna-cx-choice-other .alterna-cx-textarea {
  background-color: #fefefe !important;
}

.alterna-cx-choice .alterna-cx-choice-label>label:hover, .alterna-cx-choice .alterna-cx-choice-other>label:hover, .alterna-cx-choice .alterna-cx-choice-label>label:hover::after, .alterna-cx-choice .alterna-cx-choice-other>label:hover::after {
  color: #CCE9DE !important;
}

.alterna-cx-textarea, .alterna-cx-textinput{
  color: #000000 !important;
}

.alterna-cx-choice .alterna-cx-choice-other .alterna-cx-textarea{
  color: #000000 !important;
}

.alterna-cx-char-counter{
  color: #000000 !important;
}

.alterna-cx-card-actions button{
  color: #fff !important;
  background-color: #000000 !important;
  height: 3em;
  font-size: 0.84em;
  font-weight: 500;
}

.alterna-cx-card-actions button:focus, .alterna-cx-card-actions button:not(:disabled):hover{
  color: #fff !important;
  background-color: #000000 !important;
}

.alterna-cx-select .alterna-cx-placeholder{
  color:#000000 !important;
}

.alterna-cx-select .alterna-cx-placeholder:hover{
  background:#000000 !important;
  color: #fff !important;
}

.alterna-cx-select .alterna-cx-placeholder::after{
  color:#000000 !important;
}

.alterna-cx-select .alterna-cx-placeholder::after{
  color: #fff !important;
}

.alterna-cx-card-content {
  color: #141414;
}

.alterna-cx-card-content.alterna-cx-icon-remove {
color:#000000;
}

.alterna-cx-card-close::before {
color: #000000 !important;
}

html[dir] .alterna-cx-card-close:hover::before {
	color: #02a5a5 !important;
}

.alterna-cx-card-close:hover{
background: none !important;
}

.alterna-cx-spinner > div:before{
background-color:#000000 !important;
}

html[dir] .alterna-cx-card {
  margin: 0 auto;
  border: 0 solid #DEDEDE;
  box-shadow: 0 5px 30px 0 rgba(0,0,0,.07);
  border-radius: 10px !important;
}

html[dir] .alterna-cx-card-actions button {
	background: #03a776 !important;
	border: 2px solid #03a776 !important;
	border-radius: 25px;
	margin-top: -30px !important;
	padding: 14px 30px 14px !important;
	line-height: 1 !important;
	font-weight: 400;
	font-family: "BNPPSans" !important;
	font-size: 14px;
}

@media only screen and (max-width: 650px) {
  html[dir] .alterna-cx-web-body {
	overflow: auto;
	height: calc(100% - 80px) !important;
	max-height: 100% !important;
	padding: 15px 1px 25px !important;
  }

  html[dir] .alterna-cx-col-16 {
    margin-left: 30px !important;
    margin-right: 30px !important;
    width: calc(100% - 60px) !important;
  }

  html[dir] .alterna-cx-col-8 {
    width: calc(50% - 45px) !important;
    margin-left: 30px !important;
  }
}

@media only screen and (min-width: 650px) {
  html[dir] .alterna-cx-col-16 {
    margin-left: 30px !important;
    margin-right: 30px !important;
    width: calc(100% - 60px) !important;
  }

  html[dir] .alterna-cx-col-8 {
    width: calc(50% - 45px) !important;
    margin-left: 30px !important;
  }
}

@media only screen and (min-width: 650px) {
	html[dir] .alterna-cx-web-body {
	  overflow: auto;
	  height: calc(100% - 80px) !important;
	  max-height: 100% !important;
	  padding: 1.5em !important;
	}
}

.alterna-cx-question-text {
	padding: 30px 0 0 !important;
}

html[dir] .alterna-cx-card-content > .alterna-cx-question {
	color: #141414;
	padding: 0 30px !important;
}

html[dir] .alterna-cx-textarea, html[dir] .alterna-cx-textinput {
	background: #fefefe !important;
	border: 2px solid #dbdcdd !important;
	border-radius: 5px !important;
	height: 91px;
	overflow-y: hidden;
	min-height: 95px;
	padding: 10px 12px !important;
}

html[dir] .alterna-cx-textarea:focus, .alterna-cx-textinput:focus {
	border-color: #dbdcdd !important;
	box-shadow: 0 0 5px 0 #dbdcdd !important;
}

.alterna-cx-card-content > span {
	padding: 30px !important;
}

html[dir] .alterna-cx-card-notification .alterna-cx-card-content {
	padding: 20px !important;
}

html[dir] .alterna-cx-choice .alterna-cx-choice-label > label, html[dir] .alterna-cx-choice .alterna-cx-choice-other > label {
	/* border-radius: 30px; */
	/* width: 42px; */
	/* padding: 12px 12px 8px !important; */
	/* text-align: center; */
	/* margin: 0px 4px !important; */
	border: 2px solid #4f4f4f !important;
	color: #777 !important;
	/* border-left: 2px solid #777 !important; */
	font-family: "BNPPSans" !important;
	/* font-size: 14px !important; */
}

html[dir] .alterna-cx-choice .alterna-cx-choice-label > label:hover,
html[dir] .alterna-cx-choice .alterna-cx-choice-other > label:hover {
    background: #000000 !important;
	border: 2px solid #000000 !important;
	color: #fefefe !important;
} 

html[dir] .alterna-cx-choice input:checked + .alterna-cx-choice-label > label,
html[dir] .alterna-cx-choice input:checked + .alterna-cx-choice-other > label{
  background: #000000 !important;
  border: 2px solid #000000 !important;
  color: #fefefe !important;
}


/* html[dir] .alterna-cx-choice { */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* max-width: 480px !important; */
  /* margin: 0 auto !important; */
  /* justify-content: center; */
  /* align-items: center; */
/* } */

/* html[dir] .alterna-cx-choice div { */
  /* width: 16.6667%; /* 6 eşit sütun */ */
  /* box-sizing: border-box; */
/* } */

/* html[dir] .alterna-cx-choice div:nth-child(6) { */
  /* flex-basis: 100%; /* 6. eleman yeni bir satırda */ */
/* } */
