@charset "UTF-8";

/**
*
* GLOBAL DEFAULTS
*
 */
/**
*
* GLOBAL STYLES
*
 */

/* TABLES */

.budget-top-parent {
	background-color: 	#c07170 !important;
	color: 				#f6eeeb !important;
	vertical-align: 	middle;
}

/* Site dev warning styles */
#site-dev-warning {
	border: none;
	border-bottom: 3px solid #dc3545;
	border-radius: 0;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	position: relative;
}

#site-dev-warning svg,
#cart-dev-warning svg {
	vertical-align: text-bottom;
	margin: 0 10px;
}

#site-dev-warning-close {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

.header, #main-content {
	transition: top 0.3s ease, margin-top 0.3s ease;
}

.center {
	text-align: center !important;
}

.horiz {
	display: inline;
}

.form-select:focus {
	border-color: #ffdcad !important;
}

/**
	*
	* NORMAL PAGE STYLES
	* TODO: ALL OF THIS WILL BE REPLACED
	 */
.priority-high {
	background-color: rgba(255, 0, 0, 0.1);
}

.priority-low {
	background-color: rgba(0, 255, 0, 0.1);
}

.clickable:hover {  /* highlights items that have associated menus when hovered */
	background-color:	yellow !important;
	cursor: 			grab;
}

.error {  /* cell color for errors */
	background: #e88;
}

.warning {  /* cell color for warnings */
	background: #ffb6c1;
}

.collapsible {  /* collapse button on line items */
	font-weight: 	bold;
	padding: 		2px;
}

.expand,
.collapse,
.information {  /* buttons on line items */
	font-weight: 	bold;
	font-size: 		120%;
	padding: 		4px;
}

.goldenrod {
	background-color: goldenrod;
}

.hide {  /* used to hide items by default */
	display: none;
}

.invis {  /* used to hide items by default but retain their space */
	visibility: hidden;
}

.over {  /* cell color if over budget */
	background: #ecc !important;
}

.bold-over {
	font-weight: bold;
	color: red;
}

.bold-under {
	font-weight: bold;
	color: green;
}

.blank {
	display: none;
}

.bt-mob-header {
	width: 			100vw !important;
	white-space: 	nowrap !important;
	overflow: 		hidden !important;
	text-overflow: 	ellipsis !important;
}

.bt-mob-fixed {
	width: 		84px !important;
	max-width: 	84px !important;
	min-width: 	84px !important;
	padding: 	0 !important;
	margin: 	0 !important;
	overflow: 	hidden !important;
}

.bt-fixed-cell {
	align-items: start !important;
}

.bt-fix-content {
	width: 100%;
}

.bt-mob-content {
	display: 		flex;
	flex-direction:	column;
	width:			100%;
	max-width:		76px;
}

.btn-flex-none {
	flex: none;
}

/* Add specific styling for the menu button */
.bt-mob-fixed .bt-mob-buttons button:last-child {
	margin-left: auto;  /* This will push the menu button to the right */
}

.bt-mob-fixed .bt-mob-buttons .feather {
	width: 16px;
	height: 16px;
}

.bt-fix-buttons {
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}

.bt-mob-fixed .bt-path-name-mobile {
	font-size: 0.8rem;
	text-align: center;
	text-overflow: ellipsis;
	flex-wrap: wrap;
	hyphens: auto;
	display: block;
}

.bt-path-name-mobile .line_menu {
	display: block;
	white-space: normal;
	line-height: 1.2;
}

.preset_header {
	background-color: #dedede;
	border-radius: 8px;  /* Rounded corners */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  /* Subtle shadow for depth */
	padding: 7px;  /* Spacing inside the container */
	margin: 7px;  /* Spacing outside the container */
}

