* {
    font-family: Roboto, Sans-serif;
  }

/* --------------- Corpo da pagina ------------ */

html{
    background-color: rgb(252, 252, 252) !important;
    scroll-behavior: smooth;
}

body{
    max-width: 100vw !important;
    height: 80vh !important;
    margin: 0 !important;
    background-color: rgb(252, 252, 252) !important;
}

/* input, select, textarea{
    color: #000;
    background-color: #ffffff70 !important;
    border-radius: 15px !important;
	padding-left: 0.875rem !important;
	font-size: 1.0625rem !important;
	line-height: 147.6% !important;
	min-height: 2.3rem !important;
}

md-input-container label:not(.md-container-ignore) {
    bottom: 100% !important;
    padding-left: 10px !important;
} */


.screenBody {
    margin-top: 57px;
}

/* .loginScreen{
    width: 100% !important;
    max-height: 100vh !important;
    background-color: rgb(252, 252, 252)!important;
}


.nameIcon{
    color: #ba9a7d; 
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%),
    0 2px 1px -1px rgb(0 0 0 / 12%);
}

.link-style{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.link-style:hover{
    color: #0061c9;
    text-decoration: underline;
}

.link-header{
    color: #212529 !important;
}
.icon-header{
    font-size: 0.9rem;
    color: #ba9a7d !important;
}
.link-footer{
    color: #ffffff !important;
}

.link-footer-end{
    color: #ffffff !important;
    font-size: 10px !important;
} */
/* --------------- CookieAlert ------------- */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327
  }
  
  .cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
  }
  
  .cookiealert a {
    text-decoration: underline
  }
  
  .cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    padding: 0px !important;
    width: 15px !important;
  }

/* --------------- OPTIN page ------------ */

.termsScreen{
  width: 100vw;
  height: fit-content;
  overflow-y: scroll;
  /* display: grid;
  place-items: center; */
}

.termsScreen .loginTermsContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}

.termsScreen .loginTermsContainer .terms-form{

  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;

}

.termsScreen .loginTermsContainer .terms-form .terms-form-header h2{
margin: 0;
padding: 0;
line-height: 0;
font-size: 20px;
text-transform: capitalize;
}

.termsScreen .loginTermsContainer .terms-form .terms-form-header{
display: flex;
justify-content: space-between;
align-items: center;
}

.termsScreen .loginTermsContainer .terms-form .form-container{
display: flex;
flex-direction: column;
gap: 24px;
}
 #btn-show-terms{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

width: 28px;
height: 28px;
background: #E7E7E7;
border-radius: 100%;
color: #B0B0B0;
cursor: pointer;
}


.termsScreen .loginTermsContainer .terms-form .form-container .group-radio{
  margin: 0;
  padding: 0;
  position: relative;
}
#inputTextNone{
  line-height: 0;
  font-size: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: -24px;
  left: 16px;
}

.termsScreen .loginTermsContainer .terms-form .sendTerms{
  width: 100%;
  padding: 12px 0;
  border-radius: 8px;
  background-color: #EA1D2C;
  color: white;
  border: 0;
  font-weight: bold;
}

md-radio-button.md-checked .md-off{
  border-color: #EA1D2C;
}
md-radio-button.md-checked .md-on{
  background-color: #EA1D2C;
}

#editTermsScreen md-switch.md-checked .md-bar {
  background-color: #f0a9b9; /* Altere para a cor desejada */
}

/* Modifique a cor do botão do switch */
#editTermsScreen md-switch.md-checked .md-thumb {
  background-color: #eb0033; /* Altere para a cor desejada */
}

/* --------------- Pagina inicial ------------ */

md-card{
    border-radius: 7px !important;
}

/* Loading personalizado */
.loading-red path{
    stroke: #EB0033 !important;
}

.loading-white path{
    stroke: #fff !important;
}

.loading-Button-white path{
    stroke: #fff !important;
}

/* CheckBox Personalizado */

md-checkbox.md-checked .md-icon {
    background-color: #ba9a7d;
}

md-checkbox.md-checked .md-ink-ripple {
    color: rgba(0, 0, 0, 0.884);
}

  /* Strength Meter */
