@font-face {
  font-family: "MMC";
  font-style: woff2;
  font-weight: 400;
  src: url("/assets/fonts/MMC-Regular.eot?") format("eot"), url("/assets/fonts/MMC-Regular.woff") format("woff"), url("/assets/fonts/MMC-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "MMC";
  font-style: woff2;
  font-weight: 500;
  src: url("/assets/fonts/MMC-Medium.eot?") format("eot"), url("/assets/fonts/MMC-Medium.woff") format("woff"), url("/assets/fonts/MMC-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "MMC";
  font-style: woff2;
  font-weight: 700;
  src: url("/assets/fonts/MMC.ttf") format("truetype");
  font-display: swap;
}
/*
body {
  font-family: "MMC", Arial, Helvetica, sans-serif;
  background-color: white;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: inherit;
    color: inherit;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2 {
  border-image: linear-gradient(to right, #ff0000 0%, #fff 50%) 1;
  border-image-width: 0 0 5px 0;
  border-style: solid; 
  padding: 5px;
}

a {
    text-decoration: none !important;
}    */
.modal p {
    margin-bottom: 3px !important;
}
.modal hr {
    margin: .1rem 0 !important;
}
.product__panorama-player {
  height: 320px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .product__panorama-player {
    height: 600px;
  }
}
.tab__control {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}
.tab__control li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
}
.tab__control li a {
  display: block;
  padding: 0 25px;
  line-height: 30px;
  color: #0a0a0a;
}
.tab__control li a.active {
  font-weight: bold;
  color: #da291c;
}
.tab__control li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background-color: #5c5c5c;
}
.tab__control--white li a {
  color: white;
}
@media (min-width: 769px) {
  .tab__control {
    font-size: 18px;
    margin-bottom: 40px;
    display: inline-block;
  }
  .tab__control li a {
    padding: 0 40px;
  }
}
.tab--clean .tab__control {
  font-weight: bold;
}
.tab--clean .tab__control li {
  margin: 0 12px;
}
.tab--clean .tab__control li a {
  position: relative;
  color: inherit;
  padding: 8px 0;
  opacity: 0.5;
  transition: 300ms ease-out all;
}
.tab--clean .tab__control li a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  right: 50%;
  transform: translateX(50%);
  bottom: -2px;
  background-color: white;
  transition: 300ms ease-out all;
}
.tab--clean .tab__control li a:hover {
  opacity: 1;
}
.tab--clean .tab__control li a.active {
  color: #da291c;
  opacity: 1;
}
.tab--clean .tab__control li a.active:before {
  background-color: #da291c;
}
.tab--clean .tab__control li:after {
  content: none;
}
.tab--clean .tab__list {
  position: relative;
}
.tab--clean .tab__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.tab--clean .tab__item.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
/*mobile*/
@media only screen and (max-width: 600px) {
#banner-mobile {
    display:block;
}
#banner-desktop {
    display:none;
}
#mitsnav li {
    margin-top: 7px;
}
#mitsnav li a:hover, #mitsnav li a.active {
    padding-bottom: 3px;
}

.carpos {
    position: relative;
    top: 50px;
}

section.product-360-exterior #product-360-exterior-arrow {
    position: relative;
    bottom: .2rem;
}
section.product-360-exterior #backgroundSelector {
    padding: 2px 20px 20px 20px;    
    position: relative;
    top: 30px;
}
section.product-360-exterior #backgroundSelector #backgroundSelectorContainer {
    padding: 1px;
}

section.product-360-exterior #backgroundSelector #backgroundSelectorContainer button.background-360ext-selector {
    font-size: 12px;
}
section.product-360-exterior #backgroundSelector #backgroundSelectorContainer button.background-360ext-selector.selected {
    font-size: 12px;
}

#interiorBtn .mb-5 {
    margin-bottom: .01rem !important;
}
.nav360 .Switch360 {
    padding: 2px 5px !important;
}
.nav360 .Switch360 .nav-item button {
    height: 30px;
    margin: .1px 0;
}

#Switch360 font {
    font-size: 14px;
    position: relative;
    bottom: 5px;
}
#product-360-exterior .int360 {
    padding: 1px 0px;
}
.slick-dotted.slick-slider {
    margin-bottom: 1px !important;
}
.slick-dots {
    margin: 15px 0 !important;
}
.ev-md-10 {
	width: 100%;
	}