.rwg {  /* gradient for status button */
	background: linear-gradient(red, #fff, green);
}

.transparent {  /* background to override colors on no-status display */
	background-color: transparent !important;
}

.under {  /* cell color if under budget */
	background: #cec !important;
}

.unavailable {  /* set on any disabled features */
	display: none;
}

/*
.used {
	text-decoration: underline;
}
*/

.underline {
	text-decoration: underline;
}

td[group] {  /* right-align all of the numeric table cells */
	text-align: right;
}

.menu {  /* pop-up menus */
	background: #dedede;
	border: 2px solid #000;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1200;
}

.row_headers {
	width: 150px;
	text-align: right;
}

.col_headers {
	width: 75px;
	text-align: center;
}

.select_start {
	display: block;
	margin: 0 auto;
}

.menu-item {  /* gaps around menu items */
	padding: 2px;
	white-space: nowrap;
}

.menu-item:hover {  /* highlight a menu item when the pointer is over it */
	background: #ededed;
}

.spinner {  /* cursor displayed over document body while waiting for back-end response */
	cursor: wait;
}

/* Main Menu */
#header {  /* page header */
	background:				#fedbad;
	border-bottom:			1px solid #fa874E;
	left:					0;
	padding:				0px 20px;
	position:				fixed;
	display:				block;
	top:					0;
	width:					100%;
	margin-right:			1%;
	z-index:				15;
	height:					65px;
	vertical-align:			middle;
}

#header span button {
	background-color:		#f0f0f0;
	border:					1px solid #d0d0d0;
	border-radius:			4px;
	cursor:					pointer;
	font-size:				14px;
	font-weight:			200;
	line-height:			1.4;
	padding:				3px 12px;
	text-align:				center;
	text-shadow:			0 1px 0 #fff;
	transition:				all 0.1s ease;
}

#header span button:active {
	background: #e5e5e5;
	box-shadow: inset 0 0 5px #c1c1c1;
	outline: 0;
}

.minioverlay {  /* pop-up menus */
	background: #fff;
	border: 1px solid #672e02;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 12;
}

/* Specific styles for header navigation icons */
.header-icon {
	background: #f8f9fa;  /* Light background to highlight icons */
	padding: 4px;  /* Ensure consistent padding */
	border-radius: 6px;  /* Rounded corners for a polished look */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;  /* Ensure uniform size */
	height: 24px;
}

.header-icon:hover {
	background: #e9ecef;  /* Slightly darker background on hover */
	transform: scale(1.1);  /* Subtle zoom effect */
}

.header-icon:active {
	background: 		#dee2e6;
}

.inactive_button {  /* space around header buttons */
	box-shadow:
	 					0 5px #b0b0b0,
	  					0 3px 0 0 rgba(0, 0, 0, 0.2);
}

.inactive_button:hover {
	box-shadow:
	  					0 4px #aaa,
	  					0 5px 0 0 rgba(0, 0, 0, 0.25);  /* Smaller shadow for hover effect */
	transform: 				translateY(1px);  /* Move up to simulate hover */
}

.active_button {
	box-shadow:
	  					0 1px #a0a0a0,
	  					0 2px 0 0 rgba(0, 0, 0, 0.3);  /* Smaller shadow for click effect */
	transform: 				translateY(4px);  /* Move down to simulate press */
}

.active_button:hover {
	background-color: 		#e5e5e5;
}

#budget {  /* budget table */
	border-collapse:		 collapse;
	width: 					100%;
	margin-right: 			7px;
	position: 				absolute;
	top: 					60px;
}

#budget th {  /* needed because we can't collape borders due to sticky bug */
	outline: 				1px solid #000;
	text-align: 			center;
}

#budget th,
#budget td {  /* needed because we can't collape borders due to sticky bug */
	border-left: 1px solid #000;
}

#budget_wrapper {  /* budget table */
	margin-top: 			65px;
}

#text_column_edit_dialog_text {
	font-size: 				200%;
}

.crewtable td[name="comments"] {
	white-space: 			normal;
}

.tca {
	border: 				4px solid #000;
	padding: 				10px;
}

