/* The side navigation menu */
:root {
	--blue: #2B383E;
	--dark_grey: #6c757d;
	--light-grey: #F0F1F2;
	--yellow: #F1B545;
}

.sidebar-mobile {
	position: fixed;
	top: 10px;
	right: 1vw;
	font-family: "Roboto", sans-serif !important;
	color: var(--blue) !important;
	z-index: 1049;
	font-family: roboto;
}

#app-sidebar-mobile #variable-icon {
	background-color: var(--yellow) !important;
	color: black;
}

#app-sidebar-mobile .mobile-icon {
	color: var(--light-grey);
	padding-left: 13px;
	padding-top: 10px;
	width: 42px;
}

#app-sidebar-mobile .sidebar-first-item .dropdown-toggle {
	background-color: var(--yellow) !important;
	color: black;
}

.sidebar-first-item .dropdown-menu.show {
	background-color: var(--yellow);
}

.sidebar-mobile .card {
	border-width: 0 !important;
}

#app-sidebar-mobile .dropdown-toggle {
	white-space: nowrap;
	width: 42px;
	height: 42px;
	border-radius: 0 !important;
	background-color: var(--dark_grey);
	display: flex;
	justify-content: center;
}

#app-sidebar-mobile .dropdown-toggle:has(.is-open) {
	background-color: var(--blue) !important;
}

#app-sidebar-mobile .dropdown-toggle::before,
#app-sidebar-mobile .dropdown-toggle::after {
	display: None !important;
}

#app-sidebar-mobile .dropdown-menu {
	border-radius: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: scroll;
}

#app-sidebar-mobile #variable-dropdown-forecast,
#app-sidebar-mobile .dash-dropdown {
	position: absolute;
	width: 42px;
}

/* SETUP TITLE FOR SIDEBAR DROPDOWNS */
#app-sidebar-mobile #variable-dropdown-forecast div.Select-menu-outer .Select-menu .VirtualizedSelectDisabledOption {
	opacity: 1;
	color: black;
	display: flex;
	font-size: 18px;
}

#app-sidebar-mobile .Select-menu-outer {
	border: 0;
	border-radius: 0;
	background: var(--light-grey);
}

#app-sidebar-mobile .VirtualizedSelectOption {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: transparent;
	font-family: 'Roboto Sans', sans-serif;
}

/* OPACITY FOR BOTTOM VAR SIDEBAR ICON */
#app-sidebar-mobile #variable-dropdown-forecast .Select,
#app-sidebar-mobile .dropdown-toggle .Select {
	opacity: .02;
	height: 1px;
	top: 0;
	z-index: 1;
}

#app-sidebar-mobile .dropdown-toggle #share-dropdown .Select.is-open {
	top: 21px;
}

#app-sidebar-mobile .is-open {
	width: 243px;
	height: 27px;
	opacity: 1 !important;
	right: 243px;
	top: 1px;
}

/* =================== SIDEBAR HEADERS ==================================== */
/* SETUP HEADERS FOR MOBILE SIDEBAR DROPDOWNS */
/* MAKE MOVE THE ELEMENTS BELOW THE HEADER */
#app-sidebar-mobile .sidebar-dropdown-mobile .Select-menu {
	padding-top: 42px;
	border-radius: 0;
}

/* ENSURE THE BOTTOM CARET SECTION DOESN'T COVER OPTIONS */
#app-sidebar-mobile #models-dropdown .Select-menu,
#app-sidebar-mobile #was-dropdown .Select-menu {
	padding-bottom: 21px;
}

/* ADD CARETS TO SECTIONS THAT ARE SCROLLABLE */
#app-sidebar-mobile #models-dropdown .Select-menu::after,
#app-sidebar-mobile #was-dropdown .Select-menu::after {
	position: absolute;
	background-color: white;
	bottom: 0;
	width: 100%;
	text-rendering: auto;
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	content: "\f107";
	text-align: center;
	z-index: 1100;
}

/* SET UP DROPDOWN TITLE AREAS */
#app-sidebar-mobile .sidebar-dropdown-mobile .Select-menu::before {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	height: 42px;
	background-color: var(--blue);
	width: 100%;
	font-family: "Roboto", sans-serif !important;
	font-size: 18px;
	color: var(--light-grey);
	vertical-align: middle;
	padding-left: 8px;
	z-index: 1100;
}

/* ADD DROPDOWN TITLE */
#app-sidebar-mobile #models-dropdown .Select-menu::before {
	content: "Models";
}

/* ADD DROPDOWN TITLE */
#app-sidebar-mobile #prob-dropdown .Select-menu::before {
	content: "Probability of Exceedance";
}

/* ADD DROPDOWN TITLE */
#app-sidebar-mobile #was-dropdown .Select-menu::before {
	content: "Warning Advisory System";
}

/* ADD DROPDOWN TITLE */
#app-sidebar-mobile #view-dropdown .Select-menu::before {
	content: "Views";
}

