html, body {
  color: #444;
  font-size: 14px;
  letter-spacing: 0.03em;
}

body.fixed-mode {
  overflow: hidden;
}

a {
  color: #6c757d;
}

a:hover {
  color: #007bff;
}

a:-webkit-any-link {
  text-decoration: none;
}

header {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

section.card {
  border-color: #e9ecef;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
}

.display-5-1 {
  font-size: 2rem;
  font-weight: 500;
}

.display-6-0 {
  font-size: 1.5rem;
  font-weight: 400;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
}

.display-7 {
  font-size: 1.2rem;
  font-weight: 300;
}

.text-soft {
  color: #ced4da !important;
}

a.text-soft:hover, a.text-soft:focus {
  color: #b1bbc4 !important;
}

.text-blue {
  color: #99caff !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #66b0ff !important;
}

.text-green {
  color: #20c997 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #199d76 !important;
}

.text-warning-light {
  color: #FAFAD2 !important;
}

a.text-warning-light:hover, a.text-warning-light:focus {
  color: #f5f5a4 !important;
}

.text-yellow {
  color: #ffe085 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #ffd352 !important;
}

.text-red {
  color: #e44377 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #d51f5a !important;
}

.text-pink {
  color: #ffb6b6 !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #ff8383 !important;
}

.text-gray-light {
  color: #adb5bd !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
  color: #919ca6 !important;
}

.text-gray {
  color: #88949f !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: #6d7a88 !important;
}

.text-gray-dark {
  color: #6c757d !important;
}

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #545b62 !important;
}

a.text-white:hover {
  color: #ced4da !important;
}

.text-delete {
  text-decoration: line-through !important;
}

.fz-sm {
  font-size: 0.91rem;
}

.fz-base {
  font-size: 1rem;
}

.fz-lg {
  font-size: 1.25rem;
}

.big-text {
  font-size: 1.3rem;
}

.highlight-text {
  color: red;
}

.highlight-title {
  color: brown;
  margin: 15px 0;
  font-size: 1.2rem;
}

.text-underline-blue {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-blue:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(153, 202, 255, 0.2);
  z-index: 1;
}

.text-underline-green {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-green:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(32, 201, 151, 0.2);
  z-index: 1;
}

.text-underline-warning-light {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-warning-light:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(250, 250, 210, 0.2);
  z-index: 1;
}

.text-underline-yellow {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-yellow:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(255, 224, 133, 0.2);
  z-index: 1;
}

.text-underline-red {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-red:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(228, 67, 119, 0.2);
  z-index: 1;
}

.text-underline-pink {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-pink:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(255, 182, 182, 0.2);
  z-index: 1;
}

.text-underline-gray-light {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-gray-light:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(233, 236, 239, 0.2);
  z-index: 1;
}

.text-underline-gray {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-gray:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(206, 212, 218, 0.2);
  z-index: 1;
}

.text-underline-gray-dark {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-gray-dark:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(108, 117, 125, 0.2);
  z-index: 1;
}

.text-underline-primary {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-primary:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(0, 123, 255, 0.2);
  z-index: 1;
}

.text-underline-secondary {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-secondary:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(108, 117, 125, 0.2);
  z-index: 1;
}

.text-underline-success {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-success:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(40, 167, 69, 0.2);
  z-index: 1;
}

.text-underline-info {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-info:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(23, 162, 184, 0.2);
  z-index: 1;
}

.text-underline-warning {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-warning:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(255, 193, 7, 0.2);
  z-index: 1;
}

.text-underline-danger {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-danger:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(220, 53, 69, 0.2);
  z-index: 1;
}

.text-underline-light {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-light:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(248, 249, 250, 0.2);
  z-index: 1;
}

.text-underline-dark {
  position: relative;
  padding: 0 .5rem;
}

.text-underline-dark:before {
  content: '';
  position: absolute;
  bottom: -.4em;
  height: .8em;
  width: 100%;
  right: 0;
  background-color: rgba(52, 58, 64, 0.2);
  z-index: 1;
}