.tca td {
	white-space: 			normal;
}

.sticky {  /* keeps budget table header from scrolling */
	position: 				sticky;
	inset-block-start: 		65px;
	z-index: 				0;
}

.dtfh-floatingparent {
	width: 100vw;
}

.fixedHeader-floating th {
	border: solid 1px #000;
}

.th-group {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	max-width: 0;
}

/* Style for the buttons inside the navigation container */
.bt-nav {
	display: 		block;
	margin-bottom: 	10px;
}

.path-header {
	display: 		block;
	margin-bottom: 	8px;
	margin-left: 	8px;
}

.right-bt-button {  /* right-align the buttons in the budget table */
	float: 		right;
	display: 	none;
	right: 		0;
	z-index: 	10;
	cursor: 	pointer;
}

#budget .dt-column-order {
	display: none;
}

.crewtable .dt-column-order {
	display: block !important;
}

.left-bt-button {  /* left-align the buttons in the budget table */
	z-index: 	10;
	cursor: 	pointer;
	display: 	none;
}

.dt-layout-table {
	width: 		100%;
	min-width: 	100%;
	max-width: 	100%;
}

.row {
	max-width: 		100% !important;
	display: 		block;
	margin-right: 	0px !important;
	padding-right: 	0px !important;
	margin-left: 	0px !important;
	padding-left: 	0px !important;
}

.crewtable {  /* crew table */
	border-collapse:	collapse;
	padding: 			0;
	width:				99%;
	max-width:			100%;
}

.ct-container {  /* crew table */
	max-width: 100vw;
}

tr.dt-hasChild + tr > td {
	padding: 0;
}

.crewtable tbody,
.crewtable td {  /* crew table */
	border: 1px solid black;
	padding: 2px;
}

.crewtable td {  /* crew table */
	white-space:			normal;
}

table.dataTable > tbody > tr.child ul.dtr-details {
	/* wrap text */
	white-space:			normal;
	width:					100%;
}

.dialog {  /* dialogs */
	background:				#ccc;
	border:					2px solid black;
	border-radius:			20px;
	display:				none;
	position:				absolute;
	z-index:				12;
	padding:				10px;
}

.year-banner {
	background-color: #faebd7;
}

.top,
#last-logged-in {
	vertical-align: top;
}

input[type="text"],
input[type="password"] {
	border:					1px solid #ccc;
	border-radius:			4px;
	box-sizing:				border-box;
	display:				inline-block;
	padding:				10px;
}

input[type="text"]:focus,
input[type="password"]:focus {  /* Focus styles for inputs */
	border-color:			#5cacee;
	outline:				none;
}

input[type="radio"],
input[type="checkbox"] {  /* Apply margin to all radio buttons */
	margin-left:			8px;
	margin-right:			2px;
}

.budget_item_check_all,
#line_item_checkboxes_all {  /* check all budget items */
	margin:					5px;
	padding:				5px 10px;
	background-color:		#007bff;
	color:					white;
	border:					none;
	border-radius:			4px;
	cursor:					pointer;
}

.preset_container {
	flex-wrap:				wrap;
	gap:					10px;
	padding:				10px;
	border-radius:			5px;
}

.preset_container,
.preset_label {
	display:				flex;
	align-items:			center;
}

.preset_label {
	gap:					5px;
}

.preset_title {
	display:				block;
	font-size:				1.2em;
	margin-right:			auto;
}

#line_item_visibility_section {
	display:				flex;
	flex-direction:			column;
	align-items:			center;
	padding:				20px;
}

#line_item_visibility {
	display:				flex;
	justify-content:		space-between;
	margin-bottom:			10px;
}

#line_item_checkboxes {
	display:				flex;
	flex-direction:			column;
	align-items:			flex-start;
	width:					100%;
}

/* Styles for the button */
#new_preset {
	background-color:	   #007bff;
	color:				   white;
	border:					none;
	padding:				10px 15px;
	font-size:				1em;
	border-radius:			4px;
	cursor:					pointer;
	box-shadow:				0px 2px 4px rgba(0, 0, 0, 0.2);
}