.ev-md-3 {
    padding-left: 1px;
    padding-right: 1px; 
}
#pajeroresp img {
	width: 70%;
}
.pd-x-5-sm {
    display: flex;
    justify-content: center;
}
}

/*desktop*/
@media only screen and (min-width: 992px) and (min-width: 769px) {
#banner-mobile {
    display:none;
}
#banner-desktop {
    display:block;
}    
section.product-360-exterior #product-360-exterior-arrow {
    position: static;
    bottom: 3rem;
    margin-top: -128px;
}
section.product-360-exterior #backgroundSelector {
    padding: 20px;
}
section.product-360-exterior #backgroundSelector #backgroundSelectorContainer {
    padding: 10px;
}

.nav360 .Switch360 {
  padding: 12px 15px;
}
.nav360 .Switch360 .nav-item button {
  height: 43px;
  margin: 3px 0;
}
#product-360-exterior .int360 {
    display: flex;
    justify-content: center;
}
.ev-md-10 {
	width: 80%;
	}
.ev-md-3 {
    padding-left: 20px;
    padding-right: 20px;
}		
}

.subnav-car {
  padding: 0;
}
.subnav-car li a {
  font-family: "MMC", Arial, Helvetica, sans-serif;
  padding: 0;
  padding-bottom: 3px;
  color: #B5B6B6;
  transition: all 700ms;
  margin-right: 1.2em;
  text-transform: uppercase;
  border: none;
  border-bottom: solid 2px transparent;
  letter-spacing: 0.2em;
  font-size: .95em;
}
.subnav-car li a:hover, .subnav-car li a.active {
  color: #0E0F10;
  border-bottom: solid 2px #910A2D;
}

.row-flex {
    padding: 20px 0px;
  /*  background : burlywood;*/
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url('https://www.mitsubishi-bandung.com/wp-content/uploads/2024/09/new-pajero-my24-1png.webp');
	background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.7);
}	
.ev-md-10 {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ev-md-3 {
    width: 25%;
    float: left;
}

.pd-x-5-sm {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
	margin-bottom: 10px;
}
#pajeroresp h4 {
    font-size: 20px;
    font-weight: 500;
	color:#fff;
}
#pajeroresp p {
	color:#fff;
}
#pajeroresp li.slick-active button:before, #pajeroresp li button:before {
    color: #fff;
}

#pajeroresp .slick-dots li button:before {    
    font-size: 12px;
    line-height: 25px;
}	
img {
    vertical-align: middle;
    max-width: 100%;
}	

.slick-prev:before, .slick-next:before{
color:red;
}	
#astra .slick-active .slick-dot-custom {
    border: 2px solid #a1a1a1;
}
#astra .slick-dot-custom {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #eee;
}		

#astra .slick-dots {
    position: static;
}
#astra .slick-dots li {
    width: auto;
    height: auto;
}
.genixresp .slick-prev {
    left: 1px;
    z-index: 999;
}

.genixresp .slick-next {
    right: 1px;
    z-index: 999;
}
.fitur-lkp {
    font-size: medium;
    text-decoration: none;
    color: #696969;
    padding-right: 10px;
}
.fitur-lkp:hover, .fitur-lkp:active {
    color: #fa8072;
}    
/*.car-carousel {
	width: 40rem;
}
*/

#panorama {
        width: 100%;
        height: 350px;
    }

/* Styling the default Slick dots */

#zenix-color, #avanza-color {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://www.toyota-bandung.com/assets/images/bg-colors-desktop.jpg');
}

.car-carousel-item img {
    display: block;
    width: 100%;
    height: auto;
}

.car-carousel .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}	

.car-carousel .slick-dots li {
    margin: 0 0.25rem;
    width: auto;
    height: auto;
}   

.car-carousel .slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: blue;
    text-indent: -9999px;
}
.car-carousel .slick-dots li.slick-active button {
    /*background-color: red;*/
    border: 2px solid #a1a1a1!important;
}

