.ban-appeal {
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  line-height: normal;
}
.ban-appeal h2 {
  font-size: 36px;
  margin: 20px 0 50px 0;
  color: black;
  font-weight: 700;
  text-shadow: 1px 1px #cccccc;
}
.display {
  display: flex !important;
}
.loadRecaptcha {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.modal.initial .content {
  padding: 50px 100px;
  max-width: 750px;
}
.modal .content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  width: 70%;
}
.modal .content .inner-modal {
  font-size: 18px;
}
.modal .content .inner-modal .icons {
  line-height: 8px;
  width: 100%;
}
.modal .content .inner-modal .icons .icon {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
.modal .content .inner-modal .icons .back {
  width: 24px;
  height: 24px;
  float: left;
  cursor: pointer;
  opacity: 0.8;
  background-image: url('../../../../../../content/dam/atvi/support/common/material-arrow-back-icon.png');
}
.modal .content .inner-modal .icons .back:hover {
  opacity: 1;
}
.modal .content .inner-modal .icons .warning {
  width: 30px;
  height: 30px;
  background-image: url('../../../../../../content/dam/atvi/support/common/feather-alert-circle-icon.png');
}
.modal .content .inner-modal .icons .right-arrow {
  width: 36px;
  height: 36px;
  background-image: url('../../../../../../content/dam/atvi/support/common/rt-dir-ico.png');
}
.modal .content .inner-modal .title {
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 24px;
  font-weight: 600;
  border-bottom: 1px solid black;
}
.modal .content .inner-modal .message {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.modal .content .inner-modal .game-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.modal .content .inner-modal .game-links .link {
  color: black !important;
  text-decoration: underline;
}
.modal .content .inner-modal .button-group {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.modal .content .inner-modal .button-group a {
  max-width: 50%;
  color: black;
}
.modal .content .inner-modal .button-group a:hover {
  text-decoration: none;
}
.modal .content .inner-modal .button-group a .ba-button {
  max-width: 100% !important;
}
.modal .content .inner-modal .button-group .ba-button {
  max-width: 50%;
  padding: 10px 25px !important;
  white-space: nowrap;
}
.modal.car .content {
  width: 719px;
  padding-top: 32px;
  border: 0;
  overflow: hidden;
}
.modal.car .content .inner-modal {
  width: 90%;
}
.modal.car .content .inner-modal .title {
  border: none;
  font-size: 20px;
  margin-top: 18px;
  padding-bottom: 0px;
  line-height: 25px;
  margin-bottom: 22px;
}
.modal.car .content .inner-modal a.link {
  text-decoration: underline;
  letter-spacing: 0px;
  color: #000000;
  cursor: pointer;
}
.modal.car .content .inner-modal .message {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.modal.car .content .inner-modal .message > * {
  display: block;
  margin-bottom: 0;
}
.modal.car .content .inner-modal .message .options {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  margin-left: 24px;
  margin-top: 46px;
}
.modal.car .content .inner-modal .message .options div {
  display: flex;
  align-items: center;
}
.modal.car .content .inner-modal .message .options div label {
  margin-bottom: 0;
  font-weight: normal;
  top: 2px;
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal.car .content .inner-modal .message .options div label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal.car .content .inner-modal .message .options div label input:checked ~ .checkmark {
  background-color: #000000;
}
.modal.car .content .inner-modal .message .options div label input:checked ~ .checkmark::after {
  display: block;
}
.modal.car .content .inner-modal .message .options div label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #000000;
  top: 1px;
}
.modal.car .content .inner-modal .message .options div label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) {
  .modal.car .content .inner-modal .message .options div label:hover input ~ .checkmark {
    background-color: gray;
    border-color: gray;
  }
}
@media (hover: none) {
  .modal.car .content .inner-modal .message .options div label:active input ~ .checkmark {
    background-color: gray;
    border-color: gray;
  }
}
.modal.car .content .inner-modal .button-group {
  justify-content: center;
  gap: 16px;
}
.modal.car .content .inner-modal .button-group a {
  width: fit-content;
  min-width: 50%;
  max-width: unset;
}
.modal.car .content .inner-modal .button-group a button {
  width: 100%;
}
.modal.car .content .inner-modal .button-group button {
  width: fit-content;
  min-width: 50%;
  max-width: unset;
  margin-bottom: 28px;
  margin-top: 36px;
}
.modal.car .content .inner-modal .button-group button.ba-button {
  font-size: 16px;
  font-weight: bold;
}
.modal.car .content .inner-modal .button-group button[disabled] {
  border-color: grey;
}
.modal.car.step-1 .content .inner-modal .title {
  margin-bottom: 42px;
}
.modal.car.step-1 .content .inner-modal .message {
  gap: 24px;
}
.modal.car.step-1 .content .inner-modal button {
  margin-top: 52px;
}
.modal.car.step-2 .content .inner-modal .title {
  padding-bottom: 0px;
  margin-bottom: 4px;
}
.modal.car.step-2 .content .inner-modal .profile-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
}
.modal.car.step-2 .content .inner-modal .profile-section > * {
  display: block;
}
.modal.car.step-2 .content .inner-modal .message {
  margin-top: 57px;
}
.modal.car.step-4 .content .inner-modal .title {
  padding-bottom: 0px;
  margin-bottom: 38px;
}
.modal.car.step-4 .content .inner-modal .message {
  margin-top: 0;
}
.modal.car.step-4 .content .inner-modal button {
  margin-top: 46px;
}
.modal.car.step-2a .content .inner-modal .title {
  margin-bottom: 38px;
}
.modal.car.step-6 .spinner {
  position: relative;
  left: 0;
  margin-top: 44px;
  margin-bottom: 98px;
}
.header {
  background-color: black;
  background-image: url("../../../../../../content/dam/atvi/support/common/ban-appeal/ban-appeal-header-bg-silver-x2.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 265px;
}
.header #pageData {
  display: flex;
  align-items: center;
}
.header #pageData img {
  margin-right: 20px;
  max-width: 139px;
  max-height: 154px;
}
.header h1 {
  text-align: center;
  font: normal normal 300 75px/75px "Open Sans";
  letter-spacing: 0px;
  color: #E5E5E5;
  text-shadow: 0px 3px 10px #00000084;
  text-transform: uppercase;
}
.header h1 p {
  font-weight: 200;
  overflow-wrap: break-word;
}
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding-top: 40px;
  padding: 60px 0;
}
.main-content .center-content {
  width: 70%;
  max-width: 1000px;
  overflow-y: hidden;
  font-size: 18px;
  color: #333333;
}
.main-content .center-content h2 {
  color: black;
  width: 100%;
  margin: 0 0 45px 0;
}
.main-content .center-content b,
.main-content .center-content a {
  color: black;
}
.main-content .center-content p {
  font-size: 18px;
  line-height: 1.3;
}
.main-content .center-content .intro-content p {
  margin-top: 25px;
}
.main-content .center-content .intro-content-collapsed {
  display: none;
  flex-direction: column;
}
.main-content .center-content .expand-policy-text {
  display: flex;
  font-weight: bold;
  color: black;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}
