@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.btn-primary {
  background-color: #FF8427;
  border-color: #FF8427;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ff750e;
  border-color: #ff750e;
}

.btn-outline-primary {
  border-color: #FF8427;
  color: #FF8427;
}
.btn-outline-primary:hover {
  background-color: #FF8427;
  border-color: #FF8427;
  color: #ffffff !important;
}

.btn-primary-light {
  background-color: #fff8f3;
  border-color: #FF8427;
  color: #FF8427;
}
.btn-primary-light:hover, .btn-primary-light:active, .btn-primary-light:focus, .btn-primary-light:not(:disabled):not(.disabled):active {
  background-color: #ff750e;
  border-color: #ff750e;
  color: #ffffff !important;
}

.text-primary {
  color: #FF8427 !important;
}

.text-primary-light {
  color: #ffdbc0 !important;
}

.text-primary-dark {
  color: #8d3d00 !important;
}

.border-primary {
  border-color: #FF8427;
}

.text-hover-primary:hover {
  color: #FF8427 !important;
}

.bg-primary {
  background-color: #FF8427 !important;
}

.bg-primary-light {
  background-color: #ffdbc0 !important;
}

.bg-primary-lightest {
  background-color: white !important;
}

.badge-primary {
  background-color: #FF8427 !important;
  color: #ffffff;
  border: 2px solid #FF8427;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-primary {
  background-color: white !important;
  color: #FF8427;
  border: 2px solid #FF8427;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-primary .item.active {
  color: #FF8427 !important;
}
.breadchrumb-primary .item:last-child {
  color: #FF8427 !important;
}

.bg-overlay-primary {
  background: #FF8427CC;
}

.btn-secondary {
  background-color: #1A673F;
  border-color: #1A673F;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #155333;
  border-color: #155333;
}

.btn-outline-secondary {
  border-color: #1A673F;
  color: #1A673F;
}
.btn-outline-secondary:hover {
  background-color: #1A673F;
  border-color: #1A673F;
  color: #ffffff !important;
}

.btn-secondary-light {
  background-color: #72dba4;
  border-color: #1A673F;
  color: #1A673F;
}
.btn-secondary-light:hover, .btn-secondary-light:active, .btn-secondary-light:focus, .btn-secondary-light:not(:disabled):not(.disabled):active {
  background-color: #155333;
  border-color: #155333;
  color: #ffffff !important;
}

.text-secondary {
  color: #1A673F !important;
}

.text-secondary-light {
  color: #49d18a !important;
}

.text-secondary-dark {
  color: black !important;
}

.border-secondary {
  border-color: #1A673F;
}

.text-hover-secondary:hover {
  color: #1A673F !important;
}

.bg-secondary {
  background-color: #1A673F !important;
}

.bg-secondary-light {
  background-color: #49d18a !important;
}

.bg-secondary-lightest {
  background-color: #c3f0d9 !important;
}

.badge-secondary {
  background-color: #1A673F !important;
  color: #ffffff;
  border: 2px solid #1A673F;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-secondary {
  background-color: white !important;
  color: #1A673F;
  border: 2px solid #1A673F;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-secondary .item.active {
  color: #1A673F !important;
}
.breadchrumb-secondary .item:last-child {
  color: #1A673F !important;
}

.bg-overlay-secondary {
  background: #1A673FCC;
}

.btn-success {
  background-color: #1A673F;
  border-color: #1A673F;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active {
  background-color: #155333;
  border-color: #155333;
}

.btn-outline-success {
  border-color: #1A673F;
  color: #1A673F;
}
.btn-outline-success:hover {
  background-color: #1A673F;
  border-color: #1A673F;
  color: #ffffff !important;
}

.btn-success-light {
  background-color: #72dba4;
  border-color: #1A673F;
  color: #1A673F;
}
.btn-success-light:hover, .btn-success-light:active, .btn-success-light:focus, .btn-success-light:not(:disabled):not(.disabled):active {
  background-color: #155333;
  border-color: #155333;
  color: #ffffff !important;
}

.text-success {
  color: #1A673F !important;
}

.text-success-light {
  color: #49d18a !important;
}

.text-success-dark {
  color: black !important;
}

.border-success {
  border-color: #1A673F;
}

.text-hover-success:hover {
  color: #1A673F !important;
}

.bg-success {
  background-color: #1A673F !important;
}

.bg-success-light {
  background-color: #49d18a !important;
}

.bg-success-lightest {
  background-color: #c3f0d9 !important;
}

.badge-success {
  background-color: #1A673F !important;
  color: #ffffff;
  border: 2px solid #1A673F;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-success {
  background-color: white !important;
  color: #1A673F;
  border: 2px solid #1A673F;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-success .item.active {
  color: #1A673F !important;
}
.breadchrumb-success .item:last-child {
  color: #1A673F !important;
}

.bg-overlay-success {
  background: #1A673FCC;
}

.btn-info {
  background-color: #885528;
  border-color: #885528;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active {
  background-color: #744922;
  border-color: #744922;
}

.btn-outline-info {
  border-color: #885528;
  color: #885528;
}
.btn-outline-info:hover {
  background-color: #885528;
  border-color: #885528;
  color: #ffffff !important;
}

.btn-info-light {
  background-color: #e1bc9b;
  border-color: #885528;
  color: #885528;
}
.btn-info-light:hover, .btn-info-light:active, .btn-info-light:focus, .btn-info-light:not(:disabled):not(.disabled):active {
  background-color: #744922;
  border-color: #744922;
  color: #ffffff !important;
}

.text-info {
  color: #885528 !important;
}

.text-info-light {
  color: #d6a173 !important;
}

.text-info-dark {
  color: #120b05 !important;
}

.border-info {
  border-color: #885528;
}

.text-hover-info:hover {
  color: #885528 !important;
}

.bg-info {
  background-color: #885528 !important;
}

.bg-info-light {
  background-color: #d6a173 !important;
}

.bg-info-lightest {
  background-color: #f9f1e9 !important;
}

.badge-info {
  background-color: #885528 !important;
  color: #ffffff;
  border: 2px solid #885528;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-info {
  background-color: white !important;
  color: #885528;
  border: 2px solid #885528;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-info .item.active {
  color: #885528 !important;
}
.breadchrumb-info .item:last-child {
  color: #885528 !important;
}

.bg-overlay-info {
  background: #885528CC;
}

.btn-warning {
  background-color: #FF8427;
  border-color: #FF8427;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled):active {
  background-color: #ff750e;
  border-color: #ff750e;
}

.btn-outline-warning {
  border-color: #FF8427;
  color: #FF8427;
}
.btn-outline-warning:hover {
  background-color: #FF8427;
  border-color: #FF8427;
  color: #343a40 !important;
}

.btn-warning-light {
  background-color: #fff8f3;
  border-color: #FF8427;
  color: #FF8427;
}
.btn-warning-light:hover, .btn-warning-light:active, .btn-warning-light:focus, .btn-warning-light:not(:disabled):not(.disabled):active {
  background-color: #ff750e;
  border-color: #ff750e;
  color: #343a40 !important;
}

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

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

.text-warning-dark {
  color: #8d3d00 !important;
}

.border-warning {
  border-color: #FF8427;
}

.text-hover-warning:hover {
  color: #FF8427 !important;
}

.bg-warning {
  background-color: #FF8427 !important;
}

.bg-warning-light {
  background-color: #ffdbc0 !important;
}

.bg-warning-lightest {
  background-color: white !important;
}

.badge-warning {
  background-color: #FF8427 !important;
  color: #ffffff;
  border: 2px solid #FF8427;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-warning {
  background-color: white !important;
  color: #FF8427;
  border: 2px solid #FF8427;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-warning .item.active {
  color: #FF8427 !important;
}
.breadchrumb-warning .item:last-child {
  color: #FF8427 !important;
}

.bg-overlay-warning {
  background: #FF8427CC;
}

.btn-danger {
  background-color: #AF0000;
  border-color: #AF0000;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled):active {
  background-color: #960000;
  border-color: #960000;
}

.btn-outline-danger {
  border-color: #AF0000;
  color: #AF0000;
}
.btn-outline-danger:hover {
  background-color: #AF0000;
  border-color: #AF0000;
  color: #ffffff !important;
}

.btn-danger-light {
  background-color: #ff7c7c;
  border-color: #AF0000;
  color: #AF0000;
}
.btn-danger-light:hover, .btn-danger-light:active, .btn-danger-light:focus, .btn-danger-light:not(:disabled):not(.disabled):active {
  background-color: #960000;
  border-color: #960000;
  color: #ffffff !important;
}

.text-danger {
  color: #AF0000 !important;
}

.text-danger-light {
  color: #ff4949 !important;
}

.text-danger-dark {
  color: #160000 !important;
}

.border-danger {
  border-color: #AF0000;
}

.text-hover-danger:hover {
  color: #AF0000 !important;
}

.bg-danger {
  background-color: #AF0000 !important;
}

.bg-danger-light {
  background-color: #ff4949 !important;
}

.bg-danger-lightest {
  background-color: #ffe2e2 !important;
}

.badge-danger {
  background-color: #AF0000 !important;
  color: #ffffff;
  border: 2px solid #AF0000;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-danger {
  background-color: white !important;
  color: #AF0000;
  border: 2px solid #AF0000;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-danger .item.active {
  color: #AF0000 !important;
}
.breadchrumb-danger .item:last-child {
  color: #AF0000 !important;
}

.bg-overlay-danger {
  background: #AF0000CC;
}

.btn-light {
  background-color: #E6F7FF;
  border-color: #E6F7FF;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light:not(:disabled):not(.disabled):active {
  background-color: #cdefff;
  border-color: #cdefff;
}

.btn-outline-light {
  border-color: #E6F7FF;
  color: #E6F7FF;
}
.btn-outline-light:hover {
  background-color: #E6F7FF;
  border-color: #E6F7FF;
  color: #343a40 !important;
}

.btn-light-light {
  background-color: white;
  border-color: #E6F7FF;
  color: #E6F7FF;
}
.btn-light-light:hover, .btn-light-light:active, .btn-light-light:focus, .btn-light-light:not(:disabled):not(.disabled):active {
  background-color: #cdefff;
  border-color: #cdefff;
  color: #343a40 !important;
}

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

.text-light-light {
  color: white !important;
}

.text-light-dark {
  color: #4dc6ff !important;
}

.border-light {
  border-color: #E6F7FF;
}

.text-hover-light:hover {
  color: #E6F7FF !important;
}

.bg-light {
  background-color: #E6F7FF !important;
}

.bg-light-light {
  background-color: white !important;
}

.bg-light-lightest {
  background-color: white !important;
}

.badge-light {
  background-color: #E6F7FF !important;
  color: #ffffff;
  border: 2px solid #E6F7FF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-light {
  background-color: white !important;
  color: #E6F7FF;
  border: 2px solid #E6F7FF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-light .item.active {
  color: #E6F7FF !important;
}
.breadchrumb-light .item:last-child {
  color: #E6F7FF !important;
}

.bg-overlay-light {
  background: #E6F7FFCC;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active {
  background-color: #292d32;
  border-color: #292d32;
}

.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff !important;
}

.btn-dark-light {
  background-color: #96a0aa;
  border-color: #343a40;
  color: #343a40;
}
.btn-dark-light:hover, .btn-dark-light:active, .btn-dark-light:focus, .btn-dark-light:not(:disabled):not(.disabled):active {
  background-color: #292d32;
  border-color: #292d32;
  color: #ffffff !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-dark-light {
  color: #7a8793 !important;
}

.text-dark-dark {
  color: black !important;
}

.border-dark {
  border-color: #343a40;
}

.text-hover-dark:hover {
  color: #343a40 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-dark-light {
  background-color: #7a8793 !important;
}

.bg-dark-lightest {
  background-color: #ced3d8 !important;
}

.badge-dark {
  background-color: #343a40 !important;
  color: #ffffff;
  border: 2px solid #343a40;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-dark {
  background-color: white !important;
  color: #343a40;
  border: 2px solid #343a40;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-dark .item.active {
  color: #343a40 !important;
}
.breadchrumb-dark .item:last-child {
  color: #343a40 !important;
}

.bg-overlay-dark {
  background: #343a40CC;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:not(:disabled):not(.disabled):active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #343a40 !important;
}

.btn-white-light {
  background-color: white;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-light:hover, .btn-white-light:active, .btn-white-light:focus, .btn-white-light:not(:disabled):not(.disabled):active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #343a40 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-white-light {
  color: white !important;
}

.text-white-dark {
  color: #b3b3b3 !important;
}

.border-white {
  border-color: #ffffff;
}

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

.bg-white {
  background-color: #ffffff !important;
}

.bg-white-light {
  background-color: white !important;
}

.bg-white-lightest {
  background-color: white !important;
}

