@charset "UTF-8";
@font-face{
  font-family:'neuropol';
  src:url('/images/fonts/neuropol.ttf') format('truetype');
}
/* ::-webkit-scrollbar {
  width: 0px;
} */

:root {
    font-size: .95rem;
    --bs-body-font-size: .95rem; 

    --wtc-header-height: 72px;
    --wtc-header-alignment: flex-end;
    /* 98 */
    --wtc-footer-height: 64px;

    --wtc-bg-opacity: 1;
    --wtc-primary-text: #000;
    --wtc-header-rgb: 83,144,196;
    --wtc-navbar-border-rgb: 62,126,176;
    --wtc-outer-header-rgb: 20,91,145;
    --wtc-inner-header1-rgb: 62,126,176;
    --wtc-inner-header2-rgb: 93,162,210;
    /* --wtc-inner-header3-rgb: 114,166,208; */
    --wtc-inner-header3-rgb: 126,182,226;

    --wtc-active-tab-rgb: 231,241,255;
    --wtc-alert-header-rgb: 255, 221, 221;

    --wtc-border-outer-color: #604855;
    --wtc-border-inner-color: #a98994;
    --wtc-border-alert-color: #dc3545;    
    --wtc-secondary-rgb: 231,241,255; 
    --bs-table-striped-bg: 231,241,255;
    --wtc-link-color: #000000;
    --wtc-footer-rgb: 27,55,85;

    /*logo font*/
    --wtc-logo-text: 18px;
    --wtc-logo-text-small: 9.5px;

    /* Offcanvas Navigation */
    --wtc-offcanvas-width: 100vw;
    --wtc-navfooter-height: 0px;

    --wtc-touch-padding: 0.30rem;

    /* Tabber */
    --wtc-tabber-width: 100px;

    /* WWA Offset */
    --dynamic-offset: 178px;

    /* Daily Planner Forecast */
    --wtc-forecast-color: var(--bs-body-color);
    --wtc-forecast-bg: var(--bs-body-bg);
    --wtc-forecast-border-width: var(--bs-border-width);
    --wtc-forecast-border-color: var(--bs-border-color);
    --wtc-forecast-active-color: var(--bs-primary-text);
    --wtc-forecast-active-bg: var(--bs-primary-bg-subtle);
}

@media (min-width: 390px) {
  :root {
    --wtc-header-alignment: flex-end;

    /* Tabber */
    --wtc-tabber-width: 100px;

  }
}

@media (min-width: 400px) {
  :root {
    --wtc-header-alignment: center;

    /* Tabber */
    --wtc-tabber-width: 100px;

  }
}

@media (min-width: 768px) {
  :root {
    font-size: 1rem !important;
    --bs-body-font-size: 1rem !important; 
    
    --wtc-header-position: relative;
    --wtc-header-height: 76px;
    --wtc-header-alignment: center;

    /*logo*/
    --wtc-logo-text: 1.4375rem;
    --wtc-logo-text-small: 0.78125rem;
  
    /* Navigation */
    --wtc-offcanvas-width: 400px;
    --wtc-navfooter-height: 0px;

    /* touch padding */
    --wtc-touch-padding: 0.25rem;

    /* Tabber */
    --wtc-tabber-width: 100px;
  }
}
@media (min-width: 992px) {
  :root {
    font-size: 1rem !important;
    --bs-body-font-size: 1rem !important; 
    
    --wtc-header-position: relative;
    --wtc-header-height: 76px;
    --wtc-header-alignment: center;

    /*logo*/
    --wtc-logo-text: 1.4375rem;
    --wtc-logo-text-small: 0.78125rem;
  
    /* Navigation */
    --wtc-offcanvas-width: 400px;
    --wtc-navfooter-height: 0px;

    /* touch padding */
    --wtc-touch-padding: 0.25rem;

    /* Tabber */
    --wtc-tabber-width: 100px;
    
  }
}
@media (min-width: 1280px) { /*1200px 1140px*/
  :root {
    font-size: 1rem !important;
    --bs-body-font-size: 1rem !important; 

    --wtc-header-position: relative;
    --wtc-header-height: 76px;
    --wtc-header-alignment: center;

    /*logo*/
    --wtc-logo-text: 1.4375rem;
    --wtc-logo-text-small: 0.78125rem;

    /* Navigation */
    --wtc-offcanvas-width: 400px;
    --wtc-navfooter-height: 0px;

    /* touch padding */
    --wtc-touch-padding: 0rem;

    /* Tabber */
    --wtc-tabber-width: 125px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 1rem !important;
    --bs-body-font-size: 1rem !important; 
   
    --wtc-header-position: relative;
    --wtc-header-height: 76px;
    --wtc-header-alignment: center;

    /*logo*/
    --wtc-logo-text: 1.4375rem;
    --wtc-logo-text-small: 0.78125rem;

    /* Navigation */
    --wtc-offcanvas-width: 400px;
    --wtc-navfooter-height: 0px;

    /* touch padding */
    --wtc-touch-padding: 0rem;

    /* Tabber */
    --wtc-tabber-width: 125px;
    
  }
}
@media (min-width: 1920px) {
    :root {
      font-size: 1rem !important;
      --bs-body-font-size: 1rem !important; 
     
      --wtc-header-position: initial;
      --wtc-header-height: 76px;
      --wtc-header-alignment: center;
  
      /*logo*/
      --wtc-logo-text: 1.4375rem;
      --wtc-logo-text-small: 0.78125rem;
  
      /* Navigation */
      --wtc-offcanvas-width: 400px;
      --wtc-navfooter-height: 0px;

      /* touch padding */
      --wtc-touch-padding: 0rem;

      /* Tabber */
      --wtc-tabber-width: 125px;
    }
}
@media (min-width: 2320px) {
    :root {
      font-size: 1rem !important;
      --bs-body-font-size: 1rem !important; 
     
      --wtc-header-position: initial;
      --wtc-header-height: 76px;
      --wtc-header-alignment: center;
  
      /*logo*/
      --wtc-logo-text: 1.4375rem;
      --wtc-logo-text-small: 0.78125rem;
  
      /* Navigation */
      --wtc-offcanvas-width: 400px;
      --wtc-navfooter-height: 64px;

      /* touch padding */
      --wtc-touch-padding: 0rem;

      /* Tabber */
      --wtc-tabber-width: 125px;
    }
}


