/* Icones */

.scrollListClientes {
  padding: 0rem;
  position: relative;
  overflow: auto;
}

.pull-up {
  transition: all 0.25s ease;
}
.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  /*box-shadow: 1px 0px 2px 8px rgba(62, 57, 107, 0.2);*/
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(196,188,196,1);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(196,188,196,1);
  box-shadow: inset 0px 0px 8px 0px rgba(196,188,196,1);
  z-index: 999;
}

.mudamouse{
  cursor: pointer;
}

.mudamousehelp{
  cursor: help;
}

.font-nova {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif !important;
}
.branco {
  color: rgb(255,255,255);  
}
.vermelho {
	color: rgb(255,0,0);
}
.verde {
	color: rgb(50,205,50);
}
.azul {
	color: rgb(30,144,255);
}
.coral {
  color: rgb(250,128,114);
}
.azulturquesa {
  color: rgb(0,206,209);
}
.amarelo {
	color: rgb(255,255,0);
}
.gold {
  color: rgb(255,215,0);
}
.marrom {
	color: rgb(139,69,19);
}
.ouro {
	color: rgb(255,215,0);
}
.cinzaescuro {
	color: rgb(170,170,170);
}
.grafite {
	color: rgb(190,190,190);
}
.cinza {
  color: rgb(192,192,192);  
}
.cinza-escuro {
  color: rgb(128,128,128);  
}
.roxo {
  color: rgb(216,191,216);  
}
.preto {
	color: rgb(0,0,0);
}
.verdelimao {
	color: rgb(60,179,113);
}

.espacoMegaMenu {

	padding-bottom: 6px;
}
.imgIcons{	
	filter: brightness(0) invert(0.35);
	width: 25px;
	height: 25px;
}
.msginfo {
	padding: 10px;
}

.iconnfe {
  height: 23px;
  width: 23px;
  margin-top: -10px
}
.iconbb {
  height: 23px;
  width: 23px;
  margin-top: -4px
}

.iconvestido {
  height: 23px;
  width: 23px;
  margin-top: -10px
}

.trChecked {
	background-color: rgba(255, 215, 0, 0.7);
	color: rgba(0, 0, 0, 0.9);
}

.trUnChecked {
}
.error {
	color: rgb(255,0,0);
}
.negrito {
	font-weight: bold;
}