/* .strength-meter {
	position: static;
	height: 4px;
	background: #DDD;
	margin: 5px auto 100px;
	border-radius: 3px;
}

.strength-meter-fill {
	background: transparent;
	height: inherit;
	width: 0;
	border-radius: inherit;
	transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength='easy'] {
	background: darkred;
	width: 33%;
}
.strength-meter-fill[data-strength='medium'] {
	background: darkred;
	width: 66%;
}
.strength-meter-fill[data-strength='hard'] {
	background: green;
	width: 100%;
}

.inputpassword {
	background: transparent;
	transition: color 0.25s;
    color: #DDD;
}
.inputpassword[data-strength='easy'] {
	color: darkred;
}
.inputpassword[data-strength='medium'] {
	color: darkred;
}
.inputpassword[data-strength='hard'] {
	display: none;
} */

/* md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: #890019 !important ;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #890019 !important;
    background: #890019 !important;
} */


md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-color: #A6A6A6 !important; 
}

/* 
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #EB0033 !important; 
}

md-input-container.md-input-focused label:not(.md-no-float) {
    color: #EB0033 !important;
} */

/* md-input-container.md-input-has-placeholder label:not(.md-no-float) {
    color: #b67941 !important;
} */

.md-select-value>span:not(.md-select-icon) {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
}

md-option .md-text {
  -webkit-touch-callout: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal !important;
  width: auto;
}

/* ------------ Ifood ------------ */
.container-main {
    position: relative;
    background-image: url("../img/main/main-ifood.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 95vh;
    width: 100%;
}
.text-start-main {
    text-align: center;
    position: absolute;
    color: #fff !important;
    line-height: 1;
    top: 10%;
}
.button-sinistro-1{
    position: absolute;
    background-color:#fff;
    color: #EB0033 !important;
    line-height: 1;
    border-radius: 10px;
    width: 80%;
    min-height: 66px;
    padding: 5px;
    bottom: 40%;
    white-space: inherit !important;
}
.button-sinistro-2{
    position: absolute;
    background-color:#fff;
    color: #EB0033 !important;
    line-height: 1;
    border-radius: 10px;
    width: 80%;
    min-height: 66px;
    padding: 5px;
    bottom: 25%;
    white-space: inherit !important;
}
.button-sinistro-3{
    position: absolute;
    background-color:#fff;
    color: #EB0033 !important;
    line-height: 1;
    border-radius: 10px;
    width: 80%;
    min-height: 66px;
    padding: 5px;
    bottom: 10%;
    white-space: inherit !important;
}
.button-sinistro-red{
    background-color:#EB0033 !important;
    color: #fff !important;
    line-height: 1;
    border-radius: 10px;
    width: 80%;
    height: 50px;
    padding: 5px;
    margin: 20px 0;
}
.button-sinistro-white{
    background-color:#fff !important;
    color: #EB0033 !important;
    line-height: 1;
    border-radius: 10px;
    width: 80%;
    height: 50px;
    padding: 5px;
    margin: 20px 0;
}
.button-info-acidente{
    position: absolute;
    background-color:#fff !important;
    color: #EB0033 !important;
    bottom: 3%;
}
.circle-text-main-green{
    background-color:#005838 !important;
    color: #fff !important;
    min-width: 17px;
}.circle-text-main-blue{
    background-color:#0073E6 !important;
    color: #fff !important;
    min-width: 17px;
}
.circle-text-main-red{
    background-color:#EB0033 !important;
    color: #fff !important;
    min-width: 17px;
}
.icon-cirlce-text-main{
    margin-top: 10px;
    font-size: 20px;
}

.button-select-cobertura{
    background-color:#fff !important;
    color: #EB0033 !important;
}

.sidebar-conf{
    background-color: #EB0033 !important;
    max-height: 80vh !important;
}
.text-sidebar{
    color: #fff !important;
}

header{
    position: fixed;
    top: 0;
    z-index: 100;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.header-color{
    background-color: #fff !important;
}
md-progress-circular.md-warn path{
    stroke: #EB0033 !important;
}

md-input-container{
    margin: 18px !important;
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
  color: #000000;
}
md-select-menu.md-default-theme md-content md-option[selected].md-focused, md-select-menu md-content md-option[selected].md-focused, md-select-menu.md-default-theme md-content md-option[selected]:focus, md-select-menu md-content md-option[selected]:focus{
  color: #000000;
}
.md-checkbox-enabled.md-default-theme[selected] .md-icon, .md-checkbox-enabled[selected] .md-icon {
  background-color: #EB0033;
}
.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}
.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 16px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  width: auto;
}
.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}
.selectdemoSelectHeader md-input-container {
  min-width: 112px;
}