/*#slick-slide-control01 .slick-active {
    border: 2px solid #a1a1a1;
}
*/
#pajero-color button, #xpander-color button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #eee;
}
/*silver*/
#pajero-color #slick-slide-control00, #xpander-color #slick-slide-control00 {
    background: linear-gradient(0deg, #d8d3d3 50%, #d8d3d3 50%);
}
/*white*/
#pajero-color #slick-slide-control01, #xpander-color #slick-slide-control03 {
    background: linear-gradient(0deg, #FFFFFF 50%, #FFFFFF 50%);
}
/*graphite*/
#pajero-color #slick-slide-control02, #xpander-color #slick-slide-control01 {
    background: linear-gradient(0deg, #5a5b55 50%, #5a5b55 50%);
}
/*black*/
#pajero-color #slick-slide-control03, #xpander-color #slick-slide-control04 {
    background: linear-gradient(0deg, #000000 50%, #000000 50%);
}
#xpander-color #slick-slide-control02 {
    background: linear-gradient(0deg, #a50d0d 50%, #a50d0d 50%);
}
/*#pajeroresp button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
    border: 1px solid #eee;
    background: #a9a9a9;
}
*/

/* 360 Vis*/
.nav360 {
  display: flex;
  justify-content: center;
}
.nav360 .nav {
  display: inline-table;
  float: left;
  background-color: #E8E8E8;
  padding: 0.5em;
  margin: 0 0.5em;
}
.nav360 .nav .nav-item {
  border-radius: 100%;
  transition: all 700ms;
  margin: 0.5em 0.25em;
  display: inline-table;
  position: relative;
}
/*
.nav360 .nav .nav-item button {
  border-radius: 100%;
}


.nav360 .Switch360 .nav-item button {
  width: auto;
  height: 43px;
  margin: 3px 0;
  text-transform: uppercase;
  color: #B5B6B6;
  letter-spacing: 0.1em;
}
*/
.nav360 .Switch360 .nav-item button.active, .nav360 .Switch360 .nav-item button:hover {
  color: #ffffff;
  background-color: #0E0F10;
}
.nav360 .colorTab .nav-item {
  margin: 0.5em 0.25em;
  display: inline-table;
}
.nav360 .colorTab .nav-item button {
  border-radius: 100%;
  border: solid 4px #E8E8E8;
  width: 49px;
  height: 49px;
  background-color: #E8E8E8;
  transition: all 700ms;
  padding: 0;
}
.nav360 .colorTab .nav-item button:after {
  content: "";
  width: 52px;
  height: 52px;
  border: solid 8px #E8E8E8;
  z-index: 1;
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 100%;
}
.nav360 .colorTab .nav-item button div {
  border-radius: 100%;
  width: 33px;
  height: 33px;
  margin: 3px;
  border-radius: 100%;
  transition: all 700ms;
  position: absolute;
  left: 5px;
  top: 5px;
}
.nav360 .colorTab .nav-item button:hover:after, .nav360 .colorTab .nav-item button.active:after {
  border: none;
  transition: all 700ms;
}

.exteriorBox {
  display: grid;
  /* define the number of grid columns */
  /*grid-template-columns: repeat(2, minmax(50%, 1fr));*/
}
.exteriorBox .feature-list {
  margin: 1em;
}
.exteriorBox .feature-list span {
  display: none !important;
}
/*.exteriorBox .feature-list:nth-child(1) {*/
/*  grid-column: span 1;*/
/*  grid-row: span 1;*/
/*}*/
/*.exteriorBox .feature-list:nth-child(2) {*/
/*  grid-column: span 1;*/
/*  grid-row: span 2;*/
/*}*/
.exteriorBox .feature-list img {
  width: 100%;
  border-radius: 8px;
}

#product-360-exterior {
background-size: cover;
background-repeat: no-repeat;
background-image: url('https://www.toyota-bandung.com/assets/images/360_20BG_20Light_2.jpeg');
background-position: center;
}
.day-360ext-arrow.night-mode{
display: none;
}
#product-360-exterior.night-mode {
background-image: url('https://www.toyota-bandung.com/assets/images/360_20BG_20Dark_2.jpeg');
}
#product-360-exterior.night-mode .day-360ext-arrow.day-mode{
display: none;
}
#product-360-exterior.night-mode .day-360ext-arrow.night-mode{
display: inline-block;
}
#product-360-exterior.night-mode .title, #product-360-exterior.night-mode #product360Exterior-int{
color: white;
}