.main-content .center-content.form-section {
  display: none;
  flex-direction: column;
  margin-top: 0;
}
.main-content .center-content .collapsible-container.shrink {
  padding-bottom: 30px;
}
.main-content .center-content #recaptcha-container.error {
  border: 2px solid #E24917;
  width: 306px;
}
.main-content .box {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  width: 100%;
  border-radius: 3px;
  padding: 20px;
}
.main-content .box p {
  margin: 0 !important;
  max-width: 100%;
  overflow-wrap: break-word;
}
.main-content .box div {
  width: 80%;
}
.main-content .orange-box {
  border-color: #E56A00;
  color: #E56A00;
  margin-bottom: 50px;
  background-color: #FFF3E9;
}
.main-content .orange-box a,
.main-content .orange-box b {
  color: #E56A00 !important;
}
.main-content .orange-box.warning {
  color: #E24917;
}
.main-content .orange-box .game-links .link {
  color: #E56A00;
}
.main-content .user-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  font-size: 18px;
}
.main-content .user-info .input-field {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 10px;
}
.main-content .user-info .input-field:first-of-type {
  padding-right: 20px;
}
.main-content .user-info .input-field:last-of-type {
  padding-left: 20px;
}
.main-content .user-info .input-field label {
  font-weight: normal;
}
.main-content .user-info .input-field input {
  width: 100%;
  padding: 8px 0;
  padding-left: 10px;
}
.main-content .eligibility-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-content .eligibility-container {
  display: none;
  flex-direction: column;
}
.main-content .eligibility-title {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.main-content .eligibility-box {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  color: black;
  background-color: #F5F5F5;
  border: 1px solid black;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  padding-left: 50px;
}
.main-content .eligibility-box .box-header {
  display: flex;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  margin-left: -35px;
}
.main-content .eligibility-box .box-header .box-header-icon {
  padding-bottom: 5px;
}
.main-content .eligibility-box .box-header .box-header-icon span {
  font-size: 20px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  background-color: transparent;
  color: black;
}
.main-content .eligibility-box .box-header .box-header-icon span img {
  width: 25px;
}
.main-content .eligibility-box .box-game-section {
  width: 90%;
  margin-bottom: 30px;
}
.main-content .eligibility-box .box-game-section .box-game-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.main-content .eligibility-box .box-game-section .box-game-list .game-title {
  display: none;
  flex-direction: column;
  font-weight: 400;
}
.main-content .eligibility-box .box-description {
  width: 90%;
  margin-bottom: 10px;
}
.main-content .eligibility-box .box-description .box-description-content {
  font-weight: 400;
}
.main-content .eligibility-box .box-title {
  font-weight: bold;
  text-transform: uppercase;
}
.main-content .additional-details {
  display: none;
  flex-direction: column;
  width: 100%;
}
.main-content .additional-details div {
  margin-bottom: 20px;
}
.main-content .additional-details .text-area-group {
  width: 100%;
  height: 240px;
  position: relative;
}
.main-content .additional-details .text-area-group .detail-text {
  width: 100%;
  height: 100%;
  resize: none;
  padding: 18px 16px;
}
.main-content .additional-details .text-area-group .detail-text.error {
  border-color: #E24917;
}
.main-content .additional-details .text-area-group .text-counter {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  text-align: right;
}
.main-content .small-text {
  font-size: 12px;
}
.main-content .centered-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
.main-content .centered-col label {
  display: flex;
  font-weight: normal;
}
.main-content .centered-col label input {
  margin-right: 15px;
}
.main-content .centered-col .g-recaptcha {
  margin-top: 48px;
}
.main-content .centered-col.slim {
  width: 70%;
}
.main-content .centered-col.confirm-message,
.main-content .centered-col.CAR-message,
.main-content .centered-col.system-error-message {
  display: none;
  flex-direction: column;
}
.main-content .centered-col.confirm-message h2,
.main-content .centered-col.CAR-message h2,
.main-content .centered-col.system-error-message h2 {
  text-align: center;
  margin-bottom: 10px;
}
.main-content .centered-col.confirm-message .message-content,
.main-content .centered-col.CAR-message .message-content,
.main-content .centered-col.system-error-message .message-content {
  text-align: center;
  max-width: 80%;
  font-size: 18px;
}
.main-content .centered-col.confirm-message .message-content p,
.main-content .centered-col.CAR-message .message-content p,
.main-content .centered-col.system-error-message .message-content p {
  margin-bottom: 30px;
}
.main-content ol,
.main-content ul {
  list-style: disc !important;
}
.main-content ol li,
.main-content ul li {
  margin-left: 44px !important;
}
.main-content i {
  font-style: italic !important;
}
.ba-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px 10px;
  background-color: white;
  text-transform: uppercase;
  margin-top: 20px;
  border: 1px solid #0e0b07;
  font-weight: bold;
}
.ba-button:hover:not(:disabled) {
  background-color: black;
  color: #FFFFFF;
}
.ba-button:disabled,
.ba-button[disabled] {
  color: grey;
  border-color: rgba(239, 239, 239, 0.3);
  background-color: rgba(239, 239, 239, 0.3);
}
.collapsible-divider {
  display: none;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: black;
  margin-bottom: 50px;
  margin-top: 20px;
}
.collapsible-divider .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  height: 28px;
  max-height: 28px;
  width: 28px;
  max-width: 28px;
  cursor: pointer;
}
.collapsible-divider .icon img {
  transition: transform 0.3s;
  transform: rotateX(180deg);
}
.collapsible-divider .icon img.flip {
  transform: rotateX(0deg);
}
.error-message {
  display: none;
  color: #E24917;
  margin-top: 6px;
}
.check-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 300;
  margin: 10px;
}
.check-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 25px !important;
  height: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
  margin: 0 14px 0 0;
  border: 1px solid black;
  border-radius: 3px;
  margin-top: -2px;
}
.check-label input[type="checkbox"]:checked {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.check-label input[type="checkbox"]:checked::before {
  content: 'L';
  display: flex;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 30px 20px;
  transform: scaleX(-1) rotate(-45deg);
}
.check-label:focus,
.check-label:active {
  outline: none;
}
.check-label p {
  margin: 0 !important;
}
.check-label.disabled-check {
  color: #F3F3F3;
}
.check-label.disabled-check input[type="checkbox"] {
  border-color: #F3F3F3 !important;
}
.check-label.disabled-check input[type="checkbox"]:checked {
  background-color: #F3F3F3 !important;
}
body:has(.modal.display) {
  overflow: hidden;
}
#spinner,
.spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 48px;
  width: 48px;
  margin: 0px auto;
  -webkit-animation: rotation 0.7s infinite linear;
  -moz-animation: rotation 0.7s infinite linear;
  -o-animation: rotation 0.7s infinite linear;
  animation: rotation 0.7s infinite linear;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-top: 3px solid black;
  border-radius: 100%;
}
.full-screen-spinner {
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: none;
}
.full-screen-spinner.display {
  display: block;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/atvi/support/components/banappeal/ban-appeal/clientlibs/css/ba-m.less
Error: ParseError: Unrecognised input in /apps/atvi/support/components/banappeal/ban-appeal/clientlibs/css/ba-m.less on line 130, column 1:
129 
130 @media only screen
131 and (orientation: landscape)  /* declared height since landscape    */


(uncompiled LESS src is included below)
*****************************************************/
@media only screen and (max-width: 980px) {
	.header h1{
		font-size: 60px;
	}
}

@media only screen and (max-width: 768px) {
    .modal {
		.content{
            padding: 40px 20px;
            width: 100%;
            max-height: 100%;
            overflow-y: scroll;
			
			.inner-modal .button-group{
                 flex-direction: column;
				
				.ba-button {
					max-width: 100%;
					margin-bottom: 0;
					white-space: normal;
				}
				
				a{
					max-width: 100%;
					
					.ba-button {
						width: 100%;
					}
				}
			}
		}
		
		&.initial .content{
			padding: 40px 20px;
		}
		
        &.car {
            .content {
                width: 100%;

                .inner-modal {
                    width: 100%;
                    
                    .button-group {
                        a, button {
                            width: 100%;
                            margin: 0;
                            
                        }

                        &>*:first-child {
                            margin-top: 40px;
                        }
                    }
					.message .options{
						margin-top: 25px;
						margin-left: 0;
					}
                }
            }
        }
    }
	
    .header {
        background-position: center center;
        height: 150px;
		
		h1{
            font: normal normal normal 35px/40px "Open Sans";
            max-width: 50%;
            text-align: left;
            margin-left: 15px;
		}
		
		#pageData {
            justify-content: center;
			
			img{
				width: 25%;
				margin-right: 5px;
			}
        }
    }
	
	.main-content .user-info {
		flex-direction: column;
		
		.input-field {
			padding: 0;
			width: 100%;
			
			&:last-of-type,
			&:first-of-type{
				padding: 0;
			}
		}
	}
}

@media only screen and (max-width: 500px) {
	.header h1{
		max-width: 50%;
	}
	.main-content .center-content {
        width: 85%;
    }
}

@media only screen and (max-width: 450px) {
	.header h1 p{
		font-size: 26px;
	}
}

@media only screen and (max-width: 375px) {
	.modal .content{		
		width: 100%;
		max-height: 100%;
		overflow-y: scroll;
	}
}

@media only screen and (max-height: 375px) {
	.modal .content .inner-modal .button-group{
		 flex-direction: row;
	}
}

@media only screen
and (orientation: landscape)  /* declared height since landscape    */
and (max-height: 495px) {     /* includes wider desktop resolutions */
	.modal.car .content {
        width: 90%;
        height: 80%;
        overflow-y: scroll;
        align-items: unset;
		padding: 32px 50px 40px;
		
		.inner-modal .button-group {
			padding-bottom: 40px;
			margin-top: 10px;
			
			& > *:first-child{
				margin-top: 0;
			}
			
			button,
			.ba-button{
				margin-top: 30px;
			}
			
			a{
				margin-top: 0;
			}
		}
    }
}