.bg-gray {
  background-color: #e9ecef !important;
}

.bg-gray-dark {
  background-color: #ced4da !important;
}

.bg-dark-lighter {
  background-color: #495057 !important;
}

.btn:active:focus, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
  cursor: not-allowed;
}

.btn-blue {
  color: #212529;
  background-color: #99caff;
  border-color: #99caff;
}

.btn-blue:hover {
  color: #212529;
  background-color: #73b6ff;
  border-color: #66b0ff;
}

.btn-blue:focus, .btn-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #212529;
  background-color: #99caff;
  border-color: #99caff;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #212529;
  background-color: #66b0ff;
  border-color: #59a9ff;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-green:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}

.btn-green:focus, .btn-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-warning-light {
  color: #212529;
  background-color: #FAFAD2;
  border-color: #FAFAD2;
}

.btn-warning-light:hover {
  color: #212529;
  background-color: #f6f6b0;
  border-color: #f5f5a4;
}

.btn-warning-light:focus, .btn-warning-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
}

.btn-warning-light.disabled, .btn-warning-light:disabled {
  color: #212529;
  background-color: #FAFAD2;
  border-color: #FAFAD2;
}

.btn-warning-light:not(:disabled):not(.disabled):active, .btn-warning-light:not(:disabled):not(.disabled).active,
.show > .btn-warning-light.dropdown-toggle {
  color: #212529;
  background-color: #f5f5a4;
  border-color: #f4f499;
}

.btn-warning-light:not(:disabled):not(.disabled):active:focus, .btn-warning-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
}

.btn-yellow {
  color: #212529;
  background-color: #ffe085;
  border-color: #ffe085;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #ffd65f;
  border-color: #ffd352;
}

.btn-yellow:focus, .btn-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #ffe085;
  border-color: #ffe085;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #ffd352;
  border-color: #ffd045;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #e44377;
  border-color: #e44377;
}

.btn-red:hover {
  color: #fff;
  background-color: #df225f;
  border-color: #d51f5a;
}

.btn-red:focus, .btn-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #e44377;
  border-color: #e44377;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #d51f5a;
  border-color: #ca1d55;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
}

.btn-pink {
  color: #212529;
  background-color: #ffb6b6;
  border-color: #ffb6b6;
}

.btn-pink:hover {
  color: #212529;
  background-color: #ff9090;
  border-color: #ff8383;
}

.btn-pink:focus, .btn-pink.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #212529;
  background-color: #ffb6b6;
  border-color: #ffb6b6;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #212529;
  background-color: #ff8383;
  border-color: #ff7676;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
}

.btn-gray-light {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-gray-light:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}

.btn-gray-light:focus, .btn-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}

.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-gray {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}

.btn-gray:focus, .btn-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-dark:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-gray-dark:focus, .btn-gray-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active,
.show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-blue {
  color: #99caff;
  background-color: transparent;
  background-image: none;
  border-color: #99caff;
}

.btn-outline-blue:hover {
  color: #212529;
  background-color: #99caff;
  border-color: #99caff;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #99caff;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #212529;
  background-color: #99caff;
  border-color: #99caff;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(153, 202, 255, 0.5);
}

.btn-outline-green {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #20c997;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.btn-outline-warning-light {
  color: #FAFAD2;
  background-color: transparent;
  background-image: none;
  border-color: #FAFAD2;
}

.btn-outline-warning-light:hover {
  color: #212529;
  background-color: #FAFAD2;
  border-color: #FAFAD2;
}

.btn-outline-warning-light:focus, .btn-outline-warning-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
}

.btn-outline-warning-light.disabled, .btn-outline-warning-light:disabled {
  color: #FAFAD2;
  background-color: transparent;
}

.btn-outline-warning-light:not(:disabled):not(.disabled):active, .btn-outline-warning-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning-light.dropdown-toggle {
  color: #212529;
  background-color: #FAFAD2;
  border-color: #FAFAD2;
}