section.product-360-exterior #product-360-exterior-arrow img {
    width: 65vw;
}
section.product-360-exterior .wrapper-canvas {
    text-align: center;
    position: relative;
}
#product-360-exterior h5{
font-weight: 600
}
#product-360-exterior h5.active{
font-weight: 600;
color: #ab0e0e;
border-bottom: 2px solid #ab0e0e
}

section.product-360-exterior .title {
    padding: 0 150px;
    font-weight: bold;
    margin: 0;
}

section.product-360-exterior #canvas {
    width: 58vw;
    max-width: 1200px;
    margin-bottom: 30px;
}

section.product-360-exterior #product-360-exterior-arrow {
    width: 100%;
    text-align: center;
}
section.product-360-exterior #backgroundSelector {
    text-align: center;
}
section.product-360-exterior #backgroundSelector #backgroundSelectorContainer {
    display: inline-block;
    background: #000;
    border-radius: 30px;
}
section.product-360-exterior #backgroundSelector #backgroundSelectorContainer button.background-360ext-selector {
    background: none;
    color: #fff;
    border: 0;
    border-radius: 15px;
    padding: 5px 10px;
    outline: 0;
}
section.product-360-exterior #backgroundSelector #backgroundSelectorContainer button.background-360ext-selector.selected {
    background: #fff;
    color: #000;
    font-weight: bold;
}
/*.nav360 .Switch360 {
  padding: 12px 15px;
}
*/
.nav360 .Switch360 .nav-item button {
  width: auto;
  text-transform: uppercase;
  color: #B5B6B6;
  letter-spacing: 0.1em;
}

.reskredit {
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity 1s ease-in;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader > span {
  display: inline-block;
  background-color: purple;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  margin: 0 8px;
  transform: translate3d(0);
  animation: bounce 0.6s infinite alternate;
}

.loader > span:nth-child(2) {
  background-color: palevioletred;
  animation-delay: 0.2s;
}

.loader > span:nth-child(3) {
  background-color: blue;
  animation-delay: 0.4s;
}                    


@keyframes bounce {
  to {
    width: 12px;
    height: 12px;
    transform: translate3d(0, -12px, 0);
  }
} 

#Cta a{
    text-decoration: none;
    color: #0E0F10;
    font-weight: 600;
}
#Cta a:hover{
    color: #d78484;
}

