.bhv .title-lv0 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #b3241c;
  text-align: center;
}
.bhv .title-lv1 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ff9900;
}
.bhv .charts .--labels {
  display: flex;
  flex-wrap: wrap;
}
.bhv .charts .--labels .item {
  color: white;
  padding: 0.3rem;
  border-radius: 5px;
  white-space: nowrap;
  margin: 0.1rem;
  font-size: 0.7rem;
}
.bhv .table {
  padding: 0 0.5rem;
}
.bhv .table .item {
  margin-top: 0.7rem;
  padding: 1rem;
  border: 1px solid;
  border-radius: 10px;
  position: relative;
}
.bhv .table .item .badge {
  position: absolute;
  background: white;
  font-size: 1rem;
  font-weight: unset;
  padding: unset;
}
.bhv .table .item .badge.right {
  right: 20px;
  bottom: -5px;
}
.bhv .table .item .badge.left {
  left: 20px;
  top: -5px;
}
.bhv .table .item .lblv-0 {
  font-weight: 500;
  color: #fd7e14;
  font-size: 1.2rem;
}
.bhv .table .item .lblv-1 {
  font-weight: 300;
  color: #343a40;
  font-size: 1rem;
}
.bhv .table .item .lblv-italic {
  font-style: italic;
  color: #6c757d;
  font-size: 0.8rem;
}
.bhv .table .item.color-lv0 {
  border-color: red;
}
.bhv .table .item.color-lv0 .badge {
  color: red;
}
.bhv .table .item.color-lv1 {
  border-color: #fd7e14;
}
.bhv .table .item.color-lv1 .badge {
  color: #fd7e14;
}
.bhv .table .item.color-lv2 {
  border-color: #28a745;
}
.bhv .table .item.color-lv2 .badge {
  color: #28a745;
}
.bhv .table .item.color-red {
  border-color: red;
}
.bhv .table .item.color-red .badge {
  color: red;
}
.bhv .table .item.color-red .lblv-0 {
  color: red;
}
.bhv .border-rd-br0 {
  border-bottom-right-radius: 0;
}
.bhv .border-rd-bl0 {
  border-bottom-left-radius: 0;
}
.bhv .border-rd-tr0 {
  border-top-right-radius: 0;
}
.bhv .border-rd-tl0 {
  border-top-left-radius: 0;
}
.bhv .make-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.bhv .make-scroll.barw-2::-webkit-scrollbar {
  width: 0.2rem;
}
.bhv .make-scroll.barw-0::-webkit-scrollbar {
  width: 0;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.disabled-overflow {
  overflow: hidden;
}

.disabled-tab {
  pointer-events: none;
  cursor: not-allowed;
}

.main_body {
  padding: 1rem 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-7 {
  margin-top: 6rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}
.pb-10 {
  padding-bottom: 10rem;
}
.pb-0 {
  padding-bottom: 0;
}

.cs-pointer {
  cursor: pointer;
}

.none-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.none-overflow {
  overflow: hidden !important;
}

*:focus {
  outline: none;
}

*:hover {
  outline: none;
}

.shared--layout .frame {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 2rem;
  min-height: calc(100vh - 8rem);
}
.shared--layout .frame.auto-min-height {
  min-height: auto;
}
.shared--layout h2 {
  font-weight: 600;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #da8604;
  border-bottom: 0.2rem solid #da8604;
}
.shared--layout [class^=col-] {
  margin-top: 0.5rem;
}
.shared--layout [class^=col-] label {
  color: #b3241c;
  font-weight: 400;
  margin-top: -0.9rem;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  position: absolute;
  background: white;
  padding: 0 0.2rem;
  margin-left: 0.2rem;
  z-index: 1;
}
.shared--layout .btn:focus, .shared--layout .btn:active {
  outline: none;
}
.shared--layout .btn-warning {
  background: #ffc107 !important;
  border-color: #ffc107 !important;
}
.shared--layout .btn:not(.dropdown-toggle) {
  background: #b3241c;
  color: #fff !important;
  border: 1px solid #b3241c;
  -webkit-appearance: unset;
}
.shared--layout .header-title {
  font-size: 20px;
  font-family: Lora, serif;
  color: #da8604;
  line-height: 31px;
  font-weight: 600;
  position: relative;
}
.shared--layout *:focus {
  outline: none !important;
}
.shared--layout .btn-block {
  width: 100%;
}
.shared--layout .bootstrap-select .btn-light {
  background-color: #fff;
  background-clip: padding-box;
  border: 0.063rem solid #ced4da;
  font-size: 0.9rem;
  height: 2.5rem;
  line-height: 2rem;
}
.shared--layout .bootstrap-select .dropdown-item.selected {
  background: #da8604;
}
.shared--layout .bootstrap-select .dropdown-item:hover {
  background: #da8604;
  color: white;
}
.shared--layout .form-control {
  font-size: 0.9rem;
  min-height: 2.5rem;
  background-color: white;
}
.shared--layout .form-control.div_input {
  height: auto;
}
.shared--layout .card .card-header {
  background: #da8604;
  color: white;
  cursor: pointer;
}
.shared--layout .nav-tabs .nav-item a {
  font-weight: 500;
  color: #ffb600;
}
.shared--layout .nav-tabs .nav-item a.active {
  color: #fff !important;
  background-color: #ffb600;
}
.shared--layout .nav-tabs .nav-item.col {
  padding: 0;
}
.shared--layout .tab-content {
  border-bottom: 0.063rem solid #dee2e6;
  padding-bottom: 1.25rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right: 0.063rem solid #dee2e6;
  border-left: 0.063rem solid #dee2e6;
}
.shared--layout .input-group input[type=checkbox]:focus {
  outline: 0.063rem solid rgba(0, 0, 0, 0.2);
}
.shared--layout .input-group input[type=checkbox] {
  background-color: #fff;
  border-radius: 0.125rem;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
}
.shared--layout .input-group input[type=checkbox]:checked {
  background-size: inherit;
  background: #ffb600 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) center no-repeat;
}
.shared--layout .input-group .form-control {
  line-height: 1.7rem;
}
.shared--layout .input-group .custom-file {
  height: 2.5rem;
}
.shared--layout .input-group .custom-file .custom-file-input {
  cursor: pointer;
  height: 2.5rem;
}
.shared--layout .input-group .custom-file .custom-file-label {
  margin: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
  padding: 0 0.5rem;
}
.shared--layout .input-group .custom-file .custom-file-label:after {
  content: unset;
}

.swal2-confirm {
  background: #b3241c !important;
  border: 1px solid #b3241c !important;
}

.form-custom {
  height: 3.5rem;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #2E3A5B;
}
.form-custom.forcus .label, .form-custom.forcus-lock .label {
  margin-left: 15px;
  top: 5px;
  color: #8592AB;
  font-size: 14px;
}
.form-custom.forcus .form-control, .form-custom.forcus-lock .form-control {
  height: 2rem !important;
  line-height: 2rem;
  overflow: auto;
  min-height: 2rem;
}
.form-custom .label {
  position: relative;
  margin-left: 17px;
  font-size: var(--font-size-16);
  color: #2E3A5B;
  top: 16px;
  transition: all 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-custom .form-control {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: none;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #2E3A5B;
  font-size: 16px;
  background-color: transparent !important;
  z-index: 2;
  box-shadow: none !important;
  border-color: transparent !important;
  border-radius: 0.5rem;
}
.form-custom .file-control {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.form-custom .icon {
  position: absolute;
  font-size: 0;
  opacity: 0;
  top: 50%;
  right: 2px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 20;
}
.form-custom .block--click {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.form-custom.show-icon .icon {
  opacity: 1;
  font-size: 2rem;
}
.form-custom.show-icon .form-control {
  width: 90%;
}

.form-custom--datetime {
  cursor: pointer;
  height: 3.5rem;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #2E3A5B;
}
.form-custom--datetime .block {
  position: relative;
  width: 100%;
  height: 3.5rem;
}
.form-custom--datetime .block-fixed {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 200;
  transition: all 0.3s ease-out;
}
.form-custom--datetime .block-fixed.show {
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
.form-custom--datetime .block-fixed.show .cc--datetime {
  margin-top: 5vh;
}
.form-custom--datetime.forcus .label, .form-custom--datetime.forcus-lock .label {
  margin-left: 15px;
  top: 5px;
  color: #8592AB;
  font-size: 14px;
  line-height: 1.5rem;
}
.form-custom--datetime.forcus .form-control, .form-custom--datetime.forcus-lock .form-control {
  display: block;
  top: 1.6rem;
}
.form-custom--datetime .label {
  position: absolute;
  margin-left: 17px;
  font-size: var(--font-size-16);
  color: #2E3A5B;
  top: 16px;
  transition: all 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
}
.form-custom--datetime .date--view {
  position: absolute;
  padding: 0 15px;
  bottom: 4px;
}
.form-custom--datetime .icon {
  position: absolute;
  font-size: 2rem;
  right: 0.7rem;
  line-height: 3.5rem;
}
.form-custom--datetime .cc--datetime {
  border-radius: 10px;
  margin-top: -100vh;
  transition: all 0.3s ease-in-out;
  background: white;
  width: 95%;
  min-height: 25rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
}
.form-custom--datetime .cc--datetime .line {
  display: flex;
}
.form-custom--datetime .cc--datetime .line.action {
  display: block;
  height: 3.5rem;
  position: relative;
  bottom: -1px;
}
.form-custom--datetime .cc--datetime .line.action .line-break {
  flex-basis: 0.5%;
  max-width: 0.5%;
  padding: 0;
  background-color: white;
}
.form-custom--datetime .cc--datetime .line.action .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 3.5rem;
}
.form-custom--datetime .cc--datetime .line.action .btn:hover {
  color: white;
  background-color: #b3241c;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 {
  line-height: 3rem;
  position: relative;
  padding-top: 0.5rem;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-left {
  cursor: pointer;
  padding-left: 15px;
  font-weight: 700;
  font-size: 18px;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-left .bc248f7d {
  font-size: 10px;
  position: absolute;
  top: 30px;
  left: 40px;
  color: #ff0000;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-left i {
  padding-left: 0.5rem;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-left i::after {
  content: "\f105";
  color: red;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-left.active {
  color: red;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-left.active i::after {
  content: "\f107";
  transition: 0.5s;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-right {
  cursor: pointer;
  font-weight: 700;
  display: flex;
  color: #dc3545;
  margin-left: auto;
  padding-right: 15px;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-right .back {
  padding-right: 1rem;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-right .next {
  padding-left: 1rem;
}
.form-custom--datetime .cc--datetime .line.c96bd3e1 .title-right .today {
  font-size: 1rem;
}
.form-custom--datetime .cc--datetime .line.header {
  color: #b7b7b7;
  font-weight: 500;
  padding-top: 1rem;
}
.form-custom--datetime .cc--datetime .line.header .item {
  height: unset;
  margin: unset;
}
.form-custom--datetime .cc--datetime .line.c96bd3e2 {
  margin: 0.5rem;
}
.form-custom--datetime .cc--datetime .line.c96bd3e2 .item-col {
  height: 358px;
  overflow: auto;
  width: 50%;
  margin: 5px;
}
.form-custom--datetime .cc--datetime .line.c96bd3e2 .item-col::-webkit-scrollbar {
  width: 0;
}
.form-custom--datetime .cc--datetime .line.c96bd3e2 .item-col .item {
  width: 100%;
  margin: 0;
  height: 3rem;
  font-size: 1.3rem;
}
.form-custom--datetime .cc--datetime .line.c96bd3e2 .item-col .item:hover, .form-custom--datetime .cc--datetime .line.c96bd3e2 .item-col .item.checked {
  font-size: 1.5rem;
  transition: 0s;
}
.form-custom--datetime .cc--datetime .line.c96bd3e2 .item-line {
  height: 60px;
}
.form-custom--datetime .cc--datetime .line .item {
  cursor: pointer;
  text-align: center;
  width: 16.6666666667%;
  margin: 0.5rem;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.form-custom--datetime .cc--datetime .line .item.checked, .form-custom--datetime .cc--datetime .line .item:hover:not(.lock, .no--hover) {
  background: #b3241c;
  color: white !important;
  border-radius: 10px;
  font-size: 1.2rem;
  transition: 0.1s;
}
.form-custom--datetime .cc--datetime .line .item.today {
  color: red;
}
.form-custom--datetime .cc--datetime .line .item.lock {
  text-decoration: line-through;
  cursor: not-allowed;
  color: #b7b7b7;
}
.form-custom--datetime .cc--datetime .line .item.opacity-1 {
  background-color: #636363;
  color: #adadad;
  cursor: no-drop;
}

.btn-custom {
  cursor: pointer;
  background-color: #b3241c;
  color: white;
  height: 3.5rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.btn-custom:hover {
  color: white;
}
.btn-custom span {
  white-space: inherit;
}
.btn-custom:focus {
  outline: none;
}

.input-custom-checked {
  cursor: pointer;
}
.input-custom-checked .form-custom {
  height: unset;
  min-height: 3.5rem;
}
.input-custom-checked .form-custom .label {
  position: unset;
  height: unset;
  margin-left: unset;
  padding: 1rem 2.5rem 1rem 1rem;
  white-space: pre-line;
}
.input-custom-checked .form-custom .--icon {
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.input-custom-checked .form-custom .--icon i::before {
  content: "\f0c8";
}
.input-custom-checked.active .form-custom {
  color: #b3241c;
  border-color: #b3241c;
  box-shadow: 5px 5px 5px 0 rgba(179, 36, 28, 0.2);
}
.input-custom-checked.active .form-custom .label {
  color: #b3241c;
}
.input-custom-checked.active .form-custom .--icon i::before {
  content: "\f14a";
}

.file-custom {
  color: #b3241c;
  border-color: #b3241c;
}

.block--position-bottom {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 10;
  background-color: white;
  padding: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.header--title-0 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #b3241c;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  line-height: 3.5rem;
  z-index: 10;
  transition: 0.5s;
}

.size-h-3 {
  height: 3.5rem !important;
}

.file-media.forcus .file-control {
  left: unset;
  width: 15%;
}
.file-media.forcus .block--review {
  display: block;
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 3;
  cursor: zoom-in;
}
.file-media .file-name-view {
  overflow: hidden !important;
  width: 85%;
}
.file-media .block--review {
  display: none;
}
.file-media .media-manager {
  position: fixed;
  top: 100vh;
  width: 100%;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  left: 0;
  transition: all 0.3s ease-out;
}
.file-media .media-manager.show {
  top: 0;
}
.file-media .media-manager.show .e359e488-action {
  display: block;
}
.file-media .media-manager .e359e488 {
  background: white;
  height: 90%;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
}
.file-media .media-manager .e359e488-label {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  height: 5rem;
}
.file-media .media-manager .e359e488-images {
  overflow-x: auto;
  max-height: 80%;
  padding: 0 0.5rem;
}
.file-media .media-manager .e359e488-images::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
.file-media .media-manager .e359e488-images .item {
  background: lightgray;
  position: relative;
  margin-bottom: 0.5rem;
  height: 15rem;
}
.file-media .media-manager .e359e488-images .item.zoom {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: gray;
  left: 0;
}
.file-media .media-manager .e359e488-images .item.zoom .item-img {
  overflow: auto;
  height: 100%;
  width: 100%;
  text-align: center;
}
.file-media .media-manager .e359e488-images .item.zoom .item-img img {
  width: auto;
  height: auto;
  padding: 5rem 0;
}
.file-media .media-manager .e359e488-images .item.zoom .item-zoom {
  display: block;
}
.file-media .media-manager .e359e488-images .item.zoom .item-remove {
  display: none;
}
.file-media .media-manager .e359e488-images .item-img {
  height: 100%;
}
.file-media .media-manager .e359e488-images .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.file-media .media-manager .e359e488-images .item-img::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
.file-media .media-manager .e359e488-images .item-img .file-icon {
  text-align: center;
  padding: 1rem;
}
.file-media .media-manager .e359e488-images .item-img .file-icon i {
  font-size: 5rem;
  padding-bottom: 1rem;
}
.file-media .media-manager .e359e488-images .item-remove {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.5rem;
  border-top-left-radius: 5px;
}
.file-media .media-manager .e359e488-images .item-view {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 1.5rem;
  border-bottom-right-radius: 5px;
}
.file-media .media-manager .e359e488-images .item-zoom {
  display: none;
  position: absolute;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 1.5rem;
  text-align: center;
  width: 6rem;
  border: 1px solid lightgray;
  z-index: 10;
}
.file-media .media-manager .e359e488-images .item-zoom-in {
  right: 0;
  bottom: 0;
}
.file-media .media-manager .e359e488-images .item-zoom-out {
  left: 0;
  bottom: 0;
}
.file-media .media-manager .e359e488 .f64bffe8 {
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.file-media .media-manager .e359e488-action {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: white;
  display: none;
  transition: all 0.3s;
  padding: 0 1rem 1rem;
}
.file-media .media-manager .e359e488-action .e359e488-5 {
  position: relative;
  border: 1px solid #b3241c;
  color: #b3241c;
  width: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.file-media .media-manager .e359e488-action .e359e488-5 .label {
  position: unset;
  color: #b3241c;
  line-height: 2.5rem;
  margin-left: 0;
  font-size: 1.5rem;
}
.file-media .media-manager .e359e488-action .e359e488-5 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.z-index-lv1 {
  z-index: 100 !important;
}
.z-index-lv2 {
  z-index: 200 !important;
}
.z-index-lv3 {
  z-index: 300 !important;
}
.z-index-lv4 {
  z-index: 400 !important;
}
.z-index-lv5 {
  z-index: 500 !important;
}
.z-index-lv6 {
  z-index: 600 !important;
}
.z-index-lv7 {
  z-index: 700 !important;
}

.input-custom-select .--icon {
  position: absolute;
  right: 0.7rem;
  font-size: 2rem;
  top: 50%;
  /* line-height: 3.5rem; */
  cursor: pointer;
  z-index: 3;
  transform: translate(-10%, -50%);
}
.input-custom-select .--select-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #b3241c;
  width: 100%;
  padding: 1rem;
}
.input-custom-select .select--label {
  min-height: unset;
  padding-right: 3rem;
  overflow: hidden;
}
.input-custom-select .--select-search {
  border: 1px solid #979797;
  line-height: 3rem;
  border-radius: 0.5rem;
}
.input-custom-select .--select-search:hover {
  border-color: #b3241c;
}
.input-custom-select .--select-search:hover i {
  color: #b3241c;
}
.input-custom-select .--select-search input {
  border: unset;
  width: calc(100% - 3rem);
}
.input-custom-select .--select-search i {
  margin: 0.5rem;
}
.input-custom-select .--select-data {
  position: fixed;
  top: 100vh;
  width: 100vw;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  transition: all 0.3s ease-out;
}
.input-custom-select .--select-data .container {
  background: white;
  height: 90vh;
  border-radius: 10px;
  margin-top: 5vh !important;
  position: relative;
}
.input-custom-select .--select-data .--select-item {
  height: calc(100vh - 22rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 2rem;
}
.input-custom-select .--select-data .--select-item .item {
  border: 1px solid #b3b3b3;
  min-height: 3rem;
  font-size: 16px;
  color: black;
  border-radius: 10px;
  padding: 1rem;
  margin: 0.5rem 2px 0;
  cursor: pointer;
}
.input-custom-select .--select-data .--select-item .item.active {
  border-color: #b3241c;
  color: #b3241c;
  box-shadow: 1px 5px 5px 0 rgba(179, 36, 28, 0.231372549);
  position: relative;
}
.input-custom-select .--select-data .--select-item .item.active::after {
  font-family: "Font Awesome 5 Free", serif;
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translate(-50%, -50%);
}
.input-custom-select .--select-data .--select-action {
  padding-top: 1rem;
  width: 100%;
  bottom: -100px;
  right: 0;
  transition: all 0.3s ease-out;
}
.input-custom-select .--select-data .--select-action .btn {
  height: 3.5rem;
}
.input-custom-select .--select-data.show {
  top: 0;
}
.input-custom-select .--select-data.show .--select-action {
  bottom: 15px;
  position: absolute;
}
@media screen and (max-width: 47.9375em) {
  .input-custom-select .--select-data .container {
    width: 95vw;
  }
  .input-custom-select .--select-data .--select-item {
    height: calc(100vh - 19rem);
  }
}

.file-custom {
  height: 3.5rem;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #2E3A5B;
}
.file-custom.forcus .label, .file-custom.forcus-lock .label {
  margin-left: 15px;
  top: 5px;
  color: #8592AB;
  font-size: 14px;
}
.file-custom.forcus .form-control, .file-custom.forcus-lock .form-control {
  height: 2rem !important;
  line-height: 2rem;
  overflow: auto;
  min-height: 2rem;
}
.file-custom .label {
  position: relative;
  margin-left: 17px;
  font-size: var(--font-size-16);
  color: #2E3A5B;
  top: 16px;
  transition: all 0.2s ease;
  overflow: hidden;
  white-space: nowrap;
}
.file-custom .form-control {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: none;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #2E3A5B;
  font-size: 16px;
  background-color: transparent !important;
  z-index: 2;
  box-shadow: none !important;
  border-color: transparent !important;
  border-radius: 0.5rem;
}
.file-custom .file-control {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.file-custom .icon {
  position: absolute;
  font-size: 2rem;
  display: unset;
  top: 50%;
  right: 2px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.file-custom .block--click {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.a94672d7 {
  min-height: 3.5rem;
  height: auto;
}
.a94672d7 .data {
  margin: 15px;
}
.a94672d7 .data p:last-child {
  margin-bottom: 0;
}
.a94672d7.set-max-height {
  max-height: 20rem;
}
.a94672d7.set-max-height .data {
  overflow: auto;
  height: 100%;
  max-height: 16rem;
}

@media screen and (max-width: 47.9375em) {
  .shared--layout .frame {
    padding: 1rem;
  }
}

/*# sourceMappingURL=index.css.map */