.btn-outline-warning-light:not(:disabled):not(.disabled):active:focus, .btn-outline-warning-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 210, 0.5);
}

.btn-outline-yellow {
  color: #ffe085;
  background-color: transparent;
  background-image: none;
  border-color: #ffe085;
}

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #ffe085;
  border-color: #ffe085;
}

.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #ffe085;
  background-color: transparent;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #ffe085;
  border-color: #ffe085;
}

.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 224, 133, 0.5);
}

.btn-outline-red {
  color: #e44377;
  background-color: transparent;
  background-image: none;
  border-color: #e44377;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #e44377;
  border-color: #e44377;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
}

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

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #e44377;
  border-color: #e44377;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 67, 119, 0.5);
}

.btn-outline-pink {
  color: #ffb6b6;
  background-color: transparent;
  background-image: none;
  border-color: #ffb6b6;
}

.btn-outline-pink:hover {
  color: #212529;
  background-color: #ffb6b6;
  border-color: #ffb6b6;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #ffb6b6;
  background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
  color: #212529;
  background-color: #ffb6b6;
  border-color: #ffb6b6;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 182, 182, 0.5);
}

.btn-outline-gray-light {
  color: #e9ecef;
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef;
}

.btn-outline-gray-light:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-light.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-gray {
  color: #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
}

.btn-outline-gray:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-dark {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-warning, .btn-warning:hover,
.btn-blue,
.btn-blue:hover {
  color: #fff;
}

.btn-close {
  background-color: transparent;
  opacity: 0.4;
}

.btn-close:hover {
  opacity: 1;
}

.btn-close span {
  display: block;
  position: relative;
  width: 2em;
  height: 2em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close span:before, .btn-close span:after {
  content: '';
  position: absolute;
  background-color: #343a40;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.btn-close span:before {
  width: 2px;
  height: 100%;
}

.btn-close span:after {
  height: 2px;
  width: 100%;
}

.badge-blue {
  color: #212529;
  background-color: #99caff;
}

.badge-blue[href]:hover, .badge-blue[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #66b0ff;
}

.badge-green {
  color: #fff;
  background-color: #20c997;
}

.badge-green[href]:hover, .badge-green[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #199d76;
}

.badge-warning-light {
  color: #212529;
  background-color: #FAFAD2;
}

.badge-warning-light[href]:hover, .badge-warning-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #f5f5a4;
}

.badge-yellow {
  color: #212529;
  background-color: #ffe085;
}

.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ffd352;
}

.badge-red {
  color: #fff;
  background-color: #e44377;
}

.badge-red[href]:hover, .badge-red[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d51f5a;
}

.badge-pink {
  color: #212529;
  background-color: #ffb6b6;
}

.badge-pink[href]:hover, .badge-pink[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ff8383;
}

.badge-gray-light {
  color: #212529;
  background-color: #e9ecef;
}

.badge-gray-light[href]:hover, .badge-gray-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cbd3da;
}

.badge-gray {
  color: #212529;
  background-color: #ced4da;
}

.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #b1bbc4;
}

.badge-gray-dark {
  color: #fff;
  background-color: #6c757d;
}

.badge-gray-dark[href]:hover, .badge-gray-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-outline-blue {
  color: #99caff;
  border: 1px solid #99caff;
}

.badge-outline-green {
  color: #20c997;
  border: 1px solid #20c997;
}

.badge-outline-warning-light {
  color: #FAFAD2;
  border: 1px solid #FAFAD2;
}

.badge-outline-yellow {
  color: #ffe085;
  border: 1px solid #ffe085;
}

.badge-outline-red {
  color: #e44377;
  border: 1px solid #e44377;
}

.badge-outline-pink {
  color: #ffb6b6;
  border: 1px solid #ffb6b6;
}

.badge-outline-gray-light {
  color: #e9ecef;
  border: 1px solid #e9ecef;
}

.badge-outline-gray {
  color: #ced4da;
  border: 1px solid #ced4da;
}

.badge-outline-gray-dark {
  color: #6c757d;
  border: 1px solid #6c757d;
}