.button-input-file{
    background-color:#EB0033 !important;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
}

.button-input-file-sucess{
  background-color:#005838 !important;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}

.button-input-file-failed{
  background-color:red !important;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  }


.icon-confirmacao-green{
    background-color:#fff !important;
    color: #005838 !important;
}

/* CheckBox Personalizado */

md-checkbox.md-checked .md-icon {
    background-color: #EB0033;
}

md-checkbox.md-checked .md-ink-ripple {
    color: rgba(0, 0, 0, 0.884);
}

.whiteframe-ifood{
    border-radius: 10px;
    margin: 20px;
    width: 90%;
}

.whiteframe-ifood-faq{
    border-radius: 10px;
    margin: 20px;
    width: 90%;
}

/* Simple setup for this demo */

.mdl-card {
    width: 550px;
    min-height: 0;
    margin: 10px auto;
  }
  
  .mdl-card__supporting-text {
    width: 100%;
    padding: 0;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step {
    width: 25%;
    /* 100 / no_of_steps */
  }
  
  /* STEPPER-ACOMPANHAMENTO SINISTRO */

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circlesinistro {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: #9E9E9E;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-size: 12px;
  color: white;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circlesinistro  {
  background-color: #FFC400;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circlesinistro{
  background-color: #005838;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-error .mdl-stepper-circlesinistro{
  background-color: #EB0033;
}
  
  /* Begin actual mdl-stepper css styles */
  
  .mdl-stepper-horizontal-alternative {
    display: table;
    width: 50vw;
    margin: 0 auto;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step {
    display: table-cell;
    position: relative;
    padding: 0px 24px;
  }
  
  /* .mdl-stepper-horizontal-alternative .mdl-stepper-step:hover,
  .mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
    background-color: rgba(0, 0, 0, .06);
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
    border-radius: 15% / 75%;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
    background-color: #757575;
  } */
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
  .mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
    display: none;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background-color: #9E9E9E;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    font-size: 12px;
    color: white;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
    background-color: #EB0033;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
    content: "\2714";
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *,
  .mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
    display: none;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle {
    -moz-transform: scaleX(-1);
    /* Gecko */
    -o-transform: scaleX(-1);
    /* Opera */
    -webkit-transform: scaleX(-1);
    /* Webkit */
    transform: scaleX(-1);
    /* Standard */
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before {
    content: "\270E";
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
  .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    position: absolute;
    top: 13px;
    height: 1px;
    border-top: 1px solid #BDBDBD;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
  }
  
  .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
  }

  .video-container {
  /* margin-top: 32px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: calc(100vh - 64px); */
  min-height: 80px;
  height: fit-content;
  }

  video, canvas {
    width: auto;
    height: 75%; /* Proporção 3:4 */
  }
  
  .video-wrapper {
    position: relative;
    overflow: hidden; /* Garante que elementos não saiam do contêiner */
    border: 1px solid #ddd;
    border-radius: 8px; /* Borda arredondada opcional */
  }
  
  .button-overlay {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 999;
  }
  
  .btn-video-container {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .btn-video-container:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .fullscreen-modal {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

  .button-sinistro-red:disabled{
    color: #c5c5c5 !important;
  }
  
  .border-log{
    border: 1px solid red;
  }

  .text-autorize-camera{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
  }
  
  .tooltip-div {
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    position: relative;
    width: 100%;
    height: 0px;
    margin-bottom: 8px;
  }
  
  .tooltip-div span {
    font-size: 9px;
  }