.relative {
	position: relative;
}

.column-name_orig:hover .edit {  /* display the edit button for the person */
	cursor:					grab;
	display:				inline;
	position:				absolute;
	right:					0px;
	top:					0px;
}

/* Custom Selection Mode Styles */
.crewtable tr.custom-select-mode {
	cursor: pointer;
}

.crewtable tr.custom-select-mode:hover {
	background-color: #e9ecef !important;
}

.crewtable tr.custom-select-mode.selected {
	background-color: #cfe2ff !important;
}

.crewtable tr.custom-select-mode .action-button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

/**
*
* LOGIN PAGE STYLES
*
*/
.container-login {
	width: 90%;
	max-width: 600px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: auto;
}

.login-image-container img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.login-button {
	width: 100%;
	padding: 10px;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
}

.login-password-input {
	display: inline !important;
}

.login-password-input,
.login-input {
	padding: 10px;
	border: 1px solid #ccc;
}

.login-input {
	margin: 10px 0;
}

.recover {
	display: none;
}

.search-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
}

.sunshine-icon {
	filter: drop-shadow(0 0 2px rgba(250, 135, 78, 0.3));
	transition: transform 0.3s ease;
}

.sunshine-icon:hover {
	transform: rotate(45deg);
	filter: drop-shadow(0 0 4px rgba(250, 135, 78, 0.5));
}

.btn-outline-success {
	color: #198754 !important;
	border-color: #198754 !important;
	background-color: transparent !important;
}

.btn-outline-success:hover {
	color: #fff !important;
	background-color: #198754 !important;
	border-color: #198754 !important;
}

.dropdown-menu {
	display: none;
	position: fixed;
	z-index: 1050;
	min-width: 200px;
}

.dropdown-menu.show {
	display: block;
}

.clickable {
	cursor: pointer;
}

/* Hide menu items by default to prevent flash during load */
.nav-item.menu-hidden {
	display: none !important;
}

/* Basic table styling */
.tab-pane table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
}

/* Cell styling */
.tab-pane td {
	padding: 0.75rem;
	border: 1px solid #dee2e6;
	vertical-align: middle;
}

/* Text nowrap cells */
.text-nowrap {
	white-space: nowrap;
	padding-right: 1rem;
}

/* Alternating row colors */
.tab-pane tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.02);
}

/* Hover effect */
.tab-pane tr:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

/* Icon styling */
.feather.feather-eye {
	margin-right: 0.5rem;
	color: #6c757d;
}

/* Active tab content */
.tab-pane.fade.show.active {
	padding: 1rem;
}

.hide-breakpoint {
	display: none !important;
}

/* Badge styling */
#line_item_checkboxes .badge {
	font-size:		0.85rem;
	font-weight:	normal;
	padding:		0.35em 0.65em;
	transition:		all 0.2s ease-in-out;
}

/* Container styling */
#line_item_checkboxes > div {
	transition: background-color 0.2s ease;
}

#line_item_checkboxes > div:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.login-password-input,
#show {
	display: inline-flex;
	align-items: center;
	height: 100%;
}

#show i {
	vertical-align: middle;
}

#main-content,
.ct-pane {
	padding: 0px !important;
}

.questions-form {
	display:	grid;
	gap:		1.5rem;
	max-width:	600px;
	margin:		0 auto;
}

.form-group {
	display:		flex;
	flex-direction:	column;
	gap:			0.5rem;
}

.form-group label {
	font-weight:	500;
	color:			#666;
}

/* TODO stuff that Jon added that may need to be better integrated by someone who knows what they're doing */

.anchor-column {
	left:		0;
	position:	sticky;
	max-width:	50vw;
	min-width: 	30vw;
	width:		30vw;
	text-wrap: 	auto;
}