@media only screen and (min-width: 300px) {
  .pulalinha {
      padding-top: 10px;
  }
}
@media only screen and (min-width: 600px) {
  .pulalinha {
      padding-top: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .pulalinha {
      padding-top: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .pulalinha {
      padding-top: 0px;
  }
}

/*
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*/
.custom-radio-wrap {
    padding: 20px;
    margin-bottom: 20px;
}

.custom-radio-wrap div .form-group {
	margin-bottom: 10px;
}

.custom-radio-wrap div .form-group:last-child {
	margin-bottom: 0;
}

.custom-radio-wrap div .form-group label {
	-webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 8px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.custom-radio-wrap div .form-group .label-text {
	vertical-align: middle;
	cursor: pointer;
    padding-left: 10px;
    margin-left: -5px;
}

.custom-radio-wrap div .form-group input {
	display: none;
	cursor: pointer;
}

.custom-radio-wrap div .form-group input:checked + label {
	background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #0079bf;  
}

.custom-radio-wrap div .form-group input:checked ~ .label-text {
	color: #0079bf;
  font-weight: 700;
}

.custom-radio-wrap div .form-group input:checked + label:after {
	content: '';
  width: 14px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #0079bf;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
  text-shadow: none;
  font-size: 32px;
}

.desabilitado {
  color: #C0C0C0;
}
.bg-disabled {
  cursor: not-allowed;
  background:-webkit-repeating-linear-gradient(60deg, rgb(255, 255, 255) 0%, rgba(62, 150, 255, 0.3) 3px);
  background:-o-repeating-linear-gradient(60deg, rgb(255, 255, 255) 0%, rgba(62, 150, 255, 0.3) 3px);
  background:-moz-repeating-linear-gradient(60deg, rgb(255, 255, 255) 0%, rgba(62, 150, 255, 0.3) 3px);
  background:repeating-linear-gradient(60deg, rgb(255, 255, 255) 0%, rgba(62, 150, 255, 0.3) 3px);
}

.tab-desabled {
  pointer-events:none;  
  opacity:0.4; 
  color: #C0C0C0;
}

.switchFunc {
  font-size: 1rem;
  position: relative;
}
.switchFunc input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switchFunc input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switchFunc input + label::before,
.switchFunc input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switchFunc input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switchFunc input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switchFunc input:checked + label::before {
  background-color: #3CB371;
}
.switchFunc input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switchFunc input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switchFunc input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switchFunc input:disabled + label::before {
  background-color: #e9ecef;
}
.switchFunc.switch-sm {
  font-size: 0.200rem;
}
.switchFunc.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switchFunc.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switchFunc.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switchFunc.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switchFunc.switch-lg {
  font-size: 1.25rem;
}
.switchFunc.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switchFunc.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switchFunc.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switchFunc.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switchFunc + .switchFunc {
  margin-left: 1rem;
}

.principal {
  margin-top: 8px;
}

.left-1 {
  margin-left: 1px;
}
.left-2 {
  margin-left: 2px;
}
.left-3 {
  margin-left: 3px;
}
.left-4 {
  margin-left: 4px;
}
.right-1 {
  margin-right: 1px;
}
.right-2 {
  margin-right: 2px;
}
.right-3 {
  margin-right: 3px;
}
.right-4 {
  margin-right: 3px;
}

.hide{
  display:none;  
}


.img-ajuda {
  width: 330px; 
}

.centralizar {
  text-align: center; 
}

@media only screen and (min-width: 300px) {
  .formAlinhar {
      height: auto;
  }
}
@media only screen and (min-width: 600px) {
  .formAlinhar {
      height: 110px;
  }
}
@media only screen and (min-width: 900px) {
  .formAlinhar {
     height: 110px;
  }
}
@media only screen and (min-width: 1280px) {
  .formAlinhar {
      height: 110px;
  }
}

.product-img-vpc {
    width: 250px;
    height: 250px;
    margin-bottom: 1rem;
}





.custom-radio-payment {
    padding: 20px;
    margin-bottom: 20px;
}

.custom-radio-payment .form-group {
  margin-bottom: 10px;
}

.custom-radio-payment .form-group:last-child {
  margin-bottom: 0;
}

.custom-radio-payment .form-group label {
  -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 8px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.custom-radio-payment .form-group .label-text {
  vertical-align: middle;
  cursor: pointer;
    padding-left: 10px;
    margin-left: -5px;
}

.custom-radio-payment .form-group input {
  display: none;
  cursor: pointer;
}

.custom-radio-payment .form-group input:checked + label {
  background-color: #ffffff;
  color: #6A5ACD;
  border: 1px solid #6A5ACD;  
}

.custom-radio-payment .form-group input:checked ~ .label-text {
  color: #6A5ACD;
  font-weight: 700;
}

.custom-radio-payment .form-group input:checked + label:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #6A5ACD;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
  text-shadow: none;
  font-size: 32px;
}




/* label color */
 .input-field label {
   color: #000;
 }
 /* label focus color */
 .input-field input[type=text]:focus + label {
   color: #000;
 }
 /* label underline focus color */
 .input-field input[type=text]:focus {
   border-bottom: 1px solid #000;
   box-shadow: 0 1px 0 0 #000;
 }
 /* valid color */
 .input-field input[type=text].valid {
   border-bottom: 1px solid #000;
   box-shadow: 0 1px 0 0 #000;
 }
 /* invalid color */
 .input-field input[type=text].invalid {
   border-bottom: 1px solid #000;
   box-shadow: 0 1px 0 0 #000;
 }
 /* icon prefix focus color */
 .input-field .prefix.active {
   color: #000;
 }


 /* INSTAGRAM */



.topiecha-grid {
  width: 100%;
  margin: 15vh auto;
  background: #fff;
}
.topiecha-grid .header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 4vh;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}
.topiecha-grid .header::before {
  margin-right: 10px;
  color: #A52A2A;
  font-size: 1.8em;
  font-family: "LineAwesome";
  font-weight: normal;
  content: "\f24d";
}
.topiecha-grid > ul {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  min-width: 400px;
  height: 100vh;
  max-height: 310px;
  padding-bottom: 5px;
  font-size: 0;
}
.topiecha-grid > ul > li {
  position: relative;
  width: calc(15% - 5px);
  height: calc(50%  - 3px);
}
.topiecha-grid > ul > li:first-of-type {
  padding-left: 5px;
}
.topiecha-grid > ul > li:nth-of-type(3n+1) {
  width: calc(23.35% - 5px);
  height: 100%;
}
.topiecha-grid > ul > li:nth-of-type(3n+2) {
  margin-bottom: 6px;
}
.topiecha-grid > ul > li:nth-of-type(n + 8) {
  display: none;
}
.topiecha-grid > ul > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.topiecha-grid > ul > li a > ul.insta-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.85);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}
.topiecha-grid > ul > li a > ul.insta-info > li {
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
}
.topiecha-grid > ul > li a > ul.insta-info > li::before {
  margin-right: 1px;
  color: #fff;
  font-size: 1.2em;
  font-family: 'LineAwesome';
}
.topiecha-grid > ul > li a > ul.insta-info > li.likes::before {
  content: '\f233';
  color: red;
}
.topiecha-grid > ul > li a > ul.insta-info > li.comments::before {
  content: '\f1a1';


}
.topiecha-grid > ul > li a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.topiecha-grid > ul > li a:hover > ul {
  opacity: 1;
  visibility: visible;
}
.topiecha-grid > ul > li a:hover img {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
}