/* =================== END SIDEBAR HEADERS ==================================== */

#downloads-dropdown .Select {
	width: 104px;
	background: var(--light-grey) !important;
}

#downloads-dropdown .is-open {
	width: 104px;
	right: 104px;
	background: var(--light-grey);
}

#downloads-dropdown .is-open .VirtualizedSelectFocusedOption {
	background: var(--light-grey);
}

#share-dropdown .is-open {
	width: 42px;
	height: 27px;
	opacity: 1 !important;
	right: 22px;
	top: 21px;
	transform: rotate(90deg);
}

#share-dropdown .VirtualizedSelectOption {
	padding-left: 13px;
	background: var(--light-grey);
}

#share-dropdown .Select-control {
	background: transparent;
}

#app-sidebar-mobile .Select-arrow:after {
	display: none;
}

#layers-dropdown-mobile {
	position: absolute;
	border-bottom: .6px solid #9b9999;
}

#layers-checklist .form-check-label:before {
	left: 7px;
}

#layers-dropdown-mobile .dropdown-toggle {
	background-color: transparent !important;
}

#layers-dropdown-mobile .dropdown-menu.show {
	overflow-y: visible;
	right: -2px !important;
	width: 243px;
	height: auto;
	border: none;
}

#app-sidebar-mobile .layers-toggle:has(.show) {
	background-color: var(--blue) !important;
}

#layers-dropdown-mobile .dropdown-header {
	width: 243px;
	background-color: var(--blue);
	font-family: "Roboto", sans-serif !important;
	font-size: 18px;
	height: 42px;
	color: var(--light-grey);
}

#layers-icon {
	padding-left: 10px !Important;
}

#layers-dropdown-mobile #layers-checklist .form-check {
	height: 37px;
	font-family: "Roboto", sans-serif !important;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

#layers-dropdown-mobile #layers-checklist .form-check-label {
	font-family: "Roboto", sans-serif !important;
	font-size: 17px;
	color: var(--blue);
	padding-left: 30px;
}

#layers-dropdown-mobile #layers-checklist {
	height: auto;
	padding: 5px;
	background-color: #cccccc47;
	font-family: "Roboto", sans-serif !important;
	font-size: 18px;
}

.twitter-share-button {
	transform: rotate(90deg);
}

#share_url {
	padding-top: 7px;
	color: black !important;
	text-decoration: none;
}


#downloads-dropdown a#btn-anim-download {
	color: black !important;
	text-decoration: none;
	color: #2B383E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

.disabled_menu_toast {
	right: 275px;
	display: inline-flex;
	position: absolute;
	border-radius: 4px;
	border: none;
	background-color: white;
}

#was-toast {
	top: 126px;
}

#prob-toast {
	top: 84px;
}

#layers-toast {
	bottom: 0px;
}

.disabled_menu_toast .toast-header {
	border-radius: 5px 0px 0px 5px;
	border-right: 8px;
}

.disabled_menu_toast .toast-body {
	border-radius: 0px 5px 5px 0px;
	padding: 1px 5px;
}

.disabled_menu_toast .toast-header .btn-close {
	margin: 0px;
}

.disabled_menu_toast>div {
	background: white;
	border-radius: 0px;
}

.disabled_menu_toast p {
	margin: 0px;
	padding: 0px;
	width: 215px;
}

.carousel-custom .carousel-indicators button {
	background-color: var(--yellow);
	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin: 0 25px;
}

.carousel-indicators {
	align-items: center;
	position: fixed;
	bottom: 85px;
}

#carousel-user-guide {
	color: var(--yellow);
	text-transform: uppercase;
}

#help-guide-modal .modal-header {
	border: none;
}

#help-guide-modal .modal-header .btn-close {
	background-color: var(--yellow);
	border-radius: 50%;
	margin-right: 7px;
	opacity: 1;
}

#help-guide-modal .modal-content {
	background: rgb(56 67 71);
}

#help-guide-modal .modal-body {
	text-align: left;
	text-wrap: pretty;
	color: white;
	padding: 0rem 3rem;
	margin-top: 0.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

#open-modal-button {
	background-color: transparent;
}

#help-guide-modal .modal-footer {
	border-top: none;
	justify-content: space-between;
	position: relative;
	bottom: 65px;
}

#info-guide-header {
	font-weight: 700;
}

#info-guide-image {
	max-height: 50%;
	padding-bottom: 1rem;
	align-self: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.carousel-caret {
	background: none;
	border: none;
	color: var(--yellow);
	font-size: 2rem;
}

.carousel-caret .fa-angle-left {
	position: fixed;
	bottom: 50%;
	padding: 15px 7px;
	background-color: var(--yellow);
	color: var(--blue);
	left: 0px;
}

.carousel-caret .fa-angle-right {
	position: fixed;
	padding: 15px 7px;
	bottom: 50%;
	background-color: var(--yellow);
	color: var(--blue);
	right: 0px;
}