.badge-white {
  background-color: #ffffff !important;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-white {
  background-color: white !important;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-white .item.active {
  color: #ffffff !important;
}
.breadchrumb-white .item:last-child {
  color: #ffffff !important;
}

.bg-overlay-white {
  background: #ffffffCC;
}

.btn-black {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:not(:disabled):not(.disabled):active {
  background-color: #303030;
  border-color: #303030;
}

.btn-outline-black {
  border-color: #3D3D3D;
  color: #3D3D3D;
}
.btn-outline-black:hover {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  color: #343a40 !important;
}

.btn-black-light {
  background-color: #a3a3a3;
  border-color: #3D3D3D;
  color: #3D3D3D;
}
.btn-black-light:hover, .btn-black-light:active, .btn-black-light:focus, .btn-black-light:not(:disabled):not(.disabled):active {
  background-color: #303030;
  border-color: #303030;
  color: #343a40 !important;
}

.text-black {
  color: #3D3D3D !important;
}

.text-black-light {
  color: #8a8a8a !important;
}

.text-black-dark {
  color: black !important;
}

.border-black {
  border-color: #3D3D3D;
}

.text-hover-black:hover {
  color: #3D3D3D !important;
}

.bg-black {
  background-color: #3D3D3D !important;
}

.bg-black-light {
  background-color: #8a8a8a !important;
}

.bg-black-lightest {
  background-color: #d6d6d6 !important;
}

.badge-black {
  background-color: #3D3D3D !important;
  color: #ffffff;
  border: 2px solid #3D3D3D;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-black {
  background-color: white !important;
  color: #3D3D3D;
  border: 2px solid #3D3D3D;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-black .item.active {
  color: #3D3D3D !important;
}
.breadchrumb-black .item:last-child {
  color: #3D3D3D !important;
}

.bg-overlay-black {
  background: #3D3D3DCC;
}

.btn-red {
  background-color: #ff708b;
  border-color: #ff708b;
}
.btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:not(:disabled):not(.disabled):active {
  background-color: #ff5776;
  border-color: #ff5776;
}

.btn-outline-red {
  border-color: #ff708b;
  color: #ff708b;
}
.btn-outline-red:hover {
  background-color: #ff708b;
  border-color: #ff708b;
  color: #343a40 !important;
}

.btn-red-light {
  background-color: white;
  border-color: #ff708b;
  color: #ff708b;
}
.btn-red-light:hover, .btn-red-light:active, .btn-red-light:focus, .btn-red-light:not(:disabled):not(.disabled):active {
  background-color: #ff5776;
  border-color: #ff5776;
  color: #343a40 !important;
}

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

.text-red-light {
  color: white !important;
}

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

.border-red {
  border-color: #ff708b;
}

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

.bg-red {
  background-color: #ff708b !important;
}

.bg-red-light {
  background-color: white !important;
}

.bg-red-lightest {
  background-color: white !important;
}

.badge-red {
  background-color: #ff708b !important;
  color: #ffffff;
  border: 2px solid #ff708b;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-red {
  background-color: white !important;
  color: #ff708b;
  border: 2px solid #ff708b;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-red .item.active {
  color: #ff708b !important;
}
.breadchrumb-red .item:last-child {
  color: #ff708b !important;
}

.bg-overlay-red {
  background: #ff708bCC;
}

.btn-yellow {
  background-color: #ffba69;
  border-color: #ffba69;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:not(:disabled):not(.disabled):active {
  background-color: #ffae50;
  border-color: #ffae50;
}

.btn-outline-yellow {
  border-color: #ffba69;
  color: #ffba69;
}
.btn-outline-yellow:hover {
  background-color: #ffba69;
  border-color: #ffba69;
  color: #343a40 !important;
}

.btn-yellow-light {
  background-color: white;
  border-color: #ffba69;
  color: #ffba69;
}
.btn-yellow-light:hover, .btn-yellow-light:active, .btn-yellow-light:focus, .btn-yellow-light:not(:disabled):not(.disabled):active {
  background-color: #ffae50;
  border-color: #ffae50;
  color: #343a40 !important;
}

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

.text-yellow-light {
  color: white !important;
}

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

.border-yellow {
  border-color: #ffba69;
}

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

.bg-yellow {
  background-color: #ffba69 !important;
}

.bg-yellow-light {
  background-color: white !important;
}

.bg-yellow-lightest {
  background-color: white !important;
}

.badge-yellow {
  background-color: #ffba69 !important;
  color: #ffffff;
  border: 2px solid #ffba69;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-yellow {
  background-color: white !important;
  color: #ffba69;
  border: 2px solid #ffba69;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-yellow .item.active {
  color: #ffba69 !important;
}
.breadchrumb-yellow .item:last-child {
  color: #ffba69 !important;
}

.bg-overlay-yellow {
  background: #ffba69CC;
}

.btn-tosca {
  background-color: #01f1e3;
  border-color: #01f1e3;
}
.btn-tosca:hover, .btn-tosca:active, .btn-tosca:focus, .btn-tosca:not(:disabled):not(.disabled):active {
  background-color: #01d8cb;
  border-color: #01d8cb;
}

.btn-outline-tosca {
  border-color: #01f1e3;
  color: #01f1e3;
}
.btn-outline-tosca:hover {
  background-color: #01f1e3;
  border-color: #01f1e3;
  color: #343a40 !important;
}

.btn-tosca-light {
  background-color: #bffffb;
  border-color: #01f1e3;
  color: #01f1e3;
}
.btn-tosca-light:hover, .btn-tosca-light:active, .btn-tosca-light:focus, .btn-tosca-light:not(:disabled):not(.disabled):active {
  background-color: #01d8cb;
  border-color: #01d8cb;
  color: #343a40 !important;
}

.text-tosca {
  color: #01f1e3 !important;
}

.text-tosca-light {
  color: #8cfff8 !important;
}

.text-tosca-dark {
  color: #005953 !important;
}

.border-tosca {
  border-color: #01f1e3;
}

.text-hover-tosca:hover {
  color: #01f1e3 !important;
}

.bg-tosca {
  background-color: #01f1e3 !important;
}

.bg-tosca-light {
  background-color: #8cfff8 !important;
}

.bg-tosca-lightest {
  background-color: white !important;
}

.badge-tosca {
  background-color: #01f1e3 !important;
  color: #ffffff;
  border: 2px solid #01f1e3;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-tosca {
  background-color: white !important;
  color: #01f1e3;
  border: 2px solid #01f1e3;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-tosca .item.active {
  color: #01f1e3 !important;
}
.breadchrumb-tosca .item:last-child {
  color: #01f1e3 !important;
}

.bg-overlay-tosca {
  background: #01f1e3CC;
}

.btn-green {
  background-color: #00e283;
  border-color: #00e283;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:not(:disabled):not(.disabled):active {
  background-color: #00c974;
  border-color: #00c974;
}

.btn-outline-green {
  border-color: #00e283;
  color: #00e283;
}
.btn-outline-green:hover {
  background-color: #00e283;
  border-color: #00e283;
  color: #343a40 !important;
}

.btn-green-light {
  background-color: #afffdd;
  border-color: #00e283;
  color: #00e283;
}
.btn-green-light:hover, .btn-green-light:active, .btn-green-light:focus, .btn-green-light:not(:disabled):not(.disabled):active {
  background-color: #00c974;
  border-color: #00c974;
  color: #343a40 !important;
}

.text-green {
  color: #00e283 !important;
}

.text-green-light {
  color: #7cffc8 !important;
}

.text-green-dark {
  color: #00492a !important;
}

.border-green {
  border-color: #00e283;
}

.text-hover-green:hover {
  color: #00e283 !important;
}

.bg-green {
  background-color: #00e283 !important;
}

.bg-green-light {
  background-color: #7cffc8 !important;
}

.bg-green-lightest {
  background-color: white !important;
}

.badge-green {
  background-color: #00e283 !important;
  color: #ffffff;
  border: 2px solid #00e283;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-green {
  background-color: white !important;
  color: #00e283;
  border: 2px solid #00e283;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-green .item.active {
  color: #00e283 !important;
}
.breadchrumb-green .item:last-child {
  color: #00e283 !important;
}

.bg-overlay-green {
  background: #00e283CC;
}

.btn-blue {
  background-color: #76ceff;
  border-color: #76ceff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:not(:disabled):not(.disabled):active {
  background-color: #5dc5ff;
  border-color: #5dc5ff;
}

.btn-outline-blue {
  border-color: #76ceff;
  color: #76ceff;
}
.btn-outline-blue:hover {
  background-color: #76ceff;
  border-color: #76ceff;
  color: #343a40 !important;
}

.btn-blue-light {
  background-color: white;
  border-color: #76ceff;
  color: #76ceff;
}
.btn-blue-light:hover, .btn-blue-light:active, .btn-blue-light:focus, .btn-blue-light:not(:disabled):not(.disabled):active {
  background-color: #5dc5ff;
  border-color: #5dc5ff;
  color: #343a40 !important;
}

.text-blue {
  color: #76ceff !important;
}

.text-blue-light {
  color: white !important;
}

.text-blue-dark {
  color: #008ddc !important;
}

.border-blue {
  border-color: #76ceff;
}

.text-hover-blue:hover {
  color: #76ceff !important;
}

.bg-blue {
  background-color: #76ceff !important;
}

.bg-blue-light {
  background-color: white !important;
}

.bg-blue-lightest {
  background-color: white !important;
}

.badge-blue {
  background-color: #76ceff !important;
  color: #ffffff;
  border: 2px solid #76ceff;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-blue {
  background-color: white !important;
  color: #76ceff;
  border: 2px solid #76ceff;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-blue .item.active {
  color: #76ceff !important;
}
.breadchrumb-blue .item:last-child {
  color: #76ceff !important;
}

.bg-overlay-blue {
  background: #76ceffCC;
}

.btn-pink {
  background-color: #FFEBEC;
  border-color: #FFEBEC;
}
.btn-pink:hover, .btn-pink:active, .btn-pink:focus, .btn-pink:not(:disabled):not(.disabled):active {
  background-color: #ffd2d4;
  border-color: #ffd2d4;
}

.btn-outline-pink {
  border-color: #FFEBEC;
  color: #FFEBEC;
}
.btn-outline-pink:hover {
  background-color: #FFEBEC;
  border-color: #FFEBEC;
  color: #343a40 !important;
}

.btn-pink-light {
  background-color: white;
  border-color: #FFEBEC;
  color: #FFEBEC;
}
.btn-pink-light:hover, .btn-pink-light:active, .btn-pink-light:focus, .btn-pink-light:not(:disabled):not(.disabled):active {
  background-color: #ffd2d4;
  border-color: #ffd2d4;
  color: #343a40 !important;
}

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

.text-pink-light {
  color: white !important;
}

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

.border-pink {
  border-color: #FFEBEC;
}

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

.bg-pink {
  background-color: #FFEBEC !important;
}

.bg-pink-light {
  background-color: white !important;
}

.bg-pink-lightest {
  background-color: white !important;
}

.badge-pink {
  background-color: #FFEBEC !important;
  color: #ffffff;
  border: 2px solid #FFEBEC;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-pink {
  background-color: white !important;
  color: #FFEBEC;
  border: 2px solid #FFEBEC;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-pink .item.active {
  color: #FFEBEC !important;
}
.breadchrumb-pink .item:last-child {
  color: #FFEBEC !important;
}

.bg-overlay-pink {
  background: #FFEBECCC;
}

.btn-violet {
  background-color: #E8F3FF;
  border-color: #E8F3FF;
}
.btn-violet:hover, .btn-violet:active, .btn-violet:focus, .btn-violet:not(:disabled):not(.disabled):active {
  background-color: #cfe6ff;
  border-color: #cfe6ff;
}

.btn-outline-violet {
  border-color: #E8F3FF;
  color: #E8F3FF;
}
.btn-outline-violet:hover {
  background-color: #E8F3FF;
  border-color: #E8F3FF;
  color: #343a40 !important;
}

.btn-violet-light {
  background-color: white;
  border-color: #E8F3FF;
  color: #E8F3FF;
}
.btn-violet-light:hover, .btn-violet-light:active, .btn-violet-light:focus, .btn-violet-light:not(:disabled):not(.disabled):active {
  background-color: #cfe6ff;
  border-color: #cfe6ff;
  color: #343a40 !important;
}

.text-violet {
  color: #E8F3FF !important;
}

.text-violet-light {
  color: white !important;
}

.text-violet-dark {
  color: #4fa3ff !important;
}

.border-violet {
  border-color: #E8F3FF;
}

.text-hover-violet:hover {
  color: #E8F3FF !important;
}

.bg-violet {
  background-color: #E8F3FF !important;
}

.bg-violet-light {
  background-color: white !important;
}

.bg-violet-lightest {
  background-color: white !important;
}

.badge-violet {
  background-color: #E8F3FF !important;
  color: #ffffff;
  border: 2px solid #E8F3FF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-violet {
  background-color: white !important;
  color: #E8F3FF;
  border: 2px solid #E8F3FF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-violet .item.active {
  color: #E8F3FF !important;
}
.breadchrumb-violet .item:last-child {
  color: #E8F3FF !important;
}

.bg-overlay-violet {
  background: #E8F3FFCC;
}

.btn-mint {
  background-color: #EFFFE9;
  border-color: #EFFFE9;
}
.btn-mint:hover, .btn-mint:active, .btn-mint:focus, .btn-mint:not(:disabled):not(.disabled):active {
  background-color: #dcffd0;
  border-color: #dcffd0;
}

.btn-outline-mint {
  border-color: #EFFFE9;
  color: #EFFFE9;
}
.btn-outline-mint:hover {
  background-color: #EFFFE9;
  border-color: #EFFFE9;
  color: #343a40 !important;
}

.btn-mint-light {
  background-color: white;
  border-color: #EFFFE9;
  color: #EFFFE9;
}
.btn-mint-light:hover, .btn-mint-light:active, .btn-mint-light:focus, .btn-mint-light:not(:disabled):not(.disabled):active {
  background-color: #dcffd0;
  border-color: #dcffd0;
  color: #343a40 !important;
}

.text-mint {
  color: #EFFFE9 !important;
}

.text-mint-light {
  color: white !important;
}

.text-mint-dark {
  color: #80ff50 !important;
}

.border-mint {
  border-color: #EFFFE9;
}

.text-hover-mint:hover {
  color: #EFFFE9 !important;
}

.bg-mint {
  background-color: #EFFFE9 !important;
}

.bg-mint-light {
  background-color: white !important;
}

.bg-mint-lightest {
  background-color: white !important;
}

.badge-mint {
  background-color: #EFFFE9 !important;
  color: #ffffff;
  border: 2px solid #EFFFE9;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-mint {
  background-color: white !important;
  color: #EFFFE9;
  border: 2px solid #EFFFE9;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-mint .item.active {
  color: #EFFFE9 !important;
}
.breadchrumb-mint .item:last-child {
  color: #EFFFE9 !important;
}

.bg-overlay-mint {
  background: #EFFFE9CC;
}

.btn-sky {
  background-color: #E9FFFF;
  border-color: #E9FFFF;
}
.btn-sky:hover, .btn-sky:active, .btn-sky:focus, .btn-sky:not(:disabled):not(.disabled):active {
  background-color: #d0ffff;
  border-color: #d0ffff;
}

.btn-outline-sky {
  border-color: #E9FFFF;
  color: #E9FFFF;
}
.btn-outline-sky:hover {
  background-color: #E9FFFF;
  border-color: #E9FFFF;
  color: #343a40 !important;
}

.btn-sky-light {
  background-color: white;
  border-color: #E9FFFF;
  color: #E9FFFF;
}
.btn-sky-light:hover, .btn-sky-light:active, .btn-sky-light:focus, .btn-sky-light:not(:disabled):not(.disabled):active {
  background-color: #d0ffff;
  border-color: #d0ffff;
  color: #343a40 !important;
}

.text-sky {
  color: #E9FFFF !important;
}

.text-sky-light {
  color: white !important;
}

.text-sky-dark {
  color: #50ffff !important;
}

.border-sky {
  border-color: #E9FFFF;
}

.text-hover-sky:hover {
  color: #E9FFFF !important;
}

.bg-sky {
  background-color: #E9FFFF !important;
}

.bg-sky-light {
  background-color: white !important;
}

.bg-sky-lightest {
  background-color: white !important;
}

.badge-sky {
  background-color: #E9FFFF !important;
  color: #ffffff;
  border: 2px solid #E9FFFF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-sky {
  background-color: white !important;
  color: #E9FFFF;
  border: 2px solid #E9FFFF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-sky .item.active {
  color: #E9FFFF !important;
}
.breadchrumb-sky .item:last-child {
  color: #E9FFFF !important;
}

.bg-overlay-sky {
  background: #E9FFFFCC;
}

.btn-illiac {
  background-color: #F3EAFF;
  border-color: #F3EAFF;
}
.btn-illiac:hover, .btn-illiac:active, .btn-illiac:focus, .btn-illiac:not(:disabled):not(.disabled):active {
  background-color: #e4d1ff;
  border-color: #e4d1ff;
}

.btn-outline-illiac {
  border-color: #F3EAFF;
  color: #F3EAFF;
}
.btn-outline-illiac:hover {
  background-color: #F3EAFF;
  border-color: #F3EAFF;
  color: #343a40 !important;
}

.btn-illiac-light {
  background-color: white;
  border-color: #F3EAFF;
  color: #F3EAFF;
}
.btn-illiac-light:hover, .btn-illiac-light:active, .btn-illiac-light:focus, .btn-illiac-light:not(:disabled):not(.disabled):active {
  background-color: #e4d1ff;
  border-color: #e4d1ff;
  color: #343a40 !important;
}

.text-illiac {
  color: #F3EAFF !important;
}

.text-illiac-light {
  color: white !important;
}

.text-illiac-dark {
  color: #9c51ff !important;
}

.border-illiac {
  border-color: #F3EAFF;
}

.text-hover-illiac:hover {
  color: #F3EAFF !important;
}

.bg-illiac {
  background-color: #F3EAFF !important;
}

.bg-illiac-light {
  background-color: white !important;
}

.bg-illiac-lightest {
  background-color: white !important;
}

.badge-illiac {
  background-color: #F3EAFF !important;
  color: #ffffff;
  border: 2px solid #F3EAFF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-illiac {
  background-color: white !important;
  color: #F3EAFF;
  border: 2px solid #F3EAFF;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-illiac .item.active {
  color: #F3EAFF !important;
}
.breadchrumb-illiac .item:last-child {
  color: #F3EAFF !important;
}

.bg-overlay-illiac {
  background: #F3EAFFCC;
}

.btn-vanilla {
  background-color: #FFF4E9;
  border-color: #FFF4E9;
}
.btn-vanilla:hover, .btn-vanilla:active, .btn-vanilla:focus, .btn-vanilla:not(:disabled):not(.disabled):active {
  background-color: #ffe7d0;
  border-color: #ffe7d0;
}

.btn-outline-vanilla {
  border-color: #FFF4E9;
  color: #FFF4E9;
}
.btn-outline-vanilla:hover {
  background-color: #FFF4E9;
  border-color: #FFF4E9;
  color: #343a40 !important;
}

.btn-vanilla-light {
  background-color: white;
  border-color: #FFF4E9;
  color: #FFF4E9;
}
.btn-vanilla-light:hover, .btn-vanilla-light:active, .btn-vanilla-light:focus, .btn-vanilla-light:not(:disabled):not(.disabled):active {
  background-color: #ffe7d0;
  border-color: #ffe7d0;
  color: #343a40 !important;
}

.text-vanilla {
  color: #FFF4E9 !important;
}

.text-vanilla-light {
  color: white !important;
}

.text-vanilla-dark {
  color: #ffa850 !important;
}

.border-vanilla {
  border-color: #FFF4E9;
}

.text-hover-vanilla:hover {
  color: #FFF4E9 !important;
}

.bg-vanilla {
  background-color: #FFF4E9 !important;
}

.bg-vanilla-light {
  background-color: white !important;
}

.bg-vanilla-lightest {
  background-color: white !important;
}

.badge-vanilla {
  background-color: #FFF4E9 !important;
  color: #ffffff;
  border: 2px solid #FFF4E9;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-vanilla {
  background-color: white !important;
  color: #FFF4E9;
  border: 2px solid #FFF4E9;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-vanilla .item.active {
  color: #FFF4E9 !important;
}
.breadchrumb-vanilla .item:last-child {
  color: #FFF4E9 !important;
}

.bg-overlay-vanilla {
  background: #FFF4E9CC;
}

.btn-primary-light {
  background-color: #ffdbc0;
  border-color: #ffdbc0;
}
.btn-primary-light:hover, .btn-primary-light:active, .btn-primary-light:focus, .btn-primary-light:not(:disabled):not(.disabled):active {
  background-color: #ffcda7;
  border-color: #ffcda7;
}

.btn-outline-primary-light {
  border-color: #ffdbc0;
  color: #ffdbc0;
}
.btn-outline-primary-light:hover {
  background-color: #ffdbc0;
  border-color: #ffdbc0;
  color: #343a40 !important;
}

.btn-primary-light-light {
  background-color: white;
  border-color: #ffdbc0;
  color: #ffdbc0;
}
.btn-primary-light-light:hover, .btn-primary-light-light:active, .btn-primary-light-light:focus, .btn-primary-light-light:not(:disabled):not(.disabled):active {
  background-color: #ffcda7;
  border-color: #ffcda7;
  color: #343a40 !important;
}

.text-primary-light {
  color: #ffdbc0 !important;
}

.text-primary-light-light {
  color: white !important;
}

.text-primary-light-dark {
  color: #ff8427 !important;
}

.border-primary-light {
  border-color: #ffdbc0;
}

.text-hover-primary-light:hover {
  color: #ffdbc0 !important;
}

.bg-primary-light {
  background-color: #ffdbc0 !important;
}

.bg-primary-light-light {
  background-color: white !important;
}

.bg-primary-light-lightest {
  background-color: white !important;
}

.badge-primary-light {
  background-color: #ffdbc0 !important;
  color: #ffffff;
  border: 2px solid #ffdbc0;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-primary-light {
  background-color: white !important;
  color: #ffdbc0;
  border: 2px solid #ffdbc0;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-primary-light .item.active {
  color: #ffdbc0 !important;
}
.breadchrumb-primary-light .item:last-child {
  color: #ffdbc0 !important;
}

.bg-overlay-primary-light {
  background: #ffdbc0CC;
}

.btn-secondary-light {
  background-color: #72dba4;
  border-color: #72dba4;
}
.btn-secondary-light:hover, .btn-secondary-light:active, .btn-secondary-light:focus, .btn-secondary-light:not(:disabled):not(.disabled):active {
  background-color: #5dd697;
  border-color: #5dd697;
}

.btn-outline-secondary-light {
  border-color: #72dba4;
  color: #72dba4;
}
.btn-outline-secondary-light:hover {
  background-color: #72dba4;
  border-color: #72dba4;
  color: #343a40 !important;
}

.btn-secondary-light-light {
  background-color: white;
  border-color: #72dba4;
  color: #72dba4;
}
.btn-secondary-light-light:hover, .btn-secondary-light-light:active, .btn-secondary-light-light:focus, .btn-secondary-light-light:not(:disabled):not(.disabled):active {
  background-color: #5dd697;
  border-color: #5dd697;
  color: #343a40 !important;
}

.text-secondary-light {
  color: #72dba4 !important;
}

.text-secondary-light-light {
  color: #ecfaf3 !important;
}

.text-secondary-light-dark {
  color: #249058 !important;
}

.border-secondary-light {
  border-color: #72dba4;
}

.text-hover-secondary-light:hover {
  color: #72dba4 !important;
}

.bg-secondary-light {
  background-color: #72dba4 !important;
}

.bg-secondary-light-light {
  background-color: #ecfaf3 !important;
}

.bg-secondary-light-lightest {
  background-color: white !important;
}

.badge-secondary-light {
  background-color: #72dba4 !important;
  color: #ffffff;
  border: 2px solid #72dba4;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-secondary-light {
  background-color: white !important;
  color: #72dba4;
  border: 2px solid #72dba4;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-secondary-light .item.active {
  color: #72dba4 !important;
}
.breadchrumb-secondary-light .item:last-child {
  color: #72dba4 !important;
}

.bg-overlay-secondary-light {
  background: #72dba4CC;
}

.btn-success-light {
  background-color: #72dba4;
  border-color: #72dba4;
}
.btn-success-light:hover, .btn-success-light:active, .btn-success-light:focus, .btn-success-light:not(:disabled):not(.disabled):active {
  background-color: #5dd697;
  border-color: #5dd697;
}

.btn-outline-success-light {
  border-color: #72dba4;
  color: #72dba4;
}
.btn-outline-success-light:hover {
  background-color: #72dba4;
  border-color: #72dba4;
  color: #343a40 !important;
}

.btn-success-light-light {
  background-color: white;
  border-color: #72dba4;
  color: #72dba4;
}
.btn-success-light-light:hover, .btn-success-light-light:active, .btn-success-light-light:focus, .btn-success-light-light:not(:disabled):not(.disabled):active {
  background-color: #5dd697;
  border-color: #5dd697;
  color: #343a40 !important;
}

.text-success-light {
  color: #72dba4 !important;
}

.text-success-light-light {
  color: #ecfaf3 !important;
}

.text-success-light-dark {
  color: #249058 !important;
}

.border-success-light {
  border-color: #72dba4;
}

.text-hover-success-light:hover {
  color: #72dba4 !important;
}

.bg-success-light {
  background-color: #72dba4 !important;
}

.bg-success-light-light {
  background-color: #ecfaf3 !important;
}

.bg-success-light-lightest {
  background-color: white !important;
}

.badge-success-light {
  background-color: #72dba4 !important;
  color: #ffffff;
  border: 2px solid #72dba4;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-success-light {
  background-color: white !important;
  color: #72dba4;
  border: 2px solid #72dba4;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-success-light .item.active {
  color: #72dba4 !important;
}
.breadchrumb-success-light .item:last-child {
  color: #72dba4 !important;
}

.bg-overlay-success-light {
  background: #72dba4CC;
}

.btn-info-light {
  background-color: #e1bc9b;
  border-color: #e1bc9b;
}
.btn-info-light:hover, .btn-info-light:active, .btn-info-light:focus, .btn-info-light:not(:disabled):not(.disabled):active {
  background-color: #dcaf87;
  border-color: #dcaf87;
}

.btn-outline-info-light {
  border-color: #e1bc9b;
  color: #e1bc9b;
}
.btn-outline-info-light:hover {
  background-color: #e1bc9b;
  border-color: #e1bc9b;
  color: #343a40 !important;
}

.btn-info-light-light {
  background-color: white;
  border-color: #e1bc9b;
  color: #e1bc9b;
}
.btn-info-light-light:hover, .btn-info-light-light:active, .btn-info-light-light:focus, .btn-info-light-light:not(:disabled):not(.disabled):active {
  background-color: #dcaf87;
  border-color: #dcaf87;
  color: #343a40 !important;
}

.text-info-light {
  color: #e1bc9b !important;
}

.text-info-light-light {
  color: white !important;
}

.text-info-light-dark {
  color: #af6e34 !important;
}

.border-info-light {
  border-color: #e1bc9b;
}

.text-hover-info-light:hover {
  color: #e1bc9b !important;
}

.bg-info-light {
  background-color: #e1bc9b !important;
}

.bg-info-light-light {
  background-color: white !important;
}

.bg-info-light-lightest {
  background-color: white !important;
}

.badge-info-light {
  background-color: #e1bc9b !important;
  color: #ffffff;
  border: 2px solid #e1bc9b;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-info-light {
  background-color: white !important;
  color: #e1bc9b;
  border: 2px solid #e1bc9b;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-info-light .item.active {
  color: #e1bc9b !important;
}
.breadchrumb-info-light .item:last-child {
  color: #e1bc9b !important;
}

.bg-overlay-info-light {
  background: #e1bc9bCC;
}

.btn-warning-light {
  background-color: #ffdbc0;
  border-color: #ffdbc0;
}
.btn-warning-light:hover, .btn-warning-light:active, .btn-warning-light:focus, .btn-warning-light:not(:disabled):not(.disabled):active {
  background-color: #ffcda7;
  border-color: #ffcda7;
}

.btn-outline-warning-light {
  border-color: #ffdbc0;
  color: #ffdbc0;
}
.btn-outline-warning-light:hover {
  background-color: #ffdbc0;
  border-color: #ffdbc0;
  color: #343a40 !important;
}

.btn-warning-light-light {
  background-color: white;
  border-color: #ffdbc0;
  color: #ffdbc0;
}
.btn-warning-light-light:hover, .btn-warning-light-light:active, .btn-warning-light-light:focus, .btn-warning-light-light:not(:disabled):not(.disabled):active {
  background-color: #ffcda7;
  border-color: #ffcda7;
  color: #343a40 !important;
}

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

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

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

.border-warning-light {
  border-color: #ffdbc0;
}

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

.bg-warning-light {
  background-color: #ffdbc0 !important;
}

.bg-warning-light-light {
  background-color: white !important;
}

.bg-warning-light-lightest {
  background-color: white !important;
}

.badge-warning-light {
  background-color: #ffdbc0 !important;
  color: #ffffff;
  border: 2px solid #ffdbc0;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-warning-light {
  background-color: white !important;
  color: #ffdbc0;
  border: 2px solid #ffdbc0;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-warning-light .item.active {
  color: #ffdbc0 !important;
}
.breadchrumb-warning-light .item:last-child {
  color: #ffdbc0 !important;
}

.bg-overlay-warning-light {
  background: #ffdbc0CC;
}

.btn-danger-light {
  background-color: #ffafaf;
  border-color: #ffafaf;
}
.btn-danger-light:hover, .btn-danger-light:active, .btn-danger-light:focus, .btn-danger-light:not(:disabled):not(.disabled):active {
  background-color: #ff9696;
  border-color: #ff9696;
}

.btn-outline-danger-light {
  border-color: #ffafaf;
  color: #ffafaf;
}
.btn-outline-danger-light:hover {
  background-color: #ffafaf;
  border-color: #ffafaf;
  color: #343a40 !important;
}

.btn-danger-light-light {
  background-color: white;
  border-color: #ffafaf;
  color: #ffafaf;
}
.btn-danger-light-light:hover, .btn-danger-light-light:active, .btn-danger-light-light:focus, .btn-danger-light-light:not(:disabled):not(.disabled):active {
  background-color: #ff9696;
  border-color: #ff9696;
  color: #343a40 !important;
}

.text-danger-light {
  color: #ffafaf !important;
}

.text-danger-light-light {
  color: white !important;
}

.text-danger-light-dark {
  color: #ff1616 !important;
}

.border-danger-light {
  border-color: #ffafaf;
}

.text-hover-danger-light:hover {
  color: #ffafaf !important;
}

.bg-danger-light {
  background-color: #ffafaf !important;
}

.bg-danger-light-light {
  background-color: white !important;
}

.bg-danger-light-lightest {
  background-color: white !important;
}

.badge-danger-light {
  background-color: #ffafaf !important;
  color: #ffffff;
  border: 2px solid #ffafaf;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-danger-light {
  background-color: white !important;
  color: #ffafaf;
  border: 2px solid #ffafaf;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-danger-light .item.active {
  color: #ffafaf !important;
}
.breadchrumb-danger-light .item:last-child {
  color: #ffafaf !important;
}

.bg-overlay-danger-light {
  background: #ffafafCC;
}

.btn-gray-100 {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:hover, .btn-gray-100:active, .btn-gray-100:focus, .btn-gray-100:not(:disabled):not(.disabled):active {
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-outline-gray-100 {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-gray-100:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #343a40 !important;
}

.btn-gray-100-light {
  background-color: white;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-gray-100-light:hover, .btn-gray-100-light:active, .btn-gray-100-light:focus, .btn-gray-100-light:not(:disabled):not(.disabled):active {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #343a40 !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

.text-gray-100-light {
  color: white !important;
}

.text-gray-100-dark {
  color: #9fadba !important;
}

.border-gray-100 {
  border-color: #f8f9fa;
}

.text-hover-gray-100:hover {
  color: #f8f9fa !important;
}

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

.bg-gray-100-light {
  background-color: white !important;
}

.bg-gray-100-lightest {
  background-color: white !important;
}

.badge-gray-100 {
  background-color: #f8f9fa !important;
  color: #ffffff;
  border: 2px solid #f8f9fa;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-100 {
  background-color: white !important;
  color: #f8f9fa;
  border: 2px solid #f8f9fa;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-100 .item.active {
  color: #f8f9fa !important;
}
.breadchrumb-gray-100 .item:last-child {
  color: #f8f9fa !important;
}

.bg-overlay-gray-100 {
  background: #f8f9faCC;
}

.btn-gray-200 {
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:hover, .btn-gray-200:active, .btn-gray-200:focus, .btn-gray-200:not(:disabled):not(.disabled):active {
  background-color: #dadfe4;
  border-color: #dadfe4;
}

.btn-outline-gray-200 {
  border-color: #e9ecef;
  color: #e9ecef;
}
.btn-outline-gray-200:hover {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #343a40 !important;
}

.btn-gray-200-light {
  background-color: white;
  border-color: #e9ecef;
  color: #e9ecef;
}
.btn-gray-200-light:hover, .btn-gray-200-light:active, .btn-gray-200-light:focus, .btn-gray-200-light:not(:disabled):not(.disabled):active {
  background-color: #dadfe4;
  border-color: #dadfe4;
  color: #343a40 !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.text-gray-200-light {
  color: white !important;
}

.text-gray-200-dark {
  color: #90a0af !important;
}

.border-gray-200 {
  border-color: #e9ecef;
}

.text-hover-gray-200:hover {
  color: #e9ecef !important;
}

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

.bg-gray-200-light {
  background-color: white !important;
}

.bg-gray-200-lightest {
  background-color: white !important;
}

.badge-gray-200 {
  background-color: #e9ecef !important;
  color: #ffffff;
  border: 2px solid #e9ecef;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-200 {
  background-color: white !important;
  color: #e9ecef;
  border: 2px solid #e9ecef;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-200 .item.active {
  color: #e9ecef !important;
}
.breadchrumb-gray-200 .item:last-child {
  color: #e9ecef !important;
}

.bg-overlay-gray-200 {
  background: #e9ecefCC;
}

.btn-gray-300 {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:hover, .btn-gray-300:active, .btn-gray-300:focus, .btn-gray-300:not(:disabled):not(.disabled):active {
  background-color: #cfd5db;
  border-color: #cfd5db;
}

.btn-outline-gray-300 {
  border-color: #dee2e6;
  color: #dee2e6;
}
.btn-outline-gray-300:hover {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #343a40 !important;
}

.btn-gray-300-light {
  background-color: white;
  border-color: #dee2e6;
  color: #dee2e6;
}
.btn-gray-300-light:hover, .btn-gray-300-light:active, .btn-gray-300-light:focus, .btn-gray-300-light:not(:disabled):not(.disabled):active {
  background-color: #cfd5db;
  border-color: #cfd5db;
  color: #343a40 !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-300-light {
  color: white !important;
}

.text-gray-300-dark {
  color: #8796a4 !important;
}

.border-gray-300 {
  border-color: #dee2e6;
}

.text-hover-gray-300:hover {
  color: #dee2e6 !important;
}

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

.bg-gray-300-light {
  background-color: white !important;
}

.bg-gray-300-lightest {
  background-color: white !important;
}

.badge-gray-300 {
  background-color: #dee2e6 !important;
  color: #ffffff;
  border: 2px solid #dee2e6;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-300 {
  background-color: white !important;
  color: #dee2e6;
  border: 2px solid #dee2e6;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-300 .item.active {
  color: #dee2e6 !important;
}
.breadchrumb-gray-300 .item:last-child {
  color: #dee2e6 !important;
}

.bg-overlay-gray-300 {
  background: #dee2e6CC;
}

.btn-gray-400 {
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:hover, .btn-gray-400:active, .btn-gray-400:focus, .btn-gray-400:not(:disabled):not(.disabled):active {
  background-color: #bfc7cf;
  border-color: #bfc7cf;
}

.btn-outline-gray-400 {
  border-color: #ced4da;
  color: #ced4da;
}
.btn-outline-gray-400:hover {
  background-color: #ced4da;
  border-color: #ced4da;
  color: #343a40 !important;
}

.btn-gray-400-light {
  background-color: white;
  border-color: #ced4da;
  color: #ced4da;
}
.btn-gray-400-light:hover, .btn-gray-400-light:active, .btn-gray-400-light:focus, .btn-gray-400-light:not(:disabled):not(.disabled):active {
  background-color: #bfc7cf;
  border-color: #bfc7cf;
  color: #343a40 !important;
}

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

.text-gray-400-light {
  color: white !important;
}

.text-gray-400-dark {
  color: #778898 !important;
}

.border-gray-400 {
  border-color: #ced4da;
}

.text-hover-gray-400:hover {
  color: #ced4da !important;
}

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

.bg-gray-400-light {
  background-color: white !important;
}

.bg-gray-400-lightest {
  background-color: white !important;
}

.badge-gray-400 {
  background-color: #ced4da !important;
  color: #ffffff;
  border: 2px solid #ced4da;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-400 {
  background-color: white !important;
  color: #ced4da;
  border: 2px solid #ced4da;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-400 .item.active {
  color: #ced4da !important;
}
.breadchrumb-gray-400 .item:last-child {
  color: #ced4da !important;
}

.bg-overlay-gray-400 {
  background: #ced4daCC;
}

.btn-gray-500 {
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:hover, .btn-gray-500:active, .btn-gray-500:focus, .btn-gray-500:not(:disabled):not(.disabled):active {
  background-color: #9fa8b2;
  border-color: #9fa8b2;
}

.btn-outline-gray-500 {
  border-color: #adb5bd;
  color: #adb5bd;
}
.btn-outline-gray-500:hover {
  background-color: #adb5bd;
  border-color: #adb5bd;
  color: #343a40 !important;
}

.btn-gray-500-light {
  background-color: white;
  border-color: #adb5bd;
  color: #adb5bd;
}
.btn-gray-500-light:hover, .btn-gray-500-light:active, .btn-gray-500-light:focus, .btn-gray-500-light:not(:disabled):not(.disabled):active {
  background-color: #9fa8b2;
  border-color: #9fa8b2;
  color: #343a40 !important;
}

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

.text-gray-500-light {
  color: white !important;
}

.text-gray-500-dark {
  color: #5d6974 !important;
}

.border-gray-500 {
  border-color: #adb5bd;
}

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

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

.bg-gray-500-light {
  background-color: white !important;
}

.bg-gray-500-lightest {
  background-color: white !important;
}

.badge-gray-500 {
  background-color: #adb5bd !important;
  color: #ffffff;
  border: 2px solid #adb5bd;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-500 {
  background-color: white !important;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-500 .item.active {
  color: #adb5bd !important;
}
.breadchrumb-gray-500 .item:last-child {
  color: #adb5bd !important;
}

.bg-overlay-gray-500 {
  background: #adb5bdCC;
}

.btn-gray-600 {
  background-color: #767676;
  border-color: #767676;
}
.btn-gray-600:hover, .btn-gray-600:active, .btn-gray-600:focus, .btn-gray-600:not(:disabled):not(.disabled):active {
  background-color: dimgray;
  border-color: dimgray;
}

.btn-outline-gray-600 {
  border-color: #767676;
  color: #767676;
}
.btn-outline-gray-600:hover {
  background-color: #767676;
  border-color: #767676;
  color: #343a40 !important;
}

.btn-gray-600-light {
  background-color: gainsboro;
  border-color: #767676;
  color: #767676;
}
.btn-gray-600-light:hover, .btn-gray-600-light:active, .btn-gray-600-light:focus, .btn-gray-600-light:not(:disabled):not(.disabled):active {
  background-color: dimgray;
  border-color: dimgray;
  color: #343a40 !important;
}

.text-gray-600 {
  color: #767676 !important;
}

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

.text-gray-600-dark {
  color: #2a2a2a !important;
}

.border-gray-600 {
  border-color: #767676;
}

.text-hover-gray-600:hover {
  color: #767676 !important;
}

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

.bg-gray-600-light {
  background-color: #c3c3c3 !important;
}

.bg-gray-600-lightest {
  background-color: white !important;
}

.badge-gray-600 {
  background-color: #767676 !important;
  color: #ffffff;
  border: 2px solid #767676;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-600 {
  background-color: white !important;
  color: #767676;
  border: 2px solid #767676;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-600 .item.active {
  color: #767676 !important;
}
.breadchrumb-gray-600 .item:last-child {
  color: #767676 !important;
}

.bg-overlay-gray-600 {
  background: #767676CC;
}

.btn-gray-700 {
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:hover, .btn-gray-700:active, .btn-gray-700:focus, .btn-gray-700:not(:disabled):not(.disabled):active {
  background-color: #3d4349;
  border-color: #3d4349;
}

.btn-outline-gray-700 {
  border-color: #495057;
  color: #495057;
}
.btn-outline-gray-700:hover {
  background-color: #495057;
  border-color: #495057;
  color: #343a40 !important;
}

.btn-gray-700-light {
  background-color: #b0b6bc;
  border-color: #495057;
  color: #495057;
}
.btn-gray-700-light:hover, .btn-gray-700-light:active, .btn-gray-700-light:focus, .btn-gray-700-light:not(:disabled):not(.disabled):active {
  background-color: #3d4349;
  border-color: #3d4349;
  color: #343a40 !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-700-light {
  color: #949da5 !important;
}

.text-gray-700-dark {
  color: #030404 !important;
}

.border-gray-700 {
  border-color: #495057;
}

.text-hover-gray-700:hover {
  color: #495057 !important;
}

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

.bg-gray-700-light {
  background-color: #949da5 !important;
}

.bg-gray-700-lightest {
  background-color: #e7e9eb !important;
}

.badge-gray-700 {
  background-color: #495057 !important;
  color: #ffffff;
  border: 2px solid #495057;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-700 {
  background-color: white !important;
  color: #495057;
  border: 2px solid #495057;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-700 .item.active {
  color: #495057 !important;
}
.breadchrumb-gray-700 .item:last-child {
  color: #495057 !important;
}

.bg-overlay-gray-700 {
  background: #495057CC;
}

.btn-gray-800 {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:hover, .btn-gray-800:active, .btn-gray-800:focus, .btn-gray-800:not(:disabled):not(.disabled):active {
  background-color: #292d32;
  border-color: #292d32;
}

.btn-outline-gray-800 {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-gray-800:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #343a40 !important;
}

.btn-gray-800-light {
  background-color: #96a0aa;
  border-color: #343a40;
  color: #343a40;
}
.btn-gray-800-light:hover, .btn-gray-800-light:active, .btn-gray-800-light:focus, .btn-gray-800-light:not(:disabled):not(.disabled):active {
  background-color: #292d32;
  border-color: #292d32;
  color: #343a40 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-800-light {
  color: #7a8793 !important;
}

.text-gray-800-dark {
  color: black !important;
}

.border-gray-800 {
  border-color: #343a40;
}

.text-hover-gray-800:hover {
  color: #343a40 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-800-light {
  background-color: #7a8793 !important;
}

.bg-gray-800-lightest {
  background-color: #ced3d8 !important;
}

.badge-gray-800 {
  background-color: #343a40 !important;
  color: #ffffff;
  border: 2px solid #343a40;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-800 {
  background-color: white !important;
  color: #343a40;
  border: 2px solid #343a40;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-800 .item.active {
  color: #343a40 !important;
}
.breadchrumb-gray-800 .item:last-child {
  color: #343a40 !important;
}

.bg-overlay-gray-800 {
  background: #343a40CC;
}

.btn-gray-900 {
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:hover, .btn-gray-900:active, .btn-gray-900:focus, .btn-gray-900:not(:disabled):not(.disabled):active {
  background-color: #16181b;
  border-color: #16181b;
}

.btn-outline-gray-900 {
  border-color: #212529;
  color: #212529;
}
.btn-outline-gray-900:hover {
  background-color: #212529;
  border-color: #212529;
  color: #343a40 !important;
}

.btn-gray-900-light {
  background-color: #7e8b98;
  border-color: #212529;
  color: #212529;
}
.btn-gray-900-light:hover, .btn-gray-900-light:active, .btn-gray-900-light:focus, .btn-gray-900-light:not(:disabled):not(.disabled):active {
  background-color: #16181b;
  border-color: #16181b;
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.text-gray-900-light {
  color: #65727e !important;
}

.text-gray-900-dark {
  color: black !important;
}

.border-gray-900 {
  border-color: #212529;
}

.text-hover-gray-900:hover {
  color: #212529 !important;
}

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

.bg-gray-900-light {
  background-color: #65727e !important;
}

.bg-gray-900-lightest {
  background-color: #b7bec5 !important;
}

.badge-gray-900 {
  background-color: #212529 !important;
  color: #ffffff;
  border: 2px solid #212529;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.badge-light-gray-900 {
  background-color: white !important;
  color: #212529;
  border: 2px solid #212529;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}

.breadchrumb-gray-900 .item.active {
  color: #212529 !important;
}
.breadchrumb-gray-900 .item:last-child {
  color: #212529 !important;
}

.bg-overlay-gray-900 {
  background: #212529CC;
}

.border-radius-10 {
  border-radius: 10px;
}

.bg-none {
  background-color: transparent;
}

.select2 {
  width: 100%;
}

.select2-container .selection .select2-selection {
  border-radius: 0.25rem;
  border-color: #ced4da;
  padding: 0.225rem 0.25rem;
  height: auto;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  height: 100%;
  right: 5px;
}

.form-control-flat {
  border-radius: 2px;
}

.max-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.max-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.z-index-10 {
  z-index: 10;
}

.min-height-10-px {
  min-height: 10px;
}

.min-width-10-px {
  min-width: 10px;
}

.z-index-20 {
  z-index: 20;
}

.min-height-20-px {
  min-height: 20px;
}

.min-width-20-px {
  min-width: 20px;
}

.z-index-30 {
  z-index: 30;
}

.min-height-30-px {
  min-height: 30px;
}

.min-width-30-px {
  min-width: 30px;
}

.z-index-40 {
  z-index: 40;
}

.min-height-40-px {
  min-height: 40px;
}

.min-width-40-px {
  min-width: 40px;
}

.z-index-50 {
  z-index: 50;
}

.min-height-50-px {
  min-height: 50px;
}

.min-width-50-px {
  min-width: 50px;
}

.z-index-60 {
  z-index: 60;
}

.min-height-60-px {
  min-height: 60px;
}

.min-width-60-px {
  min-width: 60px;
}

.z-index-70 {
  z-index: 70;
}

.min-height-70-px {
  min-height: 70px;
}

.min-width-70-px {
  min-width: 70px;
}

.z-index-80 {
  z-index: 80;
}

.min-height-80-px {
  min-height: 80px;
}

.min-width-80-px {
  min-width: 80px;
}

.z-index-90 {
  z-index: 90;
}

.min-height-90-px {
  min-height: 90px;
}

.min-width-90-px {
  min-width: 90px;
}

.z-index-100 {
  z-index: 100;
}

.min-height-100-px {
  min-height: 100px;
}

.min-width-100-px {
  min-width: 100px;
}

.z-index-110 {
  z-index: 110;
}

.min-height-110-px {
  min-height: 110px;
}

.min-width-110-px {
  min-width: 110px;
}

.z-index-120 {
  z-index: 120;
}

.min-height-120-px {
  min-height: 120px;
}

.min-width-120-px {
  min-width: 120px;
}

.z-index-130 {
  z-index: 130;
}

.min-height-130-px {
  min-height: 130px;
}

.min-width-130-px {
  min-width: 130px;
}

.z-index-140 {
  z-index: 140;
}

.min-height-140-px {
  min-height: 140px;
}

.min-width-140-px {
  min-width: 140px;
}

.z-index-150 {
  z-index: 150;
}

.min-height-150-px {
  min-height: 150px;
}

.min-width-150-px {
  min-width: 150px;
}

.z-index-160 {
  z-index: 160;
}

.min-height-160-px {
  min-height: 160px;
}

.min-width-160-px {
  min-width: 160px;
}

.z-index-170 {
  z-index: 170;
}

.min-height-170-px {
  min-height: 170px;
}

.min-width-170-px {
  min-width: 170px;
}

.z-index-180 {
  z-index: 180;
}

.min-height-180-px {
  min-height: 180px;
}

.min-width-180-px {
  min-width: 180px;
}

.z-index-190 {
  z-index: 190;
}

.min-height-190-px {
  min-height: 190px;
}

.min-width-190-px {
  min-width: 190px;
}

.z-index-200 {
  z-index: 200;
}

.min-height-200-px {
  min-height: 200px;
}

.min-width-200-px {
  min-width: 200px;
}

.z-index-210 {
  z-index: 210;
}

.min-height-210-px {
  min-height: 210px;
}

.min-width-210-px {
  min-width: 210px;
}

.z-index-220 {
  z-index: 220;
}

.min-height-220-px {
  min-height: 220px;
}

.min-width-220-px {
  min-width: 220px;
}

.z-index-230 {
  z-index: 230;
}

.min-height-230-px {
  min-height: 230px;
}

.min-width-230-px {
  min-width: 230px;
}

.z-index-240 {
  z-index: 240;
}

.min-height-240-px {
  min-height: 240px;
}

.min-width-240-px {
  min-width: 240px;
}

.z-index-250 {
  z-index: 250;
}

.min-height-250-px {
  min-height: 250px;
}

.min-width-250-px {
  min-width: 250px;
}

.z-index-260 {
  z-index: 260;
}

.min-height-260-px {
  min-height: 260px;
}

.min-width-260-px {
  min-width: 260px;
}

.z-index-270 {
  z-index: 270;
}

.min-height-270-px {
  min-height: 270px;
}

.min-width-270-px {
  min-width: 270px;
}

.z-index-280 {
  z-index: 280;
}

.min-height-280-px {
  min-height: 280px;
}

.min-width-280-px {
  min-width: 280px;
}

.z-index-290 {
  z-index: 290;
}

.min-height-290-px {
  min-height: 290px;
}

.min-width-290-px {
  min-width: 290px;
}

.z-index-300 {
  z-index: 300;
}

.min-height-300-px {
  min-height: 300px;
}

.min-width-300-px {
  min-width: 300px;
}

.z-index-310 {
  z-index: 310;
}

.min-height-310-px {
  min-height: 310px;
}

.min-width-310-px {
  min-width: 310px;
}

.z-index-320 {
  z-index: 320;
}

.min-height-320-px {
  min-height: 320px;
}

.min-width-320-px {
  min-width: 320px;
}

.z-index-330 {
  z-index: 330;
}

.min-height-330-px {
  min-height: 330px;
}

.min-width-330-px {
  min-width: 330px;
}

.z-index-340 {
  z-index: 340;
}

.min-height-340-px {
  min-height: 340px;
}

.min-width-340-px {
  min-width: 340px;
}

.z-index-350 {
  z-index: 350;
}

.min-height-350-px {
  min-height: 350px;
}

.min-width-350-px {
  min-width: 350px;
}

.z-index-360 {
  z-index: 360;
}

.min-height-360-px {
  min-height: 360px;
}

.min-width-360-px {
  min-width: 360px;
}

.z-index-370 {
  z-index: 370;
}

.min-height-370-px {
  min-height: 370px;
}

.min-width-370-px {
  min-width: 370px;
}

.z-index-380 {
  z-index: 380;
}

.min-height-380-px {
  min-height: 380px;
}

.min-width-380-px {
  min-width: 380px;
}

.z-index-390 {
  z-index: 390;
}

.min-height-390-px {
  min-height: 390px;
}

.min-width-390-px {
  min-width: 390px;
}

.z-index-400 {
  z-index: 400;
}

.min-height-400-px {
  min-height: 400px;
}

.min-width-400-px {
  min-width: 400px;
}

.z-index-410 {
  z-index: 410;
}

.min-height-410-px {
  min-height: 410px;
}

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

.z-index-420 {
  z-index: 420;
}

.min-height-420-px {
  min-height: 420px;
}

.min-width-420-px {
  min-width: 420px;
}

.z-index-430 {
  z-index: 430;
}

.min-height-430-px {
  min-height: 430px;
}

.min-width-430-px {
  min-width: 430px;
}

.z-index-440 {
  z-index: 440;
}

.min-height-440-px {
  min-height: 440px;
}

.min-width-440-px {
  min-width: 440px;
}

.z-index-450 {
  z-index: 450;
}

.min-height-450-px {
  min-height: 450px;
}

.min-width-450-px {
  min-width: 450px;
}

.z-index-460 {
  z-index: 460;
}

.min-height-460-px {
  min-height: 460px;
}

.min-width-460-px {
  min-width: 460px;
}

.z-index-470 {
  z-index: 470;
}

.min-height-470-px {
  min-height: 470px;
}

.min-width-470-px {
  min-width: 470px;
}

.z-index-480 {
  z-index: 480;
}

.min-height-480-px {
  min-height: 480px;
}

.min-width-480-px {
  min-width: 480px;
}

.z-index-490 {
  z-index: 490;
}

.min-height-490-px {
  min-height: 490px;
}

.min-width-490-px {
  min-width: 490px;
}

.z-index-500 {
  z-index: 500;
}

.min-height-500-px {
  min-height: 500px;
}

.min-width-500-px {
  min-width: 500px;
}

.z-index-510 {
  z-index: 510;
}

.min-height-510-px {
  min-height: 510px;
}

.min-width-510-px {
  min-width: 510px;
}

.z-index-520 {
  z-index: 520;
}

.min-height-520-px {
  min-height: 520px;
}

.min-width-520-px {
  min-width: 520px;
}

.z-index-530 {
  z-index: 530;
}

.min-height-530-px {
  min-height: 530px;
}

.min-width-530-px {
  min-width: 530px;
}

.z-index-540 {
  z-index: 540;
}

.min-height-540-px {
  min-height: 540px;
}

.min-width-540-px {
  min-width: 540px;
}

.z-index-550 {
  z-index: 550;
}

.min-height-550-px {
  min-height: 550px;
}

.min-width-550-px {
  min-width: 550px;
}

.z-index-560 {
  z-index: 560;
}

.min-height-560-px {
  min-height: 560px;
}

.min-width-560-px {
  min-width: 560px;
}

.z-index-570 {
  z-index: 570;
}

.min-height-570-px {
  min-height: 570px;
}

.min-width-570-px {
  min-width: 570px;
}

.z-index-580 {
  z-index: 580;
}

.min-height-580-px {
  min-height: 580px;
}

.min-width-580-px {
  min-width: 580px;
}

.z-index-590 {
  z-index: 590;
}

.min-height-590-px {
  min-height: 590px;
}

.min-width-590-px {
  min-width: 590px;
}

.z-index-600 {
  z-index: 600;
}

.min-height-600-px {
  min-height: 600px;
}

.min-width-600-px {
  min-width: 600px;
}

.z-index-610 {
  z-index: 610;
}

.min-height-610-px {
  min-height: 610px;
}

.min-width-610-px {
  min-width: 610px;
}

.z-index-620 {
  z-index: 620;
}

.min-height-620-px {
  min-height: 620px;
}

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

.z-index-630 {
  z-index: 630;
}

.min-height-630-px {
  min-height: 630px;
}

.min-width-630-px {
  min-width: 630px;
}

.z-index-640 {
  z-index: 640;
}

.min-height-640-px {
  min-height: 640px;
}

.min-width-640-px {
  min-width: 640px;
}

.z-index-650 {
  z-index: 650;
}

.min-height-650-px {
  min-height: 650px;
}

.min-width-650-px {
  min-width: 650px;
}

.z-index-660 {
  z-index: 660;
}

.min-height-660-px {
  min-height: 660px;
}

.min-width-660-px {
  min-width: 660px;
}

.z-index-670 {
  z-index: 670;
}

.min-height-670-px {
  min-height: 670px;
}

.min-width-670-px {
  min-width: 670px;
}

.z-index-680 {
  z-index: 680;
}

.min-height-680-px {
  min-height: 680px;
}

.min-width-680-px {
  min-width: 680px;
}

.z-index-690 {
  z-index: 690;
}

.min-height-690-px {
  min-height: 690px;
}

.min-width-690-px {
  min-width: 690px;
}

.z-index-700 {
  z-index: 700;
}

.min-height-700-px {
  min-height: 700px;
}

.min-width-700-px {
  min-width: 700px;
}

.z-index-710 {
  z-index: 710;
}

.min-height-710-px {
  min-height: 710px;
}

.min-width-710-px {
  min-width: 710px;
}

.z-index-720 {
  z-index: 720;
}

.min-height-720-px {
  min-height: 720px;
}

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

.z-index-730 {
  z-index: 730;
}

.min-height-730-px {
  min-height: 730px;
}

.min-width-730-px {
  min-width: 730px;
}

.z-index-740 {
  z-index: 740;
}

.min-height-740-px {
  min-height: 740px;
}

.min-width-740-px {
  min-width: 740px;
}

.z-index-750 {
  z-index: 750;
}

.min-height-750-px {
  min-height: 750px;
}

.min-width-750-px {
  min-width: 750px;
}

.z-index-760 {
  z-index: 760;
}

.min-height-760-px {
  min-height: 760px;
}

.min-width-760-px {
  min-width: 760px;
}

.z-index-770 {
  z-index: 770;
}

.min-height-770-px {
  min-height: 770px;
}

.min-width-770-px {
  min-width: 770px;
}

.z-index-780 {
  z-index: 780;
}

.min-height-780-px {
  min-height: 780px;
}

.min-width-780-px {
  min-width: 780px;
}

.z-index-790 {
  z-index: 790;
}

.min-height-790-px {
  min-height: 790px;
}

.min-width-790-px {
  min-width: 790px;
}

.z-index-800 {
  z-index: 800;
}

.min-height-800-px {
  min-height: 800px;
}

.min-width-800-px {
  min-width: 800px;
}

.z-index-810 {
  z-index: 810;
}

.min-height-810-px {
  min-height: 810px;
}

.min-width-810-px {
  min-width: 810px;
}

.z-index-820 {
  z-index: 820;
}

.min-height-820-px {
  min-height: 820px;
}

.min-width-820-px {
  min-width: 820px;
}

.z-index-830 {
  z-index: 830;
}

.min-height-830-px {
  min-height: 830px;
}

.min-width-830-px {
  min-width: 830px;
}

.z-index-840 {
  z-index: 840;
}

.min-height-840-px {
  min-height: 840px;
}

.min-width-840-px {
  min-width: 840px;
}

.z-index-850 {
  z-index: 850;
}

.min-height-850-px {
  min-height: 850px;
}

.min-width-850-px {
  min-width: 850px;
}

.z-index-860 {
  z-index: 860;
}

.min-height-860-px {
  min-height: 860px;
}

.min-width-860-px {
  min-width: 860px;
}

.z-index-870 {
  z-index: 870;
}

.min-height-870-px {
  min-height: 870px;
}

.min-width-870-px {
  min-width: 870px;
}

.z-index-880 {
  z-index: 880;
}

.min-height-880-px {
  min-height: 880px;
}

.min-width-880-px {
  min-width: 880px;
}

.z-index-890 {
  z-index: 890;
}

.min-height-890-px {
  min-height: 890px;
}

.min-width-890-px {
  min-width: 890px;
}

.z-index-900 {
  z-index: 900;
}

.min-height-900-px {
  min-height: 900px;
}

.min-width-900-px {
  min-width: 900px;
}

.z-index-910 {
  z-index: 910;
}

.min-height-910-px {
  min-height: 910px;
}

.min-width-910-px {
  min-width: 910px;
}

.z-index-920 {
  z-index: 920;
}

.min-height-920-px {
  min-height: 920px;
}

.min-width-920-px {
  min-width: 920px;
}

.z-index-930 {
  z-index: 930;
}

.min-height-930-px {
  min-height: 930px;
}

.min-width-930-px {
  min-width: 930px;
}

.z-index-940 {
  z-index: 940;
}

.min-height-940-px {
  min-height: 940px;
}

.min-width-940-px {
  min-width: 940px;
}

.z-index-950 {
  z-index: 950;
}

.min-height-950-px {
  min-height: 950px;
}

.min-width-950-px {
  min-width: 950px;
}

.z-index-960 {
  z-index: 960;
}

.min-height-960-px {
  min-height: 960px;
}

.min-width-960-px {
  min-width: 960px;
}

.z-index-970 {
  z-index: 970;
}

.min-height-970-px {
  min-height: 970px;
}

.min-width-970-px {
  min-width: 970px;
}

.z-index-980 {
  z-index: 980;
}

.min-height-980-px {
  min-height: 980px;
}

.min-width-980-px {
  min-width: 980px;
}

.z-index-990 {
  z-index: 990;
}

.min-height-990-px {
  min-height: 990px;
}

.min-width-990-px {
  min-width: 990px;
}

.z-index-1000 {
  z-index: 1000;
}

.min-height-1000-px {
  min-height: 1000px;
}

.min-width-1000-px {
  min-width: 1000px;
}

.z-index-1010 {
  z-index: 1010;
}

.min-height-1010-px {
  min-height: 1010px;
}

.min-width-1010-px {
  min-width: 1010px;
}

.z-index-1020 {
  z-index: 1020;
}

.min-height-1020-px {
  min-height: 1020px;
}

.min-width-1020-px {
  min-width: 1020px;
}

.z-index-1030 {
  z-index: 1030;
}

.min-height-1030-px {
  min-height: 1030px;
}

.min-width-1030-px {
  min-width: 1030px;
}

.z-index-1040 {
  z-index: 1040;
}

.min-height-1040-px {
  min-height: 1040px;
}

.min-width-1040-px {
  min-width: 1040px;
}

.z-index-1050 {
  z-index: 1050;
}

.min-height-1050-px {
  min-height: 1050px;
}

.min-width-1050-px {
  min-width: 1050px;
}

.z-index-1060 {
  z-index: 1060;
}

.min-height-1060-px {
  min-height: 1060px;
}

.min-width-1060-px {
  min-width: 1060px;
}

.z-index-1070 {
  z-index: 1070;
}

.min-height-1070-px {
  min-height: 1070px;
}

.min-width-1070-px {
  min-width: 1070px;
}

.z-index-1080 {
  z-index: 1080;
}

.min-height-1080-px {
  min-height: 1080px;
}

.min-width-1080-px {
  min-width: 1080px;
}

.z-index-1090 {
  z-index: 1090;
}

.min-height-1090-px {
  min-height: 1090px;
}

.min-width-1090-px {
  min-width: 1090px;
}

.z-index-1100 {
  z-index: 1100;
}

.min-height-1100-px {
  min-height: 1100px;
}

.min-width-1100-px {
  min-width: 1100px;
}

.z-index-1110 {
  z-index: 1110;
}

.min-height-1110-px {
  min-height: 1110px;
}

.min-width-1110-px {
  min-width: 1110px;
}

.z-index-1120 {
  z-index: 1120;
}

.min-height-1120-px {
  min-height: 1120px;
}

.min-width-1120-px {
  min-width: 1120px;
}

.z-index-1130 {
  z-index: 1130;
}

.min-height-1130-px {
  min-height: 1130px;
}

.min-width-1130-px {
  min-width: 1130px;
}

.z-index-1140 {
  z-index: 1140;
}

.min-height-1140-px {
  min-height: 1140px;
}

.min-width-1140-px {
  min-width: 1140px;
}

.z-index-1150 {
  z-index: 1150;
}

.min-height-1150-px {
  min-height: 1150px;
}

.min-width-1150-px {
  min-width: 1150px;
}

.z-index-1160 {
  z-index: 1160;
}

.min-height-1160-px {
  min-height: 1160px;
}

.min-width-1160-px {
  min-width: 1160px;
}

.z-index-1170 {
  z-index: 1170;
}

.min-height-1170-px {
  min-height: 1170px;
}

.min-width-1170-px {
  min-width: 1170px;
}

.z-index-1180 {
  z-index: 1180;
}

.min-height-1180-px {
  min-height: 1180px;
}

.min-width-1180-px {
  min-width: 1180px;
}

.z-index-1190 {
  z-index: 1190;
}

.min-height-1190-px {
  min-height: 1190px;
}

.min-width-1190-px {
  min-width: 1190px;
}

.z-index-1200 {
  z-index: 1200;
}

.min-height-1200-px {
  min-height: 1200px;
}

.min-width-1200-px {
  min-width: 1200px;
}

.z-index-1210 {
  z-index: 1210;
}

.min-height-1210-px {
  min-height: 1210px;
}

.min-width-1210-px {
  min-width: 1210px;
}

.z-index-1220 {
  z-index: 1220;
}

.min-height-1220-px {
  min-height: 1220px;
}

.min-width-1220-px {
  min-width: 1220px;
}

.z-index-1230 {
  z-index: 1230;
}

.min-height-1230-px {
  min-height: 1230px;
}

.min-width-1230-px {
  min-width: 1230px;
}

.z-index-1240 {
  z-index: 1240;
}

.min-height-1240-px {
  min-height: 1240px;
}

.min-width-1240-px {
  min-width: 1240px;
}

.z-index-1250 {
  z-index: 1250;
}

.min-height-1250-px {
  min-height: 1250px;
}

.min-width-1250-px {
  min-width: 1250px;
}

.z-index-1260 {
  z-index: 1260;
}

.min-height-1260-px {
  min-height: 1260px;
}

.min-width-1260-px {
  min-width: 1260px;
}

.z-index-1270 {
  z-index: 1270;
}

.min-height-1270-px {
  min-height: 1270px;
}

.min-width-1270-px {
  min-width: 1270px;
}

.z-index-1280 {
  z-index: 1280;
}

.min-height-1280-px {
  min-height: 1280px;
}

.min-width-1280-px {
  min-width: 1280px;
}

.z-index-1290 {
  z-index: 1290;
}

.min-height-1290-px {
  min-height: 1290px;
}

.min-width-1290-px {
  min-width: 1290px;
}

.z-index-1300 {
  z-index: 1300;
}

.min-height-1300-px {
  min-height: 1300px;
}

.min-width-1300-px {
  min-width: 1300px;
}

.z-index-1310 {
  z-index: 1310;
}

.min-height-1310-px {
  min-height: 1310px;
}

.min-width-1310-px {
  min-width: 1310px;
}

.z-index-1320 {
  z-index: 1320;
}

.min-height-1320-px {
  min-height: 1320px;
}

.min-width-1320-px {
  min-width: 1320px;
}

.z-index-1330 {
  z-index: 1330;
}

.min-height-1330-px {
  min-height: 1330px;
}

.min-width-1330-px {
  min-width: 1330px;
}

.z-index-1340 {
  z-index: 1340;
}

.min-height-1340-px {
  min-height: 1340px;
}

.min-width-1340-px {
  min-width: 1340px;
}

.z-index-1350 {
  z-index: 1350;
}

.min-height-1350-px {
  min-height: 1350px;
}

.min-width-1350-px {
  min-width: 1350px;
}

.z-index-1360 {
  z-index: 1360;
}

.min-height-1360-px {
  min-height: 1360px;
}

.min-width-1360-px {
  min-width: 1360px;
}

.z-index-1370 {
  z-index: 1370;
}

.min-height-1370-px {
  min-height: 1370px;
}

.min-width-1370-px {
  min-width: 1370px;
}

.z-index-1380 {
  z-index: 1380;
}

.min-height-1380-px {
  min-height: 1380px;
}

.min-width-1380-px {
  min-width: 1380px;
}

.z-index-1390 {
  z-index: 1390;
}

.min-height-1390-px {
  min-height: 1390px;
}

.min-width-1390-px {
  min-width: 1390px;
}

.z-index-1400 {
  z-index: 1400;
}

.min-height-1400-px {
  min-height: 1400px;
}

.min-width-1400-px {
  min-width: 1400px;
}

.z-index-1410 {
  z-index: 1410;
}

.min-height-1410-px {
  min-height: 1410px;
}

.min-width-1410-px {
  min-width: 1410px;
}

.z-index-1420 {
  z-index: 1420;
}

.min-height-1420-px {
  min-height: 1420px;
}

.min-width-1420-px {
  min-width: 1420px;
}

.z-index-1430 {
  z-index: 1430;
}

.min-height-1430-px {
  min-height: 1430px;
}

.min-width-1430-px {
  min-width: 1430px;
}

.z-index-1440 {
  z-index: 1440;
}

.min-height-1440-px {
  min-height: 1440px;
}

.min-width-1440-px {
  min-width: 1440px;
}

.z-index-1450 {
  z-index: 1450;
}

.min-height-1450-px {
  min-height: 1450px;
}

.min-width-1450-px {
  min-width: 1450px;
}

.z-index-1460 {
  z-index: 1460;
}

.min-height-1460-px {
  min-height: 1460px;
}

.min-width-1460-px {
  min-width: 1460px;
}

.z-index-1470 {
  z-index: 1470;
}

.min-height-1470-px {
  min-height: 1470px;
}

.min-width-1470-px {
  min-width: 1470px;
}

.z-index-1480 {
  z-index: 1480;
}

.min-height-1480-px {
  min-height: 1480px;
}

.min-width-1480-px {
  min-width: 1480px;
}

.z-index-1490 {
  z-index: 1490;
}

.min-height-1490-px {
  min-height: 1490px;
}

.min-width-1490-px {
  min-width: 1490px;
}

.z-index-1500 {
  z-index: 1500;
}

.min-height-1500-px {
  min-height: 1500px;
}

.min-width-1500-px {
  min-width: 1500px;
}

.z-index-1510 {
  z-index: 1510;
}

.min-height-1510-px {
  min-height: 1510px;
}

.min-width-1510-px {
  min-width: 1510px;
}

.z-index-1520 {
  z-index: 1520;
}

.min-height-1520-px {
  min-height: 1520px;
}

.min-width-1520-px {
  min-width: 1520px;
}

.z-index-1530 {
  z-index: 1530;
}

.min-height-1530-px {
  min-height: 1530px;
}

.min-width-1530-px {
  min-width: 1530px;
}

.z-index-1540 {
  z-index: 1540;
}

.min-height-1540-px {
  min-height: 1540px;
}

.min-width-1540-px {
  min-width: 1540px;
}

.z-index-1550 {
  z-index: 1550;
}

.min-height-1550-px {
  min-height: 1550px;
}

.min-width-1550-px {
  min-width: 1550px;
}

.z-index-1560 {
  z-index: 1560;
}

.min-height-1560-px {
  min-height: 1560px;
}

.min-width-1560-px {
  min-width: 1560px;
}

.z-index-1570 {
  z-index: 1570;
}

.min-height-1570-px {
  min-height: 1570px;
}

.min-width-1570-px {
  min-width: 1570px;
}

.z-index-1580 {
  z-index: 1580;
}

.min-height-1580-px {
  min-height: 1580px;
}

.min-width-1580-px {
  min-width: 1580px;
}

.z-index-1590 {
  z-index: 1590;
}

.min-height-1590-px {
  min-height: 1590px;
}

.min-width-1590-px {
  min-width: 1590px;
}

.z-index-1600 {
  z-index: 1600;
}

.min-height-1600-px {
  min-height: 1600px;
}

.min-width-1600-px {
  min-width: 1600px;
}

.z-index-1610 {
  z-index: 1610;
}

.min-height-1610-px {
  min-height: 1610px;
}

.min-width-1610-px {
  min-width: 1610px;
}

.z-index-1620 {
  z-index: 1620;
}

.min-height-1620-px {
  min-height: 1620px;
}

.min-width-1620-px {
  min-width: 1620px;
}

.z-index-1630 {
  z-index: 1630;
}

.min-height-1630-px {
  min-height: 1630px;
}

.min-width-1630-px {
  min-width: 1630px;
}

.z-index-1640 {
  z-index: 1640;
}

.min-height-1640-px {
  min-height: 1640px;
}

.min-width-1640-px {
  min-width: 1640px;
}

.z-index-1650 {
  z-index: 1650;
}

.min-height-1650-px {
  min-height: 1650px;
}

.min-width-1650-px {
  min-width: 1650px;
}

.z-index-1660 {
  z-index: 1660;
}

.min-height-1660-px {
  min-height: 1660px;
}

.min-width-1660-px {
  min-width: 1660px;
}

.z-index-1670 {
  z-index: 1670;
}

.min-height-1670-px {
  min-height: 1670px;
}

.min-width-1670-px {
  min-width: 1670px;
}

.z-index-1680 {
  z-index: 1680;
}

.min-height-1680-px {
  min-height: 1680px;
}

.min-width-1680-px {
  min-width: 1680px;
}

.z-index-1690 {
  z-index: 1690;
}

.min-height-1690-px {
  min-height: 1690px;
}

.min-width-1690-px {
  min-width: 1690px;
}

.z-index-1700 {
  z-index: 1700;
}

.min-height-1700-px {
  min-height: 1700px;
}

.min-width-1700-px {
  min-width: 1700px;
}

.z-index-1710 {
  z-index: 1710;
}

.min-height-1710-px {
  min-height: 1710px;
}

.min-width-1710-px {
  min-width: 1710px;
}

.z-index-1720 {
  z-index: 1720;
}

.min-height-1720-px {
  min-height: 1720px;
}

.min-width-1720-px {
  min-width: 1720px;
}

.z-index-1730 {
  z-index: 1730;
}

.min-height-1730-px {
  min-height: 1730px;
}

.min-width-1730-px {
  min-width: 1730px;
}

.z-index-1740 {
  z-index: 1740;
}

.min-height-1740-px {
  min-height: 1740px;
}

.min-width-1740-px {
  min-width: 1740px;
}

.z-index-1750 {
  z-index: 1750;
}

.min-height-1750-px {
  min-height: 1750px;
}

.min-width-1750-px {
  min-width: 1750px;
}

.z-index-1760 {
  z-index: 1760;
}

.min-height-1760-px {
  min-height: 1760px;
}

.min-width-1760-px {
  min-width: 1760px;
}

.z-index-1770 {
  z-index: 1770;
}

.min-height-1770-px {
  min-height: 1770px;
}

.min-width-1770-px {
  min-width: 1770px;
}

.z-index-1780 {
  z-index: 1780;
}

.min-height-1780-px {
  min-height: 1780px;
}

.min-width-1780-px {
  min-width: 1780px;
}

.z-index-1790 {
  z-index: 1790;
}

.min-height-1790-px {
  min-height: 1790px;
}

.min-width-1790-px {
  min-width: 1790px;
}

.z-index-1800 {
  z-index: 1800;
}

.min-height-1800-px {
  min-height: 1800px;
}

.min-width-1800-px {
  min-width: 1800px;
}

.z-index-1810 {
  z-index: 1810;
}

.min-height-1810-px {
  min-height: 1810px;
}

.min-width-1810-px {
  min-width: 1810px;
}

.z-index-1820 {
  z-index: 1820;
}

.min-height-1820-px {
  min-height: 1820px;
}

.min-width-1820-px {
  min-width: 1820px;
}

.z-index-1830 {
  z-index: 1830;
}

.min-height-1830-px {
  min-height: 1830px;
}

.min-width-1830-px {
  min-width: 1830px;
}

.z-index-1840 {
  z-index: 1840;
}

.min-height-1840-px {
  min-height: 1840px;
}

.min-width-1840-px {
  min-width: 1840px;
}

.z-index-1850 {
  z-index: 1850;
}

.min-height-1850-px {
  min-height: 1850px;
}

.min-width-1850-px {
  min-width: 1850px;
}

.z-index-1860 {
  z-index: 1860;
}

.min-height-1860-px {
  min-height: 1860px;
}

.min-width-1860-px {
  min-width: 1860px;
}

.z-index-1870 {
  z-index: 1870;
}

.min-height-1870-px {
  min-height: 1870px;
}

.min-width-1870-px {
  min-width: 1870px;
}

.z-index-1880 {
  z-index: 1880;
}

.min-height-1880-px {
  min-height: 1880px;
}

.min-width-1880-px {
  min-width: 1880px;
}

.z-index-1890 {
  z-index: 1890;
}

.min-height-1890-px {
  min-height: 1890px;
}

.min-width-1890-px {
  min-width: 1890px;
}

.z-index-1900 {
  z-index: 1900;
}

.min-height-1900-px {
  min-height: 1900px;
}

.min-width-1900-px {
  min-width: 1900px;
}

.z-index-1910 {
  z-index: 1910;
}

.min-height-1910-px {
  min-height: 1910px;
}

.min-width-1910-px {
  min-width: 1910px;
}

.z-index-1920 {
  z-index: 1920;
}

.min-height-1920-px {
  min-height: 1920px;
}

.min-width-1920-px {
  min-width: 1920px;
}

.z-index-1930 {
  z-index: 1930;
}

.min-height-1930-px {
  min-height: 1930px;
}

.min-width-1930-px {
  min-width: 1930px;
}

.z-index-1940 {
  z-index: 1940;
}

.min-height-1940-px {
  min-height: 1940px;
}

.min-width-1940-px {
  min-width: 1940px;
}

.z-index-1950 {
  z-index: 1950;
}

.min-height-1950-px {
  min-height: 1950px;
}

.min-width-1950-px {
  min-width: 1950px;
}

.z-index-1960 {
  z-index: 1960;
}

.min-height-1960-px {
  min-height: 1960px;
}

.min-width-1960-px {
  min-width: 1960px;
}

.z-index-1970 {
  z-index: 1970;
}

.min-height-1970-px {
  min-height: 1970px;
}

.min-width-1970-px {
  min-width: 1970px;
}

.z-index-1980 {
  z-index: 1980;
}

.min-height-1980-px {
  min-height: 1980px;
}

.min-width-1980-px {
  min-width: 1980px;
}

.z-index-1990 {
  z-index: 1990;
}

.min-height-1990-px {
  min-height: 1990px;
}

.min-width-1990-px {
  min-width: 1990px;
}

.z-index-2000 {
  z-index: 2000;
}

.min-height-2000-px {
  min-height: 2000px;
}

.min-width-2000-px {
  min-width: 2000px;
}

.z-index-2010 {
  z-index: 2010;
}

.min-height-2010-px {
  min-height: 2010px;
}

.min-width-2010-px {
  min-width: 2010px;
}

.z-index-2020 {
  z-index: 2020;
}

.min-height-2020-px {
  min-height: 2020px;
}

.min-width-2020-px {
  min-width: 2020px;
}

.z-index-2030 {
  z-index: 2030;
}

.min-height-2030-px {
  min-height: 2030px;
}

.min-width-2030-px {
  min-width: 2030px;
}

.z-index-2040 {
  z-index: 2040;
}

.min-height-2040-px {
  min-height: 2040px;
}

.min-width-2040-px {
  min-width: 2040px;
}

.z-index-2050 {
  z-index: 2050;
}

.min-height-2050-px {
  min-height: 2050px;
}

.min-width-2050-px {
  min-width: 2050px;
}

.z-index-2060 {
  z-index: 2060;
}

.min-height-2060-px {
  min-height: 2060px;
}

.min-width-2060-px {
  min-width: 2060px;
}

.z-index-2070 {
  z-index: 2070;
}

.min-height-2070-px {
  min-height: 2070px;
}

.min-width-2070-px {
  min-width: 2070px;
}

.z-index-2080 {
  z-index: 2080;
}

.min-height-2080-px {
  min-height: 2080px;
}

.min-width-2080-px {
  min-width: 2080px;
}

.z-index-2090 {
  z-index: 2090;
}

.min-height-2090-px {
  min-height: 2090px;
}

.min-width-2090-px {
  min-width: 2090px;
}

.z-index-2100 {
  z-index: 2100;
}

.min-height-2100-px {
  min-height: 2100px;
}

.min-width-2100-px {
  min-width: 2100px;
}

.z-index-2110 {
  z-index: 2110;
}

.min-height-2110-px {
  min-height: 2110px;
}

.min-width-2110-px {
  min-width: 2110px;
}

.z-index-2120 {
  z-index: 2120;
}

.min-height-2120-px {
  min-height: 2120px;
}

.min-width-2120-px {
  min-width: 2120px;
}

.z-index-2130 {
  z-index: 2130;
}

.min-height-2130-px {
  min-height: 2130px;
}

.min-width-2130-px {
  min-width: 2130px;
}

.z-index-2140 {
  z-index: 2140;
}

.min-height-2140-px {
  min-height: 2140px;
}

.min-width-2140-px {
  min-width: 2140px;
}

.z-index-2150 {
  z-index: 2150;
}

.min-height-2150-px {
  min-height: 2150px;
}

.min-width-2150-px {
  min-width: 2150px;
}

.z-index-2160 {
  z-index: 2160;
}

.min-height-2160-px {
  min-height: 2160px;
}

.min-width-2160-px {
  min-width: 2160px;
}

.z-index-2170 {
  z-index: 2170;
}

.min-height-2170-px {
  min-height: 2170px;
}

.min-width-2170-px {
  min-width: 2170px;
}

.z-index-2180 {
  z-index: 2180;
}

.min-height-2180-px {
  min-height: 2180px;
}

.min-width-2180-px {
  min-width: 2180px;
}

.z-index-2190 {
  z-index: 2190;
}

.min-height-2190-px {
  min-height: 2190px;
}

.min-width-2190-px {
  min-width: 2190px;
}

.z-index-2200 {
  z-index: 2200;
}

.min-height-2200-px {
  min-height: 2200px;
}

.min-width-2200-px {
  min-width: 2200px;
}

.z-index-2210 {
  z-index: 2210;
}

.min-height-2210-px {
  min-height: 2210px;
}

.min-width-2210-px {
  min-width: 2210px;
}

.z-index-2220 {
  z-index: 2220;
}

.min-height-2220-px {
  min-height: 2220px;
}

.min-width-2220-px {
  min-width: 2220px;
}

.z-index-2230 {
  z-index: 2230;
}

.min-height-2230-px {
  min-height: 2230px;
}

.min-width-2230-px {
  min-width: 2230px;
}

.z-index-2240 {
  z-index: 2240;
}

.min-height-2240-px {
  min-height: 2240px;
}

.min-width-2240-px {
  min-width: 2240px;
}

.z-index-2250 {
  z-index: 2250;
}

.min-height-2250-px {
  min-height: 2250px;
}

.min-width-2250-px {
  min-width: 2250px;
}

.z-index-2260 {
  z-index: 2260;
}

.min-height-2260-px {
  min-height: 2260px;
}

.min-width-2260-px {
  min-width: 2260px;
}

.z-index-2270 {
  z-index: 2270;
}

.min-height-2270-px {
  min-height: 2270px;
}

.min-width-2270-px {
  min-width: 2270px;
}

.z-index-2280 {
  z-index: 2280;
}

.min-height-2280-px {
  min-height: 2280px;
}

.min-width-2280-px {
  min-width: 2280px;
}

.z-index-2290 {
  z-index: 2290;
}

.min-height-2290-px {
  min-height: 2290px;
}

.min-width-2290-px {
  min-width: 2290px;
}

.z-index-2300 {
  z-index: 2300;
}

.min-height-2300-px {
  min-height: 2300px;
}

.min-width-2300-px {
  min-width: 2300px;
}

.z-index-2310 {
  z-index: 2310;
}

.min-height-2310-px {
  min-height: 2310px;
}

.min-width-2310-px {
  min-width: 2310px;
}

.z-index-2320 {
  z-index: 2320;
}

.min-height-2320-px {
  min-height: 2320px;
}

.min-width-2320-px {
  min-width: 2320px;
}

.z-index-2330 {
  z-index: 2330;
}

.min-height-2330-px {
  min-height: 2330px;
}

.min-width-2330-px {
  min-width: 2330px;
}

.z-index-2340 {
  z-index: 2340;
}

.min-height-2340-px {
  min-height: 2340px;
}

.min-width-2340-px {
  min-width: 2340px;
}

.z-index-2350 {
  z-index: 2350;
}

.min-height-2350-px {
  min-height: 2350px;
}

.min-width-2350-px {
  min-width: 2350px;
}

.z-index-2360 {
  z-index: 2360;
}

.min-height-2360-px {
  min-height: 2360px;
}

.min-width-2360-px {
  min-width: 2360px;
}

.z-index-2370 {
  z-index: 2370;
}

.min-height-2370-px {
  min-height: 2370px;
}

.min-width-2370-px {
  min-width: 2370px;
}

.z-index-2380 {
  z-index: 2380;
}

.min-height-2380-px {
  min-height: 2380px;
}

.min-width-2380-px {
  min-width: 2380px;
}

.z-index-2390 {
  z-index: 2390;
}

.min-height-2390-px {
  min-height: 2390px;
}

.min-width-2390-px {
  min-width: 2390px;
}

.z-index-2400 {
  z-index: 2400;
}

.min-height-2400-px {
  min-height: 2400px;
}

.min-width-2400-px {
  min-width: 2400px;
}

.z-index-2410 {
  z-index: 2410;
}

.min-height-2410-px {
  min-height: 2410px;
}

.min-width-2410-px {
  min-width: 2410px;
}

.z-index-2420 {
  z-index: 2420;
}

.min-height-2420-px {
  min-height: 2420px;
}

.min-width-2420-px {
  min-width: 2420px;
}

.z-index-2430 {
  z-index: 2430;
}

.min-height-2430-px {
  min-height: 2430px;
}

.min-width-2430-px {
  min-width: 2430px;
}

.z-index-2440 {
  z-index: 2440;
}

.min-height-2440-px {
  min-height: 2440px;
}

.min-width-2440-px {
  min-width: 2440px;
}

.z-index-2450 {
  z-index: 2450;
}

.min-height-2450-px {
  min-height: 2450px;
}

.min-width-2450-px {
  min-width: 2450px;
}

.z-index-2460 {
  z-index: 2460;
}

.min-height-2460-px {
  min-height: 2460px;
}

.min-width-2460-px {
  min-width: 2460px;
}

.z-index-2470 {
  z-index: 2470;
}

.min-height-2470-px {
  min-height: 2470px;
}

.min-width-2470-px {
  min-width: 2470px;
}

.z-index-2480 {
  z-index: 2480;
}

.min-height-2480-px {
  min-height: 2480px;
}

.min-width-2480-px {
  min-width: 2480px;
}

.z-index-2490 {
  z-index: 2490;
}

.min-height-2490-px {
  min-height: 2490px;
}

.min-width-2490-px {
  min-width: 2490px;
}

.z-index-2500 {
  z-index: 2500;
}

.min-height-2500-px {
  min-height: 2500px;
}

.min-width-2500-px {
  min-width: 2500px;
}

.z-index-2510 {
  z-index: 2510;
}

.min-height-2510-px {
  min-height: 2510px;
}

.min-width-2510-px {
  min-width: 2510px;
}

.z-index-2520 {
  z-index: 2520;
}

.min-height-2520-px {
  min-height: 2520px;
}

.min-width-2520-px {
  min-width: 2520px;
}

.z-index-2530 {
  z-index: 2530;
}

.min-height-2530-px {
  min-height: 2530px;
}

.min-width-2530-px {
  min-width: 2530px;
}

.z-index-2540 {
  z-index: 2540;
}

.min-height-2540-px {
  min-height: 2540px;
}

.min-width-2540-px {
  min-width: 2540px;
}

.z-index-2550 {
  z-index: 2550;
}

.min-height-2550-px {
  min-height: 2550px;
}

.min-width-2550-px {
  min-width: 2550px;
}

.z-index-2560 {
  z-index: 2560;
}

.min-height-2560-px {
  min-height: 2560px;
}

.min-width-2560-px {
  min-width: 2560px;
}

.z-index-2570 {
  z-index: 2570;
}

.min-height-2570-px {
  min-height: 2570px;
}

.min-width-2570-px {
  min-width: 2570px;
}

.z-index-2580 {
  z-index: 2580;
}

.min-height-2580-px {
  min-height: 2580px;
}

.min-width-2580-px {
  min-width: 2580px;
}

.z-index-2590 {
  z-index: 2590;
}

.min-height-2590-px {
  min-height: 2590px;
}

.min-width-2590-px {
  min-width: 2590px;
}

.z-index-2600 {
  z-index: 2600;
}

.min-height-2600-px {
  min-height: 2600px;
}

.min-width-2600-px {
  min-width: 2600px;
}

.z-index-2610 {
  z-index: 2610;
}

.min-height-2610-px {
  min-height: 2610px;
}

.min-width-2610-px {
  min-width: 2610px;
}

.z-index-2620 {
  z-index: 2620;
}

.min-height-2620-px {
  min-height: 2620px;
}

.min-width-2620-px {
  min-width: 2620px;
}

.z-index-2630 {
  z-index: 2630;
}

.min-height-2630-px {
  min-height: 2630px;
}

.min-width-2630-px {
  min-width: 2630px;
}

.z-index-2640 {
  z-index: 2640;
}

.min-height-2640-px {
  min-height: 2640px;
}

.min-width-2640-px {
  min-width: 2640px;
}

.z-index-2650 {
  z-index: 2650;
}

.min-height-2650-px {
  min-height: 2650px;
}

.min-width-2650-px {
  min-width: 2650px;
}

.z-index-2660 {
  z-index: 2660;
}

.min-height-2660-px {
  min-height: 2660px;
}

.min-width-2660-px {
  min-width: 2660px;
}

.z-index-2670 {
  z-index: 2670;
}

.min-height-2670-px {
  min-height: 2670px;
}

.min-width-2670-px {
  min-width: 2670px;
}

.z-index-2680 {
  z-index: 2680;
}

.min-height-2680-px {
  min-height: 2680px;
}

.min-width-2680-px {
  min-width: 2680px;
}

.z-index-2690 {
  z-index: 2690;
}

.min-height-2690-px {
  min-height: 2690px;
}

.min-width-2690-px {
  min-width: 2690px;
}

.z-index-2700 {
  z-index: 2700;
}

.min-height-2700-px {
  min-height: 2700px;
}

.min-width-2700-px {
  min-width: 2700px;
}

.z-index-2710 {
  z-index: 2710;
}

.min-height-2710-px {
  min-height: 2710px;
}

.min-width-2710-px {
  min-width: 2710px;
}

.z-index-2720 {
  z-index: 2720;
}

.min-height-2720-px {
  min-height: 2720px;
}

.min-width-2720-px {
  min-width: 2720px;
}

.z-index-2730 {
  z-index: 2730;
}

.min-height-2730-px {
  min-height: 2730px;
}

.min-width-2730-px {
  min-width: 2730px;
}

.z-index-2740 {
  z-index: 2740;
}

.min-height-2740-px {
  min-height: 2740px;
}

.min-width-2740-px {
  min-width: 2740px;
}

.z-index-2750 {
  z-index: 2750;
}

.min-height-2750-px {
  min-height: 2750px;
}

.min-width-2750-px {
  min-width: 2750px;
}

.z-index-2760 {
  z-index: 2760;
}

.min-height-2760-px {
  min-height: 2760px;
}

.min-width-2760-px {
  min-width: 2760px;
}

.z-index-2770 {
  z-index: 2770;
}

.min-height-2770-px {
  min-height: 2770px;
}

.min-width-2770-px {
  min-width: 2770px;
}

.z-index-2780 {
  z-index: 2780;
}

.min-height-2780-px {
  min-height: 2780px;
}

.min-width-2780-px {
  min-width: 2780px;
}

.z-index-2790 {
  z-index: 2790;
}

.min-height-2790-px {
  min-height: 2790px;
}

.min-width-2790-px {
  min-width: 2790px;
}

.z-index-2800 {
  z-index: 2800;
}

.min-height-2800-px {
  min-height: 2800px;
}

.min-width-2800-px {
  min-width: 2800px;
}

.z-index-2810 {
  z-index: 2810;
}

.min-height-2810-px {
  min-height: 2810px;
}

.min-width-2810-px {
  min-width: 2810px;
}

.z-index-2820 {
  z-index: 2820;
}

.min-height-2820-px {
  min-height: 2820px;
}

.min-width-2820-px {
  min-width: 2820px;
}

.z-index-2830 {
  z-index: 2830;
}

.min-height-2830-px {
  min-height: 2830px;
}

.min-width-2830-px {
  min-width: 2830px;
}

.z-index-2840 {
  z-index: 2840;
}

.min-height-2840-px {
  min-height: 2840px;
}

.min-width-2840-px {
  min-width: 2840px;
}

.z-index-2850 {
  z-index: 2850;
}

.min-height-2850-px {
  min-height: 2850px;
}

.min-width-2850-px {
  min-width: 2850px;
}

.z-index-2860 {
  z-index: 2860;
}

.min-height-2860-px {
  min-height: 2860px;
}

.min-width-2860-px {
  min-width: 2860px;
}

.z-index-2870 {
  z-index: 2870;
}

.min-height-2870-px {
  min-height: 2870px;
}

.min-width-2870-px {
  min-width: 2870px;
}

.z-index-2880 {
  z-index: 2880;
}

.min-height-2880-px {
  min-height: 2880px;
}

.min-width-2880-px {
  min-width: 2880px;
}

.z-index-2890 {
  z-index: 2890;
}

.min-height-2890-px {
  min-height: 2890px;
}

.min-width-2890-px {
  min-width: 2890px;
}

.z-index-2900 {
  z-index: 2900;
}

.min-height-2900-px {
  min-height: 2900px;
}

.min-width-2900-px {
  min-width: 2900px;
}

.z-index-2910 {
  z-index: 2910;
}

.min-height-2910-px {
  min-height: 2910px;
}

.min-width-2910-px {
  min-width: 2910px;
}

.z-index-2920 {
  z-index: 2920;
}

.min-height-2920-px {
  min-height: 2920px;
}

.min-width-2920-px {
  min-width: 2920px;
}

.z-index-2930 {
  z-index: 2930;
}

.min-height-2930-px {
  min-height: 2930px;
}

.min-width-2930-px {
  min-width: 2930px;
}

.z-index-2940 {
  z-index: 2940;
}

.min-height-2940-px {
  min-height: 2940px;
}

.min-width-2940-px {
  min-width: 2940px;
}

.z-index-2950 {
  z-index: 2950;
}

.min-height-2950-px {
  min-height: 2950px;
}

.min-width-2950-px {
  min-width: 2950px;
}

.z-index-2960 {
  z-index: 2960;
}

.min-height-2960-px {
  min-height: 2960px;
}

.min-width-2960-px {
  min-width: 2960px;
}

.z-index-2970 {
  z-index: 2970;
}

.min-height-2970-px {
  min-height: 2970px;
}

.min-width-2970-px {
  min-width: 2970px;
}

.z-index-2980 {
  z-index: 2980;
}

.min-height-2980-px {
  min-height: 2980px;
}

.min-width-2980-px {
  min-width: 2980px;
}

.z-index-2990 {
  z-index: 2990;
}

.min-height-2990-px {
  min-height: 2990px;
}

.min-width-2990-px {
  min-width: 2990px;
}

.z-index-3000 {
  z-index: 3000;
}

.min-height-3000-px {
  min-height: 3000px;
}

.min-width-3000-px {
  min-width: 3000px;
}

.z-index-3010 {
  z-index: 3010;
}

.min-height-3010-px {
  min-height: 3010px;
}

.min-width-3010-px {
  min-width: 3010px;
}

.z-index-3020 {
  z-index: 3020;
}

.min-height-3020-px {
  min-height: 3020px;
}

.min-width-3020-px {
  min-width: 3020px;
}

.z-index-3030 {
  z-index: 3030;
}

.min-height-3030-px {
  min-height: 3030px;
}

.min-width-3030-px {
  min-width: 3030px;
}

.z-index-3040 {
  z-index: 3040;
}

.min-height-3040-px {
  min-height: 3040px;
}

.min-width-3040-px {
  min-width: 3040px;
}

.z-index-3050 {
  z-index: 3050;
}

.min-height-3050-px {
  min-height: 3050px;
}

.min-width-3050-px {
  min-width: 3050px;
}

.z-index-3060 {
  z-index: 3060;
}

.min-height-3060-px {
  min-height: 3060px;
}

.min-width-3060-px {
  min-width: 3060px;
}

.z-index-3070 {
  z-index: 3070;
}

.min-height-3070-px {
  min-height: 3070px;
}

.min-width-3070-px {
  min-width: 3070px;
}

.z-index-3080 {
  z-index: 3080;
}

.min-height-3080-px {
  min-height: 3080px;
}

.min-width-3080-px {
  min-width: 3080px;
}

.z-index-3090 {
  z-index: 3090;
}

.min-height-3090-px {
  min-height: 3090px;
}

.min-width-3090-px {
  min-width: 3090px;
}

.z-index-3100 {
  z-index: 3100;
}

.min-height-3100-px {
  min-height: 3100px;
}

.min-width-3100-px {
  min-width: 3100px;
}

.z-index-3110 {
  z-index: 3110;
}

.min-height-3110-px {
  min-height: 3110px;
}

.min-width-3110-px {
  min-width: 3110px;
}

.z-index-3120 {
  z-index: 3120;
}

.min-height-3120-px {
  min-height: 3120px;
}

.min-width-3120-px {
  min-width: 3120px;
}

.z-index-3130 {
  z-index: 3130;
}

.min-height-3130-px {
  min-height: 3130px;
}

.min-width-3130-px {
  min-width: 3130px;
}

.z-index-3140 {
  z-index: 3140;
}

.min-height-3140-px {
  min-height: 3140px;
}

.min-width-3140-px {
  min-width: 3140px;
}

.z-index-3150 {
  z-index: 3150;
}

.min-height-3150-px {
  min-height: 3150px;
}

.min-width-3150-px {
  min-width: 3150px;
}

.z-index-3160 {
  z-index: 3160;
}

.min-height-3160-px {
  min-height: 3160px;
}

.min-width-3160-px {
  min-width: 3160px;
}

.z-index-3170 {
  z-index: 3170;
}

.min-height-3170-px {
  min-height: 3170px;
}

.min-width-3170-px {
  min-width: 3170px;
}

.z-index-3180 {
  z-index: 3180;
}

.min-height-3180-px {
  min-height: 3180px;
}

.min-width-3180-px {
  min-width: 3180px;
}

.z-index-3190 {
  z-index: 3190;
}

.min-height-3190-px {
  min-height: 3190px;
}

.min-width-3190-px {
  min-width: 3190px;
}

.z-index-3200 {
  z-index: 3200;
}

.min-height-3200-px {
  min-height: 3200px;
}

.min-width-3200-px {
  min-width: 3200px;
}

.z-index-3210 {
  z-index: 3210;
}

.min-height-3210-px {
  min-height: 3210px;
}

.min-width-3210-px {
  min-width: 3210px;
}

.z-index-3220 {
  z-index: 3220;
}

.min-height-3220-px {
  min-height: 3220px;
}

.min-width-3220-px {
  min-width: 3220px;
}

.z-index-3230 {
  z-index: 3230;
}

.min-height-3230-px {
  min-height: 3230px;
}

.min-width-3230-px {
  min-width: 3230px;
}

.z-index-3240 {
  z-index: 3240;
}

.min-height-3240-px {
  min-height: 3240px;
}

.min-width-3240-px {
  min-width: 3240px;
}

.z-index-3250 {
  z-index: 3250;
}

.min-height-3250-px {
  min-height: 3250px;
}

.min-width-3250-px {
  min-width: 3250px;
}

.z-index-3260 {
  z-index: 3260;
}

.min-height-3260-px {
  min-height: 3260px;
}

.min-width-3260-px {
  min-width: 3260px;
}

.z-index-3270 {
  z-index: 3270;
}

.min-height-3270-px {
  min-height: 3270px;
}

.min-width-3270-px {
  min-width: 3270px;
}

.z-index-3280 {
  z-index: 3280;
}

.min-height-3280-px {
  min-height: 3280px;
}

.min-width-3280-px {
  min-width: 3280px;
}

.z-index-3290 {
  z-index: 3290;
}

.min-height-3290-px {
  min-height: 3290px;
}

.min-width-3290-px {
  min-width: 3290px;
}

.z-index-3300 {
  z-index: 3300;
}

.min-height-3300-px {
  min-height: 3300px;
}

.min-width-3300-px {
  min-width: 3300px;
}

.z-index-3310 {
  z-index: 3310;
}

.min-height-3310-px {
  min-height: 3310px;
}

.min-width-3310-px {
  min-width: 3310px;
}

.z-index-3320 {
  z-index: 3320;
}

.min-height-3320-px {
  min-height: 3320px;
}

.min-width-3320-px {
  min-width: 3320px;
}

.z-index-3330 {
  z-index: 3330;
}

.min-height-3330-px {
  min-height: 3330px;
}

.min-width-3330-px {
  min-width: 3330px;
}

.z-index-3340 {
  z-index: 3340;
}

.min-height-3340-px {
  min-height: 3340px;
}

.min-width-3340-px {
  min-width: 3340px;
}

.z-index-3350 {
  z-index: 3350;
}

.min-height-3350-px {
  min-height: 3350px;
}

.min-width-3350-px {
  min-width: 3350px;
}

.z-index-3360 {
  z-index: 3360;
}

.min-height-3360-px {
  min-height: 3360px;
}

.min-width-3360-px {
  min-width: 3360px;
}

.z-index-3370 {
  z-index: 3370;
}

.min-height-3370-px {
  min-height: 3370px;
}

.min-width-3370-px {
  min-width: 3370px;
}

.z-index-3380 {
  z-index: 3380;
}

.min-height-3380-px {
  min-height: 3380px;
}

.min-width-3380-px {
  min-width: 3380px;
}

.z-index-3390 {
  z-index: 3390;
}

.min-height-3390-px {
  min-height: 3390px;
}

.min-width-3390-px {
  min-width: 3390px;
}

.z-index-3400 {
  z-index: 3400;
}

.min-height-3400-px {
  min-height: 3400px;
}

.min-width-3400-px {
  min-width: 3400px;
}

.z-index-3410 {
  z-index: 3410;
}

.min-height-3410-px {
  min-height: 3410px;
}

.min-width-3410-px {
  min-width: 3410px;
}

.z-index-3420 {
  z-index: 3420;
}

.min-height-3420-px {
  min-height: 3420px;
}

.min-width-3420-px {
  min-width: 3420px;
}

.z-index-3430 {
  z-index: 3430;
}

.min-height-3430-px {
  min-height: 3430px;
}

.min-width-3430-px {
  min-width: 3430px;
}

.z-index-3440 {
  z-index: 3440;
}

.min-height-3440-px {
  min-height: 3440px;
}

.min-width-3440-px {
  min-width: 3440px;
}

.z-index-3450 {
  z-index: 3450;
}

.min-height-3450-px {
  min-height: 3450px;
}

.min-width-3450-px {
  min-width: 3450px;
}

.z-index-3460 {
  z-index: 3460;
}

.min-height-3460-px {
  min-height: 3460px;
}

.min-width-3460-px {
  min-width: 3460px;
}

.z-index-3470 {
  z-index: 3470;
}

.min-height-3470-px {
  min-height: 3470px;
}

.min-width-3470-px {
  min-width: 3470px;
}

.z-index-3480 {
  z-index: 3480;
}

.min-height-3480-px {
  min-height: 3480px;
}

.min-width-3480-px {
  min-width: 3480px;
}

.z-index-3490 {
  z-index: 3490;
}

.min-height-3490-px {
  min-height: 3490px;
}

.min-width-3490-px {
  min-width: 3490px;
}

.z-index-3500 {
  z-index: 3500;
}

.min-height-3500-px {
  min-height: 3500px;
}

.min-width-3500-px {
  min-width: 3500px;
}

.z-index-3510 {
  z-index: 3510;
}

.min-height-3510-px {
  min-height: 3510px;
}

.min-width-3510-px {
  min-width: 3510px;
}

.z-index-3520 {
  z-index: 3520;
}

.min-height-3520-px {
  min-height: 3520px;
}

.min-width-3520-px {
  min-width: 3520px;
}

.z-index-3530 {
  z-index: 3530;
}

.min-height-3530-px {
  min-height: 3530px;
}

.min-width-3530-px {
  min-width: 3530px;
}

.z-index-3540 {
  z-index: 3540;
}

.min-height-3540-px {
  min-height: 3540px;
}

.min-width-3540-px {
  min-width: 3540px;
}

.z-index-3550 {
  z-index: 3550;
}

.min-height-3550-px {
  min-height: 3550px;
}

.min-width-3550-px {
  min-width: 3550px;
}

.z-index-3560 {
  z-index: 3560;
}

.min-height-3560-px {
  min-height: 3560px;
}

.min-width-3560-px {
  min-width: 3560px;
}

.z-index-3570 {
  z-index: 3570;
}

.min-height-3570-px {
  min-height: 3570px;
}

.min-width-3570-px {
  min-width: 3570px;
}

.z-index-3580 {
  z-index: 3580;
}

.min-height-3580-px {
  min-height: 3580px;
}

.min-width-3580-px {
  min-width: 3580px;
}

.z-index-3590 {
  z-index: 3590;
}

.min-height-3590-px {
  min-height: 3590px;
}

.min-width-3590-px {
  min-width: 3590px;
}

.z-index-3600 {
  z-index: 3600;
}

.min-height-3600-px {
  min-height: 3600px;
}

.min-width-3600-px {
  min-width: 3600px;
}

.z-index-3610 {
  z-index: 3610;
}

.min-height-3610-px {
  min-height: 3610px;
}

.min-width-3610-px {
  min-width: 3610px;
}

.z-index-3620 {
  z-index: 3620;
}

.min-height-3620-px {
  min-height: 3620px;
}

.min-width-3620-px {
  min-width: 3620px;
}

.z-index-3630 {
  z-index: 3630;
}

.min-height-3630-px {
  min-height: 3630px;
}

.min-width-3630-px {
  min-width: 3630px;
}

.z-index-3640 {
  z-index: 3640;
}

.min-height-3640-px {
  min-height: 3640px;
}

.min-width-3640-px {
  min-width: 3640px;
}

.z-index-3650 {
  z-index: 3650;
}

.min-height-3650-px {
  min-height: 3650px;
}

.min-width-3650-px {
  min-width: 3650px;
}

.z-index-3660 {
  z-index: 3660;
}

.min-height-3660-px {
  min-height: 3660px;
}

.min-width-3660-px {
  min-width: 3660px;
}

.z-index-3670 {
  z-index: 3670;
}

.min-height-3670-px {
  min-height: 3670px;
}

.min-width-3670-px {
  min-width: 3670px;
}

.z-index-3680 {
  z-index: 3680;
}

.min-height-3680-px {
  min-height: 3680px;
}

.min-width-3680-px {
  min-width: 3680px;
}

.z-index-3690 {
  z-index: 3690;
}

.min-height-3690-px {
  min-height: 3690px;
}

.min-width-3690-px {
  min-width: 3690px;
}

.z-index-3700 {
  z-index: 3700;
}

.min-height-3700-px {
  min-height: 3700px;
}

.min-width-3700-px {
  min-width: 3700px;
}

.z-index-3710 {
  z-index: 3710;
}

.min-height-3710-px {
  min-height: 3710px;
}

.min-width-3710-px {
  min-width: 3710px;
}

.z-index-3720 {
  z-index: 3720;
}

.min-height-3720-px {
  min-height: 3720px;
}

.min-width-3720-px {
  min-width: 3720px;
}

.z-index-3730 {
  z-index: 3730;
}

.min-height-3730-px {
  min-height: 3730px;
}

.min-width-3730-px {
  min-width: 3730px;
}

.z-index-3740 {
  z-index: 3740;
}

.min-height-3740-px {
  min-height: 3740px;
}

.min-width-3740-px {
  min-width: 3740px;
}

.z-index-3750 {
  z-index: 3750;
}

.min-height-3750-px {
  min-height: 3750px;
}

.min-width-3750-px {
  min-width: 3750px;
}

.z-index-3760 {
  z-index: 3760;
}

.min-height-3760-px {
  min-height: 3760px;
}

.min-width-3760-px {
  min-width: 3760px;
}

.z-index-3770 {
  z-index: 3770;
}

.min-height-3770-px {
  min-height: 3770px;
}

.min-width-3770-px {
  min-width: 3770px;
}

.z-index-3780 {
  z-index: 3780;
}

.min-height-3780-px {
  min-height: 3780px;
}

.min-width-3780-px {
  min-width: 3780px;
}

.z-index-3790 {
  z-index: 3790;
}

.min-height-3790-px {
  min-height: 3790px;
}

.min-width-3790-px {
  min-width: 3790px;
}

.z-index-3800 {
  z-index: 3800;
}

.min-height-3800-px {
  min-height: 3800px;
}

.min-width-3800-px {
  min-width: 3800px;
}

.z-index-3810 {
  z-index: 3810;
}

.min-height-3810-px {
  min-height: 3810px;
}

.min-width-3810-px {
  min-width: 3810px;
}

.z-index-3820 {
  z-index: 3820;
}

.min-height-3820-px {
  min-height: 3820px;
}

.min-width-3820-px {
  min-width: 3820px;
}

.z-index-3830 {
  z-index: 3830;
}

.min-height-3830-px {
  min-height: 3830px;
}

.min-width-3830-px {
  min-width: 3830px;
}

.z-index-3840 {
  z-index: 3840;
}

.min-height-3840-px {
  min-height: 3840px;
}

.min-width-3840-px {
  min-width: 3840px;
}

.z-index-3850 {
  z-index: 3850;
}

.min-height-3850-px {
  min-height: 3850px;
}

.min-width-3850-px {
  min-width: 3850px;
}

.z-index-3860 {
  z-index: 3860;
}

.min-height-3860-px {
  min-height: 3860px;
}

.min-width-3860-px {
  min-width: 3860px;
}

.z-index-3870 {
  z-index: 3870;
}

.min-height-3870-px {
  min-height: 3870px;
}

.min-width-3870-px {
  min-width: 3870px;
}

.z-index-3880 {
  z-index: 3880;
}

.min-height-3880-px {
  min-height: 3880px;
}

.min-width-3880-px {
  min-width: 3880px;
}

.z-index-3890 {
  z-index: 3890;
}

.min-height-3890-px {
  min-height: 3890px;
}

.min-width-3890-px {
  min-width: 3890px;
}

.z-index-3900 {
  z-index: 3900;
}

.min-height-3900-px {
  min-height: 3900px;
}

.min-width-3900-px {
  min-width: 3900px;
}

.z-index-3910 {
  z-index: 3910;
}

.min-height-3910-px {
  min-height: 3910px;
}

.min-width-3910-px {
  min-width: 3910px;
}

.z-index-3920 {
  z-index: 3920;
}

.min-height-3920-px {
  min-height: 3920px;
}

.min-width-3920-px {
  min-width: 3920px;
}

.z-index-3930 {
  z-index: 3930;
}

.min-height-3930-px {
  min-height: 3930px;
}

.min-width-3930-px {
  min-width: 3930px;
}

.z-index-3940 {
  z-index: 3940;
}

.min-height-3940-px {
  min-height: 3940px;
}

.min-width-3940-px {
  min-width: 3940px;
}

.z-index-3950 {
  z-index: 3950;
}

.min-height-3950-px {
  min-height: 3950px;
}

.min-width-3950-px {
  min-width: 3950px;
}

.z-index-3960 {
  z-index: 3960;
}

.min-height-3960-px {
  min-height: 3960px;
}

.min-width-3960-px {
  min-width: 3960px;
}

.z-index-3970 {
  z-index: 3970;
}

.min-height-3970-px {
  min-height: 3970px;
}

.min-width-3970-px {
  min-width: 3970px;
}

.z-index-3980 {
  z-index: 3980;
}

.min-height-3980-px {
  min-height: 3980px;
}

.min-width-3980-px {
  min-width: 3980px;
}

.z-index-3990 {
  z-index: 3990;
}

.min-height-3990-px {
  min-height: 3990px;
}

.min-width-3990-px {
  min-width: 3990px;
}

.z-index-4000 {
  z-index: 4000;
}

.min-height-4000-px {
  min-height: 4000px;
}

.min-width-4000-px {
  min-width: 4000px;
}

.z-index-4010 {
  z-index: 4010;
}

.min-height-4010-px {
  min-height: 4010px;
}

.min-width-4010-px {
  min-width: 4010px;
}

.z-index-4020 {
  z-index: 4020;
}

.min-height-4020-px {
  min-height: 4020px;
}

.min-width-4020-px {
  min-width: 4020px;
}

.z-index-4030 {
  z-index: 4030;
}

.min-height-4030-px {
  min-height: 4030px;
}

.min-width-4030-px {
  min-width: 4030px;
}

.z-index-4040 {
  z-index: 4040;
}

.min-height-4040-px {
  min-height: 4040px;
}

.min-width-4040-px {
  min-width: 4040px;
}

.z-index-4050 {
  z-index: 4050;
}

.min-height-4050-px {
  min-height: 4050px;
}

.min-width-4050-px {
  min-width: 4050px;
}

.z-index-4060 {
  z-index: 4060;
}

.min-height-4060-px {
  min-height: 4060px;
}

.min-width-4060-px {
  min-width: 4060px;
}

.z-index-4070 {
  z-index: 4070;
}

.min-height-4070-px {
  min-height: 4070px;
}

.min-width-4070-px {
  min-width: 4070px;
}

.z-index-4080 {
  z-index: 4080;
}

.min-height-4080-px {
  min-height: 4080px;
}

.min-width-4080-px {
  min-width: 4080px;
}

.z-index-4090 {
  z-index: 4090;
}

.min-height-4090-px {
  min-height: 4090px;
}

.min-width-4090-px {
  min-width: 4090px;
}

.z-index-4100 {
  z-index: 4100;
}

.min-height-4100-px {
  min-height: 4100px;
}

.min-width-4100-px {
  min-width: 4100px;
}

.z-index-4110 {
  z-index: 4110;
}

.min-height-4110-px {
  min-height: 4110px;
}

.min-width-4110-px {
  min-width: 4110px;
}

.z-index-4120 {
  z-index: 4120;
}

.min-height-4120-px {
  min-height: 4120px;
}

.min-width-4120-px {
  min-width: 4120px;
}

.z-index-4130 {
  z-index: 4130;
}

.min-height-4130-px {
  min-height: 4130px;
}

.min-width-4130-px {
  min-width: 4130px;
}

.z-index-4140 {
  z-index: 4140;
}

.min-height-4140-px {
  min-height: 4140px;
}

.min-width-4140-px {
  min-width: 4140px;
}

.z-index-4150 {
  z-index: 4150;
}

.min-height-4150-px {
  min-height: 4150px;
}

.min-width-4150-px {
  min-width: 4150px;
}

.z-index-4160 {
  z-index: 4160;
}

.min-height-4160-px {
  min-height: 4160px;
}

.min-width-4160-px {
  min-width: 4160px;
}

.z-index-4170 {
  z-index: 4170;
}

.min-height-4170-px {
  min-height: 4170px;
}

.min-width-4170-px {
  min-width: 4170px;
}

.z-index-4180 {
  z-index: 4180;
}

.min-height-4180-px {
  min-height: 4180px;
}

.min-width-4180-px {
  min-width: 4180px;
}

.z-index-4190 {
  z-index: 4190;
}

.min-height-4190-px {
  min-height: 4190px;
}

.min-width-4190-px {
  min-width: 4190px;
}

.z-index-4200 {
  z-index: 4200;
}

.min-height-4200-px {
  min-height: 4200px;
}

.min-width-4200-px {
  min-width: 4200px;
}

.z-index-4210 {
  z-index: 4210;
}

.min-height-4210-px {
  min-height: 4210px;
}

.min-width-4210-px {
  min-width: 4210px;
}

.z-index-4220 {
  z-index: 4220;
}

.min-height-4220-px {
  min-height: 4220px;
}

.min-width-4220-px {
  min-width: 4220px;
}

.z-index-4230 {
  z-index: 4230;
}

.min-height-4230-px {
  min-height: 4230px;
}

.min-width-4230-px {
  min-width: 4230px;
}

.z-index-4240 {
  z-index: 4240;
}

.min-height-4240-px {
  min-height: 4240px;
}

.min-width-4240-px {
  min-width: 4240px;
}

.z-index-4250 {
  z-index: 4250;
}

.min-height-4250-px {
  min-height: 4250px;
}

.min-width-4250-px {
  min-width: 4250px;
}

.z-index-4260 {
  z-index: 4260;
}

.min-height-4260-px {
  min-height: 4260px;
}

.min-width-4260-px {
  min-width: 4260px;
}

.z-index-4270 {
  z-index: 4270;
}

.min-height-4270-px {
  min-height: 4270px;
}

.min-width-4270-px {
  min-width: 4270px;
}

.z-index-4280 {
  z-index: 4280;
}

.min-height-4280-px {
  min-height: 4280px;
}

.min-width-4280-px {
  min-width: 4280px;
}

.z-index-4290 {
  z-index: 4290;
}

.min-height-4290-px {
  min-height: 4290px;
}

.min-width-4290-px {
  min-width: 4290px;
}

.z-index-4300 {
  z-index: 4300;
}

.min-height-4300-px {
  min-height: 4300px;
}

.min-width-4300-px {
  min-width: 4300px;
}

.z-index-4310 {
  z-index: 4310;
}

.min-height-4310-px {
  min-height: 4310px;
}

.min-width-4310-px {
  min-width: 4310px;
}

.z-index-4320 {
  z-index: 4320;
}

.min-height-4320-px {
  min-height: 4320px;
}

.min-width-4320-px {
  min-width: 4320px;
}

.z-index-4330 {
  z-index: 4330;
}

.min-height-4330-px {
  min-height: 4330px;
}

.min-width-4330-px {
  min-width: 4330px;
}

.z-index-4340 {
  z-index: 4340;
}

.min-height-4340-px {
  min-height: 4340px;
}

.min-width-4340-px {
  min-width: 4340px;
}

.z-index-4350 {
  z-index: 4350;
}

.min-height-4350-px {
  min-height: 4350px;
}

.min-width-4350-px {
  min-width: 4350px;
}

.z-index-4360 {
  z-index: 4360;
}

.min-height-4360-px {
  min-height: 4360px;
}

.min-width-4360-px {
  min-width: 4360px;
}

.z-index-4370 {
  z-index: 4370;
}

.min-height-4370-px {
  min-height: 4370px;
}

.min-width-4370-px {
  min-width: 4370px;
}

.z-index-4380 {
  z-index: 4380;
}

.min-height-4380-px {
  min-height: 4380px;
}

.min-width-4380-px {
  min-width: 4380px;
}

.z-index-4390 {
  z-index: 4390;
}

.min-height-4390-px {
  min-height: 4390px;
}

.min-width-4390-px {
  min-width: 4390px;
}

.z-index-4400 {
  z-index: 4400;
}

.min-height-4400-px {
  min-height: 4400px;
}

.min-width-4400-px {
  min-width: 4400px;
}

.z-index-4410 {
  z-index: 4410;
}

.min-height-4410-px {
  min-height: 4410px;
}

.min-width-4410-px {
  min-width: 4410px;
}

.z-index-4420 {
  z-index: 4420;
}

.min-height-4420-px {
  min-height: 4420px;
}

.min-width-4420-px {
  min-width: 4420px;
}

.z-index-4430 {
  z-index: 4430;
}

.min-height-4430-px {
  min-height: 4430px;
}

.min-width-4430-px {
  min-width: 4430px;
}

.z-index-4440 {
  z-index: 4440;
}

.min-height-4440-px {
  min-height: 4440px;
}

.min-width-4440-px {
  min-width: 4440px;
}

.z-index-4450 {
  z-index: 4450;
}

.min-height-4450-px {
  min-height: 4450px;
}

.min-width-4450-px {
  min-width: 4450px;
}

.z-index-4460 {
  z-index: 4460;
}

.min-height-4460-px {
  min-height: 4460px;
}

.min-width-4460-px {
  min-width: 4460px;
}

.z-index-4470 {
  z-index: 4470;
}

.min-height-4470-px {
  min-height: 4470px;
}

.min-width-4470-px {
  min-width: 4470px;
}

.z-index-4480 {
  z-index: 4480;
}

.min-height-4480-px {
  min-height: 4480px;
}

.min-width-4480-px {
  min-width: 4480px;
}

.z-index-4490 {
  z-index: 4490;
}

.min-height-4490-px {
  min-height: 4490px;
}

.min-width-4490-px {
  min-width: 4490px;
}

.z-index-4500 {
  z-index: 4500;
}

.min-height-4500-px {
  min-height: 4500px;
}

.min-width-4500-px {
  min-width: 4500px;
}

.z-index-4510 {
  z-index: 4510;
}

.min-height-4510-px {
  min-height: 4510px;
}

.min-width-4510-px {
  min-width: 4510px;
}

.z-index-4520 {
  z-index: 4520;
}

.min-height-4520-px {
  min-height: 4520px;
}

.min-width-4520-px {
  min-width: 4520px;
}

.z-index-4530 {
  z-index: 4530;
}

.min-height-4530-px {
  min-height: 4530px;
}

.min-width-4530-px {
  min-width: 4530px;
}

.z-index-4540 {
  z-index: 4540;
}

.min-height-4540-px {
  min-height: 4540px;
}

.min-width-4540-px {
  min-width: 4540px;
}

.z-index-4550 {
  z-index: 4550;
}

.min-height-4550-px {
  min-height: 4550px;
}

.min-width-4550-px {
  min-width: 4550px;
}

.z-index-4560 {
  z-index: 4560;
}

.min-height-4560-px {
  min-height: 4560px;
}

.min-width-4560-px {
  min-width: 4560px;
}

.z-index-4570 {
  z-index: 4570;
}

.min-height-4570-px {
  min-height: 4570px;
}

.min-width-4570-px {
  min-width: 4570px;
}

.z-index-4580 {
  z-index: 4580;
}

.min-height-4580-px {
  min-height: 4580px;
}

.min-width-4580-px {
  min-width: 4580px;
}

.z-index-4590 {
  z-index: 4590;
}

.min-height-4590-px {
  min-height: 4590px;
}

.min-width-4590-px {
  min-width: 4590px;
}

.z-index-4600 {
  z-index: 4600;
}

.min-height-4600-px {
  min-height: 4600px;
}

.min-width-4600-px {
  min-width: 4600px;
}

.z-index-4610 {
  z-index: 4610;
}

.min-height-4610-px {
  min-height: 4610px;
}

.min-width-4610-px {
  min-width: 4610px;
}

.z-index-4620 {
  z-index: 4620;
}

.min-height-4620-px {
  min-height: 4620px;
}

.min-width-4620-px {
  min-width: 4620px;
}

.z-index-4630 {
  z-index: 4630;
}

.min-height-4630-px {
  min-height: 4630px;
}

.min-width-4630-px {
  min-width: 4630px;
}

.z-index-4640 {
  z-index: 4640;
}

.min-height-4640-px {
  min-height: 4640px;
}

.min-width-4640-px {
  min-width: 4640px;
}

.z-index-4650 {
  z-index: 4650;
}

.min-height-4650-px {
  min-height: 4650px;
}

.min-width-4650-px {
  min-width: 4650px;
}

.z-index-4660 {
  z-index: 4660;
}

.min-height-4660-px {
  min-height: 4660px;
}

.min-width-4660-px {
  min-width: 4660px;
}

.z-index-4670 {
  z-index: 4670;
}

.min-height-4670-px {
  min-height: 4670px;
}

.min-width-4670-px {
  min-width: 4670px;
}

.z-index-4680 {
  z-index: 4680;
}

.min-height-4680-px {
  min-height: 4680px;
}

.min-width-4680-px {
  min-width: 4680px;
}

.z-index-4690 {
  z-index: 4690;
}

.min-height-4690-px {
  min-height: 4690px;
}

.min-width-4690-px {
  min-width: 4690px;
}

.z-index-4700 {
  z-index: 4700;
}

.min-height-4700-px {
  min-height: 4700px;
}

.min-width-4700-px {
  min-width: 4700px;
}

.z-index-4710 {
  z-index: 4710;
}

.min-height-4710-px {
  min-height: 4710px;
}

.min-width-4710-px {
  min-width: 4710px;
}

.z-index-4720 {
  z-index: 4720;
}

.min-height-4720-px {
  min-height: 4720px;
}

.min-width-4720-px {
  min-width: 4720px;
}

.z-index-4730 {
  z-index: 4730;
}

.min-height-4730-px {
  min-height: 4730px;
}

.min-width-4730-px {
  min-width: 4730px;
}

.z-index-4740 {
  z-index: 4740;
}

.min-height-4740-px {
  min-height: 4740px;
}

.min-width-4740-px {
  min-width: 4740px;
}

.z-index-4750 {
  z-index: 4750;
}

.min-height-4750-px {
  min-height: 4750px;
}

.min-width-4750-px {
  min-width: 4750px;
}

.z-index-4760 {
  z-index: 4760;
}

.min-height-4760-px {
  min-height: 4760px;
}

.min-width-4760-px {
  min-width: 4760px;
}

.z-index-4770 {
  z-index: 4770;
}

.min-height-4770-px {
  min-height: 4770px;
}

.min-width-4770-px {
  min-width: 4770px;
}

.z-index-4780 {
  z-index: 4780;
}

.min-height-4780-px {
  min-height: 4780px;
}

.min-width-4780-px {
  min-width: 4780px;
}

.z-index-4790 {
  z-index: 4790;
}

.min-height-4790-px {
  min-height: 4790px;
}

.min-width-4790-px {
  min-width: 4790px;
}

.z-index-4800 {
  z-index: 4800;
}

.min-height-4800-px {
  min-height: 4800px;
}

.min-width-4800-px {
  min-width: 4800px;
}

.z-index-4810 {
  z-index: 4810;
}

.min-height-4810-px {
  min-height: 4810px;
}

.min-width-4810-px {
  min-width: 4810px;
}

.z-index-4820 {
  z-index: 4820;
}

.min-height-4820-px {
  min-height: 4820px;
}

.min-width-4820-px {
  min-width: 4820px;
}

.z-index-4830 {
  z-index: 4830;
}

.min-height-4830-px {
  min-height: 4830px;
}

.min-width-4830-px {
  min-width: 4830px;
}

.z-index-4840 {
  z-index: 4840;
}

.min-height-4840-px {
  min-height: 4840px;
}

.min-width-4840-px {
  min-width: 4840px;
}

.z-index-4850 {
  z-index: 4850;
}

.min-height-4850-px {
  min-height: 4850px;
}

.min-width-4850-px {
  min-width: 4850px;
}

.z-index-4860 {
  z-index: 4860;
}

.min-height-4860-px {
  min-height: 4860px;
}

.min-width-4860-px {
  min-width: 4860px;
}

.z-index-4870 {
  z-index: 4870;
}

.min-height-4870-px {
  min-height: 4870px;
}

.min-width-4870-px {
  min-width: 4870px;
}

.z-index-4880 {
  z-index: 4880;
}

.min-height-4880-px {
  min-height: 4880px;
}

.min-width-4880-px {
  min-width: 4880px;
}

.z-index-4890 {
  z-index: 4890;
}

.min-height-4890-px {
  min-height: 4890px;
}

.min-width-4890-px {
  min-width: 4890px;
}

.z-index-4900 {
  z-index: 4900;
}

.min-height-4900-px {
  min-height: 4900px;
}

.min-width-4900-px {
  min-width: 4900px;
}

.z-index-4910 {
  z-index: 4910;
}

.min-height-4910-px {
  min-height: 4910px;
}

.min-width-4910-px {
  min-width: 4910px;
}

.z-index-4920 {
  z-index: 4920;
}

.min-height-4920-px {
  min-height: 4920px;
}

.min-width-4920-px {
  min-width: 4920px;
}

.z-index-4930 {
  z-index: 4930;
}

.min-height-4930-px {
  min-height: 4930px;
}

.min-width-4930-px {
  min-width: 4930px;
}

.z-index-4940 {
  z-index: 4940;
}

.min-height-4940-px {
  min-height: 4940px;
}

.min-width-4940-px {
  min-width: 4940px;
}

.z-index-4950 {
  z-index: 4950;
}

.min-height-4950-px {
  min-height: 4950px;
}

.min-width-4950-px {
  min-width: 4950px;
}

.z-index-4960 {
  z-index: 4960;
}

.min-height-4960-px {
  min-height: 4960px;
}

.min-width-4960-px {
  min-width: 4960px;
}

.z-index-4970 {
  z-index: 4970;
}

.min-height-4970-px {
  min-height: 4970px;
}

.min-width-4970-px {
  min-width: 4970px;
}

.z-index-4980 {
  z-index: 4980;
}

.min-height-4980-px {
  min-height: 4980px;
}

.min-width-4980-px {
  min-width: 4980px;
}

.z-index-4990 {
  z-index: 4990;
}

.min-height-4990-px {
  min-height: 4990px;
}

.min-width-4990-px {
  min-width: 4990px;
}

.z-index-5000 {
  z-index: 5000;
}

.min-height-5000-px {
  min-height: 5000px;
}

.min-width-5000-px {
  min-width: 5000px;
}

.z-index-5010 {
  z-index: 5010;
}

.min-height-5010-px {
  min-height: 5010px;
}

.min-width-5010-px {
  min-width: 5010px;
}

.z-index-5020 {
  z-index: 5020;
}

.min-height-5020-px {
  min-height: 5020px;
}

.min-width-5020-px {
  min-width: 5020px;
}

.z-index-5030 {
  z-index: 5030;
}

.min-height-5030-px {
  min-height: 5030px;
}

.min-width-5030-px {
  min-width: 5030px;
}

.z-index-5040 {
  z-index: 5040;
}

.min-height-5040-px {
  min-height: 5040px;
}

.min-width-5040-px {
  min-width: 5040px;
}

.z-index-5050 {
  z-index: 5050;
}

.min-height-5050-px {
  min-height: 5050px;
}

.min-width-5050-px {
  min-width: 5050px;
}

.z-index-5060 {
  z-index: 5060;
}

.min-height-5060-px {
  min-height: 5060px;
}

.min-width-5060-px {
  min-width: 5060px;
}

.z-index-5070 {
  z-index: 5070;
}

.min-height-5070-px {
  min-height: 5070px;
}

.min-width-5070-px {
  min-width: 5070px;
}

.z-index-5080 {
  z-index: 5080;
}

.min-height-5080-px {
  min-height: 5080px;
}

.min-width-5080-px {
  min-width: 5080px;
}

.z-index-5090 {
  z-index: 5090;
}

.min-height-5090-px {
  min-height: 5090px;
}

.min-width-5090-px {
  min-width: 5090px;
}

.z-index-5100 {
  z-index: 5100;
}

.min-height-5100-px {
  min-height: 5100px;
}

.min-width-5100-px {
  min-width: 5100px;
}

.z-index-5110 {
  z-index: 5110;
}

.min-height-5110-px {
  min-height: 5110px;
}

.min-width-5110-px {
  min-width: 5110px;
}

.z-index-5120 {
  z-index: 5120;
}

.min-height-5120-px {
  min-height: 5120px;
}

.min-width-5120-px {
  min-width: 5120px;
}

.z-index-5130 {
  z-index: 5130;
}

.min-height-5130-px {
  min-height: 5130px;
}

.min-width-5130-px {
  min-width: 5130px;
}

.z-index-5140 {
  z-index: 5140;
}

.min-height-5140-px {
  min-height: 5140px;
}

.min-width-5140-px {
  min-width: 5140px;
}

.z-index-5150 {
  z-index: 5150;
}

.min-height-5150-px {
  min-height: 5150px;
}

.min-width-5150-px {
  min-width: 5150px;
}

.z-index-5160 {
  z-index: 5160;
}

.min-height-5160-px {
  min-height: 5160px;
}

.min-width-5160-px {
  min-width: 5160px;
}

.z-index-5170 {
  z-index: 5170;
}

.min-height-5170-px {
  min-height: 5170px;
}

.min-width-5170-px {
  min-width: 5170px;
}

.z-index-5180 {
  z-index: 5180;
}

.min-height-5180-px {
  min-height: 5180px;
}

.min-width-5180-px {
  min-width: 5180px;
}

.z-index-5190 {
  z-index: 5190;
}

.min-height-5190-px {
  min-height: 5190px;
}

.min-width-5190-px {
  min-width: 5190px;
}

.z-index-5200 {
  z-index: 5200;
}

.min-height-5200-px {
  min-height: 5200px;
}

.min-width-5200-px {
  min-width: 5200px;
}

.z-index-5210 {
  z-index: 5210;
}

.min-height-5210-px {
  min-height: 5210px;
}

.min-width-5210-px {
  min-width: 5210px;
}

.z-index-5220 {
  z-index: 5220;
}

.min-height-5220-px {
  min-height: 5220px;
}

.min-width-5220-px {
  min-width: 5220px;
}

.z-index-5230 {
  z-index: 5230;
}

.min-height-5230-px {
  min-height: 5230px;
}

.min-width-5230-px {
  min-width: 5230px;
}

.z-index-5240 {
  z-index: 5240;
}

.min-height-5240-px {
  min-height: 5240px;
}

.min-width-5240-px {
  min-width: 5240px;
}

.z-index-5250 {
  z-index: 5250;
}

.min-height-5250-px {
  min-height: 5250px;
}

.min-width-5250-px {
  min-width: 5250px;
}

.z-index-5260 {
  z-index: 5260;
}

.min-height-5260-px {
  min-height: 5260px;
}

.min-width-5260-px {
  min-width: 5260px;
}

.z-index-5270 {
  z-index: 5270;
}

.min-height-5270-px {
  min-height: 5270px;
}

.min-width-5270-px {
  min-width: 5270px;
}

.z-index-5280 {
  z-index: 5280;
}

.min-height-5280-px {
  min-height: 5280px;
}

.min-width-5280-px {
  min-width: 5280px;
}

.z-index-5290 {
  z-index: 5290;
}

.min-height-5290-px {
  min-height: 5290px;
}

.min-width-5290-px {
  min-width: 5290px;
}

.z-index-5300 {
  z-index: 5300;
}

.min-height-5300-px {
  min-height: 5300px;
}

.min-width-5300-px {
  min-width: 5300px;
}

.z-index-5310 {
  z-index: 5310;
}

.min-height-5310-px {
  min-height: 5310px;
}

.min-width-5310-px {
  min-width: 5310px;
}

.z-index-5320 {
  z-index: 5320;
}

.min-height-5320-px {
  min-height: 5320px;
}

.min-width-5320-px {
  min-width: 5320px;
}

.z-index-5330 {
  z-index: 5330;
}

.min-height-5330-px {
  min-height: 5330px;
}

.min-width-5330-px {
  min-width: 5330px;
}

.z-index-5340 {
  z-index: 5340;
}

.min-height-5340-px {
  min-height: 5340px;
}

.min-width-5340-px {
  min-width: 5340px;
}

.z-index-5350 {
  z-index: 5350;
}

.min-height-5350-px {
  min-height: 5350px;
}

.min-width-5350-px {
  min-width: 5350px;
}

.z-index-5360 {
  z-index: 5360;
}

.min-height-5360-px {
  min-height: 5360px;
}

.min-width-5360-px {
  min-width: 5360px;
}

.z-index-5370 {
  z-index: 5370;
}

.min-height-5370-px {
  min-height: 5370px;
}

.min-width-5370-px {
  min-width: 5370px;
}

.z-index-5380 {
  z-index: 5380;
}

.min-height-5380-px {
  min-height: 5380px;
}

.min-width-5380-px {
  min-width: 5380px;
}

.z-index-5390 {
  z-index: 5390;
}

.min-height-5390-px {
  min-height: 5390px;
}

.min-width-5390-px {
  min-width: 5390px;
}

.z-index-5400 {
  z-index: 5400;
}

.min-height-5400-px {
  min-height: 5400px;
}

.min-width-5400-px {
  min-width: 5400px;
}

.z-index-5410 {
  z-index: 5410;
}

.min-height-5410-px {
  min-height: 5410px;
}

.min-width-5410-px {
  min-width: 5410px;
}

.z-index-5420 {
  z-index: 5420;
}

.min-height-5420-px {
  min-height: 5420px;
}

.min-width-5420-px {
  min-width: 5420px;
}

.z-index-5430 {
  z-index: 5430;
}

.min-height-5430-px {
  min-height: 5430px;
}

.min-width-5430-px {
  min-width: 5430px;
}

.z-index-5440 {
  z-index: 5440;
}

.min-height-5440-px {
  min-height: 5440px;
}

.min-width-5440-px {
  min-width: 5440px;
}

.z-index-5450 {
  z-index: 5450;
}

.min-height-5450-px {
  min-height: 5450px;
}

.min-width-5450-px {
  min-width: 5450px;
}

.z-index-5460 {
  z-index: 5460;
}

.min-height-5460-px {
  min-height: 5460px;
}

.min-width-5460-px {
  min-width: 5460px;
}

.z-index-5470 {
  z-index: 5470;
}

.min-height-5470-px {
  min-height: 5470px;
}

.min-width-5470-px {
  min-width: 5470px;
}

.z-index-5480 {
  z-index: 5480;
}

.min-height-5480-px {
  min-height: 5480px;
}

.min-width-5480-px {
  min-width: 5480px;
}

.z-index-5490 {
  z-index: 5490;
}

.min-height-5490-px {
  min-height: 5490px;
}

.min-width-5490-px {
  min-width: 5490px;
}

.z-index-5500 {
  z-index: 5500;
}

.min-height-5500-px {
  min-height: 5500px;
}

.min-width-5500-px {
  min-width: 5500px;
}

.z-index-5510 {
  z-index: 5510;
}

.min-height-5510-px {
  min-height: 5510px;
}

.min-width-5510-px {
  min-width: 5510px;
}

.z-index-5520 {
  z-index: 5520;
}

.min-height-5520-px {
  min-height: 5520px;
}

.min-width-5520-px {
  min-width: 5520px;
}

.z-index-5530 {
  z-index: 5530;
}

.min-height-5530-px {
  min-height: 5530px;
}

.min-width-5530-px {
  min-width: 5530px;
}

.z-index-5540 {
  z-index: 5540;
}

.min-height-5540-px {
  min-height: 5540px;
}

.min-width-5540-px {
  min-width: 5540px;
}

.z-index-5550 {
  z-index: 5550;
}

.min-height-5550-px {
  min-height: 5550px;
}

.min-width-5550-px {
  min-width: 5550px;
}

.z-index-5560 {
  z-index: 5560;
}

.min-height-5560-px {
  min-height: 5560px;
}

.min-width-5560-px {
  min-width: 5560px;
}

.z-index-5570 {
  z-index: 5570;
}

.min-height-5570-px {
  min-height: 5570px;
}

.min-width-5570-px {
  min-width: 5570px;
}

.z-index-5580 {
  z-index: 5580;
}

.min-height-5580-px {
  min-height: 5580px;
}

.min-width-5580-px {
  min-width: 5580px;
}

.z-index-5590 {
  z-index: 5590;
}

.min-height-5590-px {
  min-height: 5590px;
}

.min-width-5590-px {
  min-width: 5590px;
}

.z-index-5600 {
  z-index: 5600;
}

.min-height-5600-px {
  min-height: 5600px;
}

.min-width-5600-px {
  min-width: 5600px;
}

.z-index-5610 {
  z-index: 5610;
}

.min-height-5610-px {
  min-height: 5610px;
}

.min-width-5610-px {
  min-width: 5610px;
}

.z-index-5620 {
  z-index: 5620;
}

.min-height-5620-px {
  min-height: 5620px;
}

.min-width-5620-px {
  min-width: 5620px;
}

.z-index-5630 {
  z-index: 5630;
}

.min-height-5630-px {
  min-height: 5630px;
}

.min-width-5630-px {
  min-width: 5630px;
}

.z-index-5640 {
  z-index: 5640;
}

.min-height-5640-px {
  min-height: 5640px;
}

.min-width-5640-px {
  min-width: 5640px;
}

.z-index-5650 {
  z-index: 5650;
}

.min-height-5650-px {
  min-height: 5650px;
}

.min-width-5650-px {
  min-width: 5650px;
}

.z-index-5660 {
  z-index: 5660;
}

.min-height-5660-px {
  min-height: 5660px;
}

.min-width-5660-px {
  min-width: 5660px;
}

.z-index-5670 {
  z-index: 5670;
}

.min-height-5670-px {
  min-height: 5670px;
}

.min-width-5670-px {
  min-width: 5670px;
}

.z-index-5680 {
  z-index: 5680;
}

.min-height-5680-px {
  min-height: 5680px;
}

.min-width-5680-px {
  min-width: 5680px;
}

.z-index-5690 {
  z-index: 5690;
}

.min-height-5690-px {
  min-height: 5690px;
}

.min-width-5690-px {
  min-width: 5690px;
}

.z-index-5700 {
  z-index: 5700;
}

.min-height-5700-px {
  min-height: 5700px;
}

.min-width-5700-px {
  min-width: 5700px;
}

.z-index-5710 {
  z-index: 5710;
}

.min-height-5710-px {
  min-height: 5710px;
}

.min-width-5710-px {
  min-width: 5710px;
}

.z-index-5720 {
  z-index: 5720;
}

.min-height-5720-px {
  min-height: 5720px;
}

.min-width-5720-px {
  min-width: 5720px;
}

.z-index-5730 {
  z-index: 5730;
}

.min-height-5730-px {
  min-height: 5730px;
}

.min-width-5730-px {
  min-width: 5730px;
}

.z-index-5740 {
  z-index: 5740;
}

.min-height-5740-px {
  min-height: 5740px;
}

.min-width-5740-px {
  min-width: 5740px;
}

.z-index-5750 {
  z-index: 5750;
}

.min-height-5750-px {
  min-height: 5750px;
}

.min-width-5750-px {
  min-width: 5750px;
}

.z-index-5760 {
  z-index: 5760;
}

.min-height-5760-px {
  min-height: 5760px;
}

.min-width-5760-px {
  min-width: 5760px;
}

.z-index-5770 {
  z-index: 5770;
}

.min-height-5770-px {
  min-height: 5770px;
}

.min-width-5770-px {
  min-width: 5770px;
}

.z-index-5780 {
  z-index: 5780;
}

.min-height-5780-px {
  min-height: 5780px;
}

.min-width-5780-px {
  min-width: 5780px;
}

.z-index-5790 {
  z-index: 5790;
}

.min-height-5790-px {
  min-height: 5790px;
}

.min-width-5790-px {
  min-width: 5790px;
}

.z-index-5800 {
  z-index: 5800;
}

.min-height-5800-px {
  min-height: 5800px;
}

.min-width-5800-px {
  min-width: 5800px;
}

.z-index-5810 {
  z-index: 5810;
}

.min-height-5810-px {
  min-height: 5810px;
}

.min-width-5810-px {
  min-width: 5810px;
}

.z-index-5820 {
  z-index: 5820;
}

.min-height-5820-px {
  min-height: 5820px;
}

.min-width-5820-px {
  min-width: 5820px;
}

.z-index-5830 {
  z-index: 5830;
}

.min-height-5830-px {
  min-height: 5830px;
}

.min-width-5830-px {
  min-width: 5830px;
}

.z-index-5840 {
  z-index: 5840;
}

.min-height-5840-px {
  min-height: 5840px;
}

.min-width-5840-px {
  min-width: 5840px;
}

.z-index-5850 {
  z-index: 5850;
}

.min-height-5850-px {
  min-height: 5850px;
}

.min-width-5850-px {
  min-width: 5850px;
}

.z-index-5860 {
  z-index: 5860;
}

.min-height-5860-px {
  min-height: 5860px;
}

.min-width-5860-px {
  min-width: 5860px;
}

.z-index-5870 {
  z-index: 5870;
}

.min-height-5870-px {
  min-height: 5870px;
}

.min-width-5870-px {
  min-width: 5870px;
}

.z-index-5880 {
  z-index: 5880;
}

.min-height-5880-px {
  min-height: 5880px;
}

.min-width-5880-px {
  min-width: 5880px;
}

.z-index-5890 {
  z-index: 5890;
}

.min-height-5890-px {
  min-height: 5890px;
}

.min-width-5890-px {
  min-width: 5890px;
}

.z-index-5900 {
  z-index: 5900;
}

.min-height-5900-px {
  min-height: 5900px;
}

.min-width-5900-px {
  min-width: 5900px;
}

.z-index-5910 {
  z-index: 5910;
}

.min-height-5910-px {
  min-height: 5910px;
}

.min-width-5910-px {
  min-width: 5910px;
}

.z-index-5920 {
  z-index: 5920;
}

.min-height-5920-px {
  min-height: 5920px;
}

.min-width-5920-px {
  min-width: 5920px;
}

.z-index-5930 {
  z-index: 5930;
}

.min-height-5930-px {
  min-height: 5930px;
}

.min-width-5930-px {
  min-width: 5930px;
}

.z-index-5940 {
  z-index: 5940;
}

.min-height-5940-px {
  min-height: 5940px;
}

.min-width-5940-px {
  min-width: 5940px;
}

.z-index-5950 {
  z-index: 5950;
}

.min-height-5950-px {
  min-height: 5950px;
}

.min-width-5950-px {
  min-width: 5950px;
}

.z-index-5960 {
  z-index: 5960;
}

.min-height-5960-px {
  min-height: 5960px;
}

.min-width-5960-px {
  min-width: 5960px;
}

.z-index-5970 {
  z-index: 5970;
}

.min-height-5970-px {
  min-height: 5970px;
}

.min-width-5970-px {
  min-width: 5970px;
}

.z-index-5980 {
  z-index: 5980;
}

.min-height-5980-px {
  min-height: 5980px;
}

.min-width-5980-px {
  min-width: 5980px;
}

.z-index-5990 {
  z-index: 5990;
}

.min-height-5990-px {
  min-height: 5990px;
}

.min-width-5990-px {
  min-width: 5990px;
}

.z-index-6000 {
  z-index: 6000;
}

.min-height-6000-px {
  min-height: 6000px;
}

.min-width-6000-px {
  min-width: 6000px;
}

.z-index-6010 {
  z-index: 6010;
}

.min-height-6010-px {
  min-height: 6010px;
}

.min-width-6010-px {
  min-width: 6010px;
}

.z-index-6020 {
  z-index: 6020;
}

.min-height-6020-px {
  min-height: 6020px;
}

.min-width-6020-px {
  min-width: 6020px;
}

.z-index-6030 {
  z-index: 6030;
}

.min-height-6030-px {
  min-height: 6030px;
}

.min-width-6030-px {
  min-width: 6030px;
}

.z-index-6040 {
  z-index: 6040;
}

.min-height-6040-px {
  min-height: 6040px;
}

.min-width-6040-px {
  min-width: 6040px;
}

.z-index-6050 {
  z-index: 6050;
}

.min-height-6050-px {
  min-height: 6050px;
}

.min-width-6050-px {
  min-width: 6050px;
}

.z-index-6060 {
  z-index: 6060;
}

.min-height-6060-px {
  min-height: 6060px;
}

.min-width-6060-px {
  min-width: 6060px;
}

.z-index-6070 {
  z-index: 6070;
}

.min-height-6070-px {
  min-height: 6070px;
}

.min-width-6070-px {
  min-width: 6070px;
}

.z-index-6080 {
  z-index: 6080;
}

.min-height-6080-px {
  min-height: 6080px;
}

.min-width-6080-px {
  min-width: 6080px;
}

.z-index-6090 {
  z-index: 6090;
}

.min-height-6090-px {
  min-height: 6090px;
}

.min-width-6090-px {
  min-width: 6090px;
}

.z-index-6100 {
  z-index: 6100;
}

.min-height-6100-px {
  min-height: 6100px;
}

.min-width-6100-px {
  min-width: 6100px;
}

.z-index-6110 {
  z-index: 6110;
}

.min-height-6110-px {
  min-height: 6110px;
}

.min-width-6110-px {
  min-width: 6110px;
}

.z-index-6120 {
  z-index: 6120;
}

.min-height-6120-px {
  min-height: 6120px;
}

.min-width-6120-px {
  min-width: 6120px;
}

.z-index-6130 {
  z-index: 6130;
}

.min-height-6130-px {
  min-height: 6130px;
}

.min-width-6130-px {
  min-width: 6130px;
}

.z-index-6140 {
  z-index: 6140;
}

.min-height-6140-px {
  min-height: 6140px;
}

.min-width-6140-px {
  min-width: 6140px;
}

.z-index-6150 {
  z-index: 6150;
}

.min-height-6150-px {
  min-height: 6150px;
}

.min-width-6150-px {
  min-width: 6150px;
}

.z-index-6160 {
  z-index: 6160;
}

.min-height-6160-px {
  min-height: 6160px;
}

.min-width-6160-px {
  min-width: 6160px;
}

.z-index-6170 {
  z-index: 6170;
}

.min-height-6170-px {
  min-height: 6170px;
}

.min-width-6170-px {
  min-width: 6170px;
}

.z-index-6180 {
  z-index: 6180;
}

.min-height-6180-px {
  min-height: 6180px;
}

.min-width-6180-px {
  min-width: 6180px;
}

.z-index-6190 {
  z-index: 6190;
}

.min-height-6190-px {
  min-height: 6190px;
}

.min-width-6190-px {
  min-width: 6190px;
}

.z-index-6200 {
  z-index: 6200;
}

.min-height-6200-px {
  min-height: 6200px;
}

.min-width-6200-px {
  min-width: 6200px;
}

.z-index-6210 {
  z-index: 6210;
}

.min-height-6210-px {
  min-height: 6210px;
}

.min-width-6210-px {
  min-width: 6210px;
}

.z-index-6220 {
  z-index: 6220;
}

.min-height-6220-px {
  min-height: 6220px;
}

.min-width-6220-px {
  min-width: 6220px;
}

.z-index-6230 {
  z-index: 6230;
}

.min-height-6230-px {
  min-height: 6230px;
}

.min-width-6230-px {
  min-width: 6230px;
}

.z-index-6240 {
  z-index: 6240;
}

.min-height-6240-px {
  min-height: 6240px;
}

.min-width-6240-px {
  min-width: 6240px;
}

.z-index-6250 {
  z-index: 6250;
}

.min-height-6250-px {
  min-height: 6250px;
}

.min-width-6250-px {
  min-width: 6250px;
}

.z-index-6260 {
  z-index: 6260;
}

.min-height-6260-px {
  min-height: 6260px;
}

.min-width-6260-px {
  min-width: 6260px;
}

.z-index-6270 {
  z-index: 6270;
}

.min-height-6270-px {
  min-height: 6270px;
}

.min-width-6270-px {
  min-width: 6270px;
}

.z-index-6280 {
  z-index: 6280;
}

.min-height-6280-px {
  min-height: 6280px;
}

.min-width-6280-px {
  min-width: 6280px;
}

.z-index-6290 {
  z-index: 6290;
}

.min-height-6290-px {
  min-height: 6290px;
}

.min-width-6290-px {
  min-width: 6290px;
}

.z-index-6300 {
  z-index: 6300;
}

.min-height-6300-px {
  min-height: 6300px;
}

.min-width-6300-px {
  min-width: 6300px;
}

.z-index-6310 {
  z-index: 6310;
}

.min-height-6310-px {
  min-height: 6310px;
}

.min-width-6310-px {
  min-width: 6310px;
}

.z-index-6320 {
  z-index: 6320;
}

.min-height-6320-px {
  min-height: 6320px;
}

.min-width-6320-px {
  min-width: 6320px;
}

.z-index-6330 {
  z-index: 6330;
}

.min-height-6330-px {
  min-height: 6330px;
}

.min-width-6330-px {
  min-width: 6330px;
}

.z-index-6340 {
  z-index: 6340;
}

.min-height-6340-px {
  min-height: 6340px;
}

.min-width-6340-px {
  min-width: 6340px;
}

.z-index-6350 {
  z-index: 6350;
}

.min-height-6350-px {
  min-height: 6350px;
}

.min-width-6350-px {
  min-width: 6350px;
}

.z-index-6360 {
  z-index: 6360;
}

.min-height-6360-px {
  min-height: 6360px;
}

.min-width-6360-px {
  min-width: 6360px;
}

.z-index-6370 {
  z-index: 6370;
}

.min-height-6370-px {
  min-height: 6370px;
}

.min-width-6370-px {
  min-width: 6370px;
}

.z-index-6380 {
  z-index: 6380;
}

.min-height-6380-px {
  min-height: 6380px;
}

.min-width-6380-px {
  min-width: 6380px;
}

.z-index-6390 {
  z-index: 6390;
}

.min-height-6390-px {
  min-height: 6390px;
}

.min-width-6390-px {
  min-width: 6390px;
}

.z-index-6400 {
  z-index: 6400;
}

.min-height-6400-px {
  min-height: 6400px;
}

.min-width-6400-px {
  min-width: 6400px;
}

.z-index-6410 {
  z-index: 6410;
}

.min-height-6410-px {
  min-height: 6410px;
}

.min-width-6410-px {
  min-width: 6410px;
}

.z-index-6420 {
  z-index: 6420;
}

.min-height-6420-px {
  min-height: 6420px;
}

.min-width-6420-px {
  min-width: 6420px;
}

.z-index-6430 {
  z-index: 6430;
}

.min-height-6430-px {
  min-height: 6430px;
}

.min-width-6430-px {
  min-width: 6430px;
}

.z-index-6440 {
  z-index: 6440;
}

.min-height-6440-px {
  min-height: 6440px;
}

.min-width-6440-px {
  min-width: 6440px;
}

.z-index-6450 {
  z-index: 6450;
}

.min-height-6450-px {
  min-height: 6450px;
}

.min-width-6450-px {
  min-width: 6450px;
}

.z-index-6460 {
  z-index: 6460;
}

.min-height-6460-px {
  min-height: 6460px;
}

.min-width-6460-px {
  min-width: 6460px;
}

.z-index-6470 {
  z-index: 6470;
}

.min-height-6470-px {
  min-height: 6470px;
}

.min-width-6470-px {
  min-width: 6470px;
}

.z-index-6480 {
  z-index: 6480;
}

.min-height-6480-px {
  min-height: 6480px;
}

.min-width-6480-px {
  min-width: 6480px;
}

.z-index-6490 {
  z-index: 6490;
}

.min-height-6490-px {
  min-height: 6490px;
}

.min-width-6490-px {
  min-width: 6490px;
}

.z-index-6500 {
  z-index: 6500;
}

.min-height-6500-px {
  min-height: 6500px;
}

.min-width-6500-px {
  min-width: 6500px;
}

.z-index-6510 {
  z-index: 6510;
}

.min-height-6510-px {
  min-height: 6510px;
}

.min-width-6510-px {
  min-width: 6510px;
}

.z-index-6520 {
  z-index: 6520;
}

.min-height-6520-px {
  min-height: 6520px;
}

.min-width-6520-px {
  min-width: 6520px;
}

.z-index-6530 {
  z-index: 6530;
}

.min-height-6530-px {
  min-height: 6530px;
}

.min-width-6530-px {
  min-width: 6530px;
}

.z-index-6540 {
  z-index: 6540;
}

.min-height-6540-px {
  min-height: 6540px;
}

.min-width-6540-px {
  min-width: 6540px;
}

.z-index-6550 {
  z-index: 6550;
}

.min-height-6550-px {
  min-height: 6550px;
}

.min-width-6550-px {
  min-width: 6550px;
}

.z-index-6560 {
  z-index: 6560;
}

.min-height-6560-px {
  min-height: 6560px;
}

.min-width-6560-px {
  min-width: 6560px;
}

.z-index-6570 {
  z-index: 6570;
}

.min-height-6570-px {
  min-height: 6570px;
}

.min-width-6570-px {
  min-width: 6570px;
}

.z-index-6580 {
  z-index: 6580;
}

.min-height-6580-px {
  min-height: 6580px;
}

.min-width-6580-px {
  min-width: 6580px;
}

.z-index-6590 {
  z-index: 6590;
}

.min-height-6590-px {
  min-height: 6590px;
}

.min-width-6590-px {
  min-width: 6590px;
}

.z-index-6600 {
  z-index: 6600;
}

.min-height-6600-px {
  min-height: 6600px;
}

.min-width-6600-px {
  min-width: 6600px;
}

.z-index-6610 {
  z-index: 6610;
}

.min-height-6610-px {
  min-height: 6610px;
}

.min-width-6610-px {
  min-width: 6610px;
}

.z-index-6620 {
  z-index: 6620;
}

.min-height-6620-px {
  min-height: 6620px;
}

.min-width-6620-px {
  min-width: 6620px;
}

.z-index-6630 {
  z-index: 6630;
}

.min-height-6630-px {
  min-height: 6630px;
}

.min-width-6630-px {
  min-width: 6630px;
}

.z-index-6640 {
  z-index: 6640;
}

.min-height-6640-px {
  min-height: 6640px;
}

.min-width-6640-px {
  min-width: 6640px;
}

.z-index-6650 {
  z-index: 6650;
}

.min-height-6650-px {
  min-height: 6650px;
}

.min-width-6650-px {
  min-width: 6650px;
}

.z-index-6660 {
  z-index: 6660;
}

.min-height-6660-px {
  min-height: 6660px;
}

.min-width-6660-px {
  min-width: 6660px;
}

.z-index-6670 {
  z-index: 6670;
}

.min-height-6670-px {
  min-height: 6670px;
}

.min-width-6670-px {
  min-width: 6670px;
}

.z-index-6680 {
  z-index: 6680;
}

.min-height-6680-px {
  min-height: 6680px;
}

.min-width-6680-px {
  min-width: 6680px;
}

.z-index-6690 {
  z-index: 6690;
}

.min-height-6690-px {
  min-height: 6690px;
}

.min-width-6690-px {
  min-width: 6690px;
}

.z-index-6700 {
  z-index: 6700;
}

.min-height-6700-px {
  min-height: 6700px;
}

.min-width-6700-px {
  min-width: 6700px;
}

.z-index-6710 {
  z-index: 6710;
}

.min-height-6710-px {
  min-height: 6710px;
}

.min-width-6710-px {
  min-width: 6710px;
}

.z-index-6720 {
  z-index: 6720;
}

.min-height-6720-px {
  min-height: 6720px;
}

.min-width-6720-px {
  min-width: 6720px;
}

.z-index-6730 {
  z-index: 6730;
}

.min-height-6730-px {
  min-height: 6730px;
}

.min-width-6730-px {
  min-width: 6730px;
}

.z-index-6740 {
  z-index: 6740;
}

.min-height-6740-px {
  min-height: 6740px;
}

.min-width-6740-px {
  min-width: 6740px;
}

.z-index-6750 {
  z-index: 6750;
}

.min-height-6750-px {
  min-height: 6750px;
}

.min-width-6750-px {
  min-width: 6750px;
}

.z-index-6760 {
  z-index: 6760;
}

.min-height-6760-px {
  min-height: 6760px;
}

.min-width-6760-px {
  min-width: 6760px;
}

.z-index-6770 {
  z-index: 6770;
}

.min-height-6770-px {
  min-height: 6770px;
}

.min-width-6770-px {
  min-width: 6770px;
}

.z-index-6780 {
  z-index: 6780;
}

.min-height-6780-px {
  min-height: 6780px;
}

.min-width-6780-px {
  min-width: 6780px;
}

.z-index-6790 {
  z-index: 6790;
}

.min-height-6790-px {
  min-height: 6790px;
}

.min-width-6790-px {
  min-width: 6790px;
}

.z-index-6800 {
  z-index: 6800;
}

.min-height-6800-px {
  min-height: 6800px;
}

.min-width-6800-px {
  min-width: 6800px;
}

.z-index-6810 {
  z-index: 6810;
}

.min-height-6810-px {
  min-height: 6810px;
}

.min-width-6810-px {
  min-width: 6810px;
}

.z-index-6820 {
  z-index: 6820;
}

.min-height-6820-px {
  min-height: 6820px;
}

.min-width-6820-px {
  min-width: 6820px;
}

.z-index-6830 {
  z-index: 6830;
}

.min-height-6830-px {
  min-height: 6830px;
}

.min-width-6830-px {
  min-width: 6830px;
}

.z-index-6840 {
  z-index: 6840;
}

.min-height-6840-px {
  min-height: 6840px;
}

.min-width-6840-px {
  min-width: 6840px;
}

.z-index-6850 {
  z-index: 6850;
}

.min-height-6850-px {
  min-height: 6850px;
}

.min-width-6850-px {
  min-width: 6850px;
}

.z-index-6860 {
  z-index: 6860;
}

.min-height-6860-px {
  min-height: 6860px;
}

.min-width-6860-px {
  min-width: 6860px;
}

.z-index-6870 {
  z-index: 6870;
}

.min-height-6870-px {
  min-height: 6870px;
}

.min-width-6870-px {
  min-width: 6870px;
}

.z-index-6880 {
  z-index: 6880;
}

.min-height-6880-px {
  min-height: 6880px;
}

.min-width-6880-px {
  min-width: 6880px;
}

.z-index-6890 {
  z-index: 6890;
}

.min-height-6890-px {
  min-height: 6890px;
}

.min-width-6890-px {
  min-width: 6890px;
}

.z-index-6900 {
  z-index: 6900;
}

.min-height-6900-px {
  min-height: 6900px;
}

.min-width-6900-px {
  min-width: 6900px;
}

.z-index-6910 {
  z-index: 6910;
}

.min-height-6910-px {
  min-height: 6910px;
}

.min-width-6910-px {
  min-width: 6910px;
}

.z-index-6920 {
  z-index: 6920;
}

.min-height-6920-px {
  min-height: 6920px;
}

.min-width-6920-px {
  min-width: 6920px;
}

.z-index-6930 {
  z-index: 6930;
}

.min-height-6930-px {
  min-height: 6930px;
}

.min-width-6930-px {
  min-width: 6930px;
}

.z-index-6940 {
  z-index: 6940;
}

.min-height-6940-px {
  min-height: 6940px;
}

.min-width-6940-px {
  min-width: 6940px;
}

.z-index-6950 {
  z-index: 6950;
}

.min-height-6950-px {
  min-height: 6950px;
}

.min-width-6950-px {
  min-width: 6950px;
}

.z-index-6960 {
  z-index: 6960;
}

.min-height-6960-px {
  min-height: 6960px;
}

.min-width-6960-px {
  min-width: 6960px;
}

.z-index-6970 {
  z-index: 6970;
}

.min-height-6970-px {
  min-height: 6970px;
}

.min-width-6970-px {
  min-width: 6970px;
}

.z-index-6980 {
  z-index: 6980;
}

.min-height-6980-px {
  min-height: 6980px;
}

.min-width-6980-px {
  min-width: 6980px;
}

.z-index-6990 {
  z-index: 6990;
}

.min-height-6990-px {
  min-height: 6990px;
}

.min-width-6990-px {
  min-width: 6990px;
}

.z-index-7000 {
  z-index: 7000;
}

.min-height-7000-px {
  min-height: 7000px;
}

.min-width-7000-px {
  min-width: 7000px;
}

.z-index-7010 {
  z-index: 7010;
}

.min-height-7010-px {
  min-height: 7010px;
}

.min-width-7010-px {
  min-width: 7010px;
}

.z-index-7020 {
  z-index: 7020;
}

.min-height-7020-px {
  min-height: 7020px;
}

.min-width-7020-px {
  min-width: 7020px;
}

.z-index-7030 {
  z-index: 7030;
}

.min-height-7030-px {
  min-height: 7030px;
}

.min-width-7030-px {
  min-width: 7030px;
}

.z-index-7040 {
  z-index: 7040;
}

.min-height-7040-px {
  min-height: 7040px;
}

.min-width-7040-px {
  min-width: 7040px;
}

.z-index-7050 {
  z-index: 7050;
}

.min-height-7050-px {
  min-height: 7050px;
}

.min-width-7050-px {
  min-width: 7050px;
}

.z-index-7060 {
  z-index: 7060;
}

.min-height-7060-px {
  min-height: 7060px;
}

.min-width-7060-px {
  min-width: 7060px;
}

.z-index-7070 {
  z-index: 7070;
}

.min-height-7070-px {
  min-height: 7070px;
}

.min-width-7070-px {
  min-width: 7070px;
}

.z-index-7080 {
  z-index: 7080;
}

.min-height-7080-px {
  min-height: 7080px;
}

.min-width-7080-px {
  min-width: 7080px;
}

.z-index-7090 {
  z-index: 7090;
}

.min-height-7090-px {
  min-height: 7090px;
}

.min-width-7090-px {
  min-width: 7090px;
}

.z-index-7100 {
  z-index: 7100;
}

.min-height-7100-px {
  min-height: 7100px;
}

.min-width-7100-px {
  min-width: 7100px;
}

.z-index-7110 {
  z-index: 7110;
}

.min-height-7110-px {
  min-height: 7110px;
}

.min-width-7110-px {
  min-width: 7110px;
}

.z-index-7120 {
  z-index: 7120;
}

.min-height-7120-px {
  min-height: 7120px;
}

.min-width-7120-px {
  min-width: 7120px;
}

.z-index-7130 {
  z-index: 7130;
}

.min-height-7130-px {
  min-height: 7130px;
}

.min-width-7130-px {
  min-width: 7130px;
}

.z-index-7140 {
  z-index: 7140;
}

.min-height-7140-px {
  min-height: 7140px;
}

.min-width-7140-px {
  min-width: 7140px;
}

.z-index-7150 {
  z-index: 7150;
}

.min-height-7150-px {
  min-height: 7150px;
}

.min-width-7150-px {
  min-width: 7150px;
}

.z-index-7160 {
  z-index: 7160;
}

.min-height-7160-px {
  min-height: 7160px;
}

.min-width-7160-px {
  min-width: 7160px;
}

.z-index-7170 {
  z-index: 7170;
}

.min-height-7170-px {
  min-height: 7170px;
}

.min-width-7170-px {
  min-width: 7170px;
}

.z-index-7180 {
  z-index: 7180;
}

.min-height-7180-px {
  min-height: 7180px;
}

.min-width-7180-px {
  min-width: 7180px;
}

.z-index-7190 {
  z-index: 7190;
}

.min-height-7190-px {
  min-height: 7190px;
}

.min-width-7190-px {
  min-width: 7190px;
}

.z-index-7200 {
  z-index: 7200;
}

.min-height-7200-px {
  min-height: 7200px;
}

.min-width-7200-px {
  min-width: 7200px;
}

.z-index-7210 {
  z-index: 7210;
}

.min-height-7210-px {
  min-height: 7210px;
}

.min-width-7210-px {
  min-width: 7210px;
}

.z-index-7220 {
  z-index: 7220;
}

.min-height-7220-px {
  min-height: 7220px;
}

.min-width-7220-px {
  min-width: 7220px;
}

.z-index-7230 {
  z-index: 7230;
}

.min-height-7230-px {
  min-height: 7230px;
}

.min-width-7230-px {
  min-width: 7230px;
}

.z-index-7240 {
  z-index: 7240;
}

.min-height-7240-px {
  min-height: 7240px;
}

.min-width-7240-px {
  min-width: 7240px;
}

.z-index-7250 {
  z-index: 7250;
}

.min-height-7250-px {
  min-height: 7250px;
}

.min-width-7250-px {
  min-width: 7250px;
}

.z-index-7260 {
  z-index: 7260;
}

.min-height-7260-px {
  min-height: 7260px;
}

.min-width-7260-px {
  min-width: 7260px;
}

.z-index-7270 {
  z-index: 7270;
}

.min-height-7270-px {
  min-height: 7270px;
}

.min-width-7270-px {
  min-width: 7270px;
}

.z-index-7280 {
  z-index: 7280;
}

.min-height-7280-px {
  min-height: 7280px;
}

.min-width-7280-px {
  min-width: 7280px;
}

.z-index-7290 {
  z-index: 7290;
}

.min-height-7290-px {
  min-height: 7290px;
}

.min-width-7290-px {
  min-width: 7290px;
}

.z-index-7300 {
  z-index: 7300;
}

.min-height-7300-px {
  min-height: 7300px;
}

.min-width-7300-px {
  min-width: 7300px;
}

.z-index-7310 {
  z-index: 7310;
}

.min-height-7310-px {
  min-height: 7310px;
}

.min-width-7310-px {
  min-width: 7310px;
}

.z-index-7320 {
  z-index: 7320;
}

.min-height-7320-px {
  min-height: 7320px;
}

.min-width-7320-px {
  min-width: 7320px;
}

.z-index-7330 {
  z-index: 7330;
}

.min-height-7330-px {
  min-height: 7330px;
}

.min-width-7330-px {
  min-width: 7330px;
}

.z-index-7340 {
  z-index: 7340;
}

.min-height-7340-px {
  min-height: 7340px;
}

.min-width-7340-px {
  min-width: 7340px;
}

.z-index-7350 {
  z-index: 7350;
}

.min-height-7350-px {
  min-height: 7350px;
}

.min-width-7350-px {
  min-width: 7350px;
}

.z-index-7360 {
  z-index: 7360;
}

.min-height-7360-px {
  min-height: 7360px;
}

.min-width-7360-px {
  min-width: 7360px;
}

.z-index-7370 {
  z-index: 7370;
}

.min-height-7370-px {
  min-height: 7370px;
}

.min-width-7370-px {
  min-width: 7370px;
}

.z-index-7380 {
  z-index: 7380;
}

.min-height-7380-px {
  min-height: 7380px;
}

.min-width-7380-px {
  min-width: 7380px;
}

.z-index-7390 {
  z-index: 7390;
}

.min-height-7390-px {
  min-height: 7390px;
}

.min-width-7390-px {
  min-width: 7390px;
}

.z-index-7400 {
  z-index: 7400;
}

.min-height-7400-px {
  min-height: 7400px;
}

.min-width-7400-px {
  min-width: 7400px;
}

.z-index-7410 {
  z-index: 7410;
}

.min-height-7410-px {
  min-height: 7410px;
}

.min-width-7410-px {
  min-width: 7410px;
}

.z-index-7420 {
  z-index: 7420;
}

.min-height-7420-px {
  min-height: 7420px;
}

.min-width-7420-px {
  min-width: 7420px;
}

.z-index-7430 {
  z-index: 7430;
}

.min-height-7430-px {
  min-height: 7430px;
}

.min-width-7430-px {
  min-width: 7430px;
}

.z-index-7440 {
  z-index: 7440;
}

.min-height-7440-px {
  min-height: 7440px;
}

.min-width-7440-px {
  min-width: 7440px;
}

.z-index-7450 {
  z-index: 7450;
}

.min-height-7450-px {
  min-height: 7450px;
}

.min-width-7450-px {
  min-width: 7450px;
}

.z-index-7460 {
  z-index: 7460;
}

.min-height-7460-px {
  min-height: 7460px;
}

.min-width-7460-px {
  min-width: 7460px;
}

.z-index-7470 {
  z-index: 7470;
}

.min-height-7470-px {
  min-height: 7470px;
}

.min-width-7470-px {
  min-width: 7470px;
}

.z-index-7480 {
  z-index: 7480;
}

.min-height-7480-px {
  min-height: 7480px;
}

.min-width-7480-px {
  min-width: 7480px;
}

.z-index-7490 {
  z-index: 7490;
}

.min-height-7490-px {
  min-height: 7490px;
}

.min-width-7490-px {
  min-width: 7490px;
}

.z-index-7500 {
  z-index: 7500;
}

.min-height-7500-px {
  min-height: 7500px;
}

.min-width-7500-px {
  min-width: 7500px;
}

.z-index-7510 {
  z-index: 7510;
}

.min-height-7510-px {
  min-height: 7510px;
}

.min-width-7510-px {
  min-width: 7510px;
}

.z-index-7520 {
  z-index: 7520;
}

.min-height-7520-px {
  min-height: 7520px;
}

.min-width-7520-px {
  min-width: 7520px;
}

.z-index-7530 {
  z-index: 7530;
}

.min-height-7530-px {
  min-height: 7530px;
}

.min-width-7530-px {
  min-width: 7530px;
}

.z-index-7540 {
  z-index: 7540;
}

.min-height-7540-px {
  min-height: 7540px;
}

.min-width-7540-px {
  min-width: 7540px;
}

.z-index-7550 {
  z-index: 7550;
}

.min-height-7550-px {
  min-height: 7550px;
}

.min-width-7550-px {
  min-width: 7550px;
}

.z-index-7560 {
  z-index: 7560;
}

.min-height-7560-px {
  min-height: 7560px;
}

.min-width-7560-px {
  min-width: 7560px;
}

.z-index-7570 {
  z-index: 7570;
}

.min-height-7570-px {
  min-height: 7570px;
}

.min-width-7570-px {
  min-width: 7570px;
}

.z-index-7580 {
  z-index: 7580;
}

.min-height-7580-px {
  min-height: 7580px;
}

.min-width-7580-px {
  min-width: 7580px;
}

.z-index-7590 {
  z-index: 7590;
}

.min-height-7590-px {
  min-height: 7590px;
}

.min-width-7590-px {
  min-width: 7590px;
}

.z-index-7600 {
  z-index: 7600;
}

.min-height-7600-px {
  min-height: 7600px;
}

.min-width-7600-px {
  min-width: 7600px;
}

.z-index-7610 {
  z-index: 7610;
}

.min-height-7610-px {
  min-height: 7610px;
}

.min-width-7610-px {
  min-width: 7610px;
}

.z-index-7620 {
  z-index: 7620;
}

.min-height-7620-px {
  min-height: 7620px;
}

.min-width-7620-px {
  min-width: 7620px;
}

.z-index-7630 {
  z-index: 7630;
}

.min-height-7630-px {
  min-height: 7630px;
}

.min-width-7630-px {
  min-width: 7630px;
}

.z-index-7640 {
  z-index: 7640;
}

.min-height-7640-px {
  min-height: 7640px;
}

.min-width-7640-px {
  min-width: 7640px;
}

.z-index-7650 {
  z-index: 7650;
}

.min-height-7650-px {
  min-height: 7650px;
}

.min-width-7650-px {
  min-width: 7650px;
}

.z-index-7660 {
  z-index: 7660;
}

.min-height-7660-px {
  min-height: 7660px;
}

.min-width-7660-px {
  min-width: 7660px;
}

.z-index-7670 {
  z-index: 7670;
}

.min-height-7670-px {
  min-height: 7670px;
}

.min-width-7670-px {
  min-width: 7670px;
}

.z-index-7680 {
  z-index: 7680;
}

.min-height-7680-px {
  min-height: 7680px;
}

.min-width-7680-px {
  min-width: 7680px;
}

.z-index-7690 {
  z-index: 7690;
}

.min-height-7690-px {
  min-height: 7690px;
}

.min-width-7690-px {
  min-width: 7690px;
}

.z-index-7700 {
  z-index: 7700;
}

.min-height-7700-px {
  min-height: 7700px;
}

.min-width-7700-px {
  min-width: 7700px;
}

.z-index-7710 {
  z-index: 7710;
}

.min-height-7710-px {
  min-height: 7710px;
}

.min-width-7710-px {
  min-width: 7710px;
}

.z-index-7720 {
  z-index: 7720;
}

.min-height-7720-px {
  min-height: 7720px;
}

.min-width-7720-px {
  min-width: 7720px;
}

.z-index-7730 {
  z-index: 7730;
}

.min-height-7730-px {
  min-height: 7730px;
}

.min-width-7730-px {
  min-width: 7730px;
}

.z-index-7740 {
  z-index: 7740;
}

.min-height-7740-px {
  min-height: 7740px;
}

.min-width-7740-px {
  min-width: 7740px;
}

.z-index-7750 {
  z-index: 7750;
}

.min-height-7750-px {
  min-height: 7750px;
}

.min-width-7750-px {
  min-width: 7750px;
}

.z-index-7760 {
  z-index: 7760;
}

.min-height-7760-px {
  min-height: 7760px;
}

.min-width-7760-px {
  min-width: 7760px;
}

.z-index-7770 {
  z-index: 7770;
}

.min-height-7770-px {
  min-height: 7770px;
}

.min-width-7770-px {
  min-width: 7770px;
}

.z-index-7780 {
  z-index: 7780;
}

.min-height-7780-px {
  min-height: 7780px;
}

.min-width-7780-px {
  min-width: 7780px;
}

.z-index-7790 {
  z-index: 7790;
}

.min-height-7790-px {
  min-height: 7790px;
}

.min-width-7790-px {
  min-width: 7790px;
}

.z-index-7800 {
  z-index: 7800;
}

.min-height-7800-px {
  min-height: 7800px;
}

.min-width-7800-px {
  min-width: 7800px;
}

.z-index-7810 {
  z-index: 7810;
}

.min-height-7810-px {
  min-height: 7810px;
}

.min-width-7810-px {
  min-width: 7810px;
}

.z-index-7820 {
  z-index: 7820;
}

.min-height-7820-px {
  min-height: 7820px;
}

.min-width-7820-px {
  min-width: 7820px;
}

.z-index-7830 {
  z-index: 7830;
}

.min-height-7830-px {
  min-height: 7830px;
}

.min-width-7830-px {
  min-width: 7830px;
}

.z-index-7840 {
  z-index: 7840;
}

.min-height-7840-px {
  min-height: 7840px;
}

.min-width-7840-px {
  min-width: 7840px;
}

.z-index-7850 {
  z-index: 7850;
}

.min-height-7850-px {
  min-height: 7850px;
}

.min-width-7850-px {
  min-width: 7850px;
}

.z-index-7860 {
  z-index: 7860;
}

.min-height-7860-px {
  min-height: 7860px;
}

.min-width-7860-px {
  min-width: 7860px;
}

.z-index-7870 {
  z-index: 7870;
}

.min-height-7870-px {
  min-height: 7870px;
}

.min-width-7870-px {
  min-width: 7870px;
}

.z-index-7880 {
  z-index: 7880;
}

.min-height-7880-px {
  min-height: 7880px;
}

.min-width-7880-px {
  min-width: 7880px;
}

.z-index-7890 {
  z-index: 7890;
}

.min-height-7890-px {
  min-height: 7890px;
}

.min-width-7890-px {
  min-width: 7890px;
}

.z-index-7900 {
  z-index: 7900;
}

.min-height-7900-px {
  min-height: 7900px;
}

.min-width-7900-px {
  min-width: 7900px;
}

.z-index-7910 {
  z-index: 7910;
}

.min-height-7910-px {
  min-height: 7910px;
}

.min-width-7910-px {
  min-width: 7910px;
}

.z-index-7920 {
  z-index: 7920;
}

.min-height-7920-px {
  min-height: 7920px;
}

.min-width-7920-px {
  min-width: 7920px;
}

.z-index-7930 {
  z-index: 7930;
}

.min-height-7930-px {
  min-height: 7930px;
}

.min-width-7930-px {
  min-width: 7930px;
}

.z-index-7940 {
  z-index: 7940;
}

.min-height-7940-px {
  min-height: 7940px;
}

.min-width-7940-px {
  min-width: 7940px;
}

.z-index-7950 {
  z-index: 7950;
}

.min-height-7950-px {
  min-height: 7950px;
}

.min-width-7950-px {
  min-width: 7950px;
}

.z-index-7960 {
  z-index: 7960;
}

.min-height-7960-px {
  min-height: 7960px;
}

.min-width-7960-px {
  min-width: 7960px;
}

.z-index-7970 {
  z-index: 7970;
}

.min-height-7970-px {
  min-height: 7970px;
}

.min-width-7970-px {
  min-width: 7970px;
}

.z-index-7980 {
  z-index: 7980;
}

.min-height-7980-px {
  min-height: 7980px;
}

.min-width-7980-px {
  min-width: 7980px;
}

.z-index-7990 {
  z-index: 7990;
}

.min-height-7990-px {
  min-height: 7990px;
}

.min-width-7990-px {
  min-width: 7990px;
}

.z-index-8000 {
  z-index: 8000;
}

.min-height-8000-px {
  min-height: 8000px;
}

.min-width-8000-px {
  min-width: 8000px;
}

.z-index-8010 {
  z-index: 8010;
}

.min-height-8010-px {
  min-height: 8010px;
}

.min-width-8010-px {
  min-width: 8010px;
}

.z-index-8020 {
  z-index: 8020;
}

.min-height-8020-px {
  min-height: 8020px;
}

.min-width-8020-px {
  min-width: 8020px;
}

.z-index-8030 {
  z-index: 8030;
}

.min-height-8030-px {
  min-height: 8030px;
}

.min-width-8030-px {
  min-width: 8030px;
}

.z-index-8040 {
  z-index: 8040;
}

.min-height-8040-px {
  min-height: 8040px;
}

.min-width-8040-px {
  min-width: 8040px;
}

.z-index-8050 {
  z-index: 8050;
}

.min-height-8050-px {
  min-height: 8050px;
}

.min-width-8050-px {
  min-width: 8050px;
}

.z-index-8060 {
  z-index: 8060;
}

.min-height-8060-px {
  min-height: 8060px;
}

.min-width-8060-px {
  min-width: 8060px;
}

.z-index-8070 {
  z-index: 8070;
}

.min-height-8070-px {
  min-height: 8070px;
}

.min-width-8070-px {
  min-width: 8070px;
}

.z-index-8080 {
  z-index: 8080;
}

.min-height-8080-px {
  min-height: 8080px;
}

.min-width-8080-px {
  min-width: 8080px;
}

.z-index-8090 {
  z-index: 8090;
}

.min-height-8090-px {
  min-height: 8090px;
}

.min-width-8090-px {
  min-width: 8090px;
}

.z-index-8100 {
  z-index: 8100;
}

.min-height-8100-px {
  min-height: 8100px;
}

.min-width-8100-px {
  min-width: 8100px;
}

.z-index-8110 {
  z-index: 8110;
}

.min-height-8110-px {
  min-height: 8110px;
}

.min-width-8110-px {
  min-width: 8110px;
}

.z-index-8120 {
  z-index: 8120;
}

.min-height-8120-px {
  min-height: 8120px;
}

.min-width-8120-px {
  min-width: 8120px;
}

.z-index-8130 {
  z-index: 8130;
}

.min-height-8130-px {
  min-height: 8130px;
}

.min-width-8130-px {
  min-width: 8130px;
}

.z-index-8140 {
  z-index: 8140;
}

.min-height-8140-px {
  min-height: 8140px;
}

.min-width-8140-px {
  min-width: 8140px;
}

.z-index-8150 {
  z-index: 8150;
}

.min-height-8150-px {
  min-height: 8150px;
}

.min-width-8150-px {
  min-width: 8150px;
}

.z-index-8160 {
  z-index: 8160;
}

.min-height-8160-px {
  min-height: 8160px;
}

.min-width-8160-px {
  min-width: 8160px;
}

.z-index-8170 {
  z-index: 8170;
}

.min-height-8170-px {
  min-height: 8170px;
}

.min-width-8170-px {
  min-width: 8170px;
}

.z-index-8180 {
  z-index: 8180;
}

.min-height-8180-px {
  min-height: 8180px;
}

.min-width-8180-px {
  min-width: 8180px;
}

.z-index-8190 {
  z-index: 8190;
}

.min-height-8190-px {
  min-height: 8190px;
}

.min-width-8190-px {
  min-width: 8190px;
}

.z-index-8200 {
  z-index: 8200;
}

.min-height-8200-px {
  min-height: 8200px;
}

.min-width-8200-px {
  min-width: 8200px;
}

.z-index-8210 {
  z-index: 8210;
}

.min-height-8210-px {
  min-height: 8210px;
}

.min-width-8210-px {
  min-width: 8210px;
}

.z-index-8220 {
  z-index: 8220;
}

.min-height-8220-px {
  min-height: 8220px;
}

.min-width-8220-px {
  min-width: 8220px;
}

.z-index-8230 {
  z-index: 8230;
}

.min-height-8230-px {
  min-height: 8230px;
}

.min-width-8230-px {
  min-width: 8230px;
}

.z-index-8240 {
  z-index: 8240;
}

.min-height-8240-px {
  min-height: 8240px;
}

.min-width-8240-px {
  min-width: 8240px;
}

.z-index-8250 {
  z-index: 8250;
}

.min-height-8250-px {
  min-height: 8250px;
}

.min-width-8250-px {
  min-width: 8250px;
}

.z-index-8260 {
  z-index: 8260;
}

.min-height-8260-px {
  min-height: 8260px;
}

.min-width-8260-px {
  min-width: 8260px;
}

.z-index-8270 {
  z-index: 8270;
}

.min-height-8270-px {
  min-height: 8270px;
}

.min-width-8270-px {
  min-width: 8270px;
}

.z-index-8280 {
  z-index: 8280;
}

.min-height-8280-px {
  min-height: 8280px;
}

.min-width-8280-px {
  min-width: 8280px;
}

.z-index-8290 {
  z-index: 8290;
}

.min-height-8290-px {
  min-height: 8290px;
}

.min-width-8290-px {
  min-width: 8290px;
}

.z-index-8300 {
  z-index: 8300;
}

.min-height-8300-px {
  min-height: 8300px;
}

.min-width-8300-px {
  min-width: 8300px;
}

.z-index-8310 {
  z-index: 8310;
}

.min-height-8310-px {
  min-height: 8310px;
}

.min-width-8310-px {
  min-width: 8310px;
}

.z-index-8320 {
  z-index: 8320;
}

.min-height-8320-px {
  min-height: 8320px;
}

.min-width-8320-px {
  min-width: 8320px;
}

.z-index-8330 {
  z-index: 8330;
}

.min-height-8330-px {
  min-height: 8330px;
}

.min-width-8330-px {
  min-width: 8330px;
}

.z-index-8340 {
  z-index: 8340;
}

.min-height-8340-px {
  min-height: 8340px;
}

.min-width-8340-px {
  min-width: 8340px;
}

.z-index-8350 {
  z-index: 8350;
}

.min-height-8350-px {
  min-height: 8350px;
}

.min-width-8350-px {
  min-width: 8350px;
}

.z-index-8360 {
  z-index: 8360;
}

.min-height-8360-px {
  min-height: 8360px;
}

.min-width-8360-px {
  min-width: 8360px;
}

.z-index-8370 {
  z-index: 8370;
}

.min-height-8370-px {
  min-height: 8370px;
}

.min-width-8370-px {
  min-width: 8370px;
}

.z-index-8380 {
  z-index: 8380;
}

.min-height-8380-px {
  min-height: 8380px;
}

.min-width-8380-px {
  min-width: 8380px;
}

.z-index-8390 {
  z-index: 8390;
}

.min-height-8390-px {
  min-height: 8390px;
}

.min-width-8390-px {
  min-width: 8390px;
}

.z-index-8400 {
  z-index: 8400;
}

.min-height-8400-px {
  min-height: 8400px;
}

.min-width-8400-px {
  min-width: 8400px;
}

.z-index-8410 {
  z-index: 8410;
}

.min-height-8410-px {
  min-height: 8410px;
}

.min-width-8410-px {
  min-width: 8410px;
}

.z-index-8420 {
  z-index: 8420;
}

.min-height-8420-px {
  min-height: 8420px;
}

.min-width-8420-px {
  min-width: 8420px;
}

.z-index-8430 {
  z-index: 8430;
}

.min-height-8430-px {
  min-height: 8430px;
}

.min-width-8430-px {
  min-width: 8430px;
}

.z-index-8440 {
  z-index: 8440;
}

.min-height-8440-px {
  min-height: 8440px;
}

.min-width-8440-px {
  min-width: 8440px;
}

.z-index-8450 {
  z-index: 8450;
}

.min-height-8450-px {
  min-height: 8450px;
}

.min-width-8450-px {
  min-width: 8450px;
}

.z-index-8460 {
  z-index: 8460;
}

.min-height-8460-px {
  min-height: 8460px;
}

.min-width-8460-px {
  min-width: 8460px;
}

.z-index-8470 {
  z-index: 8470;
}

.min-height-8470-px {
  min-height: 8470px;
}

.min-width-8470-px {
  min-width: 8470px;
}

.z-index-8480 {
  z-index: 8480;
}

.min-height-8480-px {
  min-height: 8480px;
}

.min-width-8480-px {
  min-width: 8480px;
}

.z-index-8490 {
  z-index: 8490;
}

.min-height-8490-px {
  min-height: 8490px;
}

.min-width-8490-px {
  min-width: 8490px;
}

.z-index-8500 {
  z-index: 8500;
}

.min-height-8500-px {
  min-height: 8500px;
}

.min-width-8500-px {
  min-width: 8500px;
}

.z-index-8510 {
  z-index: 8510;
}

.min-height-8510-px {
  min-height: 8510px;
}

.min-width-8510-px {
  min-width: 8510px;
}

.z-index-8520 {
  z-index: 8520;
}

.min-height-8520-px {
  min-height: 8520px;
}

.min-width-8520-px {
  min-width: 8520px;
}

.z-index-8530 {
  z-index: 8530;
}

.min-height-8530-px {
  min-height: 8530px;
}

.min-width-8530-px {
  min-width: 8530px;
}

.z-index-8540 {
  z-index: 8540;
}

.min-height-8540-px {
  min-height: 8540px;
}

.min-width-8540-px {
  min-width: 8540px;
}

.z-index-8550 {
  z-index: 8550;
}

.min-height-8550-px {
  min-height: 8550px;
}

.min-width-8550-px {
  min-width: 8550px;
}

.z-index-8560 {
  z-index: 8560;
}

.min-height-8560-px {
  min-height: 8560px;
}

.min-width-8560-px {
  min-width: 8560px;
}

.z-index-8570 {
  z-index: 8570;
}

.min-height-8570-px {
  min-height: 8570px;
}

.min-width-8570-px {
  min-width: 8570px;
}

.z-index-8580 {
  z-index: 8580;
}

.min-height-8580-px {
  min-height: 8580px;
}

.min-width-8580-px {
  min-width: 8580px;
}

.z-index-8590 {
  z-index: 8590;
}

.min-height-8590-px {
  min-height: 8590px;
}

.min-width-8590-px {
  min-width: 8590px;
}

.z-index-8600 {
  z-index: 8600;
}

.min-height-8600-px {
  min-height: 8600px;
}

.min-width-8600-px {
  min-width: 8600px;
}

.z-index-8610 {
  z-index: 8610;
}

.min-height-8610-px {
  min-height: 8610px;
}

.min-width-8610-px {
  min-width: 8610px;
}

.z-index-8620 {
  z-index: 8620;
}

.min-height-8620-px {
  min-height: 8620px;
}

.min-width-8620-px {
  min-width: 8620px;
}

.z-index-8630 {
  z-index: 8630;
}

.min-height-8630-px {
  min-height: 8630px;
}

.min-width-8630-px {
  min-width: 8630px;
}

.z-index-8640 {
  z-index: 8640;
}

.min-height-8640-px {
  min-height: 8640px;
}

.min-width-8640-px {
  min-width: 8640px;
}

.z-index-8650 {
  z-index: 8650;
}

.min-height-8650-px {
  min-height: 8650px;
}

.min-width-8650-px {
  min-width: 8650px;
}

.z-index-8660 {
  z-index: 8660;
}

.min-height-8660-px {
  min-height: 8660px;
}

.min-width-8660-px {
  min-width: 8660px;
}

.z-index-8670 {
  z-index: 8670;
}

.min-height-8670-px {
  min-height: 8670px;
}

.min-width-8670-px {
  min-width: 8670px;
}

.z-index-8680 {
  z-index: 8680;
}

.min-height-8680-px {
  min-height: 8680px;
}

.min-width-8680-px {
  min-width: 8680px;
}

.z-index-8690 {
  z-index: 8690;
}

.min-height-8690-px {
  min-height: 8690px;
}

.min-width-8690-px {
  min-width: 8690px;
}

.z-index-8700 {
  z-index: 8700;
}

.min-height-8700-px {
  min-height: 8700px;
}

.min-width-8700-px {
  min-width: 8700px;
}

.z-index-8710 {
  z-index: 8710;
}

.min-height-8710-px {
  min-height: 8710px;
}

.min-width-8710-px {
  min-width: 8710px;
}

.z-index-8720 {
  z-index: 8720;
}

.min-height-8720-px {
  min-height: 8720px;
}

.min-width-8720-px {
  min-width: 8720px;
}

.z-index-8730 {
  z-index: 8730;
}

.min-height-8730-px {
  min-height: 8730px;
}

.min-width-8730-px {
  min-width: 8730px;
}

.z-index-8740 {
  z-index: 8740;
}

.min-height-8740-px {
  min-height: 8740px;
}

.min-width-8740-px {
  min-width: 8740px;
}

.z-index-8750 {
  z-index: 8750;
}

.min-height-8750-px {
  min-height: 8750px;
}

.min-width-8750-px {
  min-width: 8750px;
}

.z-index-8760 {
  z-index: 8760;
}

.min-height-8760-px {
  min-height: 8760px;
}

.min-width-8760-px {
  min-width: 8760px;
}

.z-index-8770 {
  z-index: 8770;
}

.min-height-8770-px {
  min-height: 8770px;
}

.min-width-8770-px {
  min-width: 8770px;
}

.z-index-8780 {
  z-index: 8780;
}

.min-height-8780-px {
  min-height: 8780px;
}

.min-width-8780-px {
  min-width: 8780px;
}

.z-index-8790 {
  z-index: 8790;
}

.min-height-8790-px {
  min-height: 8790px;
}

.min-width-8790-px {
  min-width: 8790px;
}

.z-index-8800 {
  z-index: 8800;
}

.min-height-8800-px {
  min-height: 8800px;
}

.min-width-8800-px {
  min-width: 8800px;
}

.z-index-8810 {
  z-index: 8810;
}

.min-height-8810-px {
  min-height: 8810px;
}

.min-width-8810-px {
  min-width: 8810px;
}

.z-index-8820 {
  z-index: 8820;
}

.min-height-8820-px {
  min-height: 8820px;
}

.min-width-8820-px {
  min-width: 8820px;
}

.z-index-8830 {
  z-index: 8830;
}

.min-height-8830-px {
  min-height: 8830px;
}

.min-width-8830-px {
  min-width: 8830px;
}

.z-index-8840 {
  z-index: 8840;
}

.min-height-8840-px {
  min-height: 8840px;
}

.min-width-8840-px {
  min-width: 8840px;
}

.z-index-8850 {
  z-index: 8850;
}

.min-height-8850-px {
  min-height: 8850px;
}

.min-width-8850-px {
  min-width: 8850px;
}

.z-index-8860 {
  z-index: 8860;
}

.min-height-8860-px {
  min-height: 8860px;
}

.min-width-8860-px {
  min-width: 8860px;
}

.z-index-8870 {
  z-index: 8870;
}

.min-height-8870-px {
  min-height: 8870px;
}

.min-width-8870-px {
  min-width: 8870px;
}

.z-index-8880 {
  z-index: 8880;
}

.min-height-8880-px {
  min-height: 8880px;
}

.min-width-8880-px {
  min-width: 8880px;
}

.z-index-8890 {
  z-index: 8890;
}

.min-height-8890-px {
  min-height: 8890px;
}

.min-width-8890-px {
  min-width: 8890px;
}

.z-index-8900 {
  z-index: 8900;
}

.min-height-8900-px {
  min-height: 8900px;
}

.min-width-8900-px {
  min-width: 8900px;
}

.z-index-8910 {
  z-index: 8910;
}

.min-height-8910-px {
  min-height: 8910px;
}

.min-width-8910-px {
  min-width: 8910px;
}

.z-index-8920 {
  z-index: 8920;
}

.min-height-8920-px {
  min-height: 8920px;
}

.min-width-8920-px {
  min-width: 8920px;
}

.z-index-8930 {
  z-index: 8930;
}

.min-height-8930-px {
  min-height: 8930px;
}

.min-width-8930-px {
  min-width: 8930px;
}

.z-index-8940 {
  z-index: 8940;
}

.min-height-8940-px {
  min-height: 8940px;
}

.min-width-8940-px {
  min-width: 8940px;
}

.z-index-8950 {
  z-index: 8950;
}

.min-height-8950-px {
  min-height: 8950px;
}

.min-width-8950-px {
  min-width: 8950px;
}

.z-index-8960 {
  z-index: 8960;
}

.min-height-8960-px {
  min-height: 8960px;
}

.min-width-8960-px {
  min-width: 8960px;
}

.z-index-8970 {
  z-index: 8970;
}

.min-height-8970-px {
  min-height: 8970px;
}

.min-width-8970-px {
  min-width: 8970px;
}

.z-index-8980 {
  z-index: 8980;
}

.min-height-8980-px {
  min-height: 8980px;
}

.min-width-8980-px {
  min-width: 8980px;
}

.z-index-8990 {
  z-index: 8990;
}

.min-height-8990-px {
  min-height: 8990px;
}

.min-width-8990-px {
  min-width: 8990px;
}

.z-index-9000 {
  z-index: 9000;
}

.min-height-9000-px {
  min-height: 9000px;
}

.min-width-9000-px {
  min-width: 9000px;
}

.z-index-9010 {
  z-index: 9010;
}

.min-height-9010-px {
  min-height: 9010px;
}

.min-width-9010-px {
  min-width: 9010px;
}

.z-index-9020 {
  z-index: 9020;
}

.min-height-9020-px {
  min-height: 9020px;
}

.min-width-9020-px {
  min-width: 9020px;
}

.z-index-9030 {
  z-index: 9030;
}

.min-height-9030-px {
  min-height: 9030px;
}

.min-width-9030-px {
  min-width: 9030px;
}

.z-index-9040 {
  z-index: 9040;
}

.min-height-9040-px {
  min-height: 9040px;
}

.min-width-9040-px {
  min-width: 9040px;
}

.z-index-9050 {
  z-index: 9050;
}

.min-height-9050-px {
  min-height: 9050px;
}

.min-width-9050-px {
  min-width: 9050px;
}

.z-index-9060 {
  z-index: 9060;
}

.min-height-9060-px {
  min-height: 9060px;
}

.min-width-9060-px {
  min-width: 9060px;
}

.z-index-9070 {
  z-index: 9070;
}

.min-height-9070-px {
  min-height: 9070px;
}

.min-width-9070-px {
  min-width: 9070px;
}

.z-index-9080 {
  z-index: 9080;
}

.min-height-9080-px {
  min-height: 9080px;
}

.min-width-9080-px {
  min-width: 9080px;
}

.z-index-9090 {
  z-index: 9090;
}

.min-height-9090-px {
  min-height: 9090px;
}

.min-width-9090-px {
  min-width: 9090px;
}

.z-index-9100 {
  z-index: 9100;
}

.min-height-9100-px {
  min-height: 9100px;
}

.min-width-9100-px {
  min-width: 9100px;
}

.z-index-9110 {
  z-index: 9110;
}

.min-height-9110-px {
  min-height: 9110px;
}

.min-width-9110-px {
  min-width: 9110px;
}

.z-index-9120 {
  z-index: 9120;
}

.min-height-9120-px {
  min-height: 9120px;
}

.min-width-9120-px {
  min-width: 9120px;
}

.z-index-9130 {
  z-index: 9130;
}

.min-height-9130-px {
  min-height: 9130px;
}

.min-width-9130-px {
  min-width: 9130px;
}

.z-index-9140 {
  z-index: 9140;
}

.min-height-9140-px {
  min-height: 9140px;
}

.min-width-9140-px {
  min-width: 9140px;
}

.z-index-9150 {
  z-index: 9150;
}

.min-height-9150-px {
  min-height: 9150px;
}

.min-width-9150-px {
  min-width: 9150px;
}

.z-index-9160 {
  z-index: 9160;
}

.min-height-9160-px {
  min-height: 9160px;
}

.min-width-9160-px {
  min-width: 9160px;
}

.z-index-9170 {
  z-index: 9170;
}

.min-height-9170-px {
  min-height: 9170px;
}

.min-width-9170-px {
  min-width: 9170px;
}

.z-index-9180 {
  z-index: 9180;
}

.min-height-9180-px {
  min-height: 9180px;
}

.min-width-9180-px {
  min-width: 9180px;
}

.z-index-9190 {
  z-index: 9190;
}

.min-height-9190-px {
  min-height: 9190px;
}

.min-width-9190-px {
  min-width: 9190px;
}

.z-index-9200 {
  z-index: 9200;
}

.min-height-9200-px {
  min-height: 9200px;
}

.min-width-9200-px {
  min-width: 9200px;
}

.z-index-9210 {
  z-index: 9210;
}

.min-height-9210-px {
  min-height: 9210px;
}

.min-width-9210-px {
  min-width: 9210px;
}

.z-index-9220 {
  z-index: 9220;
}

.min-height-9220-px {
  min-height: 9220px;
}

.min-width-9220-px {
  min-width: 9220px;
}

.z-index-9230 {
  z-index: 9230;
}

.min-height-9230-px {
  min-height: 9230px;
}

.min-width-9230-px {
  min-width: 9230px;
}

.z-index-9240 {
  z-index: 9240;
}

.min-height-9240-px {
  min-height: 9240px;
}

.min-width-9240-px {
  min-width: 9240px;
}

.z-index-9250 {
  z-index: 9250;
}

.min-height-9250-px {
  min-height: 9250px;
}

.min-width-9250-px {
  min-width: 9250px;
}

.z-index-9260 {
  z-index: 9260;
}

.min-height-9260-px {
  min-height: 9260px;
}

.min-width-9260-px {
  min-width: 9260px;
}

.z-index-9270 {
  z-index: 9270;
}

.min-height-9270-px {
  min-height: 9270px;
}

.min-width-9270-px {
  min-width: 9270px;
}

.z-index-9280 {
  z-index: 9280;
}

.min-height-9280-px {
  min-height: 9280px;
}

.min-width-9280-px {
  min-width: 9280px;
}

.z-index-9290 {
  z-index: 9290;
}

.min-height-9290-px {
  min-height: 9290px;
}

.min-width-9290-px {
  min-width: 9290px;
}

.z-index-9300 {
  z-index: 9300;
}

.min-height-9300-px {
  min-height: 9300px;
}

.min-width-9300-px {
  min-width: 9300px;
}

.z-index-9310 {
  z-index: 9310;
}

.min-height-9310-px {
  min-height: 9310px;
}

.min-width-9310-px {
  min-width: 9310px;
}

.z-index-9320 {
  z-index: 9320;
}

.min-height-9320-px {
  min-height: 9320px;
}

.min-width-9320-px {
  min-width: 9320px;
}

.z-index-9330 {
  z-index: 9330;
}

.min-height-9330-px {
  min-height: 9330px;
}

.min-width-9330-px {
  min-width: 9330px;
}

.z-index-9340 {
  z-index: 9340;
}

.min-height-9340-px {
  min-height: 9340px;
}

.min-width-9340-px {
  min-width: 9340px;
}

.z-index-9350 {
  z-index: 9350;
}

.min-height-9350-px {
  min-height: 9350px;
}

.min-width-9350-px {
  min-width: 9350px;
}

.z-index-9360 {
  z-index: 9360;
}

.min-height-9360-px {
  min-height: 9360px;
}

.min-width-9360-px {
  min-width: 9360px;
}

.z-index-9370 {
  z-index: 9370;
}

.min-height-9370-px {
  min-height: 9370px;
}

.min-width-9370-px {
  min-width: 9370px;
}

.z-index-9380 {
  z-index: 9380;
}

.min-height-9380-px {
  min-height: 9380px;
}

.min-width-9380-px {
  min-width: 9380px;
}

.z-index-9390 {
  z-index: 9390;
}

.min-height-9390-px {
  min-height: 9390px;
}

.min-width-9390-px {
  min-width: 9390px;
}

.z-index-9400 {
  z-index: 9400;
}

.min-height-9400-px {
  min-height: 9400px;
}

.min-width-9400-px {
  min-width: 9400px;
}

.z-index-9410 {
  z-index: 9410;
}

.min-height-9410-px {
  min-height: 9410px;
}

.min-width-9410-px {
  min-width: 9410px;
}

.z-index-9420 {
  z-index: 9420;
}

.min-height-9420-px {
  min-height: 9420px;
}

.min-width-9420-px {
  min-width: 9420px;
}

.z-index-9430 {
  z-index: 9430;
}

.min-height-9430-px {
  min-height: 9430px;
}

.min-width-9430-px {
  min-width: 9430px;
}

.z-index-9440 {
  z-index: 9440;
}

.min-height-9440-px {
  min-height: 9440px;
}

.min-width-9440-px {
  min-width: 9440px;
}

.z-index-9450 {
  z-index: 9450;
}

.min-height-9450-px {
  min-height: 9450px;
}

.min-width-9450-px {
  min-width: 9450px;
}

.z-index-9460 {
  z-index: 9460;
}

.min-height-9460-px {
  min-height: 9460px;
}

.min-width-9460-px {
  min-width: 9460px;
}

.z-index-9470 {
  z-index: 9470;
}

.min-height-9470-px {
  min-height: 9470px;
}

.min-width-9470-px {
  min-width: 9470px;
}

.z-index-9480 {
  z-index: 9480;
}

.min-height-9480-px {
  min-height: 9480px;
}

.min-width-9480-px {
  min-width: 9480px;
}

.z-index-9490 {
  z-index: 9490;
}

.min-height-9490-px {
  min-height: 9490px;
}

.min-width-9490-px {
  min-width: 9490px;
}

.z-index-9500 {
  z-index: 9500;
}

.min-height-9500-px {
  min-height: 9500px;
}

.min-width-9500-px {
  min-width: 9500px;
}

.z-index-9510 {
  z-index: 9510;
}

.min-height-9510-px {
  min-height: 9510px;
}

.min-width-9510-px {
  min-width: 9510px;
}

.z-index-9520 {
  z-index: 9520;
}

.min-height-9520-px {
  min-height: 9520px;
}

.min-width-9520-px {
  min-width: 9520px;
}

.z-index-9530 {
  z-index: 9530;
}

.min-height-9530-px {
  min-height: 9530px;
}

.min-width-9530-px {
  min-width: 9530px;
}

.z-index-9540 {
  z-index: 9540;
}

.min-height-9540-px {
  min-height: 9540px;
}

.min-width-9540-px {
  min-width: 9540px;
}

.z-index-9550 {
  z-index: 9550;
}

.min-height-9550-px {
  min-height: 9550px;
}

.min-width-9550-px {
  min-width: 9550px;
}

.z-index-9560 {
  z-index: 9560;
}

.min-height-9560-px {
  min-height: 9560px;
}

.min-width-9560-px {
  min-width: 9560px;
}

.z-index-9570 {
  z-index: 9570;
}

.min-height-9570-px {
  min-height: 9570px;
}

.min-width-9570-px {
  min-width: 9570px;
}

.z-index-9580 {
  z-index: 9580;
}

.min-height-9580-px {
  min-height: 9580px;
}

.min-width-9580-px {
  min-width: 9580px;
}

.z-index-9590 {
  z-index: 9590;
}

.min-height-9590-px {
  min-height: 9590px;
}

.min-width-9590-px {
  min-width: 9590px;
}

.z-index-9600 {
  z-index: 9600;
}

.min-height-9600-px {
  min-height: 9600px;
}

.min-width-9600-px {
  min-width: 9600px;
}

.z-index-9610 {
  z-index: 9610;
}

.min-height-9610-px {
  min-height: 9610px;
}

.min-width-9610-px {
  min-width: 9610px;
}

.z-index-9620 {
  z-index: 9620;
}

.min-height-9620-px {
  min-height: 9620px;
}

.min-width-9620-px {
  min-width: 9620px;
}

.z-index-9630 {
  z-index: 9630;
}

.min-height-9630-px {
  min-height: 9630px;
}

.min-width-9630-px {
  min-width: 9630px;
}

.z-index-9640 {
  z-index: 9640;
}

.min-height-9640-px {
  min-height: 9640px;
}

.min-width-9640-px {
  min-width: 9640px;
}

.z-index-9650 {
  z-index: 9650;
}

.min-height-9650-px {
  min-height: 9650px;
}

.min-width-9650-px {
  min-width: 9650px;
}

.z-index-9660 {
  z-index: 9660;
}

.min-height-9660-px {
  min-height: 9660px;
}

.min-width-9660-px {
  min-width: 9660px;
}

.z-index-9670 {
  z-index: 9670;
}

.min-height-9670-px {
  min-height: 9670px;
}

.min-width-9670-px {
  min-width: 9670px;
}

.z-index-9680 {
  z-index: 9680;
}

.min-height-9680-px {
  min-height: 9680px;
}

.min-width-9680-px {
  min-width: 9680px;
}

.z-index-9690 {
  z-index: 9690;
}

.min-height-9690-px {
  min-height: 9690px;
}

.min-width-9690-px {
  min-width: 9690px;
}

.z-index-9700 {
  z-index: 9700;
}

.min-height-9700-px {
  min-height: 9700px;
}

.min-width-9700-px {
  min-width: 9700px;
}

.z-index-9710 {
  z-index: 9710;
}

.min-height-9710-px {
  min-height: 9710px;
}

.min-width-9710-px {
  min-width: 9710px;
}

.z-index-9720 {
  z-index: 9720;
}

.min-height-9720-px {
  min-height: 9720px;
}

.min-width-9720-px {
  min-width: 9720px;
}

.z-index-9730 {
  z-index: 9730;
}

.min-height-9730-px {
  min-height: 9730px;
}

.min-width-9730-px {
  min-width: 9730px;
}

.z-index-9740 {
  z-index: 9740;
}

.min-height-9740-px {
  min-height: 9740px;
}

.min-width-9740-px {
  min-width: 9740px;
}

.z-index-9750 {
  z-index: 9750;
}

.min-height-9750-px {
  min-height: 9750px;
}

.min-width-9750-px {
  min-width: 9750px;
}

.z-index-9760 {
  z-index: 9760;
}

.min-height-9760-px {
  min-height: 9760px;
}

.min-width-9760-px {
  min-width: 9760px;
}

.z-index-9770 {
  z-index: 9770;
}

.min-height-9770-px {
  min-height: 9770px;
}

.min-width-9770-px {
  min-width: 9770px;
}

.z-index-9780 {
  z-index: 9780;
}

.min-height-9780-px {
  min-height: 9780px;
}

.min-width-9780-px {
  min-width: 9780px;
}

.z-index-9790 {
  z-index: 9790;
}

.min-height-9790-px {
  min-height: 9790px;
}

.min-width-9790-px {
  min-width: 9790px;
}

.z-index-9800 {
  z-index: 9800;
}

.min-height-9800-px {
  min-height: 9800px;
}

.min-width-9800-px {
  min-width: 9800px;
}

.z-index-9810 {
  z-index: 9810;
}

.min-height-9810-px {
  min-height: 9810px;
}

.min-width-9810-px {
  min-width: 9810px;
}

.z-index-9820 {
  z-index: 9820;
}

.min-height-9820-px {
  min-height: 9820px;
}

.min-width-9820-px {
  min-width: 9820px;
}

.z-index-9830 {
  z-index: 9830;
}

.min-height-9830-px {
  min-height: 9830px;
}

.min-width-9830-px {
  min-width: 9830px;
}

.z-index-9840 {
  z-index: 9840;
}

.min-height-9840-px {
  min-height: 9840px;
}

.min-width-9840-px {
  min-width: 9840px;
}

.z-index-9850 {
  z-index: 9850;
}

.min-height-9850-px {
  min-height: 9850px;
}

.min-width-9850-px {
  min-width: 9850px;
}

.z-index-9860 {
  z-index: 9860;
}

.min-height-9860-px {
  min-height: 9860px;
}

.min-width-9860-px {
  min-width: 9860px;
}

.z-index-9870 {
  z-index: 9870;
}

.min-height-9870-px {
  min-height: 9870px;
}

.min-width-9870-px {
  min-width: 9870px;
}

.z-index-9880 {
  z-index: 9880;
}

.min-height-9880-px {
  min-height: 9880px;
}

.min-width-9880-px {
  min-width: 9880px;
}

.z-index-9890 {
  z-index: 9890;
}

.min-height-9890-px {
  min-height: 9890px;
}

.min-width-9890-px {
  min-width: 9890px;
}

.z-index-9900 {
  z-index: 9900;
}

.min-height-9900-px {
  min-height: 9900px;
}

.min-width-9900-px {
  min-width: 9900px;
}

.z-index-9910 {
  z-index: 9910;
}

.min-height-9910-px {
  min-height: 9910px;
}

.min-width-9910-px {
  min-width: 9910px;
}

.z-index-9920 {
  z-index: 9920;
}

.min-height-9920-px {
  min-height: 9920px;
}

.min-width-9920-px {
  min-width: 9920px;
}

.z-index-9930 {
  z-index: 9930;
}

.min-height-9930-px {
  min-height: 9930px;
}

.min-width-9930-px {
  min-width: 9930px;
}

.z-index-9940 {
  z-index: 9940;
}

.min-height-9940-px {
  min-height: 9940px;
}

.min-width-9940-px {
  min-width: 9940px;
}

.z-index-9950 {
  z-index: 9950;
}

.min-height-9950-px {
  min-height: 9950px;
}

.min-width-9950-px {
  min-width: 9950px;
}

.z-index-9960 {
  z-index: 9960;
}

.min-height-9960-px {
  min-height: 9960px;
}

.min-width-9960-px {
  min-width: 9960px;
}

.z-index-9970 {
  z-index: 9970;
}

.min-height-9970-px {
  min-height: 9970px;
}

.min-width-9970-px {
  min-width: 9970px;
}

.z-index-9980 {
  z-index: 9980;
}

.min-height-9980-px {
  min-height: 9980px;
}

.min-width-9980-px {
  min-width: 9980px;
}

.z-index-9990 {
  z-index: 9990;
}

.min-height-9990-px {
  min-height: 9990px;
}

.min-width-9990-px {
  min-width: 9990px;
}

.z-index-10000 {
  z-index: 10000;
}

.min-height-10000-px {
  min-height: 10000px;
}

.min-width-10000-px {
  min-width: 10000px;
}

.border-radius-1 {
  border-radius: 1px;
}

.font-size-1 {
  font-size: 1px !important;
}

.border-radius-2 {
  border-radius: 2px;
}

.font-size-2 {
  font-size: 2px !important;
}

.border-radius-3 {
  border-radius: 3px;
}

.font-size-3 {
  font-size: 3px !important;
}

.border-radius-4 {
  border-radius: 4px;
}

.font-size-4 {
  font-size: 4px !important;
}

.border-radius-5 {
  border-radius: 5px;
}

.font-size-5 {
  font-size: 5px !important;
}

.border-radius-6 {
  border-radius: 6px;
}

.font-size-6 {
  font-size: 6px !important;
}

.border-radius-7 {
  border-radius: 7px;
}

.font-size-7 {
  font-size: 7px !important;
}

.border-radius-8 {
  border-radius: 8px;
}

.font-size-8 {
  font-size: 8px !important;
}

.border-radius-9 {
  border-radius: 9px;
}

.font-size-9 {
  font-size: 9px !important;
}

.vh-10 {
  height: 10vh;
}

.vw-10 {
  width: 10vw;
}

.min-height-10-vh {
  min-height: 10vh;
}

.min-width-10-vh {
  min-width: 10vw;
}

.mb-vh-10 {
  margin-bottom: 10vh;
}

.mt-vh-10 {
  margin-top: 10vh;
}

.ml-vh-10 {
  margin-left: 10vw;
}

.mr-vh-10 {
  margin-right: 10vw;
}

.border-radius-10 {
  border-radius: 10px;
}

.font-size-10 {
  font-size: 10px !important;
}

.border-radius-11 {
  border-radius: 11px;
}

.font-size-11 {
  font-size: 11px !important;
}

.border-radius-12 {
  border-radius: 12px;
}

.font-size-12 {
  font-size: 12px !important;
}

.border-radius-13 {
  border-radius: 13px;
}

.font-size-13 {
  font-size: 13px !important;
}

.border-radius-14 {
  border-radius: 14px;
}

.font-size-14 {
  font-size: 14px !important;
}

.border-radius-15 {
  border-radius: 15px;
}

.font-size-15 {
  font-size: 15px !important;
}

.border-radius-16 {
  border-radius: 16px;
}

.font-size-16 {
  font-size: 16px !important;
}

.border-radius-17 {
  border-radius: 17px;
}

.font-size-17 {
  font-size: 17px !important;
}

.border-radius-18 {
  border-radius: 18px;
}

.font-size-18 {
  font-size: 18px !important;
}

.border-radius-19 {
  border-radius: 19px;
}

.font-size-19 {
  font-size: 19px !important;
}

.vh-20 {
  height: 20vh;
}

.vw-20 {
  width: 20vw;
}

.min-height-20-vh {
  min-height: 20vh;
}

.min-width-20-vh {
  min-width: 20vw;
}

.mb-vh-20 {
  margin-bottom: 20vh;
}

.mt-vh-20 {
  margin-top: 20vh;
}

.ml-vh-20 {
  margin-left: 20vw;
}

.mr-vh-20 {
  margin-right: 20vw;
}

.border-radius-20 {
  border-radius: 20px;
}

.font-size-20 {
  font-size: 20px !important;
}

.border-radius-21 {
  border-radius: 21px;
}

.font-size-21 {
  font-size: 21px !important;
}

.border-radius-22 {
  border-radius: 22px;
}

.font-size-22 {
  font-size: 22px !important;
}

.border-radius-23 {
  border-radius: 23px;
}

.font-size-23 {
  font-size: 23px !important;
}

.border-radius-24 {
  border-radius: 24px;
}

.font-size-24 {
  font-size: 24px !important;
}

.border-radius-25 {
  border-radius: 25px;
}

.font-size-25 {
  font-size: 25px !important;
}

.border-radius-26 {
  border-radius: 26px;
}

.font-size-26 {
  font-size: 26px !important;
}

.border-radius-27 {
  border-radius: 27px;
}

.font-size-27 {
  font-size: 27px !important;
}

.border-radius-28 {
  border-radius: 28px;
}

.font-size-28 {
  font-size: 28px !important;
}

.border-radius-29 {
  border-radius: 29px;
}

.font-size-29 {
  font-size: 29px !important;
}

.vh-30 {
  height: 30vh;
}

.vw-30 {
  width: 30vw;
}

.min-height-30-vh {
  min-height: 30vh;
}

.min-width-30-vh {
  min-width: 30vw;
}

.mb-vh-30 {
  margin-bottom: 30vh;
}

.mt-vh-30 {
  margin-top: 30vh;
}

.ml-vh-30 {
  margin-left: 30vw;
}

.mr-vh-30 {
  margin-right: 30vw;
}

.border-radius-30 {
  border-radius: 30px;
}

.font-size-30 {
  font-size: 30px !important;
}

.border-radius-31 {
  border-radius: 31px;
}

.font-size-31 {
  font-size: 31px !important;
}

.border-radius-32 {
  border-radius: 32px;
}

.font-size-32 {
  font-size: 32px !important;
}

.border-radius-33 {
  border-radius: 33px;
}

.font-size-33 {
  font-size: 33px !important;
}

.border-radius-34 {
  border-radius: 34px;
}

.font-size-34 {
  font-size: 34px !important;
}

.border-radius-35 {
  border-radius: 35px;
}

.font-size-35 {
  font-size: 35px !important;
}

.border-radius-36 {
  border-radius: 36px;
}

.font-size-36 {
  font-size: 36px !important;
}

.border-radius-37 {
  border-radius: 37px;
}

.font-size-37 {
  font-size: 37px !important;
}

.border-radius-38 {
  border-radius: 38px;
}

.font-size-38 {
  font-size: 38px !important;
}

.border-radius-39 {
  border-radius: 39px;
}

.font-size-39 {
  font-size: 39px !important;
}

.vh-40 {
  height: 40vh;
}

.vw-40 {
  width: 40vw;
}

.min-height-40-vh {
  min-height: 40vh;
}

.min-width-40-vh {
  min-width: 40vw;
}

.mb-vh-40 {
  margin-bottom: 40vh;
}

.mt-vh-40 {
  margin-top: 40vh;
}

.ml-vh-40 {
  margin-left: 40vw;
}

.mr-vh-40 {
  margin-right: 40vw;
}

.border-radius-40 {
  border-radius: 40px;
}

.font-size-40 {
  font-size: 40px !important;
}

.border-radius-41 {
  border-radius: 41px;
}

.font-size-41 {
  font-size: 41px !important;
}

.border-radius-42 {
  border-radius: 42px;
}

.font-size-42 {
  font-size: 42px !important;
}

.border-radius-43 {
  border-radius: 43px;
}

.font-size-43 {
  font-size: 43px !important;
}

.border-radius-44 {
  border-radius: 44px;
}

.font-size-44 {
  font-size: 44px !important;
}

.border-radius-45 {
  border-radius: 45px;
}

.font-size-45 {
  font-size: 45px !important;
}

.border-radius-46 {
  border-radius: 46px;
}

.font-size-46 {
  font-size: 46px !important;
}

.border-radius-47 {
  border-radius: 47px;
}

.font-size-47 {
  font-size: 47px !important;
}

.border-radius-48 {
  border-radius: 48px;
}

.font-size-48 {
  font-size: 48px !important;
}

.border-radius-49 {
  border-radius: 49px;
}

.font-size-49 {
  font-size: 49px !important;
}

.vh-50 {
  height: 50vh;
}

.vw-50 {
  width: 50vw;
}

.min-height-50-vh {
  min-height: 50vh;
}

.min-width-50-vh {
  min-width: 50vw;
}

.mb-vh-50 {
  margin-bottom: 50vh;
}

.mt-vh-50 {
  margin-top: 50vh;
}

.ml-vh-50 {
  margin-left: 50vw;
}

.mr-vh-50 {
  margin-right: 50vw;
}

.border-radius-50 {
  border-radius: 50px;
}

.font-size-50 {
  font-size: 50px !important;
}

.border-radius-51 {
  border-radius: 51px;
}

.font-size-51 {
  font-size: 51px !important;
}

.border-radius-52 {
  border-radius: 52px;
}

.font-size-52 {
  font-size: 52px !important;
}

.border-radius-53 {
  border-radius: 53px;
}

.font-size-53 {
  font-size: 53px !important;
}

.border-radius-54 {
  border-radius: 54px;
}

.font-size-54 {
  font-size: 54px !important;
}

.border-radius-55 {
  border-radius: 55px;
}

.font-size-55 {
  font-size: 55px !important;
}

.border-radius-56 {
  border-radius: 56px;
}

.font-size-56 {
  font-size: 56px !important;
}

.border-radius-57 {
  border-radius: 57px;
}

.font-size-57 {
  font-size: 57px !important;
}

.border-radius-58 {
  border-radius: 58px;
}

.font-size-58 {
  font-size: 58px !important;
}

.border-radius-59 {
  border-radius: 59px;
}

.font-size-59 {
  font-size: 59px !important;
}

.vh-60 {
  height: 60vh;
}

.vw-60 {
  width: 60vw;
}

.min-height-60-vh {
  min-height: 60vh;
}

.min-width-60-vh {
  min-width: 60vw;
}

.mb-vh-60 {
  margin-bottom: 60vh;
}

.mt-vh-60 {
  margin-top: 60vh;
}

.ml-vh-60 {
  margin-left: 60vw;
}

.mr-vh-60 {
  margin-right: 60vw;
}

.border-radius-60 {
  border-radius: 60px;
}

.font-size-60 {
  font-size: 60px !important;
}

.border-radius-61 {
  border-radius: 61px;
}

.font-size-61 {
  font-size: 61px !important;
}

.border-radius-62 {
  border-radius: 62px;
}

.font-size-62 {
  font-size: 62px !important;
}

.border-radius-63 {
  border-radius: 63px;
}

.font-size-63 {
  font-size: 63px !important;
}

.border-radius-64 {
  border-radius: 64px;
}

.font-size-64 {
  font-size: 64px !important;
}

.border-radius-65 {
  border-radius: 65px;
}

.font-size-65 {
  font-size: 65px !important;
}

.border-radius-66 {
  border-radius: 66px;
}

.font-size-66 {
  font-size: 66px !important;
}

.border-radius-67 {
  border-radius: 67px;
}

.font-size-67 {
  font-size: 67px !important;
}

.border-radius-68 {
  border-radius: 68px;
}

.font-size-68 {
  font-size: 68px !important;
}

.border-radius-69 {
  border-radius: 69px;
}

.font-size-69 {
  font-size: 69px !important;
}

.vh-70 {
  height: 70vh;
}

.vw-70 {
  width: 70vw;
}

.min-height-70-vh {
  min-height: 70vh;
}

.min-width-70-vh {
  min-width: 70vw;
}

.mb-vh-70 {
  margin-bottom: 70vh;
}

.mt-vh-70 {
  margin-top: 70vh;
}

.ml-vh-70 {
  margin-left: 70vw;
}

.mr-vh-70 {
  margin-right: 70vw;
}

.border-radius-70 {
  border-radius: 70px;
}

.font-size-70 {
  font-size: 70px !important;
}

.border-radius-71 {
  border-radius: 71px;
}

.font-size-71 {
  font-size: 71px !important;
}

.border-radius-72 {
  border-radius: 72px;
}

.font-size-72 {
  font-size: 72px !important;
}

.border-radius-73 {
  border-radius: 73px;
}

.font-size-73 {
  font-size: 73px !important;
}

.border-radius-74 {
  border-radius: 74px;
}

.font-size-74 {
  font-size: 74px !important;
}

.border-radius-75 {
  border-radius: 75px;
}

.font-size-75 {
  font-size: 75px !important;
}

.border-radius-76 {
  border-radius: 76px;
}

.font-size-76 {
  font-size: 76px !important;
}

.border-radius-77 {
  border-radius: 77px;
}

.font-size-77 {
  font-size: 77px !important;
}

.border-radius-78 {
  border-radius: 78px;
}

.font-size-78 {
  font-size: 78px !important;
}

.border-radius-79 {
  border-radius: 79px;
}

.font-size-79 {
  font-size: 79px !important;
}

.vh-80 {
  height: 80vh;
}

.vw-80 {
  width: 80vw;
}

.min-height-80-vh {
  min-height: 80vh;
}

.min-width-80-vh {
  min-width: 80vw;
}

.mb-vh-80 {
  margin-bottom: 80vh;
}

.mt-vh-80 {
  margin-top: 80vh;
}

.ml-vh-80 {
  margin-left: 80vw;
}

.mr-vh-80 {
  margin-right: 80vw;
}

.border-radius-80 {
  border-radius: 80px;
}

.font-size-80 {
  font-size: 80px !important;
}

.border-radius-81 {
  border-radius: 81px;
}

.font-size-81 {
  font-size: 81px !important;
}

.border-radius-82 {
  border-radius: 82px;
}

.font-size-82 {
  font-size: 82px !important;
}

.border-radius-83 {
  border-radius: 83px;
}

.font-size-83 {
  font-size: 83px !important;
}

.border-radius-84 {
  border-radius: 84px;
}

.font-size-84 {
  font-size: 84px !important;
}

.border-radius-85 {
  border-radius: 85px;
}

.font-size-85 {
  font-size: 85px !important;
}

.border-radius-86 {
  border-radius: 86px;
}

.font-size-86 {
  font-size: 86px !important;
}

.border-radius-87 {
  border-radius: 87px;
}

.font-size-87 {
  font-size: 87px !important;
}

.border-radius-88 {
  border-radius: 88px;
}

.font-size-88 {
  font-size: 88px !important;
}

.border-radius-89 {
  border-radius: 89px;
}

.font-size-89 {
  font-size: 89px !important;
}

.vh-90 {
  height: 90vh;
}

.vw-90 {
  width: 90vw;
}

.min-height-90-vh {
  min-height: 90vh;
}

.min-width-90-vh {
  min-width: 90vw;
}

.mb-vh-90 {
  margin-bottom: 90vh;
}

.mt-vh-90 {
  margin-top: 90vh;
}

.ml-vh-90 {
  margin-left: 90vw;
}

.mr-vh-90 {
  margin-right: 90vw;
}

.border-radius-90 {
  border-radius: 90px;
}

.font-size-90 {
  font-size: 90px !important;
}

.border-radius-91 {
  border-radius: 91px;
}

.font-size-91 {
  font-size: 91px !important;
}

.border-radius-92 {
  border-radius: 92px;
}

.font-size-92 {
  font-size: 92px !important;
}

.border-radius-93 {
  border-radius: 93px;
}

.font-size-93 {
  font-size: 93px !important;
}

.border-radius-94 {
  border-radius: 94px;
}

.font-size-94 {
  font-size: 94px !important;
}

.border-radius-95 {
  border-radius: 95px;
}

.font-size-95 {
  font-size: 95px !important;
}

.border-radius-96 {
  border-radius: 96px;
}

.font-size-96 {
  font-size: 96px !important;
}

.border-radius-97 {
  border-radius: 97px;
}

.font-size-97 {
  font-size: 97px !important;
}

.border-radius-98 {
  border-radius: 98px;
}

.font-size-98 {
  font-size: 98px !important;
}

.border-radius-99 {
  border-radius: 99px;
}

.font-size-99 {
  font-size: 99px !important;
}

.vh-100 {
  height: 100vh;
}

.vw-100 {
  width: 100vw;
}

.min-height-100-vh {
  min-height: 100vh;
}

.min-width-100-vh {
  min-width: 100vw;
}

.mb-vh-100 {
  margin-bottom: 100vh;
}

.mt-vh-100 {
  margin-top: 100vh;
}

.ml-vh-100 {
  margin-left: 100vw;
}

.mr-vh-100 {
  margin-right: 100vw;
}

.border-radius-100 {
  border-radius: 100px;
}

.font-size-100 {
  font-size: 100px !important;
}

.btn-pill {
  border-radius: 90px;
}

.text-shadow {
  text-shadow: 2px 2px 5px #495057;
}

.img-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.form-control-flat {
  border-radius: 0px;
}

.form-with-button {
  position: relative;
}
.form-with-button .with-button {
  position: absolute;
  right: 10px;
  top: 20%;
}

a {
  text-decoration: none;
}
a:hover {
  color: #FF8427 !important;
  text-decoration: none;
}

.circle {
  border-radius: 900px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
}

#public .main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  max-width: 100vw;
}
#public .sidebar {
  position: fixed;
  width: 250px;
  padding: 20px;
  min-height: 100vh;
  box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.35);
}
#public .sidebar .nav {
  margin-top: 3rem;
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
#public .sidebar .nav li {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
#public .content {
  margin-left: 270px;
  width: calc(100vw - 320px);
  padding-left: 20px;
  padding-right: 20px;
}
#public .content .infographic {
  width: auto;
  height: 420px;
}

.repository {
  border-radius: 10px;
  border: 1px solid #e9ecef;
  padding: 10px;
  display: flex;
  box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.35);
  background-color: #ffffff;
  position: relative;
}
.repository .img {
  height: 150px;
  width: 150px;
  border-radius: 5px;
  overflow: hidden;
}
.repository .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.repository .item {
  width: calc(100% - 150px);
  padding: 0px 15px;
  font-size: 14px;
}
.repository .info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}

.navbar.navbar-dark {
  background: linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF00 50%, #61C0F5CC 100%);
}

@media (max-width: 768px) {
  #public .sidebar {
    left: -100%;
    top: 50px;
    transition: 1s;
    z-index: 1200;
  }
  #public .sidebar.show {
    left: 0px;
    transition: 1s;
  }
  #public .content {
    margin-left: 0px;
    width: 100%;
    padding: 20px;
  }
  #public .content .infographic {
    width: 100%;
    height: auto;
  }

  .repository {
    flex-wrap: wrap;
  }
  .repository .img {
    width: 100%;
    height: 200px;
    padding: 10px;
  }
  .repository .item {
    width: 100%;
    padding: 10px;
  }
  .repository .info {
    position: relative;
    padding: 10px;
  }
}
#document-kategori .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#document-kategori .item-container {
  padding: 10px;
  display: flex;
  align-items: stretch;
}

#document-kategori .item-container .item {
  border-radius: 20px;
  box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 80%;
}
#document-kategori .item-container .item h4 {
  font-size: 1.2rem;
}

#document-kategori a {
  color: #1E572C;
}

#document .repository {
  border-radius: 20px;
  border: 1px solid #e9ecef;
  padding: 10px;
  display: flex;
  box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 9px 2px 7px -3px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  flex-wrap: wrap;
}