#budget thead {
	position:	sticky;
	top:		60px;
	z-index:	10;
}

.custom-popover {
	--bs-popover-max-width:			200px;
	--bs-popover-border-color:		var(--bd-violet-bg);
	--bs-popover-header-bg:			var(--bd-violet-bg);
	--bs-popover-header-color:		var(--bs-white);
	--bs-popover-body-padding-x:	1rem;
	--bs-popover-body-padding-y:	0.5rem;
	z-index:						10;
	background-color:				LightGray;
}

.has-popover {
	cursor: pointer;
}

.has-popover:hover {
	background-color:	#fcd9ef !important;
	cursor:				grab;
}

.custom-popover div:hover {
	background-color:	DarkGray;
}

.italic {
	font-style:	italic;
}

.bold {
	font-weight: bold !important;
}

.menu-item-disabled {
	color:			#888;
	padding:		2px;
	white-space:	 nowrap;
}

.header {
	background-color:	beige;
	z-index:			1;
}

.nowrap {
	white-space: nowrap;
}

.fleft {
	float: left;
}

.right,
.arrows {
	float: right;
}

.arrows {
	line-height: 14px;
}

.big {
	font-size: 200%;
}

.up,
.down {
	cursor: pointer;
}

.calendar,
.fit {
	width: fit-content !important;
}

.normal {
	white-space: normal;
}

.header .nav-item {
	cursor: pointer;
}

.always-hide {
	display: none;
}

/* Insurance document styles */
.insurance-container {
	padding: 15px;
}

.insurance-header {
	margin-bottom:	20px;
	text-align:		center;
}

.insurance-images-container {
	display:		flex;
	flex-wrap:		wrap;
	gap:			15px;
	margin-bottom:	20px;
	min-height:		100px;
}

.insurance-image-wrapper {
	position:		relative;
	width:			200px;
	height:			200px;
	border:			1px solid #ddd;
	border-radius:	4px;
	overflow:		hidden;
}

.insurance-image {
	width:		100%;
	height:		100%;
	object-fit:	cover;
}

.insurance-delete-btn {
	position:		absolute;
	top:			5px;
	right:			5px;
	border-radius:	50%;
	width:			25px;
	height:			25px;
	padding:		0;
	font-size:		12px;
}

.insurance-delete-btn,
.pdf-icon {
	display:			flex;
	align-items:		center;
	justify-content:	center;
}

.pdf-icon {
	width:				100%;
	height:				100%;
	flex-direction: 	column;
	background-color:	#f8f9fa;
}

.pdf-icon i {
	font-size: 	60px;
	color:		#dc3545;
}

.pdf-icon span {
	margin-top: 10px;
}

.no-images {
	width: 			100%;
	padding: 		20px;
	text-align:		center;
	color: 			#6c757d;
	border:			1px dashed #ddd;
	border-radius:	4px;
}

.insurance-upload-container {
	display: 		flex;
	gap: 			10px;
	align-items: 	center;
}

input:invalid { /* bootstrap is useless */
	border-color: red;
}

/* ==================================
   MOBILE RESPONSIVE STYLES
   ================================== */