.badge-outline-primary {
  color: #007bff;
  border: 1px solid #007bff;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
}

.badge-outline-success {
  color: #28a745;
  border: 1px solid #28a745;
}

.badge-outline-info {
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.badge-outline-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
}

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.badge-outline-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.badge-outline-dark {
  color: #343a40;
  border: 1px solid #343a40;
}

.badge-gray {
  color: #5d6974;
}

.badge-gray-light {
  color: #adb5bd;
}

.flexable {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

[v-cloak] {
  display: none;
}

.scroll-area {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset -5px 0px 10px rgba(0, 0, 0, 0.075);
  box-shadow: inset -5px 0px 10px rgba(0, 0, 0, 0.075);
}

.scroll-x {
  overflow-y: hidden;
  overflow-x: scroll;
}

.scroll-x::-webkit-scrollbar {
  background: transparent;
  height: 8px;
}

.scroll-x::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e9ecef;
}

.scroll-x:hover::-webkit-scrollbar {
  background-color: transparent;
}

.scroll-x:hover::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll-x:hover::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ced4da;
}

.scroll-y {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-y::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}

.scroll-y::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e9ecef;
}

.scroll-y:hover::-webkit-scrollbar {
  background-color: transparent;
}

.scroll-y:hover::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll-y:hover::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ced4da;
}

.size-xs {
  width: 300px;
}

.size-sm {
  width: 410px;
}

.min-size-sm {
  min-width: 410px;
}

.size-md {
  width: 620px;
}

.min-size-md {
  min-width: 620px;
}

.size-lg {
  width: 720px;
}

.min-size-lg {
  min-width: 720px;
}

.size-10rem {
  width: 10rem;
}

.size-1em {
  width: 1.5em;
}

.size-2em {
  width: 2.5em;
}

.size-3em {
  width: 3.5em;
}

.size-4em {
  width: 4.5em;
}

.size-5em {
  width: 5.5em;
}

.size-6em {
  width: 6.5em;
}

.size-7em {
  width: 7.5em;
}

.size-8em {
  width: 8.5em;
}

.size-9em {
  width: 9.5em;
}

.size-10em {
  width: 10.5em;
}

.size-11em {
  width: 11.5em;
}

.size-12em {
  width: 12.5em;
}

.size-13em {
  width: 13.5em;
}

.size-14em {
  width: 14.5em;
}

.size-15em {
  width: 15.5em;
}

.size-16em {
  width: 16.5em;
}

.size-17em {
  width: 17.5em;
}

.size-18em {
  width: 18.5em;
}

.size-19em {
  width: 19.5em;
}

.size-20em {
  width: 20.5em;
}