.btn-close:focus {
    box-shadow: none !important;
}

*,*:focus,*:hover{
    outline:none;
}

body {
  /*	float: none !important;  */
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: var(--wtc-header-height);
    padding-bottom: var(--wtc-footer-height);
}
 
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color:rgb(var(--wtc-footer-rgb)) !important;
}

body::-webkit-scrollbar
{
    width: 0px;
    background-color:rgb(var(--wtc-footer-rgb)) !important;
}

body::-webkit-scrollbar-thumb
{
    background-color:rgb(var(--wtc-header-rgb)) !important;
}
.table {
  --bs-table-striped-bg: rgba(var(--wtc-secondary-rgb), var(--wtc-bg-opacity)) !important;
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: rgba(var(--wtc-secondary-rgb));
  color: var(--bs-table-striped-color);
}

.scrollbar {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.bg-outer-header {
    --wtc-bg-opacity: 1;
    background-color:rgba(var(--wtc-outer-header-rgb), var(--wtc-bg-opacity)) !important;
    text-indent: 3px !important;
}

.bg-inner-header {
    --wtc-bg-opacity: 1;
    background-color:rgba(var(--wtc-inner-header1-rgb), var(--wtc-bg-opacity)) !important;
    text-indent: 3px !important;
}

.bg-inner-header2 {
    --wtc-bg-opacity: 1;
    background-color:rgba(var(--wtc-inner-header2-rgb), var(--wtc-bg-opacity)) !important;
    text-indent: 3px !important;
}

.bg-inner-header3 {
    --wtc-bg-opacity: 1;
    background-color:rgba(var(--wtc-inner-header3-rgb), var(--wtc-bg-opacity)) !important;
    text-indent: 3px !important;
}

.bg-alert-header {
    --wtc-bg-opacity: 1;
    background-color:rgba(var(--wtc-alert-header-rgb), var(--wtc-bg-opacity)) !important;
    text-indent: 3px !important;
}

.background-alert {
    --wtc-bg-opacity: 1;
    background-color:rgba(var(--wtc-alert-header-rgb), var(--wtc-bg-opacity)) !important;

}

.border-outer-header {
    border: var(--bs-border-width) var(--bs-border-style) var(--wtc-border-outer-color) !important;
}

.border-inner-header {
    border: var(--bs-border-width) var(--bs-border-style) var(--wtc-border-inner-color) !important;
}

.border-alert-header {
    border: var(--bs-border-width) var(--bs-border-style) var(--wtc-border-alert-color) !important;
} 

.touch-padding {
    padding: var(--wtc-touch-padding) !important;
}

@media (min-width: 574px) {
  .scrollbar-sm { /*140 px*/
    height: calc(100vh);
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
  }
    .m-0-auto {
        margin: 0 !important;
    }
    .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
  .scrollbar-md { /*140 px*/
    height: calc(100vh);
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
  }  
    .m-0-auto {
        margin: 0 !important;
    }
    .container-md, .container-sm, .container {
        max-width: 100% ;
    }
}

@media (min-width: 992px) {
  /*
   .scrollbar-lg {
    height: calc(100vh);
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
  }
  */
  .scrollbar-lg { /*140 px*/ /* 178 */
    height: calc(100vh - 245px - var(--wtc-admin-messagebox));
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
  }

    .m-0-auto {
        margin: 0 auto !important;
    }
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (min-width: 1280px) { /*1200px 1140px*/
  .scrollbar-xl { /*140 px*/
    height: calc(100vh - 178px - var(--wtc-admin-messagebox));
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .m-0-auto {
    margin: 0 auto !important;
  }

  .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 100%;
  }
  .fixed-bottom {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1030;
  }
}
@media (min-width: 1400px) {
  .scrollbar-2xl { /*140 px*/
    height: calc(100vh - 178px - var(--wtc-admin-messagebox));
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .text-2xl-start {
    text-align: left !important;
  }
  .m-0-auto {
    margin: 0 !important;
  }
  .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    /* max-width: 1320px; */
    max-width: 100%;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}

@media (min-width: 1920px) {
  .scrollbar-3xl { /*140 px*/
    height: calc(100vh - 178px - var(--wtc-admin-messagebox));
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .spacer-padding-3xl {
    padding-bottom: 45px;
  }

  .text-3xl-start {
    text-align: left !important;
  }
  .d-3xl-none {
    display: none !important;
  }
    .m-0-auto {
        margin: 0 !important;
    }
    .container-3xl, .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1920px;
    }
    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
      }
}

@media (min-width: 2320px) {
    .height-4xl {
        height: calc(100vh - 140px - var(--wtc-admin-messagebox));
    }

    .scrollbar-menu-4xl { /*140 px*/
        height: calc(100vh - 183px - var(--wtc-admin-messagebox));
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .text-4xl-start {
        text-align: left !important;
    }
    .m-0-auto {
        margin: 0 !important;
    }
    .container-4xl, .container-3xl, .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}


.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container-4xl, .container-3xl, .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	overflow: hidden;
}



.header {
    background-color:rgb(var(--wtc-header-rgb)) !important;
    height: var(--wtc-header-height);
}

.header {
    --bs-header-padding-x: 0;
    --bs-header-padding-y: 0.5rem;
    --bs-header-color: rgba(0, 0, 0, 0.55);
    --bs-header-hover-color: rgba(0, 0, 0, 0.7);
    --bs-header-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-header-active-color: rgba(0, 0, 0, 0.9);
    --bs-header-brand-padding-y: 0.3125rem;
    --bs-header-brand-margin-end: 1rem;
    --bs-header-brand-font-size: 1.25rem;
    --bs-header-brand-color: rgba(0, 0, 0, 0.9);
    --bs-header-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-header-nav-link-padding-x: 0.5rem;
    --bs-header-toggler-padding-y: 0.25rem;
    --bs-header-toggler-padding-x: 0.75rem;
    --bs-header-toggler-font-size: 1.25rem;
    --bs-header-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-header-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-header-toggler-border-radius: 0.375rem;
    --bs-header-toggler-focus-width: 0.25rem;
    --bs-header-toggler-transition: box-shadow 0.15s ease-in-out;
    /* position: relative; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-header-padding-y) var(--bs-header-padding-x);
}

.header-fixed {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1031;
}

.header > .container,
.header > .container-fluid,
.header > .container-sm,
.header > .container-md,
.header > .container-lg,
.header > .container-xl,
.header > .container-2xl,
.header > .container-3xl,
.header > .container-4xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: var(--wtc-header-alignment) !important;
}

/* Logo */ 
.logo-text {
    font-family: neuropol, Verdana, Helvetica, Arial, sans-serif;
    font-size: var(--wtc-logo-text);
    font-weight: normal;
    line-height: 1 !important;
}

.logo-text-small {
    font-family: neuropol, Verdana, Helvetica, Arial, sans-serif;
    font-size: var(--wtc-logo-text-small);
    font-weight: normal;
}

ol, ul {
	/* margin: 10px; */
	/* padding: 10px; */
	list-style: disc outside;
}


.content {
	padding-top: 2px;
}

/* Navigation Toggle */
.offcanvas.offcanvas-start {
	/* top: 77px; */
	overflow-y: auto;
	overflow-x: hidden;
  
}
 
.offcanvas.offcanvas-start {
    margin-bottom: var(--wtc-navfooter-height);
    top: 0;
    left: 0;
    width: var(--wtc-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.navbar-collapse {
	flex-grow: 0 !important;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
    position: absolute;
    top: 10px;
    left: 5px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

@media (min-width: 2320px) {
    .navbar-expand-4xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-4xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-4xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-4xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-4xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-4xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-4xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-4xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-4xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-4xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .navbar-expand-4xl .header {
        display: none;
    }
    .navbar-fixed {
        position: initial !important;
        z-index: 1;
    }
}

/* end of Navigation */


/* .icons {
    display: inline-flex;
    margin-left: auto;
}
.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}
.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
} */

#mapid {
	position: relative; 
	width: auto; 
	height: 400px; 
	z-index: 1;
}

@media (min-width: 768px) {
	#mapid {
		position: relative; 
		width: auto; 
		height: 400px; 
		z-index: 1;
	}
}

@media (min-width: 992px) {
	#mapid {
		position: relative; 
		width: auto; 
		height: 500px; 
		z-index: 1;
	}
}

@media (min-width: 1280px) { /*1200*/
	#mapid {
		position: relative; 
		width: auto; 
		height: 600px; 
		z-index: 1;
  }

	.height-lg-25 {
		height: 25px;
	}
	
}

@media (min-width: 1400px) {
	#mapid {
		position: relative; 
		width: auto; 
		min-height: 650px; 
    height: calc(100vh - 258px);
		z-index: 1;
	}
  .scrollbar-height-tab {
    /* height: 675px; */
    height: calc(100vh - 258px);
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
}
.scrollbar-height-forecast {
    height: 937px!important;
}
.scrollbar-height-content {
    /* height: 960px; */
    height: calc(100vh - 220px);
    overflow: auto; 
    overflow-x: hidden;
    overflow-y: scroll;
}
	.height-lg-25 {
		height: 25px;
	}
}

@media (min-width: 1920px) {
	#mapid {
		position: relative; 
		width: auto; 
		/* height: 675px;  */
        height: calc(100vh - 258px);
		z-index: 1;
	}
    .height-scrollbar {
        /* height: 675px; */
        height: calc(100vh - 258px);
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .scrollbar-height-forecast {
        height: 937px!important;
    }
	.height-lg-25 {
		height: 25px;
	}
}

@media(min-width:1920px) and (min-height:1080px){
	#mapid {
		position: relative; 
		width: auto; 
		/* height: 645px;  291*/
        height: calc(100vh - 258px - var(--wtc-admin-messagebox));
        min-height: 675px;
		z-index: 1;
	}
    .height-scrollbar {
        /* height: 645px; */
        height: calc(100vh - 258px - var(--wtc-admin-messagebox));
        min-height: 675px;
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .scrollbar-height-forecast {
        height: 937px!important;
    }
    .height-lg-25 {
		height: 25px;
	}
}

@media(min-width:2320px){
	#mapid {
		position: relative; 
		width: auto; 
		/* height: 960px;  */
        height: calc(100vh - 258px - var(--wtc-admin-messagebox));
		z-index: 1;
	}
    .scrollbar-height-tab {
        /* height: 960px; */
        height: calc(100vh - 258px - var(--wtc-admin-messagebox));
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .scrollbar-height-content {
        /* height: 960px; */
        height: calc(100vh - 220px - var(--wtc-admin-messagebox));
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .scrollbar-height-forecast {
        height: 937px!important;
    }
	.height-lg-25 {
		height: 25px;
	}
}

@media(min-width:2320px) and (max-height: 1080px){
	#mapid {
		position: relative; 
		width: auto; 
		/* height: 645px;  291*/
        height: calc(100vh - 258px - var(--wtc-admin-messagebox));
        min-height: 645px;
		z-index: 1;
	}
    .scrollbar-height-tab {
        /* height: 960px; */
        height: calc(100vh - 258px - var(--wtc-admin-messagebox));
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .scrollbar-height-content {
        /* height: 960px; */
        height: calc(100vh - 220px - var(--wtc-admin-messagebox));
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .scrollbar-height-forecast {
        height: 937px!important;
    }

    .height-lg-25 {
		height: 25px;
	}
}

@media(min-width:1920px) and (max-height: 1080px){
    .scrollbar-height-forecast {
        height: 100%!important;
    }
    .scrollbar-height-content {
        /* height: 960px; */
        height: calc(100vh - 220px - var(--wtc-admin-messagebox));
        overflow: auto; 
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .height-lg-25 {
		height: 25px;
	}
}

.tabs ul {
	padding: 0px;
	margin: 0px;
}

.tabs {
	display: flex;
	flex-wrap: wrap;
    margin: 0px;
    padding: 1px;
}


.tab-link {
    min-width: var(--wtc-tabber-width);
    background-color: rgb(245, 245, 245);
    /*font-size: 9px;*/
    font-size: var(--bs-nav-link-font-size);
    display: block;
    /* padding: 7px 7px; */
    padding: 5px 10px;
    margin: 0 0 0 3px;
    list-style: none;
    cursor: pointer;
    float: left;
    text-align: center;
    text-decoration: none;
    color: black;
}



.tab-link.active {
    border: 1px solid #5AB1D0;
    border-bottom: none;
    margin-bottom: -1px !important;
    /* padding: 5px 3px 5px 3px !important; */
    padding: 4px 10px 3px 10px !important;
    border-top: 4px solid rgb(var(--wtc-navbar-border-rgb));
    border-bottom: 0px #fff solid;
    /*border-color: rgb(193, 193, 193);*/

    background-color: rgb(var(--wtc-active-tab-rgb)) !important;	
    text-decoration: none;
    color: black;
}



@media (prefers-reduced-motion: reduce) {
  .tab-link {
    transition: none;
  }
}
.tab-link:hover, .tab-link:focus {
    color: black;
    text-decoration: none;
}
.tab-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.tab-tabs .tab-link:hover, .tab-tabs .tab-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.tab-tabs .tab-link.disabled, .tab-tabs .tab-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.tab-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.nav-tabs {
    width: 100px;
    background-color: rgb(245, 245, 245);
}


.row-secondary {
    background-color:rgba(var(--wtc-secondary-rgb), var(--wtc-bg-opacity)) !important;
}

.fullscreen-icon { 
    background-image: url('/images/common/leafletjs/fullscreen.png'); 
    background-size:26px 52px;
}
.fullscreen-icon.leaflet-fullscreen-on {
    background-position:0 -26px;
}
.leaflet-touch .fullscreen-icon {
    background-position: 2px 2px;
}
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
    background-position: 2px -24px;
}
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen { 
    width: 100% !important; 
    height: 100% !important; 
    z-index: 99999;
}
.leaflet-container:-ms-fullscreen { 
    width: 100% !important; 
    height: 100% !important; 
    z-index: 99999;
}
.leaflet-container:full-screen {
    width: 100% !important; 
    height: 100% !important; 
    z-index: 99999;
}
.leaflet-container:fullscreen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}
.leaflet-pseudo-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99999;
}

/* Leaflet Map Info Block */
.ValidTimeInfo {
    padding: 6px 6px;
    font: 11px arial, sans-serif;
    background: lightgrey;
    border-radius: 5px;
}

.text-indent-1 {
	text-indent: 1px;
}
.text-indent-2 {
	text-indent: 2px;
}
.text-indent-3 {
	text-indent: 3px;
}

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


.clock-glow {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
}


 footer {
    background-color:rgba(var(--wtc-footer-rgb), var(--wtc-bg-opacity)) !important;
}

.wwa {
  opacity: 0.5;
}
@media (min-width: 1400px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .row-cols-2xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-2xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 4.166666666666667%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 8.333333333%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-2xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-2xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-2xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-2xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-2xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-2xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .g-2xl-0,
  .gx-2xl-0 {
    --bs-gutter-x: 0;
  }
  .g-2xl-0,
  .gy-2xl-0 {
    --bs-gutter-y: 0;
  }
  .g-2xl-1,
  .gx-2xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-2xl-1,
  .gy-2xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2xl-2,
  .gx-2xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2xl-2,
  .gy-2xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-2xl-3,
  .gx-2xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-2xl-3,
  .gy-2xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-2xl-4,
  .gx-2xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-2xl-4,
  .gy-2xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-2xl-5,
  .gx-2xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-2xl-5,
  .gy-2xl-5 {
    --bs-gutter-y: 3rem;
  }
}


@media (min-width: 1920px) {
    .text-3xl-start {
        text-align: left !important;
    }
    .text-3xl-end {
        text-align: right !important;
    }
    .text-3xl-center {
        text-align: center !important;
    }
    .col-3xl {
      flex: 1 0 0%;
    }
    .row-cols-3xl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-3xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-3xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-3xl-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
    .row-cols-3xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-3xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-3xl-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .col-3xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-3xl-1 {
      flex: 0 0 auto;
      width: 4.166666666666667%;
    }
    .col-3xl-2 {
      flex: 0 0 auto;
      width: 8.333333333%;
    }
    .col-3xl-3 {
      flex: 0 0 auto;
      width: 12.5%;
    }
    .col-3xl-4 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-3xl-5 {
      flex: 0 0 auto;
      width: 20.83333333%;
    }
    .col-3xl-6 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-3xl-7 {
      flex: 0 0 auto;
      width: 29.16666667%;
    }
    .col-3xl-8 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-3xl-9 {
      flex: 0 0 auto;
      width: 37.5%;
    }
    .col-3xl-10 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-3xl-11 {
      flex: 0 0 auto;
      width: 45.83333333%;
    }
    .col-3xl-12 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-3xl-13 {
      flex: 0 0 auto;
      width: 54.16666667%;
    }
    .col-3xl-14 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-3xl-15 {
      flex: 0 0 auto;
      width: 62.5%;
    }
    .col-3xl-16 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-3xl-17 {
      flex: 0 0 auto;
      width: 70.83333333%;
    }
    .col-3xl-18 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-3xl-19 {
      flex: 0 0 auto;
      width: 79.16666667%;
    }
    .col-3xl-20 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-3xl-21 {
      flex: 0 0 auto;
      width: 87.5%;
    }
    .col-3xl-22 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-3xl-23 {
      flex: 0 0 auto;
      width: 95.83333333%;
    }
    .col-3xl-24 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-3xl-0 {
      margin-left: 0;
    }
    .offset-3xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-3xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-3xl-3 {
      margin-left: 25%;
    }
    .offset-3xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-3xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-3xl-6 {
      margin-left: 50%;
    }
    .offset-3xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-3xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-3xl-9 {
      margin-left: 75%;
    }
    .offset-3xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-3xl-11 {
      margin-left: 91.66666667%;
    }
    .g-3xl-0,
    .gx-3xl-0 {
      --bs-gutter-x: 0;
    }
    .g-3xl-0,
    .gy-3xl-0 {
      --bs-gutter-y: 0;
    }
    .g-3xl-1,
    .gx-3xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-3xl-1,
    .gy-3xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-3xl-2,
    .gx-3xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-3xl-2,
    .gy-3xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-3xl-3,
    .gx-3xl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-3xl-3,
    .gy-3xl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-3xl-4,
    .gx-3xl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-3xl-4,
    .gy-3xl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-3xl-5,
    .gx-3xl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-3xl-5,
    .gy-3xl-5 {
      --bs-gutter-y: 3rem;
    }
  }


@media (min-width: 2320px) {
    .col-4xl {
      flex: 1 0 0%;
    }
    .row-cols-4xl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-4xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-4xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-4xl-3 > * {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
    .row-cols-4xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-4xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-4xl-6 > * {
      flex: 0 0 auto;
      width: 16.6666666667%;
    }
    .col-4xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-4xl-1 {
      flex: 0 0 auto;
      width: 4.166666666666667%;
    }
    .col-4xl-2 {
      flex: 0 0 auto;
      width: 8.333333333%;
    }
    .col-4xl-3 {
      flex: 0 0 auto;
      width: 12.5%;
    }
    .col-4xl-4 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-4xl-5 {
      flex: 0 0 auto;
      width: 20.83333333%;
    }
    .col-4xl-6 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-4xl-7 {
      flex: 0 0 auto;
      width: 29.16666667%;
    }
    .col-4xl-8 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-4xl-9 {
      flex: 0 0 auto;
      width: 37.5%;
    }
    .col-4xl-10 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-4xl-11 {
      flex: 0 0 auto;
      width: 45.83333333%;
    }
    .col-4xl-12 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-4xl-13 {
      flex: 0 0 auto;
      width: 54.16666667%;
    }
    .col-4xl-14 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-4xl-15 {
      flex: 0 0 auto;
      width: 62.5%;
    }
    .col-4xl-16 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-4xl-17 {
      flex: 0 0 auto;
      width: 70.83333333%;
    }
    .col-4xl-18 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-4xl-19 {
      flex: 0 0 auto;
      width: 79.16666667%;
    }
    .col-4xl-20 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-4xl-21 {
      flex: 0 0 auto;
      width: 87.5%;
    }
    .col-4xl-22 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-4xl-23 {
      flex: 0 0 auto;
      width: 95.83333333%;
    }
    .col-4xl-24 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-4xl-0 {
      margin-left: 0;
    }
    .offset-4xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-4xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-4xl-3 {
      margin-left: 25%;
    }
    .offset-4xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-4xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-4xl-6 {
      margin-left: 50%;
    }
    .offset-4xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-4xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-4xl-9 {
      margin-left: 75%;
    }
    .offset-4xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-4xl-11 {
      margin-left: 91.66666667%;
    }
    .g-4xl-0,
    .gx-4xl-0 {
      --bs-gutter-x: 0;
    }
    .g-4xl-0,
    .gy-4xl-0 {
      --bs-gutter-y: 0;
    }
    .g-4xl-1,
    .gx-4xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-4xl-1,
    .gy-4xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-4xl-2,
    .gx-4xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-4xl-2,
    .gy-4xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-4xl-3,
    .gx-4xl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-4xl-3,
    .gy-4xl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-4xl-4,
    .gx-4xl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-4xl-4,
    .gy-4xl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-4xl-5,
    .gx-4xl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-4xl-5,
    .gy-4xl-5 {
      --bs-gutter-y: 3rem;
    }
}


@media (min-width: 1400px) {
  .float-2xl-start {
    float: left !important;
  }
  .float-2xl-end {
    float: right !important;
  }
  .float-2xl-none {
    float: none !important;
  }
  .object-fit-2xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-2xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-2xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-2xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-2xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-none {
    display: none !important;
  }
  .flex-2xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-2xl-row {
    flex-direction: row !important;
  }
  .flex-2xl-column {
    flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    justify-content: center !important;
  }
  .justify-content-2xl-between {
    justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    justify-content: space-around !important;
  }
  .justify-content-2xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2xl-start {
    align-items: flex-start !important;
  }
  .align-items-2xl-end {
    align-items: flex-end !important;
  }
  .align-items-2xl-center {
    align-items: center !important;
  }
  .align-items-2xl-baseline {
    align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    align-items: stretch !important;
  }
  .align-content-2xl-start {
    align-content: flex-start !important;
  }
  .align-content-2xl-end {
    align-content: flex-end !important;
  }
  .align-content-2xl-center {
    align-content: center !important;
  }
  .align-content-2xl-between {
    align-content: space-between !important;
  }
  .align-content-2xl-around {
    align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    align-content: stretch !important;
  }
  .align-self-2xl-auto {
    align-self: auto !important;
  }
  .align-self-2xl-start {
    align-self: flex-start !important;
  }
  .align-self-2xl-end {
    align-self: flex-end !important;
  }
  .align-self-2xl-center {
    align-self: center !important;
  }
  .align-self-2xl-baseline {
    align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    align-self: stretch !important;
  }
  .order-2xl-first {
    order: -1 !important;
  }
  .order-2xl-0 {
    order: 0 !important;
  }
  .order-2xl-1 {
    order: 1 !important;
  }
  .order-2xl-2 {
    order: 2 !important;
  }
  .order-2xl-3 {
    order: 3 !important;
  }
  .order-2xl-4 {
    order: 4 !important;
  }
  .order-2xl-5 {
    order: 5 !important;
  }
  .order-2xl-last {
    order: 6 !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 1rem !important;
  }
  .m-2xl-4 {
    margin: 1.5rem !important;
  }
  .m-2xl-5 {
    margin: 3rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-2xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-2xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-2xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-2xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-2xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-2xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-2xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-2xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-2xl-0 {
    margin-top: 0 !important;
  }
  .mt-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-2xl-3 {
    margin-top: 1rem !important;
  }
  .mt-2xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-2xl-5 {
    margin-top: 3rem !important;
  }
  .mt-2xl-auto {
    margin-top: auto !important;
  }
  .me-2xl-0 {
    margin-right: 0 !important;
  }
  .me-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-2xl-3 {
    margin-right: 1rem !important;
  }
  .me-2xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-2xl-5 {
    margin-right: 3rem !important;
  }
  .me-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-2xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-2xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-2xl-auto {
    margin-bottom: auto !important;
  }
  .ms-2xl-0 {
    margin-left: 0 !important;
  }
  .ms-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-2xl-3 {
    margin-left: 1rem !important;
  }
  .ms-2xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-2xl-5 {
    margin-left: 3rem !important;
  }
  .ms-2xl-auto {
    margin-left: auto !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 1rem !important;
  }
  .p-2xl-4 {
    padding: 1.5rem !important;
  }
  .p-2xl-5 {
    padding: 3rem !important;
  }
  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-2xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-2xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-2xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-2xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-2xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-2xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-2xl-0 {
    padding-top: 0 !important;
  }
  .pt-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-2xl-3 {
    padding-top: 1rem !important;
  }
  .pt-2xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-2xl-5 {
    padding-top: 3rem !important;
  }
  .pe-2xl-0 {
    padding-right: 0 !important;
  }
  .pe-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-2xl-3 {
    padding-right: 1rem !important;
  }
  .pe-2xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-2xl-5 {
    padding-right: 3rem !important;
  }
  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-2xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-2xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-2xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-2xl-0 {
    padding-left: 0 !important;
  }
  .ps-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-2xl-3 {
    padding-left: 1rem !important;
  }
  .ps-2xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-2xl-5 {
    padding-left: 3rem !important;
  }
  .gap-2xl-0 {
    gap: 0 !important;
  }
  .gap-2xl-1 {
    gap: 0.25rem !important;
  }
  .gap-2xl-2 {
    gap: 0.5rem !important;
  }
  .gap-2xl-3 {
    gap: 1rem !important;
  }
  .gap-2xl-4 {
    gap: 1.5rem !important;
  }
  .gap-2xl-5 {
    gap: 3rem !important;
  }
  .row-gap-2xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-2xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-2xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-2xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-2xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-2xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-2xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-2xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-2xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-2xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-2xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-2xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-2xl-start {
    text-align: left !important;
  }
  .text-2xl-end {
    text-align: right !important;
  }
  .text-2xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1920px) {
  .float-3xl-start {
    float: left !important;
  }
  .float-3xl-end {
    float: right !important;
  }
  .float-3xl-none {
    float: none !important;
  }
  .object-fit-3xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-3xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-3xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-3xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-3xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-3xl-inline {
    display: inline !important;
  }
  .d-3xl-inline-block {
    display: inline-block !important;
  }
  .d-3xl-block {
    display: block !important;
  }
  .d-3xl-grid {
    display: grid !important;
  }
  .d-3xl-table {
    display: table !important;
  }
  .d-3xl-table-row {
    display: table-row !important;
  }
  .d-3xl-table-cell {
    display: table-cell !important;
  }
  .d-3xl-flex {
    display: flex !important;
  }
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
  .d-3xl-none {
    display: none !important;
  }
  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-3xl-row {
    flex-direction: row !important;
  }
  .flex-3xl-column {
    flex-direction: column !important;
  }
  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-3xl-center {
    justify-content: center !important;
  }
  .justify-content-3xl-between {
    justify-content: space-between !important;
  }
  .justify-content-3xl-around {
    justify-content: space-around !important;
  }
  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-3xl-start {
    align-items: flex-start !important;
  }
  .align-items-3xl-end {
    align-items: flex-end !important;
  }
  .align-items-3xl-center {
    align-items: center !important;
  }
  .align-items-3xl-baseline {
    align-items: baseline !important;
  }
  .align-items-3xl-stretch {
    align-items: stretch !important;
  }
  .align-content-3xl-start {
    align-content: flex-start !important;
  }
  .align-content-3xl-end {
    align-content: flex-end !important;
  }
  .align-content-3xl-center {
    align-content: center !important;
  }
  .align-content-3xl-between {
    align-content: space-between !important;
  }
  .align-content-3xl-around {
    align-content: space-around !important;
  }
  .align-content-3xl-stretch {
    align-content: stretch !important;
  }
  .align-self-3xl-auto {
    align-self: auto !important;
  }
  .align-self-3xl-start {
    align-self: flex-start !important;
  }
  .align-self-3xl-end {
    align-self: flex-end !important;
  }
  .align-self-3xl-center {
    align-self: center !important;
  }
  .align-self-3xl-baseline {
    align-self: baseline !important;
  }
  .align-self-3xl-stretch {
    align-self: stretch !important;
  }
  .order-3xl-first {
    order: -1 !important;
  }
  .order-3xl-0 {
    order: 0 !important;
  }
  .order-3xl-1 {
    order: 1 !important;
  }
  .order-3xl-2 {
    order: 2 !important;
  }
  .order-3xl-3 {
    order: 3 !important;
  }
  .order-3xl-4 {
    order: 4 !important;
  }
  .order-3xl-5 {
    order: 5 !important;
  }
  .order-3xl-last {
    order: 6 !important;
  }
  .m-3xl-0 {
    margin: 0 !important;
  }
  .m-3xl-1 {
    margin: 0.25rem !important;
  }
  .m-3xl-2 {
    margin: 0.5rem !important;
  }
  .m-3xl-3 {
    margin: 1rem !important;
  }
  .m-3xl-4 {
    margin: 1.5rem !important;
  }
  .m-3xl-5 {
    margin: 3rem !important;
  }
  .m-3xl-auto {
    margin: auto !important;
  }
  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-3xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-3xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-3xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-3xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-3xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-3xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-3xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-3xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-3xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-3xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-3xl-0 {
    margin-top: 0 !important;
  }
  .mt-3xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-3xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3xl-3 {
    margin-top: 1rem !important;
  }
  .mt-3xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-3xl-5 {
    margin-top: 3rem !important;
  }
  .mt-3xl-auto {
    margin-top: auto !important;
  }
  .me-3xl-0 {
    margin-right: 0 !important;
  }
  .me-3xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-3xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-3xl-3 {
    margin-right: 1rem !important;
  }
  .me-3xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-3xl-5 {
    margin-right: 3rem !important;
  }
  .me-3xl-auto {
    margin-right: auto !important;
  }
  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-3xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-3xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-3xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-3xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-3xl-auto {
    margin-bottom: auto !important;
  }
  .ms-3xl-0 {
    margin-left: 0 !important;
  }
  .ms-3xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-3xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-3xl-3 {
    margin-left: 1rem !important;
  }
  .ms-3xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-3xl-5 {
    margin-left: 3rem !important;
  }
  .ms-3xl-auto {
    margin-left: auto !important;
  }
  .p-3xl-0 {
    padding: 0 !important;
  }
  .p-3xl-1 {
    padding: 0.25rem !important;
  }
  .p-3xl-2 {
    padding: 0.5rem !important;
  }
  .p-3xl-3 {
    padding: 1rem !important;
  }
  .p-3xl-4 {
    padding: 1.5rem !important;
  }
  .p-3xl-5 {
    padding: 3rem !important;
  }
  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-3xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-3xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-3xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-3xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-3xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-3xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-3xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-3xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-3xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-3xl-0 {
    padding-top: 0 !important;
  }
  .pt-3xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-3xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3xl-3 {
    padding-top: 1rem !important;
  }
  .pt-3xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-3xl-5 {
    padding-top: 3rem !important;
  }
  .pe-3xl-0 {
    padding-right: 0 !important;
  }
  .pe-3xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-3xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-3xl-3 {
    padding-right: 1rem !important;
  }
  .pe-3xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-3xl-5 {
    padding-right: 3rem !important;
  }
  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-3xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-3xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-3xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-3xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-3xl-0 {
    padding-left: 0 !important;
  }
  .ps-3xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-3xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-3xl-3 {
    padding-left: 1rem !important;
  }
  .ps-3xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-3xl-5 {
    padding-left: 3rem !important;
  }
  .gap-3xl-0 {
    gap: 0 !important;
  }
  .gap-3xl-1 {
    gap: 0.25rem !important;
  }
  .gap-3xl-2 {
    gap: 0.5rem !important;
  }
  .gap-3xl-3 {
    gap: 1rem !important;
  }
  .gap-3xl-4 {
    gap: 1.5rem !important;
  }
  .gap-3xl-5 {
    gap: 3rem !important;
  }
  .row-gap-3xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-3xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-3xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-3xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-3xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-3xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-3xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-3xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-3xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-3xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-3xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-3xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-3xl-start {
    text-align: left !important;
  }
  .text-3xl-end {
    text-align: right !important;
  }
  .text-3xl-center {
    text-align: center !important;
  }
}
@media (min-width: 2320px) {
  .float-4xl-start {
    float: left !important;
  }
  .float-4xl-end {
    float: right !important;
  }
  .float-4xl-none {
    float: none !important;
  }
  .object-fit-4xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-4xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-4xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-4xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-4xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-4xl-inline {
    display: inline !important;
  }
  .d-4xl-inline-block {
    display: inline-block !important;
  }
  .d-4xl-block {
    display: block !important;
  }
  .d-4xl-grid {
    display: grid !important;
  }
  .d-4xl-table {
    display: table !important;
  }
  .d-4xl-table-row {
    display: table-row !important;
  }
  .d-4xl-table-cell {
    display: table-cell !important;
  }
  .d-4xl-flex {
    display: flex !important;
  }
  .d-4xl-inline-flex {
    display: inline-flex !important;
  }
  .d-4xl-none {
    display: none !important;
  }
  .flex-4xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-4xl-row {
    flex-direction: row !important;
  }
  .flex-4xl-column {
    flex-direction: column !important;
  }
  .flex-4xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-4xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-4xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-4xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-4xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-4xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-4xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-4xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-4xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-4xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-4xl-center {
    justify-content: center !important;
  }
  .justify-content-4xl-between {
    justify-content: space-between !important;
  }
  .justify-content-4xl-around {
    justify-content: space-around !important;
  }
  .justify-content-4xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-4xl-start {
    align-items: flex-start !important;
  }
  .align-items-4xl-end {
    align-items: flex-end !important;
  }
  .align-items-4xl-center {
    align-items: center !important;
  }
  .align-items-4xl-baseline {
    align-items: baseline !important;
  }
  .align-items-4xl-stretch {
    align-items: stretch !important;
  }
  .align-content-4xl-start {
    align-content: flex-start !important;
  }
  .align-content-4xl-end {
    align-content: flex-end !important;
  }
  .align-content-4xl-center {
    align-content: center !important;
  }
  .align-content-4xl-between {
    align-content: space-between !important;
  }
  .align-content-4xl-around {
    align-content: space-around !important;
  }
  .align-content-4xl-stretch {
    align-content: stretch !important;
  }
  .align-self-4xl-auto {
    align-self: auto !important;
  }
  .align-self-4xl-start {
    align-self: flex-start !important;
  }
  .align-self-4xl-end {
    align-self: flex-end !important;
  }
  .align-self-4xl-center {
    align-self: center !important;
  }
  .align-self-4xl-baseline {
    align-self: baseline !important;
  }
  .align-self-4xl-stretch {
    align-self: stretch !important;
  }
  .order-4xl-first {
    order: -1 !important;
  }
  .order-4xl-0 {
    order: 0 !important;
  }
  .order-4xl-1 {
    order: 1 !important;
  }
  .order-4xl-2 {
    order: 2 !important;
  }
  .order-4xl-3 {
    order: 3 !important;
  }
  .order-4xl-4 {
    order: 4 !important;
  }
  .order-4xl-5 {
    order: 5 !important;
  }
  .order-4xl-last {
    order: 6 !important;
  }
  .m-4xl-0 {
    margin: 0 !important;
  }
  .m-4xl-1 {
    margin: 0.25rem !important;
  }
  .m-4xl-2 {
    margin: 0.5rem !important;
  }
  .m-4xl-3 {
    margin: 1rem !important;
  }
  .m-4xl-4 {
    margin: 1.5rem !important;
  }
  .m-4xl-5 {
    margin: 3rem !important;
  }
  .m-4xl-auto {
    margin: auto !important;
  }
  .mx-4xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-4xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-4xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-4xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-4xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-4xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-4xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-4xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-4xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-4xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-4xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-4xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-4xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-4xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-4xl-0 {
    margin-top: 0 !important;
  }
  .mt-4xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-4xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-4xl-3 {
    margin-top: 1rem !important;
  }
  .mt-4xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-4xl-5 {
    margin-top: 3rem !important;
  }
  .mt-4xl-auto {
    margin-top: auto !important;
  }
  .me-4xl-0 {
    margin-right: 0 !important;
  }
  .me-4xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-4xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-4xl-3 {
    margin-right: 1rem !important;
  }
  .me-4xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-4xl-5 {
    margin-right: 3rem !important;
  }
  .me-4xl-auto {
    margin-right: auto !important;
  }
  .mb-4xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-4xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-4xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-4xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-4xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-4xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-4xl-auto {
    margin-bottom: auto !important;
  }
  .ms-4xl-0 {
    margin-left: 0 !important;
  }
  .ms-4xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-4xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-4xl-3 {
    margin-left: 1rem !important;
  }
  .ms-4xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-4xl-5 {
    margin-left: 3rem !important;
  }
  .ms-4xl-auto {
    margin-left: auto !important;
  }
  .p-4xl-0 {
    padding: 0 !important;
  }
  .p-4xl-1 {
    padding: 0.25rem !important;
  }
  .p-4xl-2 {
    padding: 0.5rem !important;
  }
  .p-4xl-3 {
    padding: 1rem !important;
  }
  .p-4xl-4 {
    padding: 1.5rem !important;
  }
  .p-4xl-5 {
    padding: 3rem !important;
  }
  .px-4xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-4xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-4xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-4xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-4xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-4xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-4xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-4xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-4xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-4xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-4xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-4xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-4xl-0 {
    padding-top: 0 !important;
  }
  .pt-4xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-4xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-4xl-3 {
    padding-top: 1rem !important;
  }
  .pt-4xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-4xl-5 {
    padding-top: 3rem !important;
  }
  .pe-4xl-0 {
    padding-right: 0 !important;
  }
  .pe-4xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-4xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-4xl-3 {
    padding-right: 1rem !important;
  }
  .pe-4xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-4xl-5 {
    padding-right: 3rem !important;
  }
  .pb-4xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-4xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-4xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-4xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-4xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-4xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-4xl-0 {
    padding-left: 0 !important;
  }
  .ps-4xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-4xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-4xl-3 {
    padding-left: 1rem !important;
  }
  .ps-4xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-4xl-5 {
    padding-left: 3rem !important;
  }
  .gap-4xl-0 {
    gap: 0 !important;
  }
  .gap-4xl-1 {
    gap: 0.25rem !important;
  }
  .gap-4xl-2 {
    gap: 0.5rem !important;
  }
  .gap-4xl-3 {
    gap: 1rem !important;
  }
  .gap-4xl-4 {
    gap: 1.5rem !important;
  }
  .gap-4xl-5 {
    gap: 3rem !important;
  }
  .row-gap-4xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-4xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-4xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-4xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-4xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-4xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-4xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-4xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-4xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-4xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-4xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-4xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-4xl-start {
    text-align: left !important;
  }
  .text-4xl-end {
    text-align: right !important;
  }
  .text-4xl-center {
    text-align: center !important;
  }
}

.text-decoration-blue {
    color: rgba(var(--bs-link-color-rgb)) !important;
}

.table-fixed tbody {
    display:block;
    height:85vh;
    overflow:auto;
}
.table-fixed thead, .table-fixed tbody tr {
    display:table;
    width:100%;
}

ul li.list-nobullet{
    list-style-type: none;
}


.messagebox {
  border: 1px solid #ddd;
  background-color: red;
}




#mobileCards .card {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
  
#mobileCards .card-body {
    padding: 15px;
}
.scrollbar-menu-4xl::-webkit-scrollbar,
.scrollbar-height-content::-webkit-scrollbar,
.scrollbar-3xl::-webkit-scrollbar,
.scrollbar-2xl::-webkit-scrollbar,
.height-scrollbar::-webkit-scrollbar {
    width: 0px;
}


/* Remove Ukrainian Flag from Leaflet map (ukrainianFlag) */
.leaflet-attribution-flag {
  display: none;

}


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



.bg-even {
  background-color: var(--bs-light);
}

.bg-odd {
  background-color: rgba(var(--wtc-secondary-rgb));
}