html, body {
    overflow-x: hidden !important;
}

body {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5) !important;
    background-image: url('../../assets/headerimage.png') !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-color: #141414;
    width: 100%;
    margin: auto;
    padding: 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    text-align: center;
    word-wrap: break-work;
}

#huracanIncidentData-box {
	border-color: var(--theme-color) !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-radius: 0.3em !important;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #161923;
    border-radius: 3px;
    position: absolute;
    width: 15em;
    padding: 15px;
    z-index: 2;
}

#huracanIncidentData-date {
	margin-left: 15px;
	text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	color: whitesmoke;
}

#huracanIncidentData-content {
	font-size: 14.8px;
    line-height: 22.422px;
    font-size: 14px;
    line-height: 1.401375rem;
    margin: 10px 0px 2px 15px;
	font-family: 'Ubuntu', sans-serif;
	color: whitesmoke;
	text-align: left;
}

.form-control::placeholder {
    color: rgb(131, 131, 131) !important;
}

.bg-theme {
    background-color: var(--theme-color) !important;
}
.bd-theme, .linkeditem {
    border-style: solid;
    border-color: var(--theme-color) !important;
}
.text-theme {
    color: var(--theme-color) !important;
}
.btn-theme {
    color: white;
    background-color: var(--theme-color);
}
.btn-theme:hover {
    color: white;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}
.btn-outline-theme {
    border-color: var(--theme-color) !important;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
    background-color: var(--theme-color);
    border-color: var(--theme-color) !important;
}
.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-outline-theme {
    color: white;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.4em;
    transition: background-color ease-in-out .2s;
}

.login-auth-main {
    width: 40%;
    border-radius: 0.4em;
}

.login-auth-inner {
    width: 100%;
}

.footermain {
    position: fixed;
    bottom: 0;
    left: 1em;
    color: white;
}

.navbar-nav {
    margin-left: auto;
    margin-right: 0;
}

.nav-link {
    color: white !important;
}

.nav-link i {
    margin-top: 0.2em;
}

.navbar-brand {
    color: white !important;
    font-weight: 700;
}

