html {
  height: 100%;
}

body {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 1.4;
}

body * {
  box-sizing: border-box;
  outline: none;
}

select,
input,
button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

select.dc-empty {
  color: #888888;
}

select option {
  color: #555555;
}

select option:first-child {
  color: #888888;
}

.dc-contenaire {
  padding: 0 30px;
  max-width: 1230px;
  margin: auto;
}

.dc-select,
.dc-entry {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  padding: 15px 15px;
  border-radius: 6px;
  margin: 10px 0;
}

.dc-select:focus,
.dc-entry:focus {
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* .dc-form-row > div {
  padding: 0 25px;
  margin-bottom: 5px;
} */

.dc-path-main {
  position: relative;
}

/* 
.dc-path-main::before {
    content: "";
    clip-path: path("M1165,3V413H3V3H1165m0-3H3A3,3,0,0,0,0,3V413a3,3,0,0,0,3,3H1165a3,3,0,0,0,3-3V3a3,3,0,0,0-3-3Z");
    display: block;
    background-color: #555;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

.dc-button {
  border: none;
  background-color: #800080;
  color: #ffffff;
  padding: 10px 15px;
  min-width: 200px;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.dc-disable {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}

.dc-disable::before {
  content: "";
  position: absolute;
}

.dc-header-row img {
  width: 100%;
}

.dc-footer-row img {
  width: 100%;
}

.dc-header-row > div {
  padding: 0 15px;
}

.dc-header {
  margin-bottom: 15px;
}

.dc-text {
  text-align: justify;
  color: #555555;
  font-size: 12px;
  padding: 15px 0;
}

h1 {
  color: #ff6600;
  text-align: center;
  margin: 15px 0;
  font-size: 45px;
}

.dc-message {
  /*background-color: rgba(52, 169, 54, 0.1);*/
  /*color: #34a936;*/
  padding: 0 15px;
  margin-bottom: 10px;
  opacity: 0;
  transition: 0.3s all;
}

.dc-message.dc-error-0 {
    background-color: rgba(52, 169, 54, 0.1);
    color: #34a936;
}

.dc-message.dc-error-1 {
    background-color: rgba(231, 44, 93, 0.1);
    color: #e72c5d;
}

.dc-message.dc-active {
  opacity: 1;
  padding: 15px;
  margin-top: 10px;
}

.dc-player {
  position: relative;
  min-width: 200px;
  min-height: 200px;
  cursor: pointer;
}

/* 
.dc-player::before {
    content: "";
    border: solid 15px transparent;
    border-left-color: #333333;
    display: inline-block;
    position: absolute;
    left: calc(50% + 10px);
    top: 50%;
    transform: translate(-50%, -50%);
}

.dc-player::after {
    content: "";
    border: solid 2px #333333;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

.dc-player-row > div {
  padding: 15px;
}

.dc-player-row img {
  width: 100%;
}