@media screen and (max-width: 870px) {
  .topiecha-grid > ul {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-around;
    min-width: 100%;
    max-height: none;
    height: auto;
  }
  .topiecha-grid > ul > li {
    width: calc(32.5%);
    height: 200px;
    padding: 0;
    margin-bottom: 6px;
  }
  .topiecha-grid > ul > li:first-of-type {
    padding: 0;
  }
  .topiecha-grid > ul > li:nth-of-type(3n+1) {
    width: calc(32.5%);
    height: 200px;
  }
  .topiecha-grid > ul > li:nth-of-type(n + 8) {
    display: block;
  }
  .topiecha-grid > ul > li:nth-of-type(n + 10) {
    display: none;
  }
  .topiecha-grid > ul > li a > ul.insta-info {
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 0;
    height: 50px;
  }
  .topiecha-grid > ul > li a > ul.insta-info > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .topiecha-grid > ul {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-around;
    min-width: 100%;
    max-height: none;
    height: auto;
  }
  .topiecha-grid > ul > li {
    width: calc(48.5%);
    height: 300px;
    padding: 0;
    margin-bottom: 6px;
    margin-right: 0;
  }
  .topiecha-grid > ul > li:first-of-type {
    padding: 0;
  }
  .topiecha-grid > ul > li:nth-of-type(3n+1) {
    width: calc(48.5%);
    height: 300px;
  }
  .topiecha-grid > ul > li:nth-of-type(n + 9) {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .topiecha-grid > ul {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-width: auto;
    max-height: none;
    height: auto;
    padding: 0;
  }
  .topiecha-grid > ul > li {
    width: 97%;
    height: 50%;
    margin: 0 0 5px 0;
  }
  .topiecha-grid > ul > li:nth-of-type(3n+1) {
    width: 98%;
    height: 50%;
  }
}



.table-hover-agenda tbody tr:hover {
  background-color: rgba(30,144,255, 0.3); 
  font-weight: bold
}

.table-hover-caixa tbody tr:hover {
  background-color: rgba(30,144,255, 0.3); 
  font-weight: bold
}



.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.socialHover{
  display:inline-block;
  border:0;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  cursor: pointer;
}
.socialHover:hover{
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
  cursor: pointer;
}



.title {
  color: #757575;
  font-weight: bold;
}
.modal {
  text-align: left;
}
.modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.modal-header {
  border-bottom: 0;
  padding-top: 15px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 0px;
}  


.modal-header-teste {
  display: flex;
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
  border-bottom: 0;
  padding-top: 15px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 0px;
}
.modal-header-teste .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; 
}