.navbar-toggler {
    color: white;
    border-color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.searchbox, .searchbox:hover, .searchbox:focus {
    background-color: #111111;
    color: white;
}

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

.homelogo {
    width: 20em;
    height: auto;
    border-radius: 0.4em;
}

.navbar-bg-thatdark {
    background-color: rgba(17, 17, 17, 0.1) !important;
    color: white;
}

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

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

.bg-discord {
    background-color: #5865F2 !important;
}

.bd-discord {
    border-color: #5865F2 !important;
}

a {
    color: white;
    text-decoration: none;
    transition: color 1s
}

a:hover {
    color: var(--theme-color);
}

.exo {
    font-family: 'Exo', sans-serif !important;
}

.montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.sourcecodepro {
    font-family: 'Source Code Pro', monospace !important;
}

.worksans {
    font-family: 'Work Sans', sans-serif !important;
}

.bigfont {
    font-weight: 700 !important;
}

pre.hljs div {
	position: relative;
	float: right;
	background: #2A2A2A;
	border-radius: 0.2em;
}

pre.hljs div svg {
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	vertical-align: middle;
	height: 1.5em;
  	width: 1.5em;
	fill: rgba(92, 95, 110, 0.884);
	margin: 0.5em;
}

pre.hljs div svg:hover {
	fill: rgba(163, 164, 172, 0.884);
	cursor: pointer;
}

.hljs {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #ebebeb;
	font-family: 'Courier Prime', monospace;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #1F1F1F;
    border: 1px solid #969696;
    border-radius: 4px;
    text-align: start;
}

.hljs-comment,
.hljs-quote {
	color: #998;
	font-style: italic
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
	color: #c36ec1;
	font-weight: bold
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
	color: #cd9663
}

.hljs-string,
.hljs-doctag {
	color: #97c075
}

.hljs-property {
	color: #dc686d
}

.hljs-params {
	color: #dc686d
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
	color: #61a7dc;
	font-weight: bold;
}

.hljs-subst {
	font-weight: normal
}

.hljs-type,
.hljs-class .hljs-title {
	color: #458;
	font-weight: bold
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
	color: #000080;
	font-weight: normal
}

.hljs-regexp,
.hljs-link {
	color: #009926
}

.hljs-symbol,
.hljs-bullet {
	color: #990073
}

.hljs-built_in,
.hljs-builtin-name {
	color: #0086b3
}

.hljs-meta {
	color: rgb(165, 50, 180);
	font-weight: bold
}

.hljs-deletion {
	background: #fdd
}

.hljs-addition {
	background: #dfd
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: bold
}

code {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    /* margin: 0 0.25em; */
    padding: 0.25em 0.5em;
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
    color: rgb(243, 243, 243);
}

pre code {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #ebebeb;
    font-family: 'Courier Prime', monospace;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #4b4b4b;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.codeforced {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    /* margin: 0 0.25em; */
    padding: 0.25em 0.5em;
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
    color: rgb(243, 243, 243);
}

.customDiv {
    width: 100%;
    max-height: 25em;
    overflow-y: auto;
}

.customDiv2 {
    width: 100%;
    height: 50em;
    max-height: 50em;
    overflow-y: auto;
}

.nomargin {
    margin: 0 !important;
}

table {
    background-color: rgba(41, 41, 41, 0.3);
    line-height: 1;
    overflow-x: auto;
    overflow-y: auto;
    --bs-table-bg: none !important;
    --bs-table-color: none !important;
    --bs-table-bg: none !important;
}

table tr:nth-child(odd) {
    background-color: #181818;
}

table tr:nth-child(even) {
    background-color: #111111;
}

.btnnostyle {
    margin-top: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-style: none;
    border-color: transparent;
}

.closebutton {
    color: white;
    font-size: 2em;
}

.censor {
    filter: blur(3.5px);
    transition: filter 200ms ease-in-out;
}

.censor:hover, .censor:focus {
    filter: blur(0);
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

/* START Credit to Weblutions for this styling */

:root {
    /* Original: */
    --avgNone: #b3bac5;
    --avg0: #fb3506;
    --avg100: #00ff73;
}

.avgNone {fill: var(--avgNone);}
.avg0 {fill: var(--avg0);}
.avg100 {fill: var(--avg100);}

.pulse-button-green {
	position: relative;
	width: 20px;
	height: 20px;
	border: none;
	box-shadow: 0 0 0 0 rgba(94, 214, 99, 1);
	border-radius: 50%;
	background-color: #4caf50;
	background-size:cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.05s infinite cubic-bezier(0.20, 0, 0, 1);
	-moz-animation: pulse 1.05s infinite cubic-bezier(0.20, 0, 0, 1);
	-ms-animation: pulse 1.05s infinite cubic-bezier(0.20, 0, 0, 1);
	animation: pulse 1.05s infinite cubic-bezier(0.20, 0, 0, 1);
}

.pulse-button:hover {
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

.pulse-button-red {
  
	position: relative;
	width: 20px;
	height: 20px;
	border: none;
	box-shadow: 0 0 0 0 rgba(255, 109, 99, 1);
	border-radius: 50%;
	background-color: #e74b41; 
	background-size:cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.05s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.05s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.05s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.05s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button1:hover {
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}

/* END Credit to Weblutions for this styling */

.bd-primary {
    border-color: #006eff !important;
    border-width: 3px;
    border-style: solid;
}

.bd-danger {
    border-color: #ff004c !important;
    border-width: 3px;
    border-style: solid;
}

.bd-warning {
    border-color: #ffd000 !important;
    border-width: 3px;
    border-style: solid;
}

.bd-success {
    border-color: #19df7c !important;
    border-width: 3px;
    border-style: solid;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
    background: rgba(255, 0, 0, 0);
    /* background-color: transparent; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.075);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 0.445);
}

::-webkit-scrollbar-corner {
    background: rgba(136, 136, 136, 0.445);
}

@media (max-width: 480px) {
	#huracanIncidentData-box {
		width: 10em;
	}
	#huracanIncidentData-date {
		font-size: 18px;
	}
}

@media only screen and (max-width: 540px) {
    /* For mobile view */
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}