/* Mobile breakpoint for phones */
@media (max-width: 1200px) {
	/* Main content becomes scrollable container */
	body.mobile-view #main-content {
		-webkit-overflow-scrolling: touch;
		width: 100vw;
		height: 100vh;
	}

	/* Unset anchor column stickyness */
	.anchor-column {
		position: static !important;
		left: auto !important;
	}

	body.mobile-view #budget {
		position: relative !important;
	}
	/* Header adjustments for mobile */
	.header {
		padding: 0 10px !important;
		position: fixed !important;
		width: 100% !important;
		z-index: 1000 !important;
	}


	/* Mobile identity section in menu */
	#mobile-identity {
		cursor: pointer;
		text-decoration: underline;
		color: #0d6efd;
	}
	
	#mobile-identity:hover {
		color: #0a58ca;
	}
	
	/* Mobile spinner overlay */
	body.mobile-view .mobile-spinner-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9999;
	}
	
	/* Spinner animation */
	@keyframes spinner-rotate {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	
	.mobile-spinner-overlay .spinner {
		width: 40px;
		height: 40px;
		border: 4px solid rgba(255, 255, 255, 0.3);
		border-top-color: #007bff;
		border-radius: 50%;
		animation: spinner-rotate 1s linear infinite;
	}
	
	/* Mobile line item controls */
	body.mobile-view .line-item-controls {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 8px;
		gap: 8px;
	}

	body.mobile-view .line-item-controls .clickable.collapse[style*="display: inline"] {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-width: 40px;
		min-height: 40px;
		padding: 8px;
		border: 1px solid #dee2e6;
		border-radius: 4px;
		background-color: #f8f9fa;
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.2s;
		text-decoration: none;
	}
	
	body.mobile-view .line-item-controls .clickable:not(.hide) {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 40px;
		min-height: 40px;
		padding: 8px;
		border: 1px solid #dee2e6;
		border-radius: 4px;
		background-color: #f8f9fa;
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.2s;
		text-decoration: none;
	}
	
	body.mobile-view .line-item-controls .clickable:hover,
	body.mobile-view .line-item-controls .clickable:active {
		background-color: #e9ecef;
		border-color: #adb5bd;
		transform: scale(0.95);
	}
	
	body.mobile-view .line-item-controls .information {
		background-color: #d1ecf1;
		border-color: #bee5eb;
		color: #0c5460;
	}
	
	body.mobile-view .line-item-controls .information:hover,
	body.mobile-view .line-item-controls .information:active {
		background-color: #c1e2e9;
		border-color: #9bcdd5;
	}
	
	body.mobile-view .line_menu {
		display: block;
		margin-top: 4px;
		font-size: 16px;
		padding: 4px 0;
	}
	
	/* Desktop layout - keep inline */
	body:not(.mobile-view) .line-item-controls {
		display: inline;
	}
	
	body:not(.mobile-view) .line-item-controls .clickable {
		margin-right: 2px;
	}
	
	/* Ensure mobile menu modal appears above offcanvas */
	#mobile-menu-modal.modal {
		z-index: 1060 !important;
	}
	
	.modal-backdrop.show {
		z-index: 1054 !important;
	}
	

	/* Make clickable menu elements look like buttons on mobile */
	body.mobile-view .cell-menu {
		background-color: #f8f9fa;
		border: 1px solid #dee2e6;
		border-radius: 4px;
		padding: 4px 8px !important;
		text-align: center;
		cursor: pointer;
		transition: all 0.2s;
	}
	
	body.mobile-view .cell-menu:hover,
	body.mobile-view .cell-menu:active {
		background-color: #e9ecef;
		border-color: #adb5bd;
	}

	
	body.mobile-view .line_menu {
		text-decoration: underline;
		color: #3f67a3;
		cursor: pointer;
	}
	
	body.mobile-view span.clickable[type*="menu"],
	body.mobile-view span.clickable[property*="menu"] {
		background-color: #ffa72f;
		padding: 2px 6px;
		border-radius: 3px;
		min-width: 10em;
		min-height: 1.5em;
		cursor: pointer;
		display: inline-block;
		border: #000 solid 1px;
	}

	/* Making modal body scrollable */
	.modal-body {
		max-height: calc(100vh - 200px); 
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.modal-body table {
		margin-bottom: 0;
	}
	
}

/* Extra small devices (phones in portrait) */
@media (max-width: 576px) {
  /* smaller font sizes */
  #budget td, #budget th,
  .crewtable td, .crewtable th {
    font-size: 0.75rem;
    padding: 2px !important;
  }
  
  /* Full width buttons */
  .modal-footer .btn {
    flex: 1;
    margin: 0 5px;
  }
}

#name-entry-clear {
    margin-right: auto;
}