.scale-1 {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.scale-2 {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.max-w100 {
  max-width: 100%;
}

.min-w100 {
  min-width: 100%;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.mg-b-3 {
  margin-bottom: 30px;
}

.mg-t-1 {
  margin-top: 10px;
}

.mg-t-offset-1 {
  margin-top: -10px;
}

.no-radius {
  border-radius: 0;
}

.nav-underline {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-underline .nav-link {
  border-bottom: 2px solid transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-underline .nav-link.active {
  border-bottom-color: #007bff;
  color: #007bff;
}

.nav-tabs + .card {
  border-top: 0;
  border-radius: 0;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
}

.nav-tabs .nav-link a.active {
  border-color: #dee2e6;
  border-bottom-color: white;
}

.nav-line .nav-link {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #c9cfd4;
}

.nav-line .nav-link:hover {
  color: #6c757d;
}

.nav-line .nav-link.active {
  border-color: #007bff;
  color: #007bff;
}

.nav-line .nav-link.active.link-dark {
  border-color: #343a40;
  color: #343a40;
}

.nav-line .nav-link.active.link-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.nav-line .nav-link.active.link-red {
  border-color: #e44377;
  color: #e44377;
}

.nav-line-left .nav-link {
  border-left: 3px solid #f8f9fa;
}

.nav-line-right {
  text-align: right;
}

.nav-line-right + .tab-content {
  border-left-width: 3px;
}

.nav-line-right .nav-link {
  margin-right: -3px;
  border-right: 3px solid transparent;
}

.inner-tabs {
  margin-top: -30px;
  margin-bottom: 20px;
}

.inner-tabs li {
  border-radius: 0 0 5px 5px;
  border: 1px solid #dfdfdf;
  border-top: 0;
}

.inner-tabs li a {
  display: inline-block;
  padding: 10px 25px;
}

.thead-center th {
  text-align: center;
}

.thead-center .thead-sort th:not(.no-sort) {
  padding-left: 2.2rem;
}

.table .thead-blue th {
  color: #495057;
  background-color: #d6eaff;
  border-color: #b3d7ff;
}

.table .thead-sort th span {
  vertical-align: middle;
}

.table .thead-sort th:not(.no-sort) {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.table .thead-sort th:not(.no-sort).text-center {
  padding-left: 2.2rem;
}

.table .thead-sort th:not(.no-sort):hover {
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.table .thead-sort th:not(.no-sort):hover .icon-sort {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.table th span {
  display: inline-block;
}

.table thead th {
  vertical-align: middle;
}

.table th.Date {
  min-width: 110px;
}

.table th.DateTime {
  min-width: 150px;
}

.table th.limit-1em {
  min-width: 36.42px;
}

.table th.limit-2em {
  min-width: 50.84px;
}

.table th.limit-3em {
  min-width: 65.26px;
}

.table th.limit-4em {
  min-width: 79.68px;
}

.table th.limit-5em {
  min-width: 94.1px;
}

.table th.limit-6em {
  min-width: 108.52px;
}

.table th.limit-7em {
  min-width: 122.94px;
}

.table th.limit-8em {
  min-width: 137.36px;
}

.table th.limit-9em {
  min-width: 151.78px;
}

.table th.limit-10em {
  min-width: 166.2px;
}

.table th.limit-11em {
  min-width: 180.62px;
}

.table th.limit-12em {
  min-width: 195.04px;
}

.table th.limit-13em {
  min-width: 209.46px;
}

.table th.limit-14em {
  min-width: 223.88px;
}

.table th.limit-15em {
  min-width: 238.3px;
}

.table th.limit-16em {
  min-width: 252.72px;
}

.table th.limit-17em {
  min-width: 267.14px;
}

.table th.limit-18em {
  min-width: 281.56px;
}

.table th.limit-19em {
  min-width: 295.98px;
}

.table th.limit-20em {
  min-width: 310.4px;
}

[valign="middle"] td {
  vertical-align: middle;
}

.table-hover tbody tr:hover {
  background-color: transparent;
}

.table-hover tbody tr:hover td {
  background-color: #f0f3f6;
  color: #000;
  border-color: #d3dce6;
}

.table-hover tbody tr:hover td.highlight {
  background-color: #d3dce6 !important;
  color: #6c757d;
}

.icon-sort {
  width: 1.3rem;
  height: 20px;
  position: relative;
  opacity: 0.2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.icon-sort:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.icon-sort.sort-up:before {
  top: 4px;
  border-top: 10px solid #000;
  border-bottom: 5px solid transparent;
}

.icon-sort.sort-down:before {
  bottom: 7px;
  border-bottom: 10px solid #000;
  border-top: 5px solid transparent;
}

[align="center"] td {
  text-align: center;
}

.alert-blue {
  color: #506985;
  background-color: #ebf4ff;
  border-color: #e2f0ff;
}

.alert-blue hr {
  border-top-color: #c9e3ff;
}

.alert-blue .alert-link {
  color: #3d5065;
}

.alert-green {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}

.alert-green hr {
  border-top-color: #acebd8;
}

.alert-green .alert-link {
  color: #0a3d2e;
}

.alert-warning-light {
  color: #82826d;
  background-color: #fefef6;
  border-color: #fefef2;
}

.alert-warning-light hr {
  border-top-color: #fcfcda;
}

.alert-warning-light .alert-link {
  color: #666656;
}

.alert-yellow {
  color: #857445;
  background-color: #fff9e7;
  border-color: #fff6dd;
}

.alert-yellow hr {
  border-top-color: #ffefc4;
}

.alert-yellow .alert-link {
  color: #635734;
}

.alert-red {
  color: #77233e;
  background-color: #fad9e4;
  border-color: #f7cad9;
}

.alert-red hr {
  border-top-color: #f4b4c9;
}

.alert-red .alert-link {
  color: #501729;
}

.alert-pink {
  color: #855f5f;
  background-color: #fff0f0;
  border-color: #ffebeb;
}

.alert-pink hr {
  border-top-color: #ffd2d2;
}

.alert-pink .alert-link {
  color: #674a4a;
}

.alert-gray-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}

.alert-gray-light hr {
  border-top-color: #eaedf1;
}

.alert-gray-light .alert-link {
  color: #606162;
}

.alert-gray {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}

.alert-gray hr {
  border-top-color: #e2e6ea;
}

.alert-gray .alert-link {
  color: #525557;
}

.alert-gray-dark {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-gray-dark hr {
  border-top-color: #c8cbcf;
}

.alert-gray-dark .alert-link {
  color: #202326;
}

.dropdown-static {
  display: inline-block;
  z-index: 2;
}

.dropdown-static .dropdown-menu {
  display: block;
  top: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-static .dropdown-menu.right {
  right: 0px;
  left: auto;
}

.dropdown-static .dropdown-menu.left {
  left: 0px;
}

.User {
  padding: 12px;
}

.User .user-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ced4da;
  border: 2px solid #dee2e6;
  margin-right: 12px;
}

.User .user-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.User .user-icon:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.User .user-name {
  width: calc(100% - 50px);
  color: #748290;
}

.dropdown-overlay {
  content: '';
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.dropdown-item {
  padding: 6px 42px 6px 24px;
}

.dropdown-item:not(.disabled) {
  color: #495057;
}

.dropdown-item:not(.disabled):hover {
  background-color: #343a40;
  color: #f8f9fa;
}

.form-control::-webkit-input-placeholder {
  color: #dee2e6;
}

.form-control:-ms-input-placeholder {
  color: #dee2e6;
}

.form-control::-ms-input-placeholder {
  color: #dee2e6;
}

.form-control::placeholder {
  color: #dee2e6;
}

.form-control::-webkit-input-placeholder {
  color: #dee2e6;
}

.form-control:-ms-input-placeholder {
  color: #dee2e6;
}

.form-control:-moz-placeholder {
  color: #dee2e6;
}

.form-control::-moz-placeholder {
  color: #dee2e6;
  opacity: 1;
}

.form-date[readonly] {
  background-color: #fff;
}

.form-date + .icon-date {
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #adb5bd;
  pointer-events: none;
}

.modal-steady {
  display: block;
}

.modal-scrollable {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-fullpage {
  background-color: #fff;
}

.modal-fullpage .modal-content {
  position: static;
  border: none;
  height: 100%;
}

.modal-fullpage .modal-header {
  border: 0;
}

.modal-fullpage .title {
  font-size: 2rem;
  margin-bottom: 0;
}

.fullpage-transition {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .15s linear, -webkit-transform .2s ease-in-out;
  transition: opacity .15s linear, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .15s linear, transform .2s ease-in-out;
  transition: opacity .15s linear, transform .2s ease-in-out;
  transition: opacity .15s linear, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.fullpage-leave {
  -webkit-transition: opacity .2s ease-out, -webkit-transform .25s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .25s ease-out;
  -o-transition: opacity .2s ease-out, transform .25s ease-out;
  transition: opacity .2s ease-out, transform .25s ease-out;
  transition: opacity .2s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out;
}

.fullpage-enter,
.fullpage-leave {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.fadeDelay-transition {
  opacity: 1;
  -webkit-transition: .3s .3s linear;
  -o-transition: .3s .3s linear;
  transition: .3s .3s linear;
}

.fadeDelay-enter {
  opacity: 0;
}

.fadeDelay-leave {
  opacity: 0;
}

/* always present */
.modal-transition {
  -webkit-transition: opacity .15s linear, -webkit-transform .3s ease-out;
  transition: opacity .15s linear, -webkit-transform .3s ease-out;
  -o-transition: opacity .15s linear, transform .3s ease-out;
  transition: opacity .15s linear, transform .3s ease-out;
  transition: opacity .15s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-transition .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

/* .modal-enter defines the starting state for entering */
/* .modal-leave defines the ending state for leaving */
.modal-enter, .modal-leave {
  opacity: 0;
}

.modal-enter .modal-dialog, .modal-leave .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* always present */
.dropdown-transition {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* .dropdown-enter defines the starting state for entering */
/* .dropdown-leave defines the ending state for leaving */
.dropdown-enter, .dropdown-leave {
  opacity: 0;
}

#Core.main-content .container {
  padding: 30px 15px 40px;
  line-height: 1.6;
}

#Core.main-content ul {
  list-style: none;
}

#Core.main-content section hr {
  margin-bottom: 20px;
  margin-top: 20px;
}

#Core.main-content section.text ol {
  margin-bottom: 10px;
}

#Core.main-content section.text .inner-ul {
  list-style: circle;
}

#Core.main-content section.text .inner-ol {
  list-style: lower-alpha;
}

canvas {
  margin-bottom: 20px;
}

.filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-bar .select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-bar .btn {
  width: 80px;
}

.select {
  position: relative;
}

.select .totalPage {
  position: absolute;
}

.select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  border-top: 10px solid #adb5bd;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.select select {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 40px;
  padding: 0;
  padding-left: 20px;
  outline: none;
  background-color: white;
  border-color: #dee2e6;
  cursor: pointer;
}

.select select.reset-b-t {
  border-top: 0;
}

.select select.reset-b-r {
  border-right: 0;
}

.select select.reset-b-b {
  border-bottom: 0;
}

.select select.reset-b-l {
  border-left: 0;
}

.pageNavi {
  border: 1px solid #dee2e6;
  display: inline-block;
  border-radius: .25rem;
  overflow: hidden;
}

.pageNavi .select {
  display: inline-block;
}

.pageNavi .select label {
  margin-bottom: 0;
}

.pageNavi .select label:after {
  content: attr(data-content);
  width: 100%;
  display: inline-block;
  text-align: left;
  position: absolute;
  padding-left: 20px;
  top: 0;
  left: 0;
  color: #000;
  background-color: white;
  border: 0;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  height: 40px;
  pointer-events: none;
  line-height: 40px;
}

.pageNavi .select select {
  width: 130px;
}

.pageNavi a.btn {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  border-radius: 0;
}

.pageNavi a.btn:hover {
  background-color: #dee2e6;
}

.pageNavi a.btn:nth-child(1) {
  border-right: 1px solid #dee2e6;
}

.pageNavi a.btn:nth-child(2) {
  margin-right: -5px;
  margin-left: -4px;
}

.pageNavi a.btn:nth-child(4) {
  margin-left: -4px;
  margin-right: -4px;
  border-right: 1px solid #dee2e6;
}

#TeamMatchLink {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 20px;
  text-align: right;
}

#TeamMatchLink a {
  margin-top: 5px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 42px 8px 12px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

#TeamMatchLink a:hover {
  background-color: #fff;
  color: #6c757d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#TeamMatchLink span, #TeamMatchLink img {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

#TeamMatchLink img {
  width: 103px;
  height: auto;
  margin-right: 5px;
}

#TeamMatchLink .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  background-color: #E87E59;
  color: #fff;
  margin-left: 8px;
}

#TeamMatchLink .fa:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}

@media (max-width: 768px) {
    .size-md {
        font-size: 1rem; /* 強制在手機版維持 16px，不要縮小到 0.95 */
    
}


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