/* MOdal Bootstrap 5.0 */
.modal {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 1060;
	 display: none;
	 width: 100%;
	 height: 100%;
	 overflow-x: hidden;
	 overflow-y: auto;
	 outline: 0;
}
 .modal-dialog {
	 position: relative;
	 width: auto;
	 margin: 0.5rem;
	 pointer-events: none;
}
 .modal.fade .modal-dialog {
	 transition: transform 0.3s ease-out;
	 transform: translate(0, -50px);
}
 @media (prefers-reduced-motion: reduce) {
	 .modal.fade .modal-dialog {
		 transition: none;
	}
}
 .modal.show .modal-dialog {
	 transform: none;
}
 .modal.modal-static .modal-dialog {
	 transform: scale(1.02);
}
 .modal-dialog-scrollable {
	 height: subtract(100%, 1rem);
}
 .modal-dialog-scrollable .modal-content {
	 max-height: 100%;
	 overflow: hidden;
}
 .modal-dialog-scrollable .modal-body {
	 overflow-y: auto;
}
 .modal-dialog-centered {
	 display: flex;
	 align-items: center;
	 min-height: subtract(100%, 1rem);
}
 .modal-content {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 width: 100%;
	 pointer-events: auto;
	 background-color: #fff;
	 background-clip: padding-box;
	 border: 1px solid rgba(0, 0, 0, .2);
	 border-radius: valid-radius(0.3rem);
	 outline: 0;
}
 .modal-backdrop {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 1040;
	 width: 100vw;
	 height: 100vh;
	 background-color: #000;
}
 .modal-backdrop.fade {
	 opacity: 0;
}
 .modal-backdrop.show {
	 opacity: 0.5;
}
 .modal-header {
	 display: flex;
	 flex-shrink: 0;
	 align-items: center;
	 justify-content: space-between;
	 padding: 1rem 1rem;
	 border-bottom: 1px solid #dee2e6;
	 background: #f5f5dc;
}
 .modal-header .btn-close {
	 padding: 0.5rem 0.5rem;
	 margin: -0.5rem -0.5rem -0.5rem auto;
}
 .modal-title {
	 margin-bottom: 0;
	 line-height: 1.5;
}
 .modal-body {
	 position: relative;
	 flex: 1 1 auto;
	 padding: 1rem;
}
 .modal-footer {
	 display: flex;
	 flex-wrap: wrap;
	 flex-shrink: 0;
	 align-items: center;
	 justify-content: flex-end;
	 padding: 0.75rem;
	 border-top: 1px solid #dee2e6;
}
 .modal-footer > * {
	 margin: 0.25rem;
}
 @media (min-width: breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-dialog {
		 max-width: 500px;
		 margin: 1.75rem auto;
	}
	 .modal-dialog-scrollable {
		 height: subtract(100%, 3.5rem);
	}
	 .modal-dialog-centered {
		 min-height: subtract(100%, 3.5rem);
	}
	 .modal-sm {
		 max-width: 300px;
	}
}
 @media (min-width: breakpoint-min(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-lg, .modal-xl {
		 max-width: 800px;
	}
}
 @media (min-width: breakpoint-min(xl, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-xl {
		 max-width: 1140px;
	}
}
 @media (max-width: breakpoint-max(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-fullscreenbreakpoint-infix {
		 width: 100vw;
		 max-width: none;
		 height: 100%;
		 margin: 0;
	}
	 .modal-fullscreenbreakpoint-infix .modal-content {
		 height: 100%;
		 border: 0;
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-header {
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-body {
		 overflow-y: auto;
	}
	 .modal-fullscreenbreakpoint-infix .modal-footer {
		 border-radius: valid-radius(0);
	}
}
 @media (max-width: breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-fullscreenbreakpoint-infix {
		 width: 100vw;
		 max-width: none;
		 height: 100%;
		 margin: 0;
	}
	 .modal-fullscreenbreakpoint-infix .modal-content {
		 height: 100%;
		 border: 0;
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-header {
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-body {
		 overflow-y: auto;
	}
	 .modal-fullscreenbreakpoint-infix .modal-footer {
		 border-radius: valid-radius(0);
	}
}
 @media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-fullscreenbreakpoint-infix {
		 width: 100vw;
		 max-width: none;
		 height: 100%;
		 margin: 0;
	}
	 .modal-fullscreenbreakpoint-infix .modal-content {
		 height: 100%;
		 border: 0;
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-header {
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-body {
		 overflow-y: auto;
	}
	 .modal-fullscreenbreakpoint-infix .modal-footer {
		 border-radius: valid-radius(0);
	}
}
 @media (max-width: breakpoint-max(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-fullscreenbreakpoint-infix {
		 width: 100vw;
		 max-width: none;
		 height: 100%;
		 margin: 0;
	}
	 .modal-fullscreenbreakpoint-infix .modal-content {
		 height: 100%;
		 border: 0;
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-header {
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-body {
		 overflow-y: auto;
	}
	 .modal-fullscreenbreakpoint-infix .modal-footer {
		 border-radius: valid-radius(0);
	}
}
 @media (max-width: breakpoint-max(xl, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-fullscreenbreakpoint-infix {
		 width: 100vw;
		 max-width: none;
		 height: 100%;
		 margin: 0;
	}
	 .modal-fullscreenbreakpoint-infix .modal-content {
		 height: 100%;
		 border: 0;
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-header {
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-body {
		 overflow-y: auto;
	}
	 .modal-fullscreenbreakpoint-infix .modal-footer {
		 border-radius: valid-radius(0);
	}
}
 @media (max-width: breakpoint-max(xxl, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))) {
	 .modal-fullscreenbreakpoint-infix {
		 width: 100vw;
		 max-width: none;
		 height: 100%;
		 margin: 0;
	}
	 .modal-fullscreenbreakpoint-infix .modal-content {
		 height: 100%;
		 border: 0;
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-header {
		 border-radius: valid-radius(0);
	}
	 .modal-fullscreenbreakpoint-infix .modal-body {
		 overflow-y: auto;
	}
	 .modal-fullscreenbreakpoint-infix .modal-footer {
		 border-radius: valid-radius(0);
	}
}