.modal-title {
  /*font-size: 24px;
  text-align: center;*/
}
.modal-body {
  border-bottom: 0;
  padding-top: 20px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 10px;
  font-size: 15px;
}
.modal-footer {
  border-top: 0;
  padding-top: 0px;
  padding-right: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Checkbox e Radios */

.custom-control.material-checkbox {
  --color: #26a69a;
}
.custom-control.material-checkbox .material-control-input {
  display: none;
}
.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: var(--color);
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
          transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
}
.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  transition: 0.3s;
}
.custom-control.fill-checkbox {
  --color: #26a69a;
}
.custom-control.fill-checkbox .fill-control-input {
  display: none;
}
.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: var(--color);
  border-color: var(--color);
  background-size: 80%;
}
.custom-control.fill-checkbox .fill-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1; 
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  -webkit-transform: rotateZ(90deg) scale(0);
          transform: rotateZ(90deg) scale(0);
  width: 10px;
  border-bottom: 4px solid #28D094;
  border-right: 4px solid #28D094;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}
.custom-control.material-switch {
  --color: #26a69a;
  padding-left: 0;
}
.custom-control.material-switch .material-switch-control-input {
  display: none;
}
.custom-control.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
  background-color: var(--color);
  left: 17px;
}
.custom-control.material-switch .material-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 16px;
  background: #ddd;
  border-radius: 16px;
  transition: 0.3s;
}
.custom-control.material-switch .material-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: 0.3s;
  top: -1px;
  left: -1px;
  background: #fdfdfd;
  box-shadow: 0 2px 10px #aaa;
}
.custom-control.ios-switch {
  --color: #4cd964;
  padding-left: 0;
}
.custom-control.ios-switch .ios-switch-control-input {
  display: none;
}
.custom-control.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator::after {
  width: 20px;
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator {
  border: 10px solid var(--color);
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator::after {
  top: -8px;
  left: 4px;
}
.custom-control.ios-switch .ios-switch-control-input:checked:active ~ .ios-switch-control-indicator::after {
  left: 0px;
}
.custom-control.ios-switch .ios-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
  border: 2px solid #ddd;
}
.custom-control.ios-switch .ios-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  transition: 0.3s;
  top: 0px;
  left: 0px;
  background: #fff;
  box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}
.custom-control.border-switch {
  --color: #4cd964;
  padding-left: 0;
}
.custom-control.border-switch .border-switch-control-input {
  display: none;
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
  left: 14px;
  background-color: var(--color);
}
.custom-control.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
  border: 2px solid #ccc;
}
.custom-control.border-switch .border-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch {
  --color: #4cd964;
  padding-left: 0;
}
.custom-control.teleport-switch .teleport-switch-control-input {
  display: none;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::after {
  left: -14px;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::before {
  right: 2px;
  background-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  transition: 0.3s;
  border: 2px solid #ccc;
  overflow: hidden;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.3s;
  top: 2px;
  right: -14px;
  background: #ccc;
}

.list-group:first-child .list-group-control:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group::last-child .list-group-control:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group.list-group-flush:last-child .list-group-control:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-group.list-group-flush:first-child .list-group-control:first-child {
  border-top: 0;
}
.list-group.list-group-flush .list-group-control {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group .list-group-control {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group .list-group-control .custom-control {
  margin: 0;
  padding: 0.75rem 1.25rem;
  padding-left: 3rem;
  display: block;
}
.list-group .list-group-control .custom-control .custom-control-indicator,
.list-group .list-group-control .custom-control .material-control-indicator,
.list-group .list-group-control .custom-control .fill-control-indicator,
.list-group .list-group-control .custom-control .overflow-control-indicator {
  top: 1rem;
  left: 1.25rem;
}



/* Final Check e Radios */


.vertical {
  vertical-align: middle;
  display: table-cell;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); /* opcional: Opera agora usa -webkit */
  transform: rotate(-90deg);

  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%; /* opcional: Opera agora usa -webkit */
  transform-origin: 50% 50%;

  /* Use se você quer que apareça para o IE8. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
