a:focus,
a:active,
button:focus,
.btn:focus {
  outline: none;
  -webkit-appearance: none;
}

.page-wrapper {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  margin-left: 265px;
  min-height: 100vh;
  transition: margin 0.1s ease, width 0.1s ease;
  width: calc(100% - 265px);
}

.foldarea .page-wrapper {
  margin-left: 70px;
  width: calc(100% - 70px);
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.side-bar-light {
  background-color: #ffffff;
}

.side-bar-light .nav-link.active {
  box-shadow: 13px 0px 0px 0px #eef0f8;
}

.side-bar-light .nav-link {
  color: #959fb7;
}

.sidebar.side-bar-light div.collapse .nav-link.active {
  color: #17a2ad;
}

.sidebar.side-bar-light .nav-link:hover,
.sidebar .nav-link:focus {
  color: #17a2ad;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
}

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

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

.header-fixed {
  position: fixed;
  left: 265px;
  right: 0;
  z-index: 100;
  top: 0;
  background-color: #eef0f8;
}

ul.btn-toggle-nav {
  margin-left: 16px;
}

.scale-50 {
  transform: scale(0.5);
  /* W3C */
  -webkit-transform: scale(0.5);
  /* Safari & Chrome */
  -moz-transform: scale(0.5);
  /* Firefox */
  -ms-transform: scale(0.5);
  /* Internet Explorer */
  -o-transform: scale(0.5);
  /* Opera */
}

.scale-60 {
  transform: scale(0.6);
  /* W3C */
  -webkit-transform: scale(0.6);
  /* Safari & Chrome */
  -moz-transform: scale(0.6);
  /* Firefox */
  -ms-transform: scale(0.6);
  /* Internet Explorer */
  -o-transform: scale(0.6);
  /* Opera */
}

.scale-70 {
  transform: scale(0.7);
  /* W3C */
  -webkit-transform: scale(0.7);
  /* Safari & Chrome */
  -moz-transform: scale(0.7);
  /* Firefox */
  -ms-transform: scale(0.7);
  /* Internet Explorer */
  -o-transform: scale(0.7);
  /* Opera */
}

.scale-80 {
  transform: scale(0.8);
  /* W3C */
  -webkit-transform: scale(0.8);
  /* Safari & Chrome */
  -moz-transform: scale(0.8);
  /* Firefox */
  -ms-transform: scale(0.8);
  /* Internet Explorer */
  -o-transform: scale(0.8);
  /* Opera */
}

.scale-90 {
  transform: scale(0.9);
  /* W3C */
  -webkit-transform: scale(0.9);
  /* Safari & Chrome */
  -moz-transform: scale(0.9);
  /* Firefox */
  -ms-transform: scale(0.9);
  /* Internet Explorer */
  -o-transform: scale(0.9);
  /* Opera */
}

/* image preview css */
#image-preview {
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  /* Required for absolute positioning */
}

#preview-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

/* end */

.img-100 {
  height: 100px;
  width: 100px;
}

.img-80 {
  height: 80px;
  width: 80px;
}

.start-10 {
  left: 10px;
}

.end-10 {
  right: 10px;
}

.top-10 {
  top: 10px;
}

.bottom-10 {
  bottom: 10px;
}

.end-n-10 {
  right: -10px;
}

.top-n-10 {
  top: -10px;
}

.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.rounded-top-left-1 {
  border-top-left-radius: 0.475rem !important;
}

.rounded-top-right-1 {
  border-top-right-radius: 0.475rem !important;
}

.rounded-bottom-left-1 {
  border-bottom-left-radius: 0.475rem !important;
}

.rounded-bottom-right-1 {
  border-bottom-right-radius: 0.475rem !important;
}

.pe-6 {
  padding-right: 3.5rem !important;
}

.pe-7 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 4.5rem !important;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 4.5rem !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.spacer-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacer-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

hr {
  background-color: #b7b7b7;
}

.h-30px {
  height: 30px !important;
}

.w-30px {
  width: 30px !important;
}

.cursor-pointer {
  cursor: pointer;
}

/*badges*/

.badge-light-primary {
  color: #3699ff;
  background-color: #e1f0ff;
}

.badge-light-secondary {
  /* color: #181C32;
	background-color: #D1D3E0; */
  color: #41464b;
  background-color: #e2e3e5;
}

.badge-light-info {
  color: #1bc5bd;
  background-color: #c9f7f5;
}

.badge-light-warning {
  color: #ffa800;
  background-color: #fff4de;
}

.badge-light-success {
  /* color: #50D1C5;
    background-color: #e3fcfa; */
  color: #0f5132;
  background-color: #d1e7dd;
}

.badge-light-danger {
  color: #f64e60;
  background-color: #ffe2e5;
}

/*radio buttons*/

.form-check-input.form-radio-secondary {
  background-color: #d1d3e0;
}

.form-check-input.form-radio-secondary:checked {
  background-color: #181c32;
  border-color: #181c32;
}

.form-check-input.form-radio-info {
  background-color: #c9f7f5;
}

.form-check-input.form-radio-info:checked {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}

.form-check-input.form-radio-warning {
  background-color: #fff4de;
}

.form-check-input.form-radio-warning:checked {
  background-color: #ffa800;
  border-color: #ffa800;
}

.form-check-input.form-radio-success {
  background-color: #d9ffeb;
}

.form-check-input.form-radio-success:checked {
  background-color: #258754;
  border-color: #258754;
}

.form-check-input.form-radio-danger {
  background-color: #ffe2e5;
}

.form-check-input.form-radio-danger:checked {
  background-color: #f64e60;
  border-color: #f64e60;
}

/*-- chat page --*/

.user_profile {
  width: 50px;
  height: 50px;
}

.user_chat_details {
  width: calc(100% - 60px);
}

/* invoice page */

