html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

body,
html {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

code {
  background-color: transparent !important;
}

progress {
  vertical-align: baseline !important;
}

textarea {
  overflow: auto !important;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box !important;
  padding: 0 !important;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto !important;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
  cursor: pointer;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
  outline: 0;
  text-decoration: none;
}

small,
.small {
  font-size: 80%;
}

p {
  margin-bottom: 0rem;
}

a {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

body {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

.form-control,
.custom-file-label,
.form-managed-file {
  width: 100%;
  height: calc(2.65rem + 2px);
  padding: .7rem 1rem;
  font-size: 14px;
  margin-top: 0 !important;
  font-weight: 400;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: rgba(175, 176, 176, 0.24);
  background-color: #F4F6F6;
  color: #000000;
}

.form-control:focus,
.custom-file-label:focus,
.form-managed-file:focus {
  color: #000000;
  background-color: #F4F6F6;
  border-color: rgba(175, 176, 176, 0.24);
}

.form-control.form-textarea,
.custom-file-label.form-textarea,
.form-managed-file.form-textarea {
  height: inherit;
}

.form-control.form-login,
.custom-file-label.form-login,
.form-managed-file.form-login {
  margin-bottom: 1.5rem;
  height: 100%;
  padding: 1rem 1.2rem;
}

.form-control:-moz-placeholder,
.custom-file-label:-moz-placeholder,
.form-managed-file:-moz-placeholder {
  color: #78909C;
  opacity: 1;
}

.form-control::-moz-placeholder,
.custom-file-label::-moz-placeholder,
.form-managed-file::-moz-placeholder {
  color: #78909C;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.custom-file-label:-ms-input-placeholder,
.form-managed-file:-ms-input-placeholder {
  color: #78909C;
  opacity: 1;
}

.form-control::-webkit-input-placeholder,
.custom-file-label::-webkit-input-placeholder,
.form-managed-file::-webkit-input-placeholder {
  color: #78909C;
  opacity: 1;
}

.form-control::placeholder,
.custom-file-label::placeholder,
.form-managed-file::placeholder {
  color: #78909C;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.65rem + 2px);
}

.btn-site {
  color: white;
  background-color: #da7b2f;
  padding: 0.6rem .75rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-site:hover,
.btn-site:focus {
  color: white;
  background-color: #da7b2f;
}

.btn-site.btn-login {
  padding: 1rem 1.2rem;
  width: 100%;
  font-size: 15px;
}

.btn-site.b-link {
  background-color: transparent;
  padding: 0.4rem 1rem;
}

.login-page {
  height: 100vh;
  background-color: #ffb246;
}

.login-page .title {
  text-align: center;
  font-size: 30px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.login-page .info {
  margin-bottom: 1.5rem;
}

.login-page .link-login a {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

.login-page .login-form {
  box-shadow: 0px 0px 11px -2px #e9511a;
  max-width: 550px;
  padding: 3rem;
  margin: 0 auto;
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  /* -webkit-box-shadow: 0px 10px 34px rgba(210 ,210 ,210 ,0.5);
  -moz-box-shadow:0px 10px 34px rgba(210 ,210 ,210 ,0.5);
  box-shadow:  0px 10px 34px rgba(210 ,210 ,210 ,0.5); */
}

.page-action {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: #fafafa;
}

.page-action .button-group {
  max-width: 320px;
  margin: 0 auto;
  padding: 35px;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.btn-enable {
  background-color: #36ee4a;
  border-color: #36ee4a;
}

.btn-disable {
  background-color: black;
  border-color: black;
}

.btn-enable,
.btn-disable {
  color: white !important;
  font-weight: 500;
  padding: 1rem 1.2rem;
  font-size: 15px;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.4;
}

.swal-button,
.swal-button:not([disabled]):hover,
.swal-button:not([disabled]):focus {
  background-color: black;
  outline: 0 !important;
  font-weight: 600;
  font-size: 14px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.swal-button--cancel {
  color: white;
}

.swal-text {
  font-size: 14px;
  font-weight: 600;
  color: #4B4B4B;
}

.brand {
  margin: 0 auto;
  width: 150px;
  height: auto;
}

.brand a {
  width: 100%;
  margin-bottom: 1rem;
}

.brand {
  margin: 0 auto;
  width: 150px;
  height: auto;
}

.brand a {
  width: 100%;
  margin-bottom: 1rem;
}

.login-page div[role="contentinfo"] a {
  display: none;
}

.header-date {
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: #ababab;
  font-weight: 500;
}

.form-label {
  font-weight: 500;
  font-size: 13px;
}

#edit-phone--description {
  font-size: 11px;
  color: gray;
  font-weight: 500;
}

.dialog-off-canvas-main-canvas {
  height: 100%;
}

.brand-page {
  max-width: 100px;
  margin: 0 auto;
}

em.placeholder {
  background-color: unset;
}


.login-page .status-message {
  color: red;
  font-weight: 600;
}

.login-page .btn-login-resend-otp {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #069;
  cursor: pointer;
  font-weight: 500;
  color: #da7b2f;
}

.login-page .login-resend-otp {
  text-align: center;
}
