@font-face {
  font-family: gotham-rounded-book;
  src: url(gotham-rounded-book.otf);
}
@font-face {
  font-family: gotham-rounded-medium;
  src: url(gotham-rounded-medium.otf);
}





.bootstrap-table table {
  table-layout: fixed;
}

.bootstrap-table th,
.bootstrap-table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* rosa
ff00ff */

body {
  background-color: #f2f2f2;
  font-family: gotham-rounded-book;
  /* font-family: 'Montserrat', sans-serif; */
  color: #FFF;
  font-size: 15px;

  margin: 0;
  padding: 0;
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;


  /* overflow-x: hidden */
}

.container1 {
  background-color: #346f5e;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 25px;
}



p {
  font-size: 16px
}

/* p.small {
  font-size: 12px
} */

a,
a.active,
a:active,
a:focus,
a:hover {
  color: #FFF;
  text-decoration: underline;
  outline: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {


  text-transform: uppercase;
  color: #000;
}




.btn-botao {
  /* font-size:14px;
  border-radius: 20px;
  color: #FFF;
  height:30px;
padding-top: 4px;
padding-bottom: 4px;
  background-color: #ff00ff;
  border-color:  #ff00ff;
   */
  color: #FFF;
  background-color: #346f5e;
  /* border-color: #FFF; */
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  /* box-shadow: 0 0 0 0 rgba(0,123,255,0); */
  border-radius: 25px;
  min-width: 200px;
  font-weight: bold;

}



.btn-botao:hover {
  color: #FFF;
  background-color: #175e53;
  border-color: #FFF;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  /* outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none; */
  /* box-shadow: 0 0 0 1rem rgba(41, 37, 41, 0); */
  /* box-shadow:0 0 0px .2rem rgba(36,81,47,0.3); */
  /* box-shadow: 0 0 2px .2rem rgba(252,188,0,0.2); */

  box-shadow: 0 0 0 0 rgba(41, 37, 41, 0);

}

.btn-botao .badge {
  color: #FFFFFF;
  background-color: #000000;

}

/* para o botão toggle*/

.btn-outline-secondary {
  color: black;
  border-color: black;
}

.btn-outline-secondary:hover {
  /* color: #fbbc0d;
  background-color: #22522f;
  border-color: #22522f;
  box-shadow:0 0 0 0rem rgba(0,123,255,.5); */

  color: #FFF;
  background-color: #175e53;
  border-color: #175e53;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);

}

.btn-outline-secondary.focus,
/* .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)} */
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, .5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: red;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>
/* .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:  #fbbc0d;} */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>

/* .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,255,.5)} */
.btn-outline-secondary.active {
  color: white !important;
  /* background-color: #22522f!important; */
  background-color: #175e53 !important;


}

/* Select  */
.custom-select {
  color: #fbbc0d !important;
}

.custom-select:hover {
  color: #fbbc0d;
  background-color: #22522f;
  border-color: #22522f;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, .5);
}

.custom-select:focus {
  border-color: #22522f;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, .5);
  /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5) !important; */
}


/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #000;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* glow style input */
.form-control:focus {
  border-color: #22522f;
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.953) inset, 0px 0px 8px rgb(255, 255, 255);

  /* border-color: orange;
   box-shadow: 0 0 0 0.2rem rgba(255, 127, 0, 0.6); */
}

/* ASDASD */
.tab {
  display: none;
  width: 100%;
  height: 50%;
  margin: 0px auto;
}

.current {
  display: block;
}


input {
  /* padding: 10px;
  width: 100%; */
  color: #000 !important;
  /* font-size: 47px !important;
  border: 1px solid #000000 !important; */
}




button:hover {
  opacity: 0.8;
}

.previous {
  background-color: #fff;
}



.error {
  color: #f00;
}



label.error {
  font-weight: normal;
  color: red;
  /* background-color: #f2dede;
  border-color: #ebccd1; */
  padding: 1px 10px 1px 10px;
}

.alert-custom-success {
  background-color:#346f5e;
  color: rgb(255, 255, 255);
  border: 1px solid #FFF;
}

.alert-custom-warning {
  /* background-color:#fff;*/
  background-color:#346f5e;
  color: rgb(255, 255, 255);
  border: 1px solid #FFF;
}

label.error:empty {
  display: none;
}



/*custom checkbox*/
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  /* Hide the default checkbox */
  position: absolute;
  /* Remove it from the document flow */
}

.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;

}

.checkmark {
  position: relative;
  height: 20px !important;
  /* Bigger size */
  width: 20px !important;
  /* Bigger size */
  min-width: 20px;
  /* Prevent shrinking */
  min-height: 20px;
  /* Prevent shrinking */
  border-radius: 0px;
  /* Optional: Rounded corners */
  background-color: #fff;
  border: 2px solid #fff;
  margin-right: 8px;
}


.checkmark::after {
  content: "\f00c";
  /* Font Awesome checkmark icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  /* Icon size */
  color: #346f5e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;

}


/* Show the icon when the checkbox is checked */
.custom-checkbox input[type="checkbox"]:checked~.checkmark::after {
  display: block;

}

/* Change the background color when checked */
.custom-checkbox input[type="checkbox"]:checked~.checkmark {
  background-color: white;
  /* border-color: white; */
  border: 2px solid #346f5e;
}



/* end custom checkbox*/




/* -------------------------------------------------------------*/
/*   Adm                                                        */
/* -------------------------------------------------------------*/
/* // Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  label {
    text-align: left;
  }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  label {
    /* text-align:right; */
  }


}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  label {
    text-align: right;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  label {
    text-align: right;
  }


}