.invoice-bill {
  background-image: url("../../media/backgrounds/invoice.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* chat page */

.user-status:after {
  content: "";
  position: absolute;
  right: 0;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #4fca31;
  bottom: 5px;
  border: 1px solid #fff;
}

.chat-tabs .nav .nav-link {
  border-left: 4px solid transparent;
}

.chat-tabs .nav .nav-link.active {
  border-left: 4px solid #3699ff;
}

.conversation {
  height: 300px;
  overflow: auto;
  padding-right: 15px;
}

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

.chat-tabs {
  height: calc(230px - 45px);
  overflow: auto;
  padding: 0px 10px 0px 0px;
  margin-right: -1rem;
}

/*dark header and dark aside*/

.sidebar-dark .nav-item .nav-link.active {
  color: #3699ff;
}

.header-dark .dropdown button {
  color: #fff;
}

.header-dark .dropdown button:hover {
  color: #3699ff;
}

/*tasks page*/
.nav-tabs-btn.nav-tabs {
  border: none;
}

.nav-tabs-btn.nav-tabs .nav-item .nav-link.active,
.nav-tabs-btn.nav-tabs .nav-item .nav-link.active:hover {
  background-color: #3699ff;
  color: #fff;
}

.nav-tabs-btn.nav-tabs .nav-item {
  margin-right: 10px;
}

.nav-tabs-btn.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs-btn.nav-tabs .nav-item .nav-link {
  padding: 0.6rem 1.5rem;
  border-radius: 0.475rem;
  font-size: 1rem;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs-btn.nav-tabs .nav-item .nav-link:hover {
  color: #3699ff;
}

/*Activity Timeline*/

.tree-view {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  list-style: none;
}

.tree-view:before {
  position: absolute;
  top: 12px;
  left: 7px;
  z-index: 1;
  height: 100%;
  width: 1px;
  border: 0;
  border-left: 1px solid #f1f1f1;
  content: "";
}

.tree-view-point-primary {
  background-color: #696cff !important;
  box-shadow: 0 0 0 0.1875rem rgb(105 108 255 / 16%);
}

.tree-view-point {
  position: absolute;
  left: 0.2rem;
  top: 0;
  z-index: 2;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background-color: #696cff;
}

.tree-view-point i.bi {
  top: -3px;
  position: relative;
  left: -1px;
}

.tree-view-point-warning {
  background-color: #ffab00 !important;
  box-shadow: 0 0 0 0.1875rem rgb(255 171 0 / 16%);
}

.tree-view-point-info {
  background-color: #03c3ec !important;
  box-shadow: 0 0 0 0.1875rem rgb(3 195 236 / 16%);
}

.search-section span {
  width: calc(1.5em + 1.3rem + 2px);
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-unstyled li a.nav-link.active {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.list-unstyled li a.nav-link.active:hover {
  color: #fff;
}

/* Wizard page */

.sidebar-wizard .nav-pills .nav-link.active,
.sidebar-wizard .nav-pills .show > .nav-link {
  color: #3f4254;
  background-color: #eef0f8;
}

.sidebar-wizard .nav-link:hover,
.sidebar-wizard .nav-link:focus {
  color: #3f4254;
}

/* Dotted divider with text in center */

.divider {
  display: block;
  text-align: center;
  margin: 1rem 0;
  overflow: hidden;
  white-space: nowrap;
}

.divider .divider-text {
  padding: 0rem 1rem;
}

.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after {
  border-style: dashed;
  border-width: 0 1px 1px;
  border-color: rgba(67, 89, 113, 0.2);
}

.divider .divider-text:before,
.divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid rgba(67, 89, 113, 0.2);
}

.divider .divider-text:after {
  left: 100%;
}

.divider .divider-text:before {
  right: 100%;
}

/* Sticky Action Bar */

.sticky.sticky-action-bar {
  position: fixed;
  background-color: #fff;
  margin-top: -7.35rem;
  z-index: 9;
  width: calc(100% - 39px);
}

/* scroll bar*/

div,
ol,
pre,
span,
ul {
  scrollbar-width: thin;
  scrollbar-color: #eff2f5 transparent;
}

div::-webkit-scrollbar,
ol::-webkit-scrollbar,
pre::-webkit-scrollbar,
span::-webkit-scrollbar,
ul::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

div::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
  background-color: #eff2f5;
}

div:hover,
ol:hover,
pre:hover,
span:hover,
ul:hover {
  scrollbar-color: #e9edf1 transparent;
}

div:hover::-webkit-scrollbar-thumb,
ol:hover::-webkit-scrollbar-thumb,
pre:hover::-webkit-scrollbar-thumb,
span:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb {
  background-color: #e9edf1;
}

.sidebar-body::-webkit-scrollbar-thumb {
  background-color: #3b3b64;
}

.sidebar-body {
  scrollbar-width: thin;
  scrollbar-color: #3b3b64 transparent;
}

.sidebar-body::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

.sidebar-body::-webkit-scrollbar-thumb {
  background-color: #3b3b64;
}

.sidebar-body:hover {
  scrollbar-color: #3b3b64 transparent;
}

.sidebar-body:hover::-webkit-scrollbar-thumb {
  background-color: #3b3b64;
}

.navbar-nav .nav-link svg {
  width: 18px;
}

.header-section .dropdown-toggle::after {
  display: none;
}

/*common-class*/
.w-5-p {
  width: 5px !important;
}

.w-10-p {
  width: 10px !important;
}

.w-15-p {
  width: 15px !important;
}

.w-20-p {
  width: 20px !important;
}

.w-25-p {
  width: 25px !important;
}

.w-30-p {
  width: 30px !important;
}

.w-35-p {
  width: 35px !important;
}

.w-40-p {
  width: 40px !important;
}

.w-45-p {
  width: 45px !important;
}

.w-50-p {
  width: 50px !important;
}

.w-55-p {
  width: 55px !important;
}

.w-60-p {
  width: 60px !important;
}

.w-65-p {
  width: 65px !important;
}

.w-70-p {
  width: 70px !important;
}

.w-75-p {
  width: 75px !important;
}

.w-80-p {
  width: 80px !important;
}

.w-85-p {
  width: 85px !important;
}

.w-90-p {
  width: 90px !important;
}

.w-95-p {
  width: 95px !important;
}

.w-100-p {
  width: 100px !important;
}

.w-125-p {
  width: 125px !important;
}

.w-170-p {
  width: 170px !important;
}

.w-150-p {
  width: 150px !important;
}

.w-200-p {
  width: 200px !important;
}

.w-250-p {
  width: 250px !important;
}

.w-300-p {
  width: 300px !important;
}

.w-350-p {
  width: 350px !important;
}

.w-400-p {
  width: 400px !important;
}

.w-450-p {
  width: 450px !important;
}

.w-500-p {
  width: 500px !important;
}

.w-550-p {
  width: 550px !important;
}

.w-600-p {
  width: 600px !important;
}

.w-650-p {
  width: 650px !important;
}

.w-700-p {
  width: 700px !important;
}

.w-750-p {
  width: 750px !important;
}

.w-800-p {
  width: 800px !important;
}

.w-850-p {
  width: 850px !important;
}

.w-900-p {
  width: 900px !important;
}

.w-950-p {
  width: 950px !important;
}

.w-1000-p {
  width: 1000px !important;
}

.w-5-p-min {
  min-width: 5px !important;
}

.w-10-p-min {
  min-width: 10px !important;
}

.w-15-p-min {
  min-width: 15px !important;
}

.w-20-p-min {
  min-width: 20px !important;
}

.w-25-p-min {
  min-width: 25px !important;
}

.w-30-p-min {
  min-width: 30px !important;
}

.w-35-p-min {
  min-width: 35px !important;
}

.w-40-p-min {
  min-width: 40px !important;
}

.w-45-p-min {
  min-width: 45px !important;
}

.w-50-p-min {
  min-width: 50px !important;
}

.w-55-p-min {
  min-width: 55px !important;
}

.w-60-p-min {
  min-width: 60px !important;
}

.w-65-p-min {
  min-width: 65px !important;
}

.w-70-p-min {
  min-width: 70px !important;
}

.w-75-p-min {
  min-width: 75px !important;
}

.w-80-p-min {
  min-width: 80px !important;
}

.w-85-p-min {
  min-width: 85px !important;
}

.w-90-p-min {
  min-width: 90px !important;
}

.w-95-p-min {
  min-width: 95px !important;
}

.w-100-p-min {
  min-width: 100px !important;
}

.w-125-p-min {
  min-width: 125px !important;
}

.w-150-p-min {
  min-width: 150px !important;
}

.w-200-p-min {
  min-width: 200px !important;
}

.w-250-p-min {
  min-width: 250px !important;
}

.w-300-p-min {
  min-width: 300px !important;
}

.w-350-p-min {
  min-width: 350px !important;
}

.w-400-p-min {
  min-width: 400px !important;
}

.w-450-p-min {
  min-width: 450px !important;
}

.w-500-p-min {
  min-width: 500px !important;
}

.w-550-p-min {
  min-width: 550px !important;
}

.w-600-p-min {
  min-width: 600px !important;
}

.w-650-p-min {
  min-width: 650px !important;
}

.w-700-p-min {
  min-width: 700px !important;
}

.w-750-p-min {
  min-width: 750px !important;
}

.w-800-p-min {
  min-width: 800px !important;
}

.w-850-p-min {
  min-width: 850px !important;
}

.w-900-p-min {
  min-width: 900px !important;
}

.w-950-p-min {
  min-width: 950px !important;
}

.w-1000-p-min {
  min-width: 1000px !important;
}

.w-5-p-max {
  max-width: 5px !important;
}

.w-10-p-max {
  max-width: 10px !important;
}

.w-15-p-max {
  max-width: 15px !important;
}

.w-20-p-max {
  max-width: 20px !important;
}

.w-25-p-max {
  max-width: 25px !important;
}

.w-30-p-max {
  max-width: 30px !important;
}

.w-35-p-max {
  max-width: 35px !important;
}

.w-40-p-max {
  max-width: 40px !important;
}

.w-45-p-max {
  max-width: 45px !important;
}

.w-50-p-max {
  max-width: 50px !important;
}

.w-55-p-max {
  max-width: 55px !important;
}

.w-60-p-max {
  max-width: 60px !important;
}

.w-65-p-max {
  max-width: 65px !important;
}

.w-70-p-max {
  max-width: 70px !important;
}

.w-75-p-max {
  max-width: 75px !important;
}

.w-80-p-max {
  max-width: 80px !important;
}

.w-85-p-max {
  max-width: 85px !important;
}

.w-90-p-max {
  max-width: 90px !important;
}

.w-95-p-max {
  max-width: 95px !important;
}

.w-100-p-max {
  max-width: 100px !important;
}

.w-125-p-max {
  max-width: 125px !important;
}

.w-150-p-max {
  max-width: 150px !important;
}

.w-200-p-max {
  max-width: 200px !important;
}

.w-250-p-max {
  max-width: 250px !important;
}

.w-300-p-max {
  max-width: 300px !important;
}

.w-350-p-max {
  max-width: 350px !important;
}

.w-400-p-max {
  max-width: 400px !important;
}

.w-450-p-max {
  max-width: 450px !important;
}

.w-500-p-max {
  max-width: 500px !important;
}

.w-550-p-max {
  max-width: 550px !important;
}

.w-600-p-max {
  max-width: 600px !important;
}

.w-650-p-max {
  max-width: 650px !important;
}

.w-700-p-max {
  max-width: 700px !important;
}

.w-750-p-max {
  max-width: 750px !important;
}

.w-800-p-max {
  max-width: 800px !important;
}

.w-850-p-max {
  max-width: 850px !important;
}

.w-900-p-max {
  max-width: 900px !important;
}

.w-950-p-max {
  max-width: 950px !important;
}

.w-1000-p-max {
  max-width: 1000px !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-125 {
  width: 125% !important;
}

.w-150 {
  width: 150% !important;
}

.w-200 {
  width: 200% !important;
}

.w-250 {
  width: 250% !important;
}

.w-300 {
  width: 300% !important;
}

.w-350 {
  width: 350% !important;
}

.w-400 {
  width: 400% !important;
}

.w-450 {
  width: 450% !important;
}

.w-500 {
  width: 500% !important;
}

.w-550 {
  width: 550% !important;
}

.w-600 {
  width: 600% !important;
}

.w-650 {
  width: 650% !important;
}

.w-700 {
  width: 700% !important;
}

.w-750 {
  width: 750% !important;
}

.w-800 {
  width: 800% !important;
}

.w-850 {
  width: 850% !important;
}

.w-900 {
  width: 900% !important;
}

.w-950 {
  width: 950% !important;
}

.w-1000 {
  width: 1000% !important;
}

.w-5-min {
  min-width: 5% !important;
}

.w-10-min {
  min-width: 10% !important;
}

.w-15-min {
  min-width: 15% !important;
}

.w-20-min {
  min-width: 20% !important;
}

.w-25-min {
  min-width: 25% !important;
}

.w-30-min {
  min-width: 30% !important;
}

.w-35-min {
  min-width: 35% !important;
}

.w-40-min {
  min-width: 40% !important;
}

.w-45-min {
  min-width: 45% !important;
}

.w-50-min {
  min-width: 50% !important;
}

.w-55-min {
  min-width: 55% !important;
}

.w-60-min {
  min-width: 60% !important;
}

.w-65-min {
  min-width: 65% !important;
}

.w-70-min {
  min-width: 70% !important;
}

.w-75-min {
  min-width: 75% !important;
}

.w-80-min {
  min-width: 80% !important;
}

.w-85-min {
  min-width: 85% !important;
}

.w-90-min {
  min-width: 90% !important;
}

.w-95-min {
  min-width: 95% !important;
}

.w-100-min {
  min-width: 100% !important;
}

.w-125-min {
  min-width: 125% !important;
}

.w-150-min {
  min-width: 150% !important;
}

.w-200-min {
  min-width: 200% !important;
}

.w-250-min {
  min-width: 250% !important;
}

.w-300-min {
  min-width: 300% !important;
}

.w-350-min {
  min-width: 350% !important;
}

.w-400-min {
  min-width: 400% !important;
}

.w-450-min {
  min-width: 450% !important;
}

.w-500-min {
  min-width: 500% !important;
}

.w-550-min {
  min-width: 550% !important;
}

.w-600-min {
  min-width: 600% !important;
}

.w-650-min {
  min-width: 650% !important;
}

.w-700-min {
  min-width: 700% !important;
}

.w-750-min {
  min-width: 750% !important;
}

.w-800-min {
  min-width: 800% !important;
}

.w-850-min {
  min-width: 850% !important;
}

.w-900-min {
  min-width: 900% !important;
}

.w-950-min {
  min-width: 950% !important;
}

.w-1000-min {
  min-width: 1000% !important;
}

.w-5-max {
  max-width: 5% !important;
}

.w-10-max {
  max-width: 10% !important;
}

.w-15-max {
  max-width: 15% !important;
}

.w-20-max {
  max-width: 20% !important;
}

.w-25-max {
  max-width: 25% !important;
}

.w-30-max {
  max-width: 30% !important;
}

.w-35-max {
  max-width: 35% !important;
}

.w-40-max {
  max-width: 40% !important;
}

.w-45-maxn {
  max-width: 45% !important;
}

.w-50-max {
  max-width: 50% !important;
}

.w-55-max {
  max-width: 55% !important;
}

.w-60-max {
  max-width: 60% !important;
}

.w-65-max {
  max-width: 65% !important;
}

.w-70-max {
  max-width: 70% !important;
}

.w-75-max {
  max-width: 75% !important;
}

.w-80-max {
  max-width: 80% !important;
}

.w-85-max {
  max-width: 85% !important;
}

.w-90-max {
  max-width: 90% !important;
}

.w-95-max {
  max-width: 95% !important;
}

.w-100-max {
  max-width: 100% !important;
}

.w-125-max {
  max-width: 125% !important;
}

.w-150-max {
  max-width: 150% !important;
}

.w-200-max {
  max-width: 200% !important;
}

.w-250-max {
  max-width: 250% !important;
}

.w-300-max {
  max-width: 300% !important;
}

.w-350-max {
  max-width: 350% !important;
}

.w-400-max {
  max-width: 400% !important;
}

.w-450-max {
  max-width: 450% !important;
}

.w-500-max {
  max-width: 500% !important;
}

.w-550-max {
  max-width: 550% !important;
}

.w-600-max {
  max-width: 600% !important;
}

.w-650-max {
  max-width: 650% !important;
}

.w-700-max {
  max-width: 700% !important;
}

.w-750-max {
  max-width: 750% !important;
}

.w-800-max {
  max-width: 800% !important;
}

.w-850-max {
  max-width: 850% !important;
}

.w-900-max {
  max-width: 900% !important;
}

.w-950-max {
  max-width: 950% !important;
}

.w-1000-max {
  max-width: 1000% !important;
}

.h-5-p {
  height: 5px !important;
}

.h-10-p {
  height: 10px !important;
}

.h-15-p {
  height: 15px !important;
}

.h-20-p {
  height: 20px !important;
}

.h-25-p {
  height: 25px !important;
}

.h-30-p {
  height: 30px !important;
}

.h-35-p {
  height: 35px !important;
}

.h-40-p {
  height: 40px !important;
}

.h-45-p {
  height: 45px !important;
}

.h-50-p {
  height: 50px !important;
}

.h-55-p {
  height: 55px !important;
}

.h-60-p {
  height: 60px !important;
}

.h-65-p {
  height: 65px !important;
}

.h-70-p {
  height: 70px !important;
}

.h-75-p {
  height: 75px !important;
}

.h-80-p {
  height: 80px !important;
}

.h-85-p {
  height: 85px !important;
}

.h-90-p {
  height: 90px !important;
}

.h-95-p {
  height: 95px !important;
}

.h-100-p {
  height: 100px !important;
}

.h-125-p {
  height: 125px !important;
}

.h-150-p {
  height: 150px !important;
}

.h-200-p {
  height: 200px !important;
}

.h-250-p {
  height: 250px !important;
}

.h-300-p {
  height: 300px !important;
}

.h-350-p {
  height: 350px !important;
}

.h-400-p {
  height: 400px !important;
}

.h-450-p {
  height: 450px !important;
}

.h-500-p {
  height: 500px !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.h-125 {
  height: 125% !important;
}

.h-150 {
  height: 150% !important;
}

.h-200 {
  height: 200% !important;
}

.h-250 {
  height: 250% !important;
}

.h-300 {
  height: 300% !important;
}

.h-350 {
  height: 350% !important;
}

.h-400 {
  height: 400% !important;
}

.h-450 {
  height: 450% !important;
}

.h-500 {
  height: 500% !important;
}

.h-5-p-min {
  min-height: 5px !important;
}

.h-10-p-min {
  min-height: 10px !important;
}

.h-15-p-min {
  min-height: 15px !important;
}

.h-20-p-min {
  min-height: 20px !important;
}

.h-25-p-min {
  min-height: 25px !important;
}

.h-30-p-min {
  min-height: 30px !important;
}

.h-35-p-min {
  min-height: 35px !important;
}

.h-40-p-min {
  min-height: 40px !important;
}

.h-45-p-min {
  min-height: 45px !important;
}

.h-50-p-min {
  min-height: 50px !important;
}

.h-55-p-min {
  min-height: 55px !important;
}

.h-60-p-min {
  min-height: 60px !important;
}

.h-65-p-min {
  min-height: 65px !important;
}

.h-70-p-min {
  min-height: 70px !important;
}

.h-75-p-min {
  min-height: 75px !important;
}

.h-80-p-min {
  min-height: 80px !important;
}

.h-85-p-min {
  min-height: 85px !important;
}

.h-90-p-min {
  min-height: 90px !important;
}

.h-95-p-min {
  min-height: 95px !important;
}

.h-100-p-min {
  min-height: 100px !important;
}

.h-125-p-min {
  min-height: 125px !important;
}

.h-150-p-min {
  min-height: 150px !important;
}

.h-200-p-min {
  min-height: 200px !important;
}

.h-250-p-min {
  min-height: 250px !important;
}

.h-300-p-min {
  min-height: 300px !important;
}

.h-350-p-min {
  min-height: 350px !important;
}

.h-400-p-min {
  min-height: 400px !important;
}

.h-450-p-min {
  min-height: 450px !important;
}

.h-500-p-min {
  min-height: 500px !important;
}

.h-5-min {
  min-height: 5% !important;
}

.h-10-min {
  min-height: 10% !important;
}

.h-15-min {
  min-height: 15% !important;
}

.h-20-min {
  min-height: 20% !important;
}

.h-25-min {
  min-height: 25% !important;
}

.h-30-min {
  min-height: 30% !important;
}

.h-35-min {
  min-height: 35% !important;
}

.h-40-min {
  min-height: 40% !important;
}

.h-45-min {
  min-height: 45% !important;
}

.h-50-min {
  min-height: 50% !important;
}

.h-55-min {
  min-height: 55% !important;
}

.h-60-min {
  min-height: 60% !important;
}

.h-65-min {
  min-height: 65% !important;
}

.h-70-min {
  min-height: 70% !important;
}

.h-75-min {
  min-height: 75% !important;
}

.h-80-min {
  min-height: 80% !important;
}

.h-85-min {
  min-height: 85% !important;
}

.h-90-min {
  min-height: 90% !important;
}

.h-95-min {
  min-height: 95% !important;
}

.h-100-min {
  min-height: 100% !important;
}

.h-125-min {
  min-height: 125% !important;
}

.h-150-min {
  min-height: 150% !important;
}

.h-200-min {
  min-height: 200% !important;
}

.h-250-min {
  min-height: 250% !important;
}

.h-300-min {
  min-height: 300% !important;
}

.h-350-min {
  min-height: 350% !important;
}

.h-400-min {
  min-height: 400% !important;
}

.h-450-min {
  min-height: 450% !important;
}

.h-500-min {
  min-height: 500% !important;
}

.h-5-p-max {
  max-height: 5px !important;
}

.h-10-p-max {
  max-height: 10px !important;
}

.h-15-p-max {
  max-height: 15px !important;
}

.h-20-p-max {
  max-height: 20px !important;
}

.h-25-p-max {
  max-height: 25px !important;
}

.h-30-p-max {
  max-height: 30px !important;
}

.h-35-p-max {
  max-height: 35px !important;
}

.h-40-p-max {
  max-height: 40px !important;
}

.h-45-p-max {
  max-height: 45px !important;
}

.h-50-p-max {
  max-height: 50px !important;
}

.h-55-p-max {
  max-height: 55px !important;
}

.h-60-p-max {
  max-height: 60px !important;
}

.h-65-p-max {
  max-height: 65px !important;
}

.h-70-p-max {
  max-height: 70px !important;
}

.h-75-p-max {
  max-height: 75px !important;
}

.h-80-p-max {
  max-height: 80px !important;
}

.h-85-p-max {
  max-height: 85px !important;
}

.h-90-p-max {
  max-height: 90px !important;
}

.h-95-p-max {
  max-height: 95px !important;
}

.h-100-p-max {
  max-height: 100px !important;
}

.h-125-p-max {
  max-height: 125px !important;
}

.h-150-p-max {
  max-height: 150px !important;
}

.h-200-p-max {
  max-height: 200px !important;
}

.h-250-p-max {
  max-height: 250px !important;
}

.h-300-p-max {
  max-height: 300px !important;
}

.h-350-p-max {
  max-height: 350px !important;
}

.h-400-p-max {
  max-height: 400px !important;
}

.h-450-p-max {
  max-height: 450px !important;
}

.h-500-p-max {
  max-height: 500px !important;
}

.h-5-max {
  max-height: 5% !important;
}

.h-10-max {
  max-height: 10% !important;
}

.h-15-max {
  max-height: 15% !important;
}

.h-20-max {
  max-height: 20% !important;
}

.h-25-max {
  max-height: 25% !important;
}

.h-30-max {
  max-height: 30% !important;
}

.h-35-max {
  max-height: 35% !important;
}

.h-40-max {
  max-height: 40% !important;
}

.h-45-max {
  max-height: 45% !important;
}

.h-50-max {
  max-height: 50% !important;
}

.h-55-max {
  max-height: 55% !important;
}

.h-60-max {
  max-height: 60% !important;
}

.h-65-max {
  max-height: 65% !important;
}

.h-70-max {
  max-height: 70% !important;
}

.h-75-max {
  max-height: 75% !important;
}

.h-80-max {
  max-height: 80% !important;
}

.h-85-max {
  max-height: 85% !important;
}

.h-90-max {
  max-height: 90% !important;
}

.h-95-max {
  max-height: 95% !important;
}

.h-100-max {
  max-height: 100% !important;
}

.h-125-max {
  max-height: 125% !important;
}

.h-150-max {
  max-height: 150% !important;
}

.h-200-max {
  max-height: 200% !important;
}

.h-250-max {
  max-height: 250% !important;
}

.h-300-max {
  max-height: 300% !important;
}

.h-350-max {
  max-height: 350% !important;
}

.h-400-max {
  max-height: 400% !important;
}

.h-450-max {
  max-height: 450% !important;
}

.h-500-max {
  max-height: 500% !important;
}

.login-wrap {
  width: 418px;
  border-radius: 35px;
}
.theme-input {
  border: none;
  border-bottom: 2px dotted #cedbe7;
}
.theme-btn-rounded {
  width: 101px;
  height: 101px;
  font-size: 18px;
}

.gthl-logo {
  background-image: url(../../../src/media/svg/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 70%;
}

/* additional-css */

.am-charts-height {
  height: 60vh;
  min-height: 300px;
}

/* Apex chart */
.apexcharts-menu-item {
  text-align: left;
}

body .apexcharts-menu {
  min-width: 120px;
}

.wrapper {
  padding-top: 66px;
}

.header-section .nav-item #dropdown-profile {
  color: #5b6a8b;
}

.cross-toggler i {
  color: #a1a5b7;
}

.header-section .nav-item #dropdown-profile:hover {
  color: #0d6efd;
}

.top-form {
  width: calc(60% - 50px);
}

.svg-icon {
  width: 18px;
}

.highlight-code {
  display: none;
}

.highlight-code.show {
  display: block;
}

.grp-circle {
  width: 40px;
  height: 40px;
}

.avt-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.toogle-none {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.toogle-none::after {
  visibility: hidden;
  border: none;
  margin: 0;
  padding: 0;
}

i {
  line-height: 1;
  font-size: 1rem;
  /* color: #a1a5b7; */
}

.bootstrap-icon i {
  color: #212529;
}

.assigned-tasks a.text-dark.collapsed i.bi-chevron-down:before {
  transform: rotate(-90deg) !important;
}

.assigned-tasks i.bi-chevron-down:before {
  transition: 0.2s;
}

.task-row {
  height: calc(100% - 79px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* Widgets - Tiles Page */

.tile-img {
  width: auto;
  height: auto;
  max-width: unset;
}

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

/* Add Contact page */
.upload-profile-btn input[type="file"] {
  opacity: 0;
}

.upload-btn {
  right: 5px;
  top: 5px;
}

/* Multiple Typeahead */
.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-dataset {
  background: #fff;
  min-width: 225px;
}

.twitter-typeahead h5.league-name,
.twitter-typeahead .tt-suggestion {
  padding: 8px 12px;
}

.twitter-typeahead .tt-suggestion:hover {
  background-color: #f3f6f9;
  cursor: pointer;
}

.twitter-typeahead span.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead strong.tt-highlight {
  color: #3699ff;
}

.twitter-typeahead .tt-menu {
  max-height: 170px;
  overflow: auto;
  box-shadow: 0px 15px 50px 0px rgb(82 63 105 / 15%);
  border-radius: 0 0 0.475rem 0.475rem;
}

/* ----- Parent Resource Portal: 2023-24 ----- */

.parent-resource {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 20px;
}

/* ----- Data table css ----- */

.table-icons {
  height: 20px;
  width: 20px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0 !important;
}

table.dataTable.nowrap th {
  font-size: 12px;
}

.table-icons-color {
  color: #292d32;
}

select .select2-container--default {
  width: 100% !important;
}

.dataTables_scrollHead {
  margin-top: 17px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.gap-custom {
  margin-right: 0.5rem !important;
}

#Recreational_filter,
#AdvancedRecreational_filter,
#Competitive_filter,
#HighPerformance_filter,
#IntroductionToHockey_filter,
.columnVisibilityFilter {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}

.select2-dropdown.select2-dropdown--below {
  min-width: 200px;
  margin-top: 5px;
}

/* Media Queries */

@media (min-width: 540px) {
  .parent-resource {
    grid-template-columns: 1fr 1fr;
  }

  .w-sm-5-p {
    width: 5px !important;
  }

  .w-sm-10-p {
    width: 10px !important;
  }

  .w-sm-15-p {
    width: 15px !important;
  }

  .w-sm-20-p {
    width: 20px !important;
  }

  .w-sm-25-p {
    width: 25px !important;
  }

  .w-sm-30-p {
    width: 30px !important;
  }

  .w-sm-35-p {
    width: 35px !important;
  }

  .w-sm-40-p {
    width: 40px !important;
  }

  .w-sm-45-p {
    width: 45px !important;
  }

  .w-sm-50-p {
    width: 50px !important;
  }

  .w-sm-55-p {
    width: 55px !important;
  }

  .w-sm-60-p {
    width: 60px !important;
  }

  .w-sm-65-p {
    width: 65px !important;
  }

  .w-sm-70-p {
    width: 70px !important;
  }

  .w-sm-75-p {
    width: 75px !important;
  }

  .w-sm-80-p {
    width: 80px !important;
  }

  .w-sm-85-p {
    width: 85px !important;
  }

  .w-sm-90-p {
    width: 90px !important;
  }

  .w-sm-95-p {
    width: 95px !important;
  }

  .w-sm-100-p {
    width: 100px !important;
  }

  .w-sm-125-p {
    width: 125px !important;
  }

  .w-sm-150-p {
    width: 150px !important;
  }

  .w-sm-200-p {
    width: 200px !important;
  }

  .w-sm-250-p {
    width: 250px !important;
  }

  .w-sm-300-p {
    width: 300px !important;
  }

  .w-sm-350-p {
    width: 350px !important;
  }

  .w-sm-400-p {
    width: 400px !important;
  }

  .w-sm-450-p {
    width: 450px !important;
  }

  .w-sm-500-p {
    width: 500px !important;
  }

  .w-sm-550-p {
    width: 550px !important;
  }

  .w-sm-600-p {
    width: 600px !important;
  }

  .w-sm-650-p {
    width: 650px !important;
  }

  .w-sm-700-p {
    width: 700px !important;
  }

  .w-sm-750-p {
    width: 750px !important;
  }

  .w-sm-800-p {
    width: 800px !important;
  }

  .w-sm-850-p {
    width: 850px !important;
  }

  .w-sm-900-p {
    width: 900px !important;
  }

  .w-sm-950-p {
    width: 950px !important;
  }

  .w-sm-1000-p {
    width: 1000px !important;
  }

  .w-sm-5-p-min {
    min-width: 5px !important;
  }

  .w-sm-10-p-min {
    min-width: 10px !important;
  }

  .w-sm-15-p-min {
    min-width: 15px !important;
  }

  .w-sm-20-p-min {
    min-width: 20px !important;
  }

  .w-sm-25-p-min {
    min-width: 25px !important;
  }

  .w-sm-30-p-min {
    min-width: 30px !important;
  }

  .w-sm-35-p-min {
    min-width: 35px !important;
  }

  .w-sm-40-p-min {
    min-width: 40px !important;
  }

  .w-sm-45-p-min {
    min-width: 45px !important;
  }

  .w-sm-50-p-min {
    min-width: 50px !important;
  }

  .w-sm-55-p-min {
    min-width: 55px !important;
  }

  .w-sm-60-p-min {
    min-width: 60px !important;
  }

  .w-sm-65-p-min {
    min-width: 65px !important;
  }

  .w-sm-70-p-min {
    min-width: 70px !important;
  }

  .w-sm-75-p-min {
    min-width: 75px !important;
  }

  .w-sm-80-p-min {
    min-width: 80px !important;
  }

  .w-sm-85-p-min {
    min-width: 85px !important;
  }

  .w-sm-90-p-min {
    min-width: 90px !important;
  }

  .w-sm-95-p-min {
    min-width: 95px !important;
  }

  .w-sm-100-p-min {
    min-width: 100px !important;
  }

  .w-sm-125-p-min {
    min-width: 125px !important;
  }

  .w-sm-150-p-min {
    min-width: 150px !important;
  }

  .w-sm-200-p-min {
    min-width: 200px !important;
  }

  .w-sm-250-p-min {
    min-width: 250px !important;
  }

  .w-sm-300-p-min {
    min-width: 300px !important;
  }

  .w-sm-350-p-min {
    min-width: 350px !important;
  }

  .w-sm-400-p-min {
    min-width: 400px !important;
  }

  .w-sm-450-p-min {
    min-width: 450px !important;
  }

  .w-sm-500-p-min {
    min-width: 500px !important;
  }

  .w-sm-550-p-min {
    min-width: 550px !important;
  }

  .w-sm-600-p-min {
    min-width: 600px !important;
  }

  .w-sm-650-p-min {
    min-width: 650px !important;
  }

  .w-sm-700-p-min {
    min-width: 700px !important;
  }

  .w-sm-750-p-min {
    min-width: 750px !important;
  }

  .w-sm-800-p-min {
    min-width: 800px !important;
  }

  .w-sm-850-p-min {
    min-width: 850px !important;
  }

  .w-sm-900-p-min {
    min-width: 900px !important;
  }

  .w-sm-950-p-min {
    min-width: 950px !important;
  }

  .w-sm-1000-p-min {
    min-width: 1000px !important;
  }

  .w-sm-5-p-max {
    max-width: 5px !important;
  }

  .w-sm-10-p-max {
    max-width: 10px !important;
  }

  .w-sm-15-p-max {
    max-width: 15px !important;
  }

  .w-sm-20-p-max {
    max-width: 20px !important;
  }

  .w-sm-25-p-max {
    max-width: 25px !important;
  }

  .w-sm-30-p-max {
    max-width: 30px !important;
  }

  .w-sm-35-p-max {
    max-width: 35px !important;
  }

  .w-sm-40-p-max {
    max-width: 40px !important;
  }

  .w-sm-45-p-max {
    max-width: 45px !important;
  }

  .w-sm-50-p-max {
    max-width: 50px !important;
  }

  .w-sm-55-p-max {
    max-width: 55px !important;
  }

  .w-sm-60-p-max {
    max-width: 60px !important;
  }

  .w-sm-65-p-max {
    max-width: 65px !important;
  }

  .w-sm-70-p-max {
    max-width: 70px !important;
  }

  .w-sm-75-p-max {
    max-width: 75px !important;
  }

  .w-sm-80-p-max {
    max-width: 80px !important;
  }

  .w-sm-85-p-max {
    max-width: 85px !important;
  }

  .w-sm-90-p-max {
    max-width: 90px !important;
  }

  .w-sm-95-p-max {
    max-width: 95px !important;
  }

  .w-sm-100-p-max {
    max-width: 100px !important;
  }

  .w-sm-125-p-max {
    max-width: 125px !important;
  }

  .w-sm-150-p-max {
    max-width: 150px !important;
  }

  .w-sm-200-p-max {
    max-width: 200px !important;
  }

  .w-sm-250-p-max {
    max-width: 250px !important;
  }

  .w-sm-300-p-max {
    max-width: 300px !important;
  }

  .w-sm-350-p-max {
    max-width: 350px !important;
  }

  .w-sm-400-p-max {
    max-width: 400px !important;
  }

  .w-sm-450-p-max {
    max-width: 450px !important;
  }

  .w-sm-500-p-max {
    max-width: 500px !important;
  }

  .w-sm-550-p-max {
    max-width: 550px !important;
  }

  .w-sm-600-p-max {
    max-width: 600px !important;
  }

  .w-sm-650-p-max {
    max-width: 650px !important;
  }

  .w-sm-700-p-max {
    max-width: 700px !important;
  }

  .w-sm-750-p-max {
    max-width: 750px !important;
  }

  .w-sm-800-p-max {
    max-width: 800px !important;
  }

  .w-sm-850-p-max {
    max-width: 850px !important;
  }

  .w-sm-900-p-max {
    max-width: 900px !important;
  }

  .w-sm-950-p-max {
    max-width: 950px !important;
  }

  .w-sm-1000-p-max {
    max-width: 1000px !important;
  }

  .w-sm-5 {
    width: 5% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-125 {
    width: 125% !important;
  }

  .w-sm-150 {
    width: 150% !important;
  }

  .w-sm-200 {
    width: 200% !important;
  }

  .w-sm-250 {
    width: 250% !important;
  }

  .w-sm-300 {
    width: 300% !important;
  }

  .w-sm-350 {
    width: 350% !important;
  }

  .w-sm-400 {
    width: 400% !important;
  }

  .w-sm-450 {
    width: 450% !important;
  }

  .w-sm-500 {
    width: 500% !important;
  }

  .w-sm-550 {
    width: 550% !important;
  }

  .w-sm-600 {
    width: 600% !important;
  }

  .w-sm-650 {
    width: 650% !important;
  }

  .w-sm-700 {
    width: 700% !important;
  }

  .w-sm-750 {
    width: 750% !important;
  }

  .w-sm-800 {
    width: 800% !important;
  }

  .w-sm-850 {
    width: 850% !important;
  }

  .w-sm-900 {
    width: 900% !important;
  }

  .w-sm-950 {
    width: 950% !important;
  }

  .w-sm-1000 {
    width: 1000% !important;
  }

  .w-sm-5-min {
    min-width: 5% !important;
  }

  .w-sm-10-min {
    min-width: 10% !important;
  }

  .w-sm-15-min {
    min-width: 15% !important;
  }

  .w-sm-20-min {
    min-width: 20% !important;
  }

  .w-sm-25-min {
    min-width: 25% !important;
  }

  .w-sm-30-min {
    min-width: 30% !important;
  }

  .w-sm-35-min {
    min-width: 35% !important;
  }

  .w-sm-40-min {
    min-width: 40% !important;
  }

  .w-sm-45-min {
    min-width: 45% !important;
  }

  .w-sm-50-min {
    min-width: 50% !important;
  }

  .w-sm-55-min {
    min-width: 55% !important;
  }

  .w-sm-60-min {
    min-width: 60% !important;
  }

  .w-sm-65-min {
    min-width: 65% !important;
  }

  .w-sm-70-min {
    min-width: 70% !important;
  }

  .w-sm-75-min {
    min-width: 75% !important;
  }

  .w-sm-80-min {
    min-width: 80% !important;
  }

  .w-sm-85-min {
    min-width: 85% !important;
  }

  .w-sm-90-min {
    min-width: 90% !important;
  }

  .w-sm-95-min {
    min-width: 95% !important;
  }

  .w-sm-100-min {
    min-width: 100% !important;
  }

  .w-sm-125-min {
    min-width: 125% !important;
  }

  .w-sm-150-min {
    min-width: 150% !important;
  }

  .w-sm-200-min {
    min-width: 200% !important;
  }

  .w-sm-250-min {
    min-width: 250% !important;
  }

  .w-sm-300-min {
    min-width: 300% !important;
  }

  .w-sm-350-min {
    min-width: 350% !important;
  }

  .w-sm-400-min {
    min-width: 400% !important;
  }

  .w-sm-450-min {
    min-width: 450% !important;
  }

  .w-sm-500-min {
    min-width: 500% !important;
  }

  .w-sm-550-min {
    min-width: 550% !important;
  }

  .w-sm-600-min {
    min-width: 600% !important;
  }

  .w-sm-650-min {
    min-width: 650% !important;
  }

  .w-sm-700-min {
    min-width: 700% !important;
  }

  .w-sm-750-min {
    min-width: 750% !important;
  }

  .w-sm-800-min {
    min-width: 800% !important;
  }

  .w-sm-850-min {
    min-width: 850% !important;
  }

  .w-sm-900-min {
    min-width: 900% !important;
  }

  .w-sm-950-min {
    min-width: 950% !important;
  }

  .w-sm-1000-min {
    min-width: 1000% !important;
  }

  .w-sm-5-max {
    max-width: 5% !important;
  }

  .w-sm-10-max {
    max-width: 10% !important;
  }

  .w-sm-15-max {
    max-width: 15% !important;
  }

  .w-sm-20-max {
    max-width: 20% !important;
  }

  .w-sm-25-max {
    max-width: 25% !important;
  }

  .w-sm-30-max {
    max-width: 30% !important;
  }

  .w-sm-35-max {
    max-width: 35% !important;
  }

  .w-sm-40-max {
    max-width: 40% !important;
  }

  .w-sm-45-maxn {
    max-width: 45% !important;
  }

  .w-sm-50-max {
    max-width: 50% !important;
  }

  .w-sm-55-max {
    max-width: 55% !important;
  }

  .w-sm-60-max {
    max-width: 60% !important;
  }

  .w-sm-65-max {
    max-width: 65% !important;
  }

  .w-sm-70-max {
    max-width: 70% !important;
  }

  .w-sm-75-max {
    max-width: 75% !important;
  }

  .w-sm-80-max {
    max-width: 80% !important;
  }

  .w-sm-85-max {
    max-width: 85% !important;
  }

  .w-sm-90-max {
    max-width: 90% !important;
  }

  .w-sm-95-max {
    max-width: 95% !important;
  }

  .w-sm-100-max {
    max-width: 100% !important;
  }

  .w-sm-125-max {
    max-width: 125% !important;
  }

  .w-sm-150-max {
    max-width: 150% !important;
  }

  .w-sm-200-max {
    max-width: 200% !important;
  }

  .w-sm-250-max {
    max-width: 250% !important;
  }

  .w-sm-300-max {
    max-width: 300% !important;
  }

  .w-sm-350-max {
    max-width: 350% !important;
  }

  .w-sm-400-max {
    max-width: 400% !important;
  }

  .w-sm-450-max {
    max-width: 450% !important;
  }

  .w-sm-500-max {
    max-width: 500% !important;
  }

  .w-sm-550-max {
    max-width: 550% !important;
  }

  .w-sm-600-max {
    max-width: 600% !important;
  }

  .w-sm-650-max {
    max-width: 650% !important;
  }

  .w-sm-700-max {
    max-width: 700% !important;
  }

  .w-sm-750-max {
    max-width: 750% !important;
  }

  .w-sm-800-max {
    max-width: 800% !important;
  }

  .w-sm-850-max {
    max-width: 850% !important;
  }

  .w-sm-900-max {
    max-width: 900% !important;
  }

  .w-sm-950-max {
    max-width: 950% !important;
  }

  .w-sm-1000-max {
    max-width: 1000% !important;
  }

  .h-sm-5-p {
    height: 5px !important;
  }

  .h-sm-10-p {
    height: 10px !important;
  }

  .h-sm-15-p {
    height: 15px !important;
  }

  .h-sm-20-p {
    height: 20px !important;
  }

  .h-sm-25-p {
    height: 25px !important;
  }

  .h-sm-30-p {
    height: 30px !important;
  }

  .h-sm-35-p {
    height: 35px !important;
  }

  .h-sm-40-p {
    height: 40px !important;
  }

  .h-sm-45-p {
    height: 45px !important;
  }

  .h-sm-50-p {
    height: 50px !important;
  }

  .h-sm-55-p {
    height: 55px !important;
  }

  .h-sm-60-p {
    height: 60px !important;
  }

  .h-sm-65-p {
    height: 65px !important;
  }

  .h-sm-70-p {
    height: 70px !important;
  }

  .h-sm-75-p {
    height: 75px !important;
  }

  .h-sm-80-p {
    height: 80px !important;
  }

  .h-sm-85-p {
    height: 85px !important;
  }

  .h-sm-90-p {
    height: 90px !important;
  }

  .h-sm-95-p {
    height: 95px !important;
  }

  .h-sm-100-p {
    height: 10px !important;
  }

  .h-sm-125-p {
    height: 125px !important;
  }

  .h-sm-150-p {
    height: 150px !important;
  }

  .h-sm-200-p {
    height: 200px !important;
  }

  .h-sm-250-p {
    height: 250px !important;
  }

  .h-sm-300-p {
    height: 300px !important;
  }

  .h-sm-350-p {
    height: 350px !important;
  }

  .h-sm-400-p {
    height: 400px !important;
  }

  .h-sm-450-p {
    height: 450px !important;
  }

  .h-sm-500-p {
    height: 500px !important;
  }

  .h-sm-5-p-min {
    min-height: 5px !important;
  }

  .h-sm-10-p-min {
    min-height: 10px !important;
  }

  .h-sm-15-p-min {
    min-height: 15px !important;
  }

  .h-sm-20-p-min {
    min-height: 20px !important;
  }

  .h-sm-25-p-min {
    min-height: 25px !important;
  }

  .h-sm-30-p-min {
    min-height: 30px !important;
  }

  .h-sm-35-p-min {
    min-height: 35px !important;
  }

  .h-sm-40-p-min {
    min-height: 40px !important;
  }

  .h-sm-45-p-min {
    min-height: 45px !important;
  }

  .h-sm-50-p-min {
    min-height: 50px !important;
  }

  .h-sm-55-p-min {
    min-height: 55px !important;
  }

  .h-sm-60-p-min {
    min-height: 60px !important;
  }

  .h-sm-65-p-min {
    min-height: 65px !important;
  }

  .h-sm-70-p-min {
    min-height: 70px !important;
  }

  .h-sm-75-p-min {
    min-height: 75px !important;
  }

  .h-sm-80-p-min {
    min-height: 80px !important;
  }

  .h-sm-85-p-min {
    min-height: 85px !important;
  }

  .h-sm-90-p-min {
    min-height: 90px !important;
  }

  .h-sm-95-p-min {
    min-height: 95px !important;
  }

  .h-sm-100-p-min {
    min-height: 100px !important;
  }

  .h-sm-125-p-min {
    min-height: 125px !important;
  }

  .h-sm-150-p-min {
    min-height: 150px !important;
  }

  .h-sm-200-p-min {
    min-height: 200px !important;
  }

  .h-sm-250-p-min {
    min-height: 250px !important;
  }

  .h-sm-300-p-min {
    min-height: 300px !important;
  }

  .h-sm-350-p-min {
    min-height: 350px !important;
  }

  .h-sm-400-p-min {
    min-height: 400px !important;
  }

  .h-sm-450-p-min {
    min-height: 450px !important;
  }

  .h-sm-500-p-min {
    min-height: 500px !important;
  }

  .h-sm-5-p-max {
    max-height: 5px !important;
  }

  .h-sm-10-p-max {
    max-height: 10px !important;
  }

  .h-sm-15-p-max {
    max-height: 15px !important;
  }

  .h-sm-20-p-max {
    max-height: 20px !important;
  }

  .h-sm-25-p-max {
    max-height: 25px !important;
  }

  .h-sm-30-p-max {
    max-height: 30px !important;
  }

  .h-sm-35-p-max {
    max-height: 35px !important;
  }

  .h-sm-40-p-max {
    max-height: 40px !important;
  }

  .h-sm-45-p-max {
    max-height: 45px !important;
  }

  .h-sm-50-p-max {
    max-height: 50px !important;
  }

  .h-sm-55-p-max {
    max-height: 55px !important;
  }

  .h-sm-60-p-max {
    max-height: 60px !important;
  }

  .h-sm-65-p-max {
    max-height: 65px !important;
  }

  .h-sm-70-p-max {
    max-height: 70px !important;
  }

  .h-sm-75-p-max {
    max-height: 75px !important;
  }

  .h-sm-80-p-max {
    max-height: 80px !important;
  }

  .h-sm-85-p-max {
    max-height: 85px !important;
  }

  .h-sm-90-p-max {
    max-height: 90px !important;
  }

  .h-sm-95-p-max {
    max-height: 95px !important;
  }

  .h-sm-100-p-max {
    max-height: 100px !important;
  }

  .h-sm-125-p-max {
    max-height: 125px !important;
  }

  .h-sm-150-p-max {
    max-height: 150px !important;
  }

  .h-sm-200-p-max {
    max-height: 200px !important;
  }

  .h-sm-250-p-max {
    max-height: 250px !important;
  }

  .h-sm-300-p-max {
    max-height: 300px !important;
  }

  .h-sm-350-p-max {
    max-height: 350px !important;
  }

  .h-sm-400-p-max {
    max-height: 400px !important;
  }

  .h-sm-450-p-max {
    max-height: 450px !important;
  }

  .h-sm-500-p-max {
    max-height: 500px !important;
  }

  .h-sm-5 {
    height: 5% !important;
  }

  .h-sm-10 {
    height: 10% !important;
  }

  .h-sm-15 {
    height: 15% !important;
  }

  .h-sm-20 {
    height: 20% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .h-sm-35 {
    height: 35% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .h-sm-45 {
    height: 45% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-55 {
    height: 55% !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .h-sm-65 {
    height: 65% !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .h-sm-85 {
    height: 85% !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }

  .h-sm-95 {
    height: 95% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-125 {
    height: 125% !important;
  }

  .h-sm-150 {
    height: 150% !important;
  }

  .h-sm-200 {
    height: 200% !important;
  }

  .h-sm-250 {
    height: 250% !important;
  }

  .h-sm-300 {
    height: 300% !important;
  }

  .h-sm-350 {
    height: 350% !important;
  }

  .h-sm-400 {
    height: 400% !important;
  }

  .h-sm-450 {
    height: 450% !important;
  }

  .h-sm-500 {
    height: 500% !important;
  }

  .h-sm-5-min {
    min-height: 5% !important;
  }

  .h-sm-10-min {
    min-height: 10% !important;
  }

  .h-sm-15-min {
    min-height: 15% !important;
  }

  .h-sm-20-min {
    min-height: 20% !important;
  }

  .h-sm-25-min {
    min-height: 25% !important;
  }

  .h-sm-30-min {
    min-height: 30% !important;
  }

  .h-sm-35-min {
    min-height: 35% !important;
  }

  .h-sm-40-min {
    min-height: 40% !important;
  }

  .h-sm-45-min {
    min-height: 45% !important;
  }

  .h-sm-50-min {
    min-height: 50% !important;
  }

  .h-sm-55-min {
    min-height: 55% !important;
  }

  .h-sm-60-min {
    min-height: 60% !important;
  }

  .h-sm-65-min {
    min-height: 65% !important;
  }

  .h-sm-70-min {
    min-height: 70% !important;
  }

  .h-sm-75-min {
    min-height: 75% !important;
  }

  .h-sm-80-min {
    min-height: 80% !important;
  }

  .h-sm-85-min {
    min-height: 85% !important;
  }

  .h-sm-90-min {
    min-height: 90% !important;
  }

  .h-sm-95-min {
    min-height: 95% !important;
  }

  .h-sm-100-min {
    min-height: 100% !important;
  }

  .h-sm-125-min {
    min-height: 125% !important;
  }

  .h-sm-150-min {
    min-height: 150% !important;
  }

  .h-sm-200-min {
    min-height: 200% !important;
  }

  .h-sm-250-min {
    min-height: 250% !important;
  }

  .h-sm-300-min {
    min-height: 300% !important;
  }

  .h-sm-350-min {
    min-height: 350% !important;
  }

  .h-sm-400-min {
    min-height: 400% !important;
  }

  .h-sm-450-min {
    min-height: 450% !important;
  }

  .h-sm-500-min {
    min-height: 500% !important;
  }

  .h-sm-5-max {
    max-height: 5% !important;
  }

  .h-sm-10-max {
    max-height: 10% !important;
  }

  .h-sm-15-max {
    max-height: 15% !important;
  }

  .h-sm-20-max {
    max-height: 20% !important;
  }

  .h-sm-25-max {
    max-height: 25% !important;
  }

  .h-sm-30-max {
    max-height: 30% !important;
  }

  .h-sm-35-max {
    max-height: 35% !important;
  }

  .h-sm-40-max {
    max-height: 40% !important;
  }

  .h-sm-45-max {
    max-height: 45% !important;
  }

  .h-sm-50-max {
    max-height: 50% !important;
  }

  .h-sm-55-max {
    max-height: 55% !important;
  }

  .h-sm-60-max {
    max-height: 60% !important;
  }

  .h-sm-65-max {
    max-height: 65% !important;
  }

  .h-sm-70-max {
    max-height: 70% !important;
  }

  .h-sm-75-max {
    max-height: 75% !important;
  }

  .h-sm-80-max {
    max-height: 80% !important;
  }

  .h-sm-85-max {
    max-height: 85% !important;
  }

  .h-sm-90-max {
    max-height: 90% !important;
  }

  .h-sm-95-max {
    max-height: 95% !important;
  }

  .h-sm-100-max {
    max-height: 100% !important;
  }

  .h-sm-125-max {
    max-height: 125% !important;
  }

  .h-sm-150-max {
    max-height: 150% !important;
  }

  .h-sm-200-max {
    max-height: 200% !important;
  }

  .h-sm-250-max {
    max-height: 250% !important;
  }

  .h-sm-300-max {
    max-height: 300% !important;
  }

  .h-sm-350-max {
    max-height: 350% !important;
  }

  .h-sm-400-max {
    max-height: 400% !important;
  }

  .h-sm-450-max {
    max-height: 450% !important;
  }

  .h-sm-500-max {
    max-height: 500% !important;
  }
}

@media (min-width: 720px) {
  .w-md-5-p {
    width: 5px !important;
  }

  .w-md-10-p {
    width: 10px !important;
  }

  .w-md-15-p {
    width: 15px !important;
  }

  .w-md-20-p {
    width: 20px !important;
  }

  .w-md-25-p {
    width: 25px !important;
  }

  .w-md-30-p {
    width: 30px !important;
  }

  .w-md-35-p {
    width: 35px !important;
  }

  .w-md-40-p {
    width: 40px !important;
  }

  .w-md-45-p {
    width: 45px !important;
  }

  .w-md-50-p {
    width: 50px !important;
  }

  .w-md-55-p {
    width: 55px !important;
  }

  .w-md-60-p {
    width: 60px !important;
  }

  .w-md-65-p {
    width: 65px !important;
  }

  .w-md-70-p {
    width: 70px !important;
  }

  .w-md-75-p {
    width: 75px !important;
  }

  .w-md-80-p {
    width: 80px !important;
  }

  .w-md-85-p {
    width: 85px !important;
  }

  .w-md-90-p {
    width: 90px !important;
  }

  .w-md-95-p {
    width: 95px !important;
  }

  .w-md-100-p {
    width: 100px !important;
  }

  .w-md-125-p {
    width: 125px !important;
  }

  .w-md-150-p {
    width: 150px !important;
  }

  .w-md-200-p {
    width: 200px !important;
  }

  .w-md-250-p {
    width: 250px !important;
  }

  .w-md-300-p {
    width: 300px !important;
  }

  .w-md-350-p {
    width: 350px !important;
  }

  .w-md-400-p {
    width: 400px !important;
  }

  .w-md-450-p {
    width: 450px !important;
  }

  .w-md-500-p {
    width: 500px !important;
  }

  .w-md-550-p {
    width: 550px !important;
  }

  .w-md-600-p {
    width: 600px !important;
  }

  .w-md-650-p {
    width: 650px !important;
  }

  .w-md-700-p {
    width: 700px !important;
  }

  .w-md-750-p {
    width: 750px !important;
  }

  .w-md-800-p {
    width: 800px !important;
  }

  .w-md-850-p {
    width: 850px !important;
  }

  .w-md-900-p {
    width: 900px !important;
  }

  .w-md-950-p {
    width: 950px !important;
  }

  .w-md-1000-p {
    width: 1000px !important;
  }

  .w-md-5-p-min {
    min-width: 5px !important;
  }

  .w-md-10-p-min {
    min-width: 10px !important;
  }

  .w-md-15-p-min {
    min-width: 15px !important;
  }

  .w-md-20-p-min {
    min-width: 20px !important;
  }

  .w-md-25-p-min {
    min-width: 25px !important;
  }

  .w-md-30-p-min {
    min-width: 30px !important;
  }

  .w-md-35-p-min {
    min-width: 35px !important;
  }

  .w-md-40-p-min {
    min-width: 40px !important;
  }

  .w-md-45-p-min {
    min-width: 45px !important;
  }

  .w-md-50-p-min {
    min-width: 50px !important;
  }

  .w-md-55-p-min {
    min-width: 55px !important;
  }

  .w-md-60-p-min {
    min-width: 60px !important;
  }

  .w-md-65-p-min {
    min-width: 65px !important;
  }

  .w-md-70-p-min {
    min-width: 70px !important;
  }

  .w-md-75-p-min {
    min-width: 75px !important;
  }

  .w-md-80-p-min {
    min-width: 80px !important;
  }

  .w-md-85-p-min {
    min-width: 85px !important;
  }

  .w-md-90-p-min {
    min-width: 90px !important;
  }

  .w-md-95-p-min {
    min-width: 95px !important;
  }

  .w-md-100-p-min {
    min-width: 100px !important;
  }

  .w-md-125-p-min {
    min-width: 125px !important;
  }

  .w-md-150-p-min {
    min-width: 150px !important;
  }

  .w-md-200-p-min {
    min-width: 200px !important;
  }

  .w-md-250-p-min {
    min-width: 250px !important;
  }

  .w-md-300-p-min {
    min-width: 300px !important;
  }

  .w-md-350-p-min {
    min-width: 350px !important;
  }

  .w-md-400-p-min {
    min-width: 400px !important;
  }

  .w-md-450-p-min {
    min-width: 450px !important;
  }

  .w-md-500-p-min {
    min-width: 500px !important;
  }

  .w-md-550-p-min {
    min-width: 550px !important;
  }

  .w-md-600-p-min {
    min-width: 600px !important;
  }

  .w-md-650-p-min {
    min-width: 650px !important;
  }

  .w-md-700-p-min {
    min-width: 700px !important;
  }

  .w-md-750-p-min {
    min-width: 750px !important;
  }

  .w-md-800-p-min {
    min-width: 800px !important;
  }

  .w-md-850-p-min {
    min-width: 850px !important;
  }

  .w-md-900-p-min {
    min-width: 900px !important;
  }

  .w-md-950-p-min {
    min-width: 950px !important;
  }

  .w-md-1000-p-min {
    min-width: 1000px !important;
  }

  .w-md-5-p-max {
    max-width: 5px !important;
  }

  .w-md-10-p-max {
    max-width: 10px !important;
  }

  .w-md-15-p-max {
    max-width: 15px !important;
  }

  .w-md-20-p-max {
    max-width: 20px !important;
  }

  .w-md-25-p-max {
    max-width: 25px !important;
  }

  .w-md-30-p-max {
    max-width: 30px !important;
  }

  .w-md-35-p-max {
    max-width: 35px !important;
  }

  .w-md-40-p-max {
    max-width: 40px !important;
  }

  .w-md-45-p-max {
    max-width: 45px !important;
  }

  .w-md-50-p-max {
    max-width: 50px !important;
  }

  .w-md-55-p-max {
    max-width: 55px !important;
  }

  .w-md-60-p-max {
    max-width: 60px !important;
  }

  .w-md-65-p-max {
    max-width: 65px !important;
  }

  .w-md-70-p-max {
    max-width: 70px !important;
  }

  .w-md-75-p-max {
    max-width: 75px !important;
  }

  .w-md-80-p-max {
    max-width: 80px !important;
  }

  .w-md-85-p-max {
    max-width: 85px !important;
  }

  .w-md-90-p-max {
    max-width: 90px !important;
  }

  .w-md-95-p-max {
    max-width: 95px !important;
  }

  .w-md-100-p-max {
    max-width: 100px !important;
  }

  .w-md-125-p-max {
    max-width: 125px !important;
  }

  .w-md-150-p-max {
    max-width: 150px !important;
  }

  .w-md-200-p-max {
    max-width: 200px !important;
  }

  .w-md-250-p-max {
    max-width: 250px !important;
  }

  .w-md-300-p-max {
    max-width: 300px !important;
  }

  .w-md-350-p-max {
    max-width: 350px !important;
  }

  .w-md-400-p-max {
    max-width: 400px !important;
  }

  .w-md-450-p-max {
    max-width: 450px !important;
  }

  .w-md-500-p-max {
    max-width: 500px !important;
  }

  .w-md-550-p-max {
    max-width: 550px !important;
  }

  .w-md-600-p-max {
    max-width: 600px !important;
  }

  .w-md-650-p-max {
    max-width: 650px !important;
  }

  .w-md-700-p-max {
    max-width: 700px !important;
  }

  .w-md-750-p-max {
    max-width: 750px !important;
  }

  .w-md-800-p-max {
    max-width: 800px !important;
  }

  .w-md-850-p-max {
    max-width: 850px !important;
  }

  .w-md-900-p-max {
    max-width: 900px !important;
  }

  .w-md-950-p-max {
    max-width: 950px !important;
  }

  .w-md-1000-p-max {
    max-width: 1000px !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-125 {
    width: 125% !important;
  }

  .w-md-150 {
    width: 150% !important;
  }

  .w-md-200 {
    width: 200% !important;
  }

  .w-md-250 {
    width: 250% !important;
  }

  .w-md-300 {
    width: 300% !important;
  }

  .w-md-350 {
    width: 350% !important;
  }

  .w-md-400 {
    width: 400% !important;
  }

  .w-md-450 {
    width: 450% !important;
  }

  .w-md-500 {
    width: 500% !important;
  }

  .w-md-550 {
    width: 550% !important;
  }

  .w-md-600 {
    width: 600% !important;
  }

  .w-md-650 {
    width: 650% !important;
  }

  .w-md-700 {
    width: 700% !important;
  }

  .w-md-750 {
    width: 750% !important;
  }

  .w-md-800 {
    width: 800% !important;
  }

  .w-md-850 {
    width: 850% !important;
  }

  .w-md-900 {
    width: 900% !important;
  }

  .w-md-950 {
    width: 950% !important;
  }

  .w-md-1000 {
    width: 1000% !important;
  }

  .w-md-5-min {
    min-width: 5% !important;
  }

  .w-md-10-min {
    min-width: 10% !important;
  }

  .w-md-15-min {
    min-width: 15% !important;
  }

  .w-md-20-min {
    min-width: 20% !important;
  }

  .w-md-25-min {
    min-width: 25% !important;
  }

  .w-md-30-min {
    min-width: 30% !important;
  }

  .w-md-35-min {
    min-width: 35% !important;
  }

  .w-md-40-min {
    min-width: 40% !important;
  }

  .w-md-45-min {
    min-width: 45% !important;
  }

  .w-md-50-min {
    min-width: 50% !important;
  }

  .w-md-55-min {
    min-width: 55% !important;
  }

  .w-md-60-min {
    min-width: 60% !important;
  }

  .w-md-65-min {
    min-width: 65% !important;
  }

  .w-md-70-min {
    min-width: 70% !important;
  }

  .w-md-75-min {
    min-width: 75% !important;
  }

  .w-md-80-min {
    min-width: 80% !important;
  }

  .w-md-85-min {
    min-width: 85% !important;
  }

  .w-md-90-min {
    min-width: 90% !important;
  }

  .w-md-95-min {
    min-width: 95% !important;
  }

  .w-md-100-min {
    min-width: 100% !important;
  }

  .w-md-125-min {
    min-width: 125% !important;
  }

  .w-md-150-min {
    min-width: 150% !important;
  }

  .w-md-200-min {
    min-width: 200% !important;
  }

  .w-md-250-min {
    min-width: 250% !important;
  }

  .w-md-300-min {
    min-width: 300% !important;
  }

  .w-md-350-min {
    min-width: 350% !important;
  }

  .w-md-400-min {
    min-width: 400% !important;
  }

  .w-md-450-min {
    min-width: 450% !important;
  }

  .w-md-500-min {
    min-width: 500% !important;
  }

  .w-md-550-min {
    min-width: 550% !important;
  }

  .w-md-600-min {
    min-width: 600% !important;
  }

  .w-md-650-min {
    min-width: 650% !important;
  }

  .w-md-700-min {
    min-width: 700% !important;
  }

  .w-md-750-min {
    min-width: 750% !important;
  }

  .w-md-800-min {
    min-width: 800% !important;
  }

  .w-md-850-min {
    min-width: 850% !important;
  }

  .w-md-900-min {
    min-width: 900% !important;
  }

  .w-md-950-min {
    min-width: 950% !important;
  }

  .w-md-1000-min {
    min-width: 1000% !important;
  }

  .w-md-5-max {
    max-width: 5% !important;
  }

  .w-md-10-max {
    max-width: 10% !important;
  }

  .w-md-15-max {
    max-width: 15% !important;
  }

  .w-md-20-max {
    max-width: 20% !important;
  }

  .w-md-25-max {
    max-width: 25% !important;
  }

  .w-md-30-max {
    max-width: 30% !important;
  }

  .w-md-35-max {
    max-width: 35% !important;
  }

  .w-md-40-max {
    max-width: 40% !important;
  }

  .w-md-45-maxn {
    max-width: 45% !important;
  }

  .w-md-50-max {
    max-width: 50% !important;
  }

  .w-md-55-max {
    max-width: 55% !important;
  }

  .w-md-60-max {
    max-width: 60% !important;
  }

  .w-md-65-max {
    max-width: 65% !important;
  }

  .w-md-70-max {
    max-width: 70% !important;
  }

  .w-md-75-max {
    max-width: 75% !important;
  }

  .w-md-80-max {
    max-width: 80% !important;
  }

  .w-md-85-max {
    max-width: 85% !important;
  }

  .w-md-90-max {
    max-width: 90% !important;
  }

  .w-md-95-max {
    max-width: 95% !important;
  }

  .w-md-100-max {
    max-width: 100% !important;
  }

  .w-md-125-max {
    max-width: 125% !important;
  }

  .w-md-150-max {
    max-width: 150% !important;
  }

  .w-md-200-max {
    max-width: 200% !important;
  }

  .w-md-250-max {
    max-width: 250% !important;
  }

  .w-md-300-max {
    max-width: 300% !important;
  }

  .w-md-350-max {
    max-width: 350% !important;
  }

  .w-md-400-max {
    max-width: 400% !important;
  }

  .w-md-450-max {
    max-width: 450% !important;
  }

  .w-md-500-max {
    max-width: 500% !important;
  }

  .w-md-550-max {
    max-width: 550% !important;
  }

  .w-md-600-max {
    max-width: 600% !important;
  }

  .w-md-650-max {
    max-width: 650% !important;
  }

  .w-md-700-max {
    max-width: 700% !important;
  }

  .w-md-750-max {
    max-width: 750% !important;
  }

  .w-md-800-max {
    max-width: 800% !important;
  }

  .w-md-850-max {
    max-width: 850% !important;
  }

  .w-md-900-max {
    max-width: 900% !important;
  }

  .w-md-950-max {
    max-width: 950% !important;
  }

  .w-md-1000-max {
    max-width: 1000% !important;
  }

  .h-md-5-p {
    height: 5px !important;
  }

  .h-md-10-p {
    height: 10px !important;
  }

  .h-md-15-p {
    height: 15px !important;
  }

  .h-md-20-p {
    height: 20px !important;
  }

  .h-md-25-p {
    height: 25px !important;
  }

  .h-md-30-p {
    height: 30px !important;
  }

  .h-md-35-p {
    height: 35px !important;
  }

  .h-md-40-p {
    height: 40px !important;
  }

  .h-md-45-p {
    height: 45px !important;
  }

  .h-md-50-p {
    height: 50px !important;
  }

  .h-md-55-p {
    height: 55px !important;
  }

  .h-md-60-p {
    height: 60px !important;
  }

  .h-md-65-p {
    height: 65px !important;
  }

  .h-md-70-p {
    height: 70px !important;
  }

  .h-md-75-p {
    height: 75px !important;
  }

  .h-md-80-p {
    height: 80px !important;
  }

  .h-md-85-p {
    height: 85px !important;
  }

  .h-md-90-p {
    height: 90px !important;
  }

  .h-md-95-p {
    height: 95px !important;
  }

  .h-md-100-p {
    height: 10px !important;
  }

  .h-md-125-p {
    height: 125px !important;
  }

  .h-md-150-p {
    height: 150px !important;
  }

  .h-md-200-p {
    height: 200px !important;
  }

  .h-md-250-p {
    height: 250px !important;
  }

  .h-md-300-p {
    height: 300px !important;
  }

  .h-md-350-p {
    height: 350px !important;
  }

  .h-md-400-p {
    height: 400px !important;
  }

  .h-md-450-p {
    height: 450px !important;
  }

  .h-md-500-p {
    height: 500px !important;
  }

  .h-md-5-p-min {
    min-height: 5px !important;
  }

  .h-md-10-p-min {
    min-height: 10px !important;
  }

  .h-md-15-p-min {
    min-height: 15px !important;
  }

  .h-md-20-p-min {
    min-height: 20px !important;
  }

  .h-md-25-p-min {
    min-height: 25px !important;
  }

  .h-md-30-p-min {
    min-height: 30px !important;
  }

  .h-md-35-p-min {
    min-height: 35px !important;
  }

  .h-md-40-p-min {
    min-height: 40px !important;
  }

  .h-md-45-p-min {
    min-height: 45px !important;
  }

  .h-md-50-p-min {
    min-height: 50px !important;
  }

  .h-md-55-p-min {
    min-height: 55px !important;
  }

  .h-md-60-p-min {
    min-height: 60px !important;
  }

  .h-md-65-p-min {
    min-height: 65px !important;
  }

  .h-md-70-p-min {
    min-height: 70px !important;
  }

  .h-md-75-p-min {
    min-height: 75px !important;
  }

  .h-md-80-p-min {
    min-height: 80px !important;
  }

  .h-md-85-p-min {
    min-height: 85px !important;
  }

  .h-md-90-p-min {
    min-height: 90px !important;
  }

  .h-md-95-p-min {
    min-height: 95px !important;
  }

  .h-md-100-p-min {
    min-height: 100px !important;
  }

  .h-md-125-p-min {
    min-height: 125px !important;
  }

  .h-md-150-p-min {
    min-height: 150px !important;
  }

  .h-md-200-p-min {
    min-height: 200px !important;
  }

  .h-md-250-p-min {
    min-height: 250px !important;
  }

  .h-md-300-p-min {
    min-height: 300px !important;
  }

  .h-md-350-p-min {
    min-height: 350px !important;
  }

  .h-md-400-p-min {
    min-height: 400px !important;
  }

  .h-md-450-p-min {
    min-height: 450px !important;
  }

  .h-md-500-p-min {
    min-height: 500px !important;
  }

  .h-md-5-p-max {
    max-height: 5px !important;
  }

  .h-md-10-p-max {
    max-height: 10px !important;
  }

  .h-md-15-p-max {
    max-height: 15px !important;
  }

  .h-md-20-p-max {
    max-height: 20px !important;
  }

  .h-md-25-p-max {
    max-height: 25px !important;
  }

  .h-md-30-p-max {
    max-height: 30px !important;
  }

  .h-md-35-p-max {
    max-height: 35px !important;
  }

  .h-md-40-p-max {
    max-height: 40px !important;
  }

  .h-md-45-p-max {
    max-height: 45px !important;
  }

  .h-md-50-p-max {
    max-height: 50px !important;
  }

  .h-md-55-p-max {
    max-height: 55px !important;
  }

  .h-md-60-p-max {
    max-height: 60px !important;
  }

  .h-md-65-p-max {
    max-height: 65px !important;
  }

  .h-md-70-p-max {
    max-height: 70px !important;
  }

  .h-md-75-p-max {
    max-height: 75px !important;
  }

  .h-md-80-p-max {
    max-height: 80px !important;
  }

  .h-md-85-p-max {
    max-height: 85px !important;
  }

  .h-md-90-p-max {
    max-height: 90px !important;
  }

  .h-md-95-p-max {
    max-height: 95px !important;
  }

  .h-md-100-p-max {
    max-height: 100px !important;
  }

  .h-md-125-p-max {
    max-height: 125px !important;
  }

  .h-md-150-p-max {
    max-height: 150px !important;
  }

  .h-md-200-p-max {
    max-height: 200px !important;
  }

  .h-md-250-p-max {
    max-height: 250px !important;
  }

  .h-md-300-p-max {
    max-height: 300px !important;
  }

  .h-md-350-p-max {
    max-height: 350px !important;
  }

  .h-md-400-p-max {
    max-height: 400px !important;
  }

  .h-md-450-p-max {
    max-height: 450px !important;
  }

  .h-md-500-p-max {
    max-height: 500px !important;
  }

  .h-md-5 {
    height: 5% !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .h-md-15 {
    height: 15% !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .h-md-35 {
    height: 35% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .h-md-45 {
    height: 45% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-55 {
    height: 55% !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .h-md-65 {
    height: 65% !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .h-md-85 {
    height: 85% !important;
  }

  .h-md-90 {
    height: 90% !important;
  }

  .h-md-95 {
    height: 95% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-125 {
    height: 125% !important;
  }

  .h-md-150 {
    height: 150% !important;
  }

  .h-md-200 {
    height: 200% !important;
  }

  .h-md-250 {
    height: 250% !important;
  }

  .h-md-300 {
    height: 300% !important;
  }

  .h-md-350 {
    height: 350% !important;
  }

  .h-md-400 {
    height: 400% !important;
  }

  .h-md-450 {
    height: 450% !important;
  }

  .h-md-500 {
    height: 500% !important;
  }

  .h-md-5-min {
    min-height: 5% !important;
  }

  .h-md-10-min {
    min-height: 10% !important;
  }

  .h-md-15-min {
    min-height: 15% !important;
  }

  .h-md-20-min {
    min-height: 20% !important;
  }

  .h-md-25-min {
    min-height: 25% !important;
  }

  .h-md-30-min {
    min-height: 30% !important;
  }

  .h-md-35-min {
    min-height: 35% !important;
  }

  .h-md-40-min {
    min-height: 40% !important;
  }

  .h-md-45-min {
    min-height: 45% !important;
  }

  .h-md-50-min {
    min-height: 50% !important;
  }

  .h-md-55-min {
    min-height: 55% !important;
  }

  .h-md-60-min {
    min-height: 60% !important;
  }

  .h-md-65-min {
    min-height: 65% !important;
  }

  .h-md-70-min {
    min-height: 70% !important;
  }

  .h-md-75-min {
    min-height: 75% !important;
  }

  .h-md-80-min {
    min-height: 80% !important;
  }

  .h-md-85-min {
    min-height: 85% !important;
  }

  .h-md-90-min {
    min-height: 90% !important;
  }

  .h-md-95-min {
    min-height: 95% !important;
  }

  .h-md-100-min {
    min-height: 100% !important;
  }

  .h-md-125-min {
    min-height: 125% !important;
  }

  .h-md-150-min {
    min-height: 150% !important;
  }

  .h-md-200-min {
    min-height: 200% !important;
  }

  .h-md-250-min {
    min-height: 250% !important;
  }

  .h-md-300-min {
    min-height: 300% !important;
  }

  .h-md-350-min {
    min-height: 350% !important;
  }

  .h-md-400-min {
    min-height: 400% !important;
  }

  .h-md-450-min {
    min-height: 450% !important;
  }

  .h-md-500-min {
    min-height: 500% !important;
  }

  .h-md-5-max {
    max-height: 5% !important;
  }

  .h-md-10-max {
    max-height: 10% !important;
  }

  .h-md-15-max {
    max-height: 15% !important;
  }

  .h-md-20-max {
    max-height: 20% !important;
  }

  .h-md-25-max {
    max-height: 25% !important;
  }

  .h-md-30-max {
    max-height: 30% !important;
  }

  .h-md-35-max {
    max-height: 35% !important;
  }

  .h-md-40-max {
    max-height: 40% !important;
  }

  .h-md-45-max {
    max-height: 45% !important;
  }

  .h-md-50-max {
    max-height: 50% !important;
  }

  .h-md-55-max {
    max-height: 55% !important;
  }

  .h-md-60-max {
    max-height: 60% !important;
  }

  .h-md-65-max {
    max-height: 65% !important;
  }

  .h-md-70-max {
    max-height: 70% !important;
  }

  .h-md-75-max {
    max-height: 75% !important;
  }

  .h-md-80-max {
    max-height: 80% !important;
  }

  .h-md-85-max {
    max-height: 85% !important;
  }

  .h-md-90-max {
    max-height: 90% !important;
  }

  .h-md-95-max {
    max-height: 95% !important;
  }

  .h-md-100-max {
    max-height: 100% !important;
  }

  .h-md-125-max {
    max-height: 125% !important;
  }

  .h-md-150-max {
    max-height: 150% !important;
  }

  .h-md-200-max {
    max-height: 200% !important;
  }

  .h-md-250-max {
    max-height: 250% !important;
  }

  .h-md-300-max {
    max-height: 300% !important;
  }

  .h-md-350-max {
    max-height: 350% !important;
  }

  .h-md-400-max {
    max-height: 400% !important;
  }

  .h-md-450-max {
    max-height: 450% !important;
  }

  .h-md-500-max {
    max-height: 500% !important;
  }
}

@media (min-width: 768px) {
  .sticky.sticky-action-bar {
    margin-top: -4.6rem;
  }
  .tasks-wrapper {
    height: calc(100vh - 75px);
    padding: 0px 0 0 23px;
  }

  .right-profile {
    width: calc(100% - 330px);
  }

  .position-md-absolute {
    position: absolute;
  }

  .h-md-100 {
    height: 100%;
  }

  .vh-md-100 {
    height: 100vh;
  }

  .sidebar {
    width: 265px;
  }

  .subheaders-wrapper {
    padding-top: 150px;
  }

  .subheader {
    position: fixed;
    left: 265px;
    right: 0;
    z-index: 1;
    top: 60px;
  }

  .sidebar-wizard {
    width: 280px;
  }

  .wizard-content {
    width: calc(100% - 280px);
  }

  /* Widgets - Engage Page */
  .engage-widgets,
  .tiles-widgets {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .engage-widgets-1 {
    background-image: url("../../../src/media/engage/engage1.svg");
  }

  .engage-widgets-2 {
    background-image: url("../../../src/media/engage/engage2.svg");
  }

  .engage-widgets-3 {
    background-image: url("../../../src/media/engage/engage3.svg");
  }

  .engage-widgets-4 {
    background-image: url("../../../src/media/engage/engage4.svg");
  }

  .tiles-widgets-1 {
    background-image: url("../../../src/media/tiles/tiles-1.svg");
  }

  .tiles-widgets-2 {
    background-image: url("../../../src/media/tiles/tiles-2.svg");
  }

  .tiles-widgets-3 {
    background-image: url("../../../src/media/tiles/tiles-3.svg");
    background-position: 5%;
  }

  .tiles-widgets-4 {
    background-image: url("../../../src/media/tiles/tiles-4.svg");
    background-position: 5%;
  }

  .parent-resource {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .w-lg-5-p {
    width: 5px !important;
  }

  .w-lg-10-p {
    width: 10px !important;
  }

  .w-lg-15-p {
    width: 15px !important;
  }

  .w-lg-20-p {
    width: 20px !important;
  }

  .w-lg-25-p {
    width: 25px !important;
  }

  .w-lg-30-p {
    width: 30px !important;
  }

  .w-lg-35-p {
    width: 35px !important;
  }

  .w-lg-40-p {
    width: 40px !important;
  }

  .w-lg-45-p {
    width: 45px !important;
  }

  .w-lg-50-p {
    width: 50px !important;
  }

  .w-lg-55-p {
    width: 55px !important;
  }

  .w-lg-60-p {
    width: 60px !important;
  }

  .w-lg-65-p {
    width: 65px !important;
  }

  .w-lg-70-p {
    width: 70px !important;
  }

  .w-lg-75-p {
    width: 75px !important;
  }

  .w-lg-80-p {
    width: 80px !important;
  }

  .w-lg-85-p {
    width: 85px !important;
  }

  .w-lg-90-p {
    width: 90px !important;
  }

  .w-lg-95-p {
    width: 95px !important;
  }

  .w-lg-100-p {
    width: 100px !important;
  }

  .w-lg-125-p {
    width: 125px !important;
  }

  .w-lg-150-p {
    width: 150px !important;
  }

  .w-lg-200-p {
    width: 200px !important;
  }

  .w-lg-250-p {
    width: 250px !important;
  }

  .w-lg-300-p {
    width: 300px !important;
  }

  .w-lg-350-p {
    width: 350px !important;
  }

  .w-lg-400-p {
    width: 400px !important;
  }

  .w-lg-450-p {
    width: 450px !important;
  }

  .w-lg-500-p {
    width: 500px !important;
  }

  .w-lg-550-p {
    width: 550px !important;
  }

  .w-lg-600-p {
    width: 600px !important;
  }

  .w-lg-650-p {
    width: 650px !important;
  }

  .w-lg-700-p {
    width: 700px !important;
  }

  .w-lg-750-p {
    width: 750px !important;
  }

  .w-lg-800-p {
    width: 800px !important;
  }

  .w-lg-850-p {
    width: 850px !important;
  }

  .w-lg-900-p {
    width: 900px !important;
  }

  .w-lg-950-p {
    width: 950px !important;
  }

  .w-lg-1000-p {
    width: 1000px !important;
  }

  .w-lg-5-p-min {
    min-width: 5px !important;
  }

  .w-lg-10-p-min {
    min-width: 10px !important;
  }

  .w-lg-15-p-min {
    min-width: 15px !important;
  }

  .w-lg-20-p-min {
    min-width: 20px !important;
  }

  .w-lg-25-p-min {
    min-width: 25px !important;
  }

  .w-lg-30-p-min {
    min-width: 30px !important;
  }

  .w-lg-35-p-min {
    min-width: 35px !important;
  }

  .w-lg-40-p-min {
    min-width: 40px !important;
  }

  .w-lg-45-p-min {
    min-width: 45px !important;
  }

  .w-lg-50-p-min {
    min-width: 50px !important;
  }

  .w-lg-55-p-min {
    min-width: 55px !important;
  }

  .w-lg-60-p-min {
    min-width: 60px !important;
  }

  .w-lg-65-p-min {
    min-width: 65px !important;
  }

  .w-lg-70-p-min {
    min-width: 70px !important;
  }

  .w-lg-75-p-min {
    min-width: 75px !important;
  }

  .w-lg-80-p-min {
    min-width: 80px !important;
  }

  .w-lg-85-p-min {
    min-width: 85px !important;
  }

  .w-lg-90-p-min {
    min-width: 90px !important;
  }

  .w-lg-95-p-min {
    min-width: 95px !important;
  }

  .w-lg-100-p-min {
    min-width: 100px !important;
  }

  .w-lg-125-p-min {
    min-width: 125px !important;
  }

  .w-lg-150-p-min {
    min-width: 150px !important;
  }

  .w-lg-200-p-min {
    min-width: 200px !important;
  }

  .w-lg-250-p-min {
    min-width: 250px !important;
  }

  .w-lg-300-p-min {
    min-width: 300px !important;
  }

  .w-lg-350-p-min {
    min-width: 350px !important;
  }

  .w-lg-400-p-min {
    min-width: 400px !important;
  }

  .w-lg-450-p-min {
    min-width: 450px !important;
  }

  .w-lg-500-p-min {
    min-width: 500px !important;
  }

  .w-lg-550-p-min {
    min-width: 550px !important;
  }

  .w-lg-600-p-min {
    min-width: 600px !important;
  }

  .w-lg-650-p-min {
    min-width: 650px !important;
  }

  .w-lg-700-p-min {
    min-width: 700px !important;
  }

  .w-lg-750-p-min {
    min-width: 750px !important;
  }

  .w-lg-800-p-min {
    min-width: 800px !important;
  }

  .w-lg-850-p-min {
    min-width: 850px !important;
  }

  .w-lg-900-p-min {
    min-width: 900px !important;
  }

  .w-lg-950-p-min {
    min-width: 950px !important;
  }

  .w-lg-1000-p-min {
    min-width: 1000px !important;
  }

  .w-lg-5-p-max {
    max-width: 5px !important;
  }

  .w-lg-10-p-max {
    max-width: 10px !important;
  }

  .w-lg-15-p-max {
    max-width: 15px !important;
  }

  .w-lg-20-p-max {
    max-width: 20px !important;
  }

  .w-lg-25-p-max {
    max-width: 25px !important;
  }

  .w-lg-30-p-max {
    max-width: 30px !important;
  }

  .w-lg-35-p-max {
    max-width: 35px !important;
  }

  .w-lg-40-p-max {
    max-width: 40px !important;
  }

  .w-lg-45-p-max {
    max-width: 45px !important;
  }

  .w-lg-50-p-max {
    max-width: 50px !important;
  }

  .w-lg-55-p-max {
    max-width: 55px !important;
  }

  .w-lg-60-p-max {
    max-width: 60px !important;
  }

  .w-lg-65-p-max {
    max-width: 65px !important;
  }

  .w-lg-70-p-max {
    max-width: 70px !important;
  }

  .w-lg-75-p-max {
    max-width: 75px !important;
  }

  .w-lg-80-p-max {
    max-width: 80px !important;
  }

  .w-lg-85-p-max {
    max-width: 85px !important;
  }

  .w-lg-90-p-max {
    max-width: 90px !important;
  }

  .w-lg-95-p-max {
    max-width: 95px !important;
  }

  .w-lg-100-p-max {
    max-width: 100px !important;
  }

  .w-lg-125-p-max {
    max-width: 125px !important;
  }

  .w-lg-150-p-max {
    max-width: 150px !important;
  }

  .w-lg-200-p-max {
    max-width: 200px !important;
  }

  .w-lg-250-p-max {
    max-width: 250px !important;
  }

  .w-lg-300-p-max {
    max-width: 300px !important;
  }

  .w-lg-350-p-max {
    max-width: 350px !important;
  }

  .w-lg-400-p-max {
    max-width: 400px !important;
  }

  .w-lg-450-p-max {
    max-width: 450px !important;
  }

  .w-lg-500-p-max {
    max-width: 500px !important;
  }

  .w-lg-550-p-max {
    max-width: 550px !important;
  }

  .w-lg-600-p-max {
    max-width: 600px !important;
  }

  .w-lg-650-p-max {
    max-width: 650px !important;
  }

  .w-lg-700-p-max {
    max-width: 700px !important;
  }

  .w-lg-750-p-max {
    max-width: 750px !important;
  }

  .w-lg-800-p-max {
    max-width: 800px !important;
  }

  .w-lg-850-p-max {
    max-width: 850px !important;
  }

  .w-lg-900-p-max {
    max-width: 900px !important;
  }

  .w-lg-950-p-max {
    max-width: 950px !important;
  }

  .w-lg-1000-p-max {
    max-width: 1000px !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-125 {
    width: 125% !important;
  }

  .w-lg-150 {
    width: 150% !important;
  }

  .w-lg-200 {
    width: 200% !important;
  }

  .w-lg-250 {
    width: 250% !important;
  }

  .w-lg-300 {
    width: 300% !important;
  }

  .w-lg-350 {
    width: 350% !important;
  }

  .w-lg-400 {
    width: 400% !important;
  }

  .w-lg-450 {
    width: 450% !important;
  }

  .w-lg-500 {
    width: 500% !important;
  }

  .w-lg-550 {
    width: 550% !important;
  }

  .w-lg-600 {
    width: 600% !important;
  }

  .w-lg-650 {
    width: 650% !important;
  }

  .w-lg-700 {
    width: 700% !important;
  }

  .w-lg-750 {
    width: 750% !important;
  }

  .w-lg-800 {
    width: 800% !important;
  }

  .w-lg-850 {
    width: 850% !important;
  }

  .w-lg-900 {
    width: 900% !important;
  }

  .w-lg-950 {
    width: 950% !important;
  }

  .w-lg-1000 {
    width: 1000% !important;
  }

  .w-lg-5-min {
    min-width: 5% !important;
  }

  .w-lg-10-min {
    min-width: 10% !important;
  }

  .w-lg-15-min {
    min-width: 15% !important;
  }

  .w-lg-20-min {
    min-width: 20% !important;
  }

  .w-lg-25-min {
    min-width: 25% !important;
  }

  .w-lg-30-min {
    min-width: 30% !important;
  }

  .w-lg-35-min {
    min-width: 35% !important;
  }

  .w-lg-40-min {
    min-width: 40% !important;
  }

  .w-lg-45-min {
    min-width: 45% !important;
  }

  .w-lg-50-min {
    min-width: 50% !important;
  }

  .w-lg-55-min {
    min-width: 55% !important;
  }

  .w-lg-60-min {
    min-width: 60% !important;
  }

  .w-lg-65-min {
    min-width: 65% !important;
  }

  .w-lg-70-min {
    min-width: 70% !important;
  }

  .w-lg-75-min {
    min-width: 75% !important;
  }

  .w-lg-80-min {
    min-width: 80% !important;
  }

  .w-lg-85-min {
    min-width: 85% !important;
  }

  .w-lg-90-min {
    min-width: 90% !important;
  }

  .w-lg-95-min {
    min-width: 95% !important;
  }

  .w-lg-100-min {
    min-width: 100% !important;
  }

  .w-lg-125-min {
    min-width: 125% !important;
  }

  .w-lg-150-min {
    min-width: 150% !important;
  }

  .w-lg-200-min {
    min-width: 200% !important;
  }

  .w-lg-250-min {
    min-width: 250% !important;
  }

  .w-lg-300-min {
    min-width: 300% !important;
  }

  .w-lg-350-min {
    min-width: 350% !important;
  }

  .w-lg-400-min {
    min-width: 400% !important;
  }

  .w-lg-450-min {
    min-width: 450% !important;
  }

  .w-lg-500-min {
    min-width: 500% !important;
  }

  .w-lg-550-min {
    min-width: 550% !important;
  }

  .w-lg-600-min {
    min-width: 600% !important;
  }

  .w-lg-650-min {
    min-width: 650% !important;
  }

  .w-lg-700-min {
    min-width: 700% !important;
  }

  .w-lg-750-min {
    min-width: 750% !important;
  }

  .w-lg-800-min {
    min-width: 800% !important;
  }

  .w-lg-850-min {
    min-width: 850% !important;
  }

  .w-lg-900-min {
    min-width: 900% !important;
  }

  .w-lg-950-min {
    min-width: 950% !important;
  }

  .w-lg-1000-min {
    min-width: 1000% !important;
  }

  .w-lg-5-max {
    max-width: 5% !important;
  }

  .w-lg-10-max {
    max-width: 10% !important;
  }

  .w-lg-15-max {
    max-width: 15% !important;
  }

  .w-lg-20-max {
    max-width: 20% !important;
  }

  .w-lg-25-max {
    max-width: 25% !important;
  }

  .w-lg-30-max {
    max-width: 30% !important;
  }

  .w-lg-35-max {
    max-width: 35% !important;
  }

  .w-lg-40-max {
    max-width: 40% !important;
  }

  .w-lg-45-maxn {
    max-width: 45% !important;
  }

  .w-lg-50-max {
    max-width: 50% !important;
  }

  .w-lg-55-max {
    max-width: 55% !important;
  }

  .w-lg-60-max {
    max-width: 60% !important;
  }

  .w-lg-65-max {
    max-width: 65% !important;
  }

  .w-lg-70-max {
    max-width: 70% !important;
  }

  .w-lg-75-max {
    max-width: 75% !important;
  }

  .w-lg-80-max {
    max-width: 80% !important;
  }

  .w-lg-85-max {
    max-width: 85% !important;
  }

  .w-lg-90-max {
    max-width: 90% !important;
  }

  .w-lg-95-max {
    max-width: 95% !important;
  }

  .w-lg-100-max {
    max-width: 100% !important;
  }

  .w-lg-125-max {
    max-width: 125% !important;
  }

  .w-lg-150-max {
    max-width: 150% !important;
  }

  .w-lg-200-max {
    max-width: 200% !important;
  }

  .w-lg-250-max {
    max-width: 250% !important;
  }

  .w-lg-300-max {
    max-width: 300% !important;
  }

  .w-lg-350-max {
    max-width: 350% !important;
  }

  .w-lg-400-max {
    max-width: 400% !important;
  }

  .w-lg-450-max {
    max-width: 450% !important;
  }

  .w-lg-500-max {
    max-width: 500% !important;
  }

  .w-lg-550-max {
    max-width: 550% !important;
  }

  .w-lg-600-max {
    max-width: 600% !important;
  }

  .w-lg-650-max {
    max-width: 650% !important;
  }

  .w-lg-700-max {
    max-width: 700% !important;
  }

  .w-lg-750-max {
    max-width: 750% !important;
  }

  .w-lg-800-max {
    max-width: 800% !important;
  }

  .w-lg-850-max {
    max-width: 850% !important;
  }

  .w-lg-900-max {
    max-width: 900% !important;
  }

  .w-lg-950-max {
    max-width: 950% !important;
  }

  .w-lg-1000-max {
    max-width: 1000% !important;
  }

  .h-lg-5-p {
    height: 5px !important;
  }

  .h-lg-10-p {
    height: 10px !important;
  }

  .h-lg-15-p {
    height: 15px !important;
  }

  .h-lg-20-p {
    height: 20px !important;
  }

  .h-lg-25-p {
    height: 25px !important;
  }

  .h-lg-30-p {
    height: 30px !important;
  }

  .h-lg-35-p {
    height: 35px !important;
  }

  .h-lg-40-p {
    height: 40px !important;
  }

  .h-lg-45-p {
    height: 45px !important;
  }

  .h-lg-50-p {
    height: 50px !important;
  }

  .h-lg-55-p {
    height: 55px !important;
  }

  .h-lg-60-p {
    height: 60px !important;
  }

  .h-lg-65-p {
    height: 65px !important;
  }

  .h-lg-70-p {
    height: 70px !important;
  }

  .h-lg-75-p {
    height: 75px !important;
  }

  .h-lg-80-p {
    height: 80px !important;
  }

  .h-lg-85-p {
    height: 85px !important;
  }

  .h-lg-90-p {
    height: 90px !important;
  }

  .h-lg-95-p {
    height: 95px !important;
  }

  .h-lg-100-p {
    height: 10px !important;
  }

  .h-lg-125-p {
    height: 125px !important;
  }

  .h-lg-150-p {
    height: 150px !important;
  }

  .h-lg-200-p {
    height: 200px !important;
  }

  .h-lg-250-p {
    height: 250px !important;
  }

  .h-lg-300-p {
    height: 300px !important;
  }

  .h-lg-350-p {
    height: 350px !important;
  }

  .h-lg-400-p {
    height: 400px !important;
  }

  .h-lg-450-p {
    height: 450px !important;
  }

  .h-lg-500-p {
    height: 500px !important;
  }

  .h-lg-5-p-min {
    min-height: 5px !important;
  }

  .h-lg-10-p-min {
    min-height: 10px !important;
  }

  .h-lg-15-p-min {
    min-height: 15px !important;
  }

  .h-lg-20-p-min {
    min-height: 20px !important;
  }

  .h-lg-25-p-min {
    min-height: 25px !important;
  }

  .h-lg-30-p-min {
    min-height: 30px !important;
  }

  .h-lg-35-p-min {
    min-height: 35px !important;
  }

  .h-lg-40-p-min {
    min-height: 40px !important;
  }

  .h-lg-45-p-min {
    min-height: 45px !important;
  }

  .h-lg-50-p-min {
    min-height: 50px !important;
  }

  .h-lg-55-p-min {
    min-height: 55px !important;
  }

  .h-lg-60-p-min {
    min-height: 60px !important;
  }

  .h-lg-65-p-min {
    min-height: 65px !important;
  }

  .h-lg-70-p-min {
    min-height: 70px !important;
  }

  .h-lg-75-p-min {
    min-height: 75px !important;
  }

  .h-lg-80-p-min {
    min-height: 80px !important;
  }

  .h-lg-85-p-min {
    min-height: 85px !important;
  }

  .h-lg-90-p-min {
    min-height: 90px !important;
  }

  .h-lg-95-p-min {
    min-height: 95px !important;
  }

  .h-lg-100-p-min {
    min-height: 100px !important;
  }

  .h-lg-125-p-min {
    min-height: 125px !important;
  }

  .h-lg-150-p-min {
    min-height: 150px !important;
  }

  .h-lg-200-p-min {
    min-height: 200px !important;
  }

  .h-lg-250-p-min {
    min-height: 250px !important;
  }

  .h-lg-300-p-min {
    min-height: 300px !important;
  }

  .h-lg-350-p-min {
    min-height: 350px !important;
  }

  .h-lg-400-p-min {
    min-height: 400px !important;
  }

  .h-lg-450-p-min {
    min-height: 450px !important;
  }

  .h-lg-500-p-min {
    min-height: 500px !important;
  }

  .h-lg-5-p-max {
    max-height: 5px !important;
  }

  .h-lg-10-p-max {
    max-height: 10px !important;
  }

  .h-lg-15-p-max {
    max-height: 15px !important;
  }

  .h-lg-20-p-max {
    max-height: 20px !important;
  }

  .h-lg-25-p-max {
    max-height: 25px !important;
  }

  .h-lg-30-p-max {
    max-height: 30px !important;
  }

  .h-lg-35-p-max {
    max-height: 35px !important;
  }

  .h-lg-40-p-max {
    max-height: 40px !important;
  }

  .h-lg-45-p-max {
    max-height: 45px !important;
  }

  .h-lg-50-p-max {
    max-height: 50px !important;
  }

  .h-lg-55-p-max {
    max-height: 55px !important;
  }

  .h-lg-60-p-max {
    max-height: 60px !important;
  }

  .h-lg-65-p-max {
    max-height: 65px !important;
  }

  .h-lg-70-p-max {
    max-height: 70px !important;
  }

  .h-lg-75-p-max {
    max-height: 75px !important;
  }

  .h-lg-80-p-max {
    max-height: 80px !important;
  }

  .h-lg-85-p-max {
    max-height: 85px !important;
  }

  .h-lg-90-p-max {
    max-height: 90px !important;
  }

  .h-lg-95-p-max {
    max-height: 95px !important;
  }

  .h-lg-100-p-max {
    max-height: 100px !important;
  }

  .h-lg-125-p-max {
    max-height: 125px !important;
  }

  .h-lg-150-p-max {
    max-height: 150px !important;
  }

  .h-lg-200-p-max {
    max-height: 200px !important;
  }

  .h-lg-250-p-max {
    max-height: 250px !important;
  }

  .h-lg-300-p-max {
    max-height: 300px !important;
  }

  .h-lg-350-p-max {
    max-height: 350px !important;
  }

  .h-lg-400-p-max {
    max-height: 400px !important;
  }

  .h-lg-450-p-max {
    max-height: 450px !important;
  }

  .h-lg-500-p-max {
    max-height: 500px !important;
  }

  .h-lg-5 {
    height: 5% !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .h-lg-15 {
    height: 15% !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .h-lg-35 {
    height: 35% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .h-lg-45 {
    height: 45% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-55 {
    height: 55% !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .h-lg-65 {
    height: 65% !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .h-lg-85 {
    height: 85% !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }

  .h-lg-95 {
    height: 95% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-125 {
    height: 125% !important;
  }

  .h-lg-150 {
    height: 150% !important;
  }

  .h-lg-200 {
    height: 200% !important;
  }

  .h-lg-250 {
    height: 250% !important;
  }

  .h-lg-300 {
    height: 300% !important;
  }

  .h-lg-350 {
    height: 350% !important;
  }

  .h-lg-400 {
    height: 400% !important;
  }

  .h-lg-450 {
    height: 450% !important;
  }

  .h-lg-500 {
    height: 500% !important;
  }

  .h-lg-5-min {
    min-height: 5% !important;
  }

  .h-lg-10-min {
    min-height: 10% !important;
  }

  .h-lg-15-min {
    min-height: 15% !important;
  }

  .h-lg-20-min {
    min-height: 20% !important;
  }

  .h-lg-25-min {
    min-height: 25% !important;
  }

  .h-lg-30-min {
    min-height: 30% !important;
  }

  .h-lg-35-min {
    min-height: 35% !important;
  }

  .h-lg-40-min {
    min-height: 40% !important;
  }

  .h-lg-45-min {
    min-height: 45% !important;
  }

  .h-lg-50-min {
    min-height: 50% !important;
  }

  .h-lg-55-min {
    min-height: 55% !important;
  }

  .h-lg-60-min {
    min-height: 60% !important;
  }

  .h-lg-65-min {
    min-height: 65% !important;
  }

  .h-lg-70-min {
    min-height: 70% !important;
  }

  .h-lg-75-min {
    min-height: 75% !important;
  }

  .h-lg-80-min {
    min-height: 80% !important;
  }

  .h-lg-85-min {
    min-height: 85% !important;
  }

  .h-lg-90-min {
    min-height: 90% !important;
  }

  .h-lg-95-min {
    min-height: 95% !important;
  }

  .h-lg-100-min {
    min-height: 100% !important;
  }

  .h-lg-125-min {
    min-height: 125% !important;
  }

  .h-lg-150-min {
    min-height: 150% !important;
  }

  .h-lg-200-min {
    min-height: 200% !important;
  }

  .h-lg-250-min {
    min-height: 250% !important;
  }

  .h-lg-300-min {
    min-height: 300% !important;
  }

  .h-lg-350-min {
    min-height: 350% !important;
  }

  .h-lg-400-min {
    min-height: 400% !important;
  }

  .h-lg-450-min {
    min-height: 450% !important;
  }

  .h-lg-500-min {
    min-height: 500% !important;
  }

  .h-lg-5-max {
    max-height: 5% !important;
  }

  .h-lg-10-max {
    max-height: 10% !important;
  }

  .h-lg-15-max {
    max-height: 15% !important;
  }

  .h-lg-20-max {
    max-height: 20% !important;
  }

  .h-lg-25-max {
    max-height: 25% !important;
  }

  .h-lg-30-max {
    max-height: 30% !important;
  }

  .h-lg-35-max {
    max-height: 35% !important;
  }

  .h-lg-40-max {
    max-height: 40% !important;
  }

  .h-lg-45-max {
    max-height: 45% !important;
  }

  .h-lg-50-max {
    max-height: 50% !important;
  }

  .h-lg-55-max {
    max-height: 55% !important;
  }

  .h-lg-60-max {
    max-height: 60% !important;
  }

  .h-lg-65-max {
    max-height: 65% !important;
  }

  .h-lg-70-max {
    max-height: 70% !important;
  }

  .h-lg-75-max {
    max-height: 75% !important;
  }

  .h-lg-80-max {
    max-height: 80% !important;
  }

  .h-lg-85-max {
    max-height: 85% !important;
  }

  .h-lg-90-max {
    max-height: 90% !important;
  }

  .h-lg-95-max {
    max-height: 95% !important;
  }

  .h-lg-100-max {
    max-height: 100% !important;
  }

  .h-lg-125-max {
    max-height: 125% !important;
  }

  .h-lg-150-max {
    max-height: 150% !important;
  }

  .h-lg-200-max {
    max-height: 200% !important;
  }

  .h-lg-250-max {
    max-height: 250% !important;
  }

  .h-lg-300-max {
    max-height: 300% !important;
  }

  .h-lg-350-max {
    max-height: 350% !important;
  }

  .h-lg-400-max {
    max-height: 400% !important;
  }

  .h-lg-450-max {
    max-height: 450% !important;
  }

  .h-lg-500-max {
    max-height: 500% !important;
  }
}

@media (min-width: 1140px) {
  .w-xl-5-p {
    width: 5px !important;
  }

  .w-xl-10-p {
    width: 10px !important;
  }

  .w-xl-15-p {
    width: 15px !important;
  }

  .w-xl-20-p {
    width: 20px !important;
  }

  .w-xl-25-p {
    width: 25px !important;
  }

  .w-xl-30-p {
    width: 30px !important;
  }

  .w-xl-35-p {
    width: 35px !important;
  }

  .w-xl-40-p {
    width: 40px !important;
  }

  .w-xl-45-p {
    width: 45px !important;
  }

  .w-xl-50-p {
    width: 50px !important;
  }

  .w-xl-55-p {
    width: 55px !important;
  }

  .w-xl-60-p {
    width: 60px !important;
  }

  .w-xl-65-p {
    width: 65px !important;
  }

  .w-xl-70-p {
    width: 70px !important;
  }

  .w-xl-75-p {
    width: 75px !important;
  }

  .w-xl-80-p {
    width: 80px !important;
  }

  .w-xl-85-p {
    width: 85px !important;
  }

  .w-xl-90-p {
    width: 90px !important;
  }

  .w-xl-95-p {
    width: 95px !important;
  }

  .w-xl-100-p {
    width: 100px !important;
  }

  .w-xl-125-p {
    width: 125px !important;
  }

  .w-xl-150-p {
    width: 150px !important;
  }

  .w-xl-200-p {
    width: 200px !important;
  }

  .w-xl-250-p {
    width: 250px !important;
  }

  .w-xl-300-p {
    width: 300px !important;
  }

  .w-xl-350-p {
    width: 350px !important;
  }

  .w-xl-400-p {
    width: 400px !important;
  }

  .w-xl-450-p {
    width: 450px !important;
  }

  .w-xl-500-p {
    width: 500px !important;
  }

  .w-xl-550-p {
    width: 550px !important;
  }

  .w-xl-600-p {
    width: 600px !important;
  }

  .w-xl-650-p {
    width: 650px !important;
  }

  .w-xl-700-p {
    width: 700px !important;
  }

  .w-xl-750-p {
    width: 750px !important;
  }

  .w-xl-800-p {
    width: 800px !important;
  }

  .w-xl-850-p {
    width: 850px !important;
  }

  .w-xl-900-p {
    width: 900px !important;
  }

  .w-xl-950-p {
    width: 950px !important;
  }

  .w-xl-1000-p {
    width: 1000px !important;
  }

  .w-xl-5-p-min {
    min-width: 5px !important;
  }

  .w-xl-10-p-min {
    min-width: 10px !important;
  }

  .w-xl-15-p-min {
    min-width: 15px !important;
  }

  .w-xl-20-p-min {
    min-width: 20px !important;
  }

  .w-xl-25-p-min {
    min-width: 25px !important;
  }

  .w-xl-30-p-min {
    min-width: 30px !important;
  }

  .w-xl-35-p-min {
    min-width: 35px !important;
  }

  .w-xl-40-p-min {
    min-width: 40px !important;
  }

  .w-xl-45-p-min {
    min-width: 45px !important;
  }

  .w-xl-50-p-min {
    min-width: 50px !important;
  }

  .w-xl-55-p-min {
    min-width: 55px !important;
  }

  .w-xl-60-p-min {
    min-width: 60px !important;
  }

  .w-xl-65-p-min {
    min-width: 65px !important;
  }

  .w-xl-70-p-min {
    min-width: 70px !important;
  }

  .w-xl-75-p-min {
    min-width: 75px !important;
  }

  .w-xl-80-p-min {
    min-width: 80px !important;
  }

  .w-xl-85-p-min {
    min-width: 85px !important;
  }

  .w-xl-90-p-min {
    min-width: 90px !important;
  }

  .w-xl-95-p-min {
    min-width: 95px !important;
  }

  .w-xl-100-p-min {
    min-width: 100px !important;
  }

  .w-xl-125-p-min {
    min-width: 125px !important;
  }

  .w-xl-150-p-min {
    min-width: 150px !important;
  }

  .w-xl-200-p-min {
    min-width: 200px !important;
  }

  .w-xl-250-p-min {
    min-width: 250px !important;
  }

  .w-xl-300-p-min {
    min-width: 300px !important;
  }

  .w-xl-350-p-min {
    min-width: 350px !important;
  }

  .w-xl-400-p-min {
    min-width: 400px !important;
  }

  .w-xl-450-p-min {
    min-width: 450px !important;
  }

  .w-xl-500-p-min {
    min-width: 500px !important;
  }

  .w-xl-550-p-min {
    min-width: 550px !important;
  }

  .w-xl-600-p-min {
    min-width: 600px !important;
  }

  .w-xl-650-p-min {
    min-width: 650px !important;
  }

  .w-xl-700-p-min {
    min-width: 700px !important;
  }

  .w-xl-750-p-min {
    min-width: 750px !important;
  }

  .w-xl-800-p-min {
    min-width: 800px !important;
  }

  .w-xl-850-p-min {
    min-width: 850px !important;
  }

  .w-xl-900-p-min {
    min-width: 900px !important;
  }

  .w-xl-950-p-min {
    min-width: 950px !important;
  }

  .w-xl-1000-p-min {
    min-width: 1000px !important;
  }

  .w-xl-5-p-max {
    max-width: 5px !important;
  }

  .w-xl-10-p-max {
    max-width: 10px !important;
  }

  .w-xl-15-p-max {
    max-width: 15px !important;
  }

  .w-xl-20-p-max {
    max-width: 20px !important;
  }

  .w-xl-25-p-max {
    max-width: 25px !important;
  }

  .w-xl-30-p-max {
    max-width: 30px !important;
  }

  .w-xl-35-p-max {
    max-width: 35px !important;
  }

  .w-xl-40-p-max {
    max-width: 40px !important;
  }

  .w-xl-45-p-max {
    max-width: 45px !important;
  }

  .w-xl-50-p-max {
    max-width: 50px !important;
  }

  .w-xl-55-p-max {
    max-width: 55px !important;
  }

  .w-xl-60-p-max {
    max-width: 60px !important;
  }

  .w-xl-65-p-max {
    max-width: 65px !important;
  }

  .w-xl-70-p-max {
    max-width: 70px !important;
  }

  .w-xl-75-p-max {
    max-width: 75px !important;
  }

  .w-xl-80-p-max {
    max-width: 80px !important;
  }

  .w-xl-85-p-max {
    max-width: 85px !important;
  }

  .w-xl-90-p-max {
    max-width: 90px !important;
  }

  .w-xl-95-p-max {
    max-width: 95px !important;
  }

  .w-xl-100-p-max {
    max-width: 100px !important;
  }

  .w-xl-125-p-max {
    max-width: 125px !important;
  }

  .w-xl-150-p-max {
    max-width: 150px !important;
  }

  .w-xl-200-p-max {
    max-width: 200px !important;
  }

  .w-xl-250-p-max {
    max-width: 250px !important;
  }

  .w-xl-300-p-max {
    max-width: 300px !important;
  }

  .w-xl-350-p-max {
    max-width: 350px !important;
  }

  .w-xl-400-p-max {
    max-width: 400px !important;
  }

  .w-xl-450-p-max {
    max-width: 450px !important;
  }

  .w-xl-500-p-max {
    max-width: 500px !important;
  }

  .w-xl-550-p-max {
    max-width: 550px !important;
  }

  .w-xl-600-p-max {
    max-width: 600px !important;
  }

  .w-xl-650-p-max {
    max-width: 650px !important;
  }

  .w-xl-700-p-max {
    max-width: 700px !important;
  }

  .w-xl-750-p-max {
    max-width: 750px !important;
  }

  .w-xl-800-p-max {
    max-width: 800px !important;
  }

  .w-xl-850-p-max {
    max-width: 850px !important;
  }

  .w-xl-900-p-max {
    max-width: 900px !important;
  }

  .w-xl-950-p-max {
    max-width: 950px !important;
  }

  .w-xl-1000-p-max {
    max-width: 1000px !important;
  }

  .w-xl-5 {
    width: 5% !important;
  }

  .w-xl-10 {
    width: 10% !important;
  }

  .w-xl-15 {
    width: 15% !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-55 {
    width: 55% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-95 {
    width: 95% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-125 {
    width: 125% !important;
  }

  .w-xl-150 {
    width: 150% !important;
  }

  .w-xl-200 {
    width: 200% !important;
  }

  .w-xl-250 {
    width: 250% !important;
  }

  .w-xl-300 {
    width: 300% !important;
  }

  .w-xl-350 {
    width: 350% !important;
  }

  .w-xl-400 {
    width: 400% !important;
  }

  .w-xl-450 {
    width: 450% !important;
  }

  .w-xl-500 {
    width: 500% !important;
  }

  .w-xl-550 {
    width: 550% !important;
  }

  .w-xl-600 {
    width: 600% !important;
  }

  .w-xl-650 {
    width: 650% !important;
  }

  .w-xl-700 {
    width: 700% !important;
  }

  .w-xl-750 {
    width: 750% !important;
  }

  .w-xl-800 {
    width: 800% !important;
  }

  .w-xl-850 {
    width: 850% !important;
  }

  .w-xl-900 {
    width: 900% !important;
  }

  .w-xl-950 {
    width: 950% !important;
  }

  .w-xl-1000 {
    width: 1000% !important;
  }

  .w-xl-5-min {
    min-width: 5% !important;
  }

  .w-xl-10-min {
    min-width: 10% !important;
  }

  .w-xl-15-min {
    min-width: 15% !important;
  }

  .w-xl-20-min {
    min-width: 20% !important;
  }

  .w-xl-25-min {
    min-width: 25% !important;
  }

  .w-xl-30-min {
    min-width: 30% !important;
  }

  .w-xl-35-min {
    min-width: 35% !important;
  }

  .w-xl-40-min {
    min-width: 40% !important;
  }

  .w-xl-45-min {
    min-width: 45% !important;
  }

  .w-xl-50-min {
    min-width: 50% !important;
  }

  .w-xl-55-min {
    min-width: 55% !important;
  }

  .w-xl-60-min {
    min-width: 60% !important;
  }

  .w-xl-65-min {
    min-width: 65% !important;
  }

  .w-xl-70-min {
    min-width: 70% !important;
  }

  .w-xl-75-min {
    min-width: 75% !important;
  }

  .w-xl-80-min {
    min-width: 80% !important;
  }

  .w-xl-85-min {
    min-width: 85% !important;
  }

  .w-xl-90-min {
    min-width: 90% !important;
  }

  .w-xl-95-min {
    min-width: 95% !important;
  }

  .w-xl-100-min {
    min-width: 100% !important;
  }

  .w-xl-125-min {
    min-width: 125% !important;
  }

  .w-xl-150-min {
    min-width: 150% !important;
  }

  .w-xl-200-min {
    min-width: 200% !important;
  }

  .w-xl-250-min {
    min-width: 250% !important;
  }

  .w-xl-300-min {
    min-width: 300% !important;
  }

  .w-xl-350-min {
    min-width: 350% !important;
  }

  .w-xl-400-min {
    min-width: 400% !important;
  }

  .w-xl-450-min {
    min-width: 450% !important;
  }

  .w-xl-500-min {
    min-width: 500% !important;
  }

  .w-xl-550-min {
    min-width: 550% !important;
  }

  .w-xl-600-min {
    min-width: 600% !important;
  }

  .w-xl-650-min {
    min-width: 650% !important;
  }

  .w-xl-700-min {
    min-width: 700% !important;
  }

  .w-xl-750-min {
    min-width: 750% !important;
  }

  .w-xl-800-min {
    min-width: 800% !important;
  }

  .w-xl-850-min {
    min-width: 850% !important;
  }

  .w-xl-900-min {
    min-width: 900% !important;
  }

  .w-xl-950-min {
    min-width: 950% !important;
  }

  .w-xl-1000-min {
    min-width: 1000% !important;
  }

  .w-xl-5-max {
    max-width: 5% !important;
  }

  .w-xl-10-max {
    max-width: 10% !important;
  }

  .w-xl-15-max {
    max-width: 15% !important;
  }

  .w-xl-20-max {
    max-width: 20% !important;
  }

  .w-xl-25-max {
    max-width: 25% !important;
  }

  .w-xl-30-max {
    max-width: 30% !important;
  }

  .w-xl-35-max {
    max-width: 35% !important;
  }

  .w-xl-40-max {
    max-width: 40% !important;
  }

  .w-xl-45-maxn {
    max-width: 45% !important;
  }

  .w-xl-50-max {
    max-width: 50% !important;
  }

  .w-xl-55-max {
    max-width: 55% !important;
  }

  .w-xl-60-max {
    max-width: 60% !important;
  }

  .w-xl-65-max {
    max-width: 65% !important;
  }

  .w-xl-70-max {
    max-width: 70% !important;
  }

  .w-xl-75-max {
    max-width: 75% !important;
  }

  .w-xl-80-max {
    max-width: 80% !important;
  }

  .w-xl-85-max {
    max-width: 85% !important;
  }

  .w-xl-90-max {
    max-width: 90% !important;
  }

  .w-xl-95-max {
    max-width: 95% !important;
  }

  .w-xl-100-max {
    max-width: 100% !important;
  }

  .w-xl-125-max {
    max-width: 125% !important;
  }

  .w-xl-150-max {
    max-width: 150% !important;
  }

  .w-xl-200-max {
    max-width: 200% !important;
  }

  .w-xl-250-max {
    max-width: 250% !important;
  }

  .w-xl-300-max {
    max-width: 300% !important;
  }

  .w-xl-350-max {
    max-width: 350% !important;
  }

  .w-xl-400-max {
    max-width: 400% !important;
  }

  .w-xl-450-max {
    max-width: 450% !important;
  }

  .w-xl-500-max {
    max-width: 500% !important;
  }

  .w-xl-550-max {
    max-width: 550% !important;
  }

  .w-xl-600-max {
    max-width: 600% !important;
  }

  .w-xl-650-max {
    max-width: 650% !important;
  }

  .w-xl-700-max {
    max-width: 700% !important;
  }

  .w-xl-750-max {
    max-width: 750% !important;
  }

  .w-xl-800-max {
    max-width: 800% !important;
  }

  .w-xl-850-max {
    max-width: 850% !important;
  }

  .w-xl-900-max {
    max-width: 900% !important;
  }

  .w-xl-950-max {
    max-width: 950% !important;
  }

  .w-xl-1000-max {
    max-width: 1000% !important;
  }

  .h-xl-5-p {
    height: 5px !important;
  }

  .h-xl-10-p {
    height: 10px !important;
  }

  .h-xl-15-p {
    height: 15px !important;
  }

  .h-xl-20-p {
    height: 20px !important;
  }

  .h-xl-25-p {
    height: 25px !important;
  }

  .h-xl-30-p {
    height: 30px !important;
  }

  .h-xl-35-p {
    height: 35px !important;
  }

  .h-xl-40-p {
    height: 40px !important;
  }

  .h-xl-45-p {
    height: 45px !important;
  }

  .h-xl-50-p {
    height: 50px !important;
  }

  .h-xl-55-p {
    height: 55px !important;
  }

  .h-xl-60-p {
    height: 60px !important;
  }

  .h-xl-65-p {
    height: 65px !important;
  }

  .h-xl-70-p {
    height: 70px !important;
  }

  .h-xl-75-p {
    height: 75px !important;
  }

  .h-xl-80-p {
    height: 80px !important;
  }

  .h-xl-85-p {
    height: 85px !important;
  }

  .h-xl-90-p {
    height: 90px !important;
  }

  .h-xl-95-p {
    height: 95px !important;
  }

  .h-xl-100-p {
    height: 10px !important;
  }

  .h-xl-125-p {
    height: 125px !important;
  }

  .h-xl-150-p {
    height: 150px !important;
  }

  .h-xl-200-p {
    height: 200px !important;
  }

  .h-xl-250-p {
    height: 250px !important;
  }

  .h-xl-300-p {
    height: 300px !important;
  }

  .h-xl-350-p {
    height: 350px !important;
  }

  .h-xl-400-p {
    height: 400px !important;
  }

  .h-xl-450-p {
    height: 450px !important;
  }

  .h-xl-500-p {
    height: 500px !important;
  }

  .h-xl-5-p-min {
    min-height: 5px !important;
  }

  .h-xl-10-p-min {
    min-height: 10px !important;
  }

  .h-xl-15-p-min {
    min-height: 15px !important;
  }

  .h-xl-20-p-min {
    min-height: 20px !important;
  }

  .h-xl-25-p-min {
    min-height: 25px !important;
  }

  .h-xl-30-p-min {
    min-height: 30px !important;
  }

  .h-xl-35-p-min {
    min-height: 35px !important;
  }

  .h-xl-40-p-min {
    min-height: 40px !important;
  }

  .h-xl-45-p-min {
    min-height: 45px !important;
  }

  .h-xl-50-p-min {
    min-height: 50px !important;
  }

  .h-xl-55-p-min {
    min-height: 55px !important;
  }

  .h-xl-60-p-min {
    min-height: 60px !important;
  }

  .h-xl-65-p-min {
    min-height: 65px !important;
  }

  .h-xl-70-p-min {
    min-height: 70px !important;
  }

  .h-xl-75-p-min {
    min-height: 75px !important;
  }

  .h-xl-80-p-min {
    min-height: 80px !important;
  }

  .h-xl-85-p-min {
    min-height: 85px !important;
  }

  .h-xl-90-p-min {
    min-height: 90px !important;
  }

  .h-xl-95-p-min {
    min-height: 95px !important;
  }

  .h-xl-100-p-min {
    min-height: 100px !important;
  }

  .h-xl-125-p-min {
    min-height: 125px !important;
  }

  .h-xl-150-p-min {
    min-height: 150px !important;
  }

  .h-xl-200-p-min {
    min-height: 200px !important;
  }

  .h-xl-250-p-min {
    min-height: 250px !important;
  }

  .h-xl-300-p-min {
    min-height: 300px !important;
  }

  .h-xl-350-p-min {
    min-height: 350px !important;
  }

  .h-xl-400-p-min {
    min-height: 400px !important;
  }

  .h-xl-450-p-min {
    min-height: 450px !important;
  }

  .h-xl-500-p-min {
    min-height: 500px !important;
  }

  .h-xl-5-p-max {
    max-height: 5px !important;
  }

  .h-xl-10-p-max {
    max-height: 10px !important;
  }

  .h-xl-15-p-max {
    max-height: 15px !important;
  }

  .h-xl-20-p-max {
    max-height: 20px !important;
  }

  .h-xl-25-p-max {
    max-height: 25px !important;
  }

  .h-xl-30-p-max {
    max-height: 30px !important;
  }

  .h-xl-35-p-max {
    max-height: 35px !important;
  }

  .h-xl-40-p-max {
    max-height: 40px !important;
  }

  .h-xl-45-p-max {
    max-height: 45px !important;
  }

  .h-xl-50-p-max {
    max-height: 50px !important;
  }

  .h-xl-55-p-max {
    max-height: 55px !important;
  }

  .h-xl-60-p-max {
    max-height: 60px !important;
  }

  .h-xl-65-p-max {
    max-height: 65px !important;
  }

  .h-xl-70-p-max {
    max-height: 70px !important;
  }

  .h-xl-75-p-max {
    max-height: 75px !important;
  }

  .h-xl-80-p-max {
    max-height: 80px !important;
  }

  .h-xl-85-p-max {
    max-height: 85px !important;
  }

  .h-xl-90-p-max {
    max-height: 90px !important;
  }

  .h-xl-95-p-max {
    max-height: 95px !important;
  }

  .h-xl-100-p-max {
    max-height: 100px !important;
  }

  .h-xl-125-p-max {
    max-height: 125px !important;
  }

  .h-xl-150-p-max {
    max-height: 150px !important;
  }

  .h-xl-200-p-max {
    max-height: 200px !important;
  }

  .h-xl-250-p-max {
    max-height: 250px !important;
  }

  .h-xl-300-p-max {
    max-height: 300px !important;
  }

  .h-xl-350-p-max {
    max-height: 350px !important;
  }

  .h-xl-400-p-max {
    max-height: 400px !important;
  }

  .h-xl-450-p-max {
    max-height: 450px !important;
  }

  .h-xl-500-p-max {
    max-height: 500px !important;
  }

  .h-xl-5 {
    height: 5% !important;
  }

  .h-xl-10 {
    height: 10% !important;
  }

  .h-xl-15 {
    height: 15% !important;
  }

  .h-xl-20 {
    height: 20% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .h-xl-35 {
    height: 35% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .h-xl-45 {
    height: 45% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-55 {
    height: 55% !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .h-xl-65 {
    height: 65% !important;
  }

  .h-xl-70 {
    height: 70% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .h-xl-85 {
    height: 85% !important;
  }

  .h-xl-90 {
    height: 90% !important;
  }

  .h-xl-95 {
    height: 95% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-125 {
    height: 125% !important;
  }

  .h-xl-150 {
    height: 150% !important;
  }

  .h-xl-200 {
    height: 200% !important;
  }

  .h-xl-250 {
    height: 250% !important;
  }

  .h-xl-300 {
    height: 300% !important;
  }

  .h-xl-350 {
    height: 350% !important;
  }

  .h-xl-400 {
    height: 400% !important;
  }

  .h-xl-450 {
    height: 450% !important;
  }

  .h-xl-500 {
    height: 500% !important;
  }

  .h-xl-5-min {
    min-height: 5% !important;
  }

  .h-xl-10-min {
    min-height: 10% !important;
  }

  .h-xl-15-min {
    min-height: 15% !important;
  }

  .h-xl-20-min {
    min-height: 20% !important;
  }

  .h-xl-25-min {
    min-height: 25% !important;
  }

  .h-xl-30-min {
    min-height: 30% !important;
  }

  .h-xl-35-min {
    min-height: 35% !important;
  }

  .h-xl-40-min {
    min-height: 40% !important;
  }

  .h-xl-45-min {
    min-height: 45% !important;
  }

  .h-xl-50-min {
    min-height: 50% !important;
  }

  .h-xl-55-min {
    min-height: 55% !important;
  }

  .h-xl-60-min {
    min-height: 60% !important;
  }

  .h-xl-65-min {
    min-height: 65% !important;
  }

  .h-xl-70-min {
    min-height: 70% !important;
  }

  .h-xl-75-min {
    min-height: 75% !important;
  }

  .h-xl-80-min {
    min-height: 80% !important;
  }

  .h-xl-85-min {
    min-height: 85% !important;
  }

  .h-xl-90-min {
    min-height: 90% !important;
  }

  .h-xl-95-min {
    min-height: 95% !important;
  }

  .h-xl-100-min {
    min-height: 100% !important;
  }

  .h-xl-125-min {
    min-height: 125% !important;
  }

  .h-xl-150-min {
    min-height: 150% !important;
  }

  .h-xl-200-min {
    min-height: 200% !important;
  }

  .h-xl-250-min {
    min-height: 250% !important;
  }

  .h-xl-300-min {
    min-height: 300% !important;
  }

  .h-xl-350-min {
    min-height: 350% !important;
  }

  .h-xl-400-min {
    min-height: 400% !important;
  }

  .h-xl-450-min {
    min-height: 450% !important;
  }

  .h-xl-500-min {
    min-height: 500% !important;
  }

  .h-xl-5-max {
    max-height: 5% !important;
  }

  .h-xl-10-max {
    max-height: 10% !important;
  }

  .h-xl-15-max {
    max-height: 15% !important;
  }

  .h-xl-20-max {
    max-height: 20% !important;
  }

  .h-xl-25-max {
    max-height: 25% !important;
  }

  .h-xl-30-max {
    max-height: 30% !important;
  }

  .h-xl-35-max {
    max-height: 35% !important;
  }

  .h-xl-40-max {
    max-height: 40% !important;
  }

  .h-xl-45-max {
    max-height: 45% !important;
  }

  .h-xl-50-max {
    max-height: 50% !important;
  }

  .h-xl-55-max {
    max-height: 55% !important;
  }

  .h-xl-60-max {
    max-height: 60% !important;
  }

  .h-xl-65-max {
    max-height: 65% !important;
  }

  .h-xl-70-max {
    max-height: 70% !important;
  }

  .h-xl-75-max {
    max-height: 75% !important;
  }

  .h-xl-80-max {
    max-height: 80% !important;
  }

  .h-xl-85-max {
    max-height: 85% !important;
  }

  .h-xl-90-max {
    max-height: 90% !important;
  }

  .h-xl-95-max {
    max-height: 95% !important;
  }

  .h-xl-100-max {
    max-height: 100% !important;
  }

  .h-xl-125-max {
    max-height: 125% !important;
  }

  .h-xl-150-max {
    max-height: 150% !important;
  }

  .h-xl-200-max {
    max-height: 200% !important;
  }

  .h-xl-250-max {
    max-height: 250% !important;
  }

  .h-xl-300-max {
    max-height: 300% !important;
  }

  .h-xl-350-max {
    max-height: 350% !important;
  }

  .h-xl-400-max {
    max-height: 400% !important;
  }

  .h-xl-450-max {
    max-height: 450% !important;
  }

  .h-xl-500-max {
    max-height: 500% !important;
  }
}

@media (min-width: 1340px) {
  .w-xxl-5-p {
    width: 5px !important;
  }

  .w-xxl-10-p {
    width: 10px !important;
  }

  .w-xxl-15-p {
    width: 15px !important;
  }

  .w-xxl-20-p {
    width: 20px !important;
  }

  .w-xxl-25-p {
    width: 25px !important;
  }

  .w-xxl-30-p {
    width: 30px !important;
  }

  .w-xxl-35-p {
    width: 35px !important;
  }

  .w-xxl-40-p {
    width: 40px !important;
  }

  .w-xxl-45-p {
    width: 45px !important;
  }

  .w-xxl-50-p {
    width: 50px !important;
  }

  .w-xxl-55-p {
    width: 55px !important;
  }

  .w-xxl-60-p {
    width: 60px !important;
  }

  .w-xxl-65-p {
    width: 65px !important;
  }

  .w-xxl-70-p {
    width: 70px !important;
  }

  .w-xxl-75-p {
    width: 75px !important;
  }

  .w-xxl-80-p {
    width: 80px !important;
  }

  .w-xxl-85-p {
    width: 85px !important;
  }

  .w-xxl-90-p {
    width: 90px !important;
  }

  .w-xxl-95-p {
    width: 95px !important;
  }

  .w-xxl-100-p {
    width: 100px !important;
  }

  .w-xxl-125-p {
    width: 125px !important;
  }

  .w-xxl-150-p {
    width: 150px !important;
  }

  .w-xxl-200-p {
    width: 200px !important;
  }

  .w-xxl-250-p {
    width: 250px !important;
  }

  .w-xxl-300-p {
    width: 300px !important;
  }

  .w-xxl-350-p {
    width: 350px !important;
  }

  .w-xxl-400-p {
    width: 400px !important;
  }

  .w-xxl-450-p {
    width: 450px !important;
  }

  .w-xxl-500-p {
    width: 500px !important;
  }

  .w-xxl-550-p {
    width: 550px !important;
  }

  .w-xxl-600-p {
    width: 600px !important;
  }

  .w-xxl-650-p {
    width: 650px !important;
  }

  .w-xxl-700-p {
    width: 700px !important;
  }

  .w-xxl-750-p {
    width: 750px !important;
  }

  .w-xxl-800-p {
    width: 800px !important;
  }

  .w-xxl-850-p {
    width: 850px !important;
  }

  .w-xxl-900-p {
    width: 900px !important;
  }

  .w-xxl-950-p {
    width: 950px !important;
  }

  .w-xxl-1000-p {
    width: 1000px !important;
  }

  .w-xxl-5-p-min {
    min-width: 5px !important;
  }

  .w-xxl-10-p-min {
    min-width: 10px !important;
  }

  .w-xxl-15-p-min {
    min-width: 15px !important;
  }

  .w-xxl-20-p-min {
    min-width: 20px !important;
  }

  .w-xxl-25-p-min {
    min-width: 25px !important;
  }

  .w-xxl-30-p-min {
    min-width: 30px !important;
  }

  .w-xxl-35-p-min {
    min-width: 35px !important;
  }

  .w-xxl-40-p-min {
    min-width: 40px !important;
  }

  .w-xxl-45-p-min {
    min-width: 45px !important;
  }

  .w-xxl-50-p-min {
    min-width: 50px !important;
  }

  .w-xxl-55-p-min {
    min-width: 55px !important;
  }

  .w-xxl-60-p-min {
    min-width: 60px !important;
  }

  .w-xxl-65-p-min {
    min-width: 65px !important;
  }

  .w-xxl-70-p-min {
    min-width: 70px !important;
  }

  .w-xxl-75-p-min {
    min-width: 75px !important;
  }

  .w-xxl-80-p-min {
    min-width: 80px !important;
  }

  .w-xxl-85-p-min {
    min-width: 85px !important;
  }

  .w-xxl-90-p-min {
    min-width: 90px !important;
  }

  .w-xxl-95-p-min {
    min-width: 95px !important;
  }

  .w-xxl-100-p-min {
    min-width: 100px !important;
  }

  .w-xxl-125-p-min {
    min-width: 125px !important;
  }

  .w-xxl-150-p-min {
    min-width: 150px !important;
  }

  .w-xxl-200-p-min {
    min-width: 200px !important;
  }

  .w-xxl-250-p-min {
    min-width: 250px !important;
  }

  .w-xxl-300-p-min {
    min-width: 300px !important;
  }

  .w-xxl-350-p-min {
    min-width: 350px !important;
  }

  .w-xxl-400-p-min {
    min-width: 400px !important;
  }

  .w-xxl-450-p-min {
    min-width: 450px !important;
  }

  .w-xxl-500-p-min {
    min-width: 500px !important;
  }

  .w-xxl-550-p-min {
    min-width: 550px !important;
  }

  .w-xxl-600-p-min {
    min-width: 600px !important;
  }

  .w-xxl-650-p-min {
    min-width: 650px !important;
  }

  .w-xxl-700-p-min {
    min-width: 700px !important;
  }

  .w-xxl-750-p-min {
    min-width: 750px !important;
  }

  .w-xxl-800-p-min {
    min-width: 800px !important;
  }

  .w-xxl-850-p-min {
    min-width: 850px !important;
  }

  .w-xxl-900-p-min {
    min-width: 900px !important;
  }

  .w-xxl-950-p-min {
    min-width: 950px !important;
  }

  .w-xxl-1000-p-min {
    min-width: 1000px !important;
  }

  .w-xxl-5-p-max {
    max-width: 5px !important;
  }

  .w-xxl-10-p-max {
    max-width: 10px !important;
  }

  .w-xxl-15-p-max {
    max-width: 15px !important;
  }

  .w-xxl-20-p-max {
    max-width: 20px !important;
  }

  .w-xxl-25-p-max {
    max-width: 25px !important;
  }

  .w-xxl-30-p-max {
    max-width: 30px !important;
  }

  .w-xxl-35-p-max {
    max-width: 35px !important;
  }

  .w-xxl-40-p-max {
    max-width: 40px !important;
  }

  .w-xxl-45-p-max {
    max-width: 45px !important;
  }

  .w-xxl-50-p-max {
    max-width: 50px !important;
  }

  .w-xxl-55-p-max {
    max-width: 55px !important;
  }

  .w-xxl-60-p-max {
    max-width: 60px !important;
  }

  .w-xxl-65-p-max {
    max-width: 65px !important;
  }

  .w-xxl-70-p-max {
    max-width: 70px !important;
  }

  .w-xxl-75-p-max {
    max-width: 75px !important;
  }

  .w-xxl-80-p-max {
    max-width: 80px !important;
  }

  .w-xxl-85-p-max {
    max-width: 85px !important;
  }

  .w-xxl-90-p-max {
    max-width: 90px !important;
  }

  .w-xxl-95-p-max {
    max-width: 95px !important;
  }

  .w-xxl-100-p-max {
    max-width: 100px !important;
  }

  .w-xxl-125-p-max {
    max-width: 125px !important;
  }

  .w-xxl-150-p-max {
    max-width: 150px !important;
  }

  .w-xxl-200-p-max {
    max-width: 200px !important;
  }

  .w-xxl-250-p-max {
    max-width: 250px !important;
  }

  .w-xxl-300-p-max {
    max-width: 300px !important;
  }

  .w-xxl-350-p-max {
    max-width: 350px !important;
  }

  .w-xxl-400-p-max {
    max-width: 400px !important;
  }

  .w-xxl-450-p-max {
    max-width: 450px !important;
  }

  .w-xxl-500-p-max {
    max-width: 500px !important;
  }

  .w-xxl-550-p-max {
    max-width: 550px !important;
  }

  .w-xxl-600-p-max {
    max-width: 600px !important;
  }

  .w-xxl-650-p-max {
    max-width: 650px !important;
  }

  .w-xxl-700-p-max {
    max-width: 700px !important;
  }

  .w-xxl-750-p-max {
    max-width: 750px !important;
  }

  .w-xxl-800-p-max {
    max-width: 800px !important;
  }

  .w-xxl-850-p-max {
    max-width: 850px !important;
  }

  .w-xxl-900-p-max {
    max-width: 900px !important;
  }

  .w-xxl-950-p-max {
    max-width: 950px !important;
  }

  .w-xxl-1000-p-max {
    max-width: 1000px !important;
  }

  .w-xxl-5 {
    width: 5% !important;
  }

  .w-xxl-10 {
    width: 10% !important;
  }

  .w-xxl-15 {
    width: 15% !important;
  }

  .w-xxl-20 {
    width: 20% !important;
  }

  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-30 {
    width: 30% !important;
  }

  .w-xxl-35 {
    width: 35% !important;
  }

  .w-xxl-40 {
    width: 40% !important;
  }

  .w-xxl-45 {
    width: 45% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-55 {
    width: 55% !important;
  }

  .w-xxl-60 {
    width: 60% !important;
  }

  .w-xxl-65 {
    width: 65% !important;
  }

  .w-xxl-70 {
    width: 70% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-80 {
    width: 80% !important;
  }

  .w-xxl-85 {
    width: 85% !important;
  }

  .w-xxl-90 {
    width: 90% !important;
  }

  .w-xxl-95 {
    width: 95% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-125 {
    width: 125% !important;
  }

  .w-xxl-150 {
    width: 150% !important;
  }

  .w-xxl-200 {
    width: 200% !important;
  }

  .w-xxl-250 {
    width: 250% !important;
  }

  .w-xxl-300 {
    width: 300% !important;
  }

  .w-xxl-350 {
    width: 350% !important;
  }

  .w-xxl-400 {
    width: 400% !important;
  }

  .w-xxl-450 {
    width: 450% !important;
  }

  .w-xxl-500 {
    width: 500% !important;
  }

  .w-xxl-550 {
    width: 550% !important;
  }

  .w-xxl-600 {
    width: 600% !important;
  }

  .w-xxl-650 {
    width: 650% !important;
  }

  .w-xxl-700 {
    width: 700% !important;
  }

  .w-xxl-750 {
    width: 750% !important;
  }

  .w-xxl-800 {
    width: 800% !important;
  }

  .w-xxl-850 {
    width: 850% !important;
  }

  .w-xxl-900 {
    width: 900% !important;
  }

  .w-xxl-950 {
    width: 950% !important;
  }

  .w-xxl-1000 {
    width: 1000% !important;
  }

  .w-xxl-5-min {
    min-width: 5% !important;
  }

  .w-xxl-10-min {
    min-width: 10% !important;
  }

  .w-xxl-15-min {
    min-width: 15% !important;
  }

  .w-xxl-20-min {
    min-width: 20% !important;
  }

  .w-xxl-25-min {
    min-width: 25% !important;
  }

  .w-xxl-30-min {
    min-width: 30% !important;
  }

  .w-xxl-35-min {
    min-width: 35% !important;
  }

  .w-xxl-40-min {
    min-width: 40% !important;
  }

  .w-xxl-45-min {
    min-width: 45% !important;
  }

  .w-xxl-50-min {
    min-width: 50% !important;
  }

  .w-xxl-55-min {
    min-width: 55% !important;
  }

  .w-xxl-60-min {
    min-width: 60% !important;
  }

  .w-xxl-65-min {
    min-width: 65% !important;
  }

  .w-xxl-70-min {
    min-width: 70% !important;
  }

  .w-xxl-75-min {
    min-width: 75% !important;
  }

  .w-xxl-80-min {
    min-width: 80% !important;
  }

  .w-xxl-85-min {
    min-width: 85% !important;
  }

  .w-xxl-90-min {
    min-width: 90% !important;
  }

  .w-xxl-95-min {
    min-width: 95% !important;
  }

  .w-xxl-100-min {
    min-width: 100% !important;
  }

  .w-xxl-125-min {
    min-width: 125% !important;
  }

  .w-xxl-150-min {
    min-width: 150% !important;
  }

  .w-xxl-200-min {
    min-width: 200% !important;
  }

  .w-xxl-250-min {
    min-width: 250% !important;
  }

  .w-xxl-300-min {
    min-width: 300% !important;
  }

  .w-xxl-350-min {
    min-width: 350% !important;
  }

  .w-xxl-400-min {
    min-width: 400% !important;
  }

  .w-xxl-450-min {
    min-width: 450% !important;
  }

  .w-xxl-500-min {
    min-width: 500% !important;
  }

  .w-xxl-550-min {
    min-width: 550% !important;
  }

  .w-xxl-600-min {
    min-width: 600% !important;
  }

  .w-xxl-650-min {
    min-width: 650% !important;
  }

  .w-xxl-700-min {
    min-width: 700% !important;
  }

  .w-xxl-750-min {
    min-width: 750% !important;
  }

  .w-xxl-800-min {
    min-width: 800% !important;
  }

  .w-xxl-850-min {
    min-width: 850% !important;
  }

  .w-xxl-900-min {
    min-width: 900% !important;
  }

  .w-xxl-950-min {
    min-width: 950% !important;
  }

  .w-xxl-1000-min {
    min-width: 1000% !important;
  }

  .w-xxl-5-max {
    max-width: 5% !important;
  }

  .w-xxl-10-max {
    max-width: 10% !important;
  }

  .w-xxl-15-max {
    max-width: 15% !important;
  }

  .w-xxl-20-max {
    max-width: 20% !important;
  }

  .w-xxl-25-max {
    max-width: 25% !important;
  }

  .w-xxl-30-max {
    max-width: 30% !important;
  }

  .w-xxl-35-max {
    max-width: 35% !important;
  }

  .w-xxl-40-max {
    max-width: 40% !important;
  }

  .w-xxl-45-maxn {
    max-width: 45% !important;
  }

  .w-xxl-50-max {
    max-width: 50% !important;
  }

  .w-xxl-55-max {
    max-width: 55% !important;
  }

  .w-xxl-60-max {
    max-width: 60% !important;
  }

  .w-xxl-65-max {
    max-width: 65% !important;
  }

  .w-xxl-70-max {
    max-width: 70% !important;
  }

  .w-xxl-75-max {
    max-width: 75% !important;
  }

  .w-xxl-80-max {
    max-width: 80% !important;
  }

  .w-xxl-85-max {
    max-width: 85% !important;
  }

  .w-xxl-90-max {
    max-width: 90% !important;
  }

  .w-xxl-95-max {
    max-width: 95% !important;
  }

  .w-xxl-100-max {
    max-width: 100% !important;
  }

  .w-xxl-125-max {
    max-width: 125% !important;
  }

  .w-xxl-150-max {
    max-width: 150% !important;
  }

  .w-xxl-200-max {
    max-width: 200% !important;
  }

  .w-xxl-250-max {
    max-width: 250% !important;
  }

  .w-xxl-300-max {
    max-width: 300% !important;
  }

  .w-xxl-350-max {
    max-width: 350% !important;
  }

  .w-xxl-400-max {
    max-width: 400% !important;
  }

  .w-xxl-450-max {
    max-width: 450% !important;
  }

  .w-xxl-500-max {
    max-width: 500% !important;
  }

  .w-xxl-550-max {
    max-width: 550% !important;
  }

  .w-xxl-600-max {
    max-width: 600% !important;
  }

  .w-xxl-650-max {
    max-width: 650% !important;
  }

  .w-xxl-700-max {
    max-width: 700% !important;
  }

  .w-xxl-750-max {
    max-width: 750% !important;
  }

  .w-xxl-800-max {
    max-width: 800% !important;
  }

  .w-xxl-850-max {
    max-width: 850% !important;
  }

  .w-xxl-900-max {
    max-width: 900% !important;
  }

  .w-xxl-950-max {
    max-width: 950% !important;
  }

  .w-xxl-1000-max {
    max-width: 1000% !important;
  }

  .h-xxl-5-p {
    height: 5px !important;
  }

  .h-xxl-10-p {
    height: 10px !important;
  }

  .h-xxl-15-p {
    height: 15px !important;
  }

  .h-xxl-20-p {
    height: 20px !important;
  }

  .h-xxl-25-p {
    height: 25px !important;
  }

  .h-xxl-30-p {
    height: 30px !important;
  }

  .h-xxl-35-p {
    height: 35px !important;
  }

  .h-xxl-40-p {
    height: 40px !important;
  }

  .h-xxl-45-p {
    height: 45px !important;
  }

  .h-xxl-50-p {
    height: 50px !important;
  }

  .h-xxl-55-p {
    height: 55px !important;
  }

  .h-xxl-60-p {
    height: 60px !important;
  }

  .h-xxl-65-p {
    height: 65px !important;
  }

  .h-xxl-70-p {
    height: 70px !important;
  }

  .h-xxl-75-p {
    height: 75px !important;
  }

  .h-xxl-80-p {
    height: 80px !important;
  }

  .h-xxl-85-p {
    height: 85px !important;
  }

  .h-xxl-90-p {
    height: 90px !important;
  }

  .h-xxl-95-p {
    height: 95px !important;
  }

  .h-xxl-100-p {
    height: 10px !important;
  }

  .h-xxl-125-p {
    height: 125px !important;
  }

  .h-xxl-150-p {
    height: 150px !important;
  }

  .h-xxl-200-p {
    height: 200px !important;
  }

  .h-xxl-250-p {
    height: 250px !important;
  }

  .h-xxl-300-p {
    height: 300px !important;
  }

  .h-xxl-350-p {
    height: 350px !important;
  }

  .h-xxl-400-p {
    height: 400px !important;
  }

  .h-xxl-450-p {
    height: 450px !important;
  }

  .h-xxl-500-p {
    height: 500px !important;
  }

  .h-xxl-5-p-min {
    min-height: 5px !important;
  }

  .h-xxl-10-p-min {
    min-height: 10px !important;
  }

  .h-xxl-15-p-min {
    min-height: 15px !important;
  }

  .h-xxl-20-p-min {
    min-height: 20px !important;
  }

  .h-xxl-25-p-min {
    min-height: 25px !important;
  }

  .h-xxl-30-p-min {
    min-height: 30px !important;
  }

  .h-xxl-35-p-min {
    min-height: 35px !important;
  }

  .h-xxl-40-p-min {
    min-height: 40px !important;
  }

  .h-xxl-45-p-min {
    min-height: 45px !important;
  }

  .h-xxl-50-p-min {
    min-height: 50px !important;
  }

  .h-xxl-55-p-min {
    min-height: 55px !important;
  }

  .h-xxl-60-p-min {
    min-height: 60px !important;
  }

  .h-xxl-65-p-min {
    min-height: 65px !important;
  }

  .h-xxl-70-p-min {
    min-height: 70px !important;
  }

  .h-xxl-75-p-min {
    min-height: 75px !important;
  }

  .h-xxl-80-p-min {
    min-height: 80px !important;
  }

  .h-xxl-85-p-min {
    min-height: 85px !important;
  }

  .h-xxl-90-p-min {
    min-height: 90px !important;
  }

  .h-xxl-95-p-min {
    min-height: 95px !important;
  }

  .h-xxl-100-p-min {
    min-height: 100px !important;
  }

  .h-xxl-125-p-min {
    min-height: 125px !important;
  }

  .h-xxl-150-p-min {
    min-height: 150px !important;
  }

  .h-xxl-200-p-min {
    min-height: 200px !important;
  }

  .h-xxl-250-p-min {
    min-height: 250px !important;
  }

  .h-xxl-300-p-min {
    min-height: 300px !important;
  }

  .h-xxl-350-p-min {
    min-height: 350px !important;
  }

  .h-xxl-400-p-min {
    min-height: 400px !important;
  }

  .h-xxl-450-p-min {
    min-height: 450px !important;
  }

  .h-xxl-500-p-min {
    min-height: 500px !important;
  }

  .h-xxl-5-p-max {
    max-height: 5px !important;
  }

  .h-xxl-10-p-max {
    max-height: 10px !important;
  }

  .h-xxl-15-p-max {
    max-height: 15px !important;
  }

  .h-xxl-20-p-max {
    max-height: 20px !important;
  }

  .h-xxl-25-p-max {
    max-height: 25px !important;
  }

  .h-xxl-30-p-max {
    max-height: 30px !important;
  }

  .h-xxl-35-p-max {
    max-height: 35px !important;
  }

  .h-xxl-40-p-max {
    max-height: 40px !important;
  }

  .h-xxl-45-p-max {
    max-height: 45px !important;
  }

  .h-xxl-50-p-max {
    max-height: 50px !important;
  }

  .h-xxl-55-p-max {
    max-height: 55px !important;
  }

  .h-xxl-60-p-max {
    max-height: 60px !important;
  }

  .h-xxl-65-p-max {
    max-height: 65px !important;
  }

  .h-xxl-70-p-max {
    max-height: 70px !important;
  }

  .h-xxl-75-p-max {
    max-height: 75px !important;
  }

  .h-xxl-80-p-max {
    max-height: 80px !important;
  }

  .h-xxl-85-p-max {
    max-height: 85px !important;
  }

  .h-xxl-90-p-max {
    max-height: 90px !important;
  }

  .h-xxl-95-p-max {
    max-height: 95px !important;
  }

  .h-xxl-100-p-max {
    max-height: 100px !important;
  }

  .h-xxl-125-p-max {
    max-height: 125px !important;
  }

  .h-xxl-150-p-max {
    max-height: 150px !important;
  }

  .h-xxl-200-p-max {
    max-height: 200px !important;
  }

  .h-xxl-250-p-max {
    max-height: 250px !important;
  }

  .h-xxl-300-p-max {
    max-height: 300px !important;
  }

  .h-xxl-350-p-max {
    max-height: 350px !important;
  }

  .h-xxl-400-p-max {
    max-height: 400px !important;
  }

  .h-xxl-450-p-max {
    max-height: 450px !important;
  }

  .h-xxl-500-p-max {
    max-height: 500px !important;
  }

  .h-xxl-5 {
    height: 5% !important;
  }

  .h-xxl-10 {
    height: 10% !important;
  }

  .h-xxl-15 {
    height: 15% !important;
  }

  .h-xxl-20 {
    height: 20% !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-30 {
    height: 30% !important;
  }

  .h-xxl-35 {
    height: 35% !important;
  }

  .h-xxl-40 {
    height: 40% !important;
  }

  .h-xxl-45 {
    height: 45% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-55 {
    height: 55% !important;
  }

  .h-xxl-60 {
    height: 60% !important;
  }

  .h-xxl-65 {
    height: 65% !important;
  }

  .h-xxl-70 {
    height: 70% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-80 {
    height: 80% !important;
  }

  .h-xxl-85 {
    height: 85% !important;
  }

  .h-xxl-90 {
    height: 90% !important;
  }

  .h-xxl-95 {
    height: 95% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-125 {
    height: 125% !important;
  }

  .h-xxl-150 {
    height: 150% !important;
  }

  .h-xxl-200 {
    height: 200% !important;
  }

  .h-xxl-250 {
    height: 250% !important;
  }

  .h-xxl-300 {
    height: 300% !important;
  }

  .h-xxl-350 {
    height: 350% !important;
  }

  .h-xxl-400 {
    height: 400% !important;
  }

  .h-xxl-450 {
    height: 450% !important;
  }

  .h-xxl-500 {
    height: 500% !important;
  }

  .h-xxl-5-min {
    min-height: 5% !important;
  }

  .h-xxl-10-min {
    min-height: 10% !important;
  }

  .h-xxl-15-min {
    min-height: 15% !important;
  }

  .h-xxl-20-min {
    min-height: 20% !important;
  }

  .h-xxl-25-min {
    min-height: 25% !important;
  }

  .h-xxl-30-min {
    min-height: 30% !important;
  }

  .h-xxl-35-min {
    min-height: 35% !important;
  }

  .h-xxl-40-min {
    min-height: 40% !important;
  }

  .h-xxl-45-min {
    min-height: 45% !important;
  }

  .h-xxl-50-min {
    min-height: 50% !important;
  }

  .h-xxl-55-min {
    min-height: 55% !important;
  }

  .h-xxl-60-min {
    min-height: 60% !important;
  }

  .h-xxl-65-min {
    min-height: 65% !important;
  }

  .h-xxl-70-min {
    min-height: 70% !important;
  }

  .h-xxl-75-min {
    min-height: 75% !important;
  }

  .h-xxl-80-min {
    min-height: 80% !important;
  }

  .h-xxl-85-min {
    min-height: 85% !important;
  }

  .h-xxl-90-min {
    min-height: 90% !important;
  }

  .h-xxl-95-min {
    min-height: 95% !important;
  }

  .h-xxl-100-min {
    min-height: 100% !important;
  }

  .h-xxl-125-min {
    min-height: 125% !important;
  }

  .h-xxl-150-min {
    min-height: 150% !important;
  }

  .h-xxl-200-min {
    min-height: 200% !important;
  }

  .h-xxl-250-min {
    min-height: 250% !important;
  }

  .h-xxl-300-min {
    min-height: 300% !important;
  }

  .h-xxl-350-min {
    min-height: 350% !important;
  }

  .h-xxl-400-min {
    min-height: 400% !important;
  }

  .h-xxl-450-min {
    min-height: 450% !important;
  }

  .h-xxl-500-min {
    min-height: 500% !important;
  }

  .h-xxl-5-max {
    max-height: 5% !important;
  }

  .h-xxl-10-max {
    max-height: 10% !important;
  }

  .h-xxl-15-max {
    max-height: 15% !important;
  }

  .h-xxl-20-max {
    max-height: 20% !important;
  }

  .h-xxl-25-max {
    max-height: 25% !important;
  }

  .h-xxl-30-max {
    max-height: 30% !important;
  }

  .h-xxl-35-max {
    max-height: 35% !important;
  }

  .h-xxl-40-max {
    max-height: 40% !important;
  }

  .h-xxl-45-max {
    max-height: 45% !important;
  }

  .h-xxl-50-max {
    max-height: 50% !important;
  }

  .h-xxl-55-max {
    max-height: 55% !important;
  }

  .h-xxl-60-max {
    max-height: 60% !important;
  }

  .h-xxl-65-max {
    max-height: 65% !important;
  }

  .h-xxl-70-max {
    max-height: 70% !important;
  }

  .h-xxl-75-max {
    max-height: 75% !important;
  }

  .h-xxl-80-max {
    max-height: 80% !important;
  }

  .h-xxl-85-max {
    max-height: 85% !important;
  }

  .h-xxl-90-max {
    max-height: 90% !important;
  }

  .h-xxl-95-max {
    max-height: 95% !important;
  }

  .h-xxl-100-max {
    max-height: 100% !important;
  }

  .h-xxl-125-max {
    max-height: 125% !important;
  }

  .h-xxl-150-max {
    max-height: 150% !important;
  }

  .h-xxl-200-max {
    max-height: 200% !important;
  }

  .h-xxl-250-max {
    max-height: 250% !important;
  }

  .h-xxl-300-max {
    max-height: 300% !important;
  }

  .h-xxl-350-max {
    max-height: 350% !important;
  }

  .h-xxl-400-max {
    max-height: 400% !important;
  }

  .h-xxl-450-max {
    max-height: 450% !important;
  }

  .h-xxl-500-max {
    max-height: 500% !important;
  }
}

@media (min-width: 992px) {
  .rounded-0-lg {
    border-radius: 0 !important;
  }

  .rounded-top-left-0-lg {
    border-top-left-radius: 0 !important;
  }

  .rounded-top-left-1-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .rounded-top-right-1-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-bottom-left-1-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-right-1-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .offcanvas-lg {
    width: 650px;
  }

  .h-lg-100 {
    height: 100%;
  }

  .chat-list {
    height: calc(100% - 38px);
  }

  .task-list {
    height: calc(100vh - 145px);
  }

  .chat-container {
    height: calc(100vh - 66px);
  }

  .conversation {
    height: calc(100% - 70px);
  }

  .task-container {
    height: calc(100vh - 66px);
  }

  .chat-tabs {
    height: calc(100vh - 370px);
  }
}

@media (min-width: 1180px) {
  .sticky.sticky-action-bar {
    width: calc(100% - 304px);
  }
}

@media (min-width: 1200px) {
  .tile-img {
    margin-left: -35px;
  }
}

@media (min-width: 1201px) {
  .parent-resource {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1680px) {
  .sticky.sticky-action-bar {
    left: auto;
    right: auto;
    width: calc(100% - 265px);
    max-width: 1301px;
    margin: -4.6rem auto 0;
  }
}

@media (max-width: 1399.99px) {
  #team-table_wrapper .dataTables_filter input[type="search"],
  #superUsers-table_wrapper .dataTables_filter input[type="search"] {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .am-charts-height {
    height: 400px;
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .sticky.sticky-action-bar {
    width: calc(100% - 36px);
  }

  .am-charts-height {
    height: 300px;
    min-height: 150px;
  }

  .login-wrap{
    width: 100%;
  }
}


.clubLogoSt{
  width: 28px;
  height: 28px;
  overflow: hidden;
}


.clubLogoSt img{object-fit: contain;}

.arrowDownMenu{
  font-size: 0.8rem;
}

.profileMenuDown{
  width: 15px; 
  height: 15px;
}

.contactDetails{
  display: none;
}