#document .repository .img {
  height: 150px;
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
}

#document .repository .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

#document .repository .item {
  width: calc(100% - 150px);
  padding: 0px 15px;
  font-size: 14px;
}
#document .repository .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

#document .repository .info {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-end;
}

#document .repository .info a {
  margin-left: 10px;
}

#document .repository .item td, #document .repository .item th {
  vertical-align: top;
}

@media (max-width: 768px) {
  #document .repository {
    flex-wrap: wrap;
  }

  #document .repository .img {
    width: 100%;
    height: 200px;
    padding: 10px;
  }

  #document .repository .item {
    width: 100%;
    padding: 10px;
  }

  #document .repository .info {
    position: relative;
    padding: 10px;
  }

  .homepage .row {
    height: 100vh;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .homepage .row .title {
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .homepage h1 {
    font-size: 60px;
  }
}
.btn {
  border-radius: 10px;
}

.btn-default {
  border-color: #767676;
}

.homepage {
  min-height: 100vh;
  color: #FFFFFF;
  background: linear-gradient(359.75deg, #8489FF 0.23%, #61C0F5 99.79%);
  padding: 0px;
  margin: 0px;
}
.homepage .row {
  height: 100vh;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.homepage .row > * {
  padding: 0px;
  margin: 0px;
}
.homepage .row .image {
  background-image: url("../../images/palm.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 100vh;
}
.homepage h1 {
  font-weight: 600;
  font-size: 80px;
}
.homepage p {
  font-size: 20.2852px;
}

.navbar {
  border-bottom: 1px solid #DEDEDE;
}

.card {
  border-color: #E8F0EC;
  box-shadow: 0px 4px 8px 0px #0000001A;
  border-radius: 10px;
}

.slider {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  height: 420px;
}
.slider .items {
  width: 800px;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slider .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
.slider .items a {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: 2rem;
  border-radius: 1rem;
  padding: 10px;
  background-color: #FF8427DD;
  color: #FFFFFF;
  width: 80%;
}
.slider .items a:hover {
  color: #FFFFFF !important;
  background-color: #ffa15a;
}

@media (max-width: 768px) {
  .homepage .row .title {
    padding-top: 100px;
    height: 400px;
  }
  .homepage .row .image {
    margin-top: -100px;
    height: calc(100vh - 100px);
  }
  .homepage h1 {
    font-size: 60px;
  }
  .navbar-collapse {
    background-color: #FFFFFFCC;
    padding: 10px;
    border-radius: 5px;
  }
  .navbar-collapse .nav-link:not(.btn) {
    color: black !important;
  }

  .navbar-light .navbar-collapse {
    background-color: #000000CC;
  }
  .navbar-light .navbar-collapse .nav-link:not(.btn) {
    color: white !important;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover:not(.btn) {
  color: #FF8427 !important;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #FF8427 !important;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}
.navbar-light .navbar-nav .nav-link:hover:not(.btn) {
  color: #FF8427 !important;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #FF8427 !important;
  font-weight: bold;
}

.btn-repository {
  position: fixed;
  bottom: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .btn-repository {
    bottom: auto;
    top: 420px;
  }
}
.loginpage {
  min-height: 100vh;
  background: linear-gradient(359.75deg, #8489FF 0.23%, #61C0F5 99.79%);
  padding: 0px;
  margin: 0px;
}
.loginpage .row {
  height: 100vh;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.loginpage .row > * {
  padding: 0px;
  margin: 0px;
}
.loginpage .row .form-container {
  height: 100vh;
  background-color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.loginpage .row .form-container .brand {
  position: absolute;
  right: 20px;
  top: 20px;
}
.loginpage .row .image {
  background-image: url("../../images/palm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loginpage .row .image h1 {
  font-weight: 600;
  font-size: 80px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.loginpage .row .image p {
  font-size: 20.2852px;
  text-align: center;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.loginpage .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.loginpage .form-group .form-control-feedback {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 1.5rem;
  color: #a0a0a0;
}
.loginpage .form-group .form-control {
  padding-left: 50px;
}
.loginpage .form-control {
  padding: 30px;
  border-radius: 1000px;
}
.loginpage .form-group .control-label {
  padding-left: 1rem;
}
.loginpage .control-label[for=inputError] {
  color: red;
  margin-top: 5px;
}
.loginpage .control-label[for=inputError] i {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .loginpage .row .image {
    background-position: bottom center;
    background-size: auto 50%;
  }
}
.form-control {
  border-radius: 1000px;
}

.page-content {
  min-height: 100vh;
  padding-top: 100px;
}

.page-title {
  background-color: #E8F0EC;
}

.img-profile {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 100px;
}

.modal-dialog .modal-content {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.modal-dialog .modal-content .modal-header {
  border-width: 0px;
}
.modal-dialog .modal-content .modal-body {
  border-width: 0px;
}
.modal-dialog .modal-content .modal-footer {
  border-width: 0px;
}

#infografis .item-container {
  margin-bottom: 1.5rem;
  height: 350px;
  position: relative;
  overflow: hidden;
}
#infografis .item-container .bg {
  filter: blur(3px) brightness(50%);
  -webkit-filter: blur(3px) brightness(80%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#infografis .item-container .item:not(#save-form #upload-form) {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#infografis .item-container .item:not(#save-form #upload-form) img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
#infografis .item-container .item:not(#save-form #upload-form) .delete-infografis {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: none;
}
#infografis .item-container .item:not(#save-form #upload-form):hover .delete-infografis {
  display: block;
}
#infografis .item-container #save-form .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#infografis .item-container #save-form .item .button {
  position: absolute;
  bottom: 1rem;
}
#infografis .item-container #save-form .item .loading {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#infografis .item-container #upload-form .item:hover {
  border: 2px solid #FF8427;
}

@media (max-width: 991px) {
  .homepage .title {
    text-align: center;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 70px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .homepage .image {
    align-self: flex-end;
    margin-top: -100px;
    height: calc(100vh - 100px);
  }
}
.harga-komoditi {
  position: relative;
}
.harga-komoditi .loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3rem;
  color: #FFFFFF;
  background-color: #FF842780;
  z-index: 1000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow-costum .carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -99px;
  cursor: pointer;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 2px;
}
.slideshow-costum .carousel .carousel-inner .carousel-caption {
  height: 23%;
}
.slideshow-costum .carousel .carousel-inner .carousel-caption h5 {
  font-size: 18px;
  background-color: #FF8427;
  width: auto;
}

.infografis-container {
  position: relative;
}
.infografis-container .slick-slider-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.infografis-container .slick-slider-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.infografis-container .slick-slider-dots ul li {
  margin: 0 4px;
}
.infografis-container .slick-slider-dots ul li button {
  background: #e9ecef;
  height: 5px;
  width: 20px;
  overflow: hidden;
  color: #e9ecef;
  border: none;
  border-radius: 4px;
}
.infografis-container .slick-slider-dots ul li.slick-active button {
  background: #FF8427;
  color: #FF8427;
}
.infografis-container .slick-slider-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

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