@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

table:not(.gsc-search-box):not(.gsc-input):not(.gsc-above-wrapper-area-container) tr td {
border-width: 1px;
padding:10px 23px;
}
thead, tbody, tfoot, tr, td, th {

vertical-align: top;
}
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-above-wrapper-area-container) thead {
& tr {
background-color: #E6E9F0;
}
}
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-above-wrapper-area-container) thead {
& tr th {
border:1px solid #d2d2d2;
padding:16px 22px;
}
}

table:not(.gsc-search-box):not(.gsc-input):not(.gsc-above-wrapper-area-container) {
& tr td {
background-color: rgba(230, 233, 240, 0.65);
border:1px solid #d2d2d2;
}
}
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-above-wrapper-area-container) {
tbody {
& :nth-child(even) td {
background-color: #F5F5F5 !important;
}
}
}
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-above-wrapper-area-container) {
thead ~ tbody {
& :nth-child(odd) td {
background-color: #F5F5F5 !important;
}
& :nth-child(even) td {
background-color: rgba(230, 233, 240, 0.65) !important;
}
}
}
.tableWrapper {
overflow-y: auto;
}
div#ServiceWaitTimes:has(table) {
overflow-x: auto;
}

#ServiceWaitTimes td {
background: none !important;
}
#ServiceWaitTimes {
tbody {
& tr {
background-color: rgba(230, 233, 240, 0.65);
}
}
}
#ServiceWaitTimes {
table {
& :nth-child(even) {
& tr {
background-color: #F5F5F5 !important;
}
}
}
}



#OfficeHoursSection {
	h2 {
				font-family: Montserrat;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}
}

/* H2 for side navbar */
#block-style-logonavbar-generalinformation-menu {
	& nav {
		font-family: "Roboto", sans-serif !important;
		color: #0a1e40;
		& :before {
		content: none !important;
		}
	}
}

.location-moreDetails  {
	& h2 {
		font-family: Montserrat;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}
	& .location-info-hoursAndServices {
		& h3 {
			font-family: Lato;
			font-size: 20px;
			font-style: normal;
			font-weight: 700;
			line-height: 150%;
		}
		
		& p {
		font-family: Lato;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 150%;
		padding-bottom: 40px;
		}
		
		& span {
			font-family: Lato;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 150%;
		}
		& a {
			text-decoration: none;
			
		}
		& a:hover {
			text-decoration: underline !important;
		}
	}
}

.location-moreDetails {
	& img {
		max-width: 450px;
		height: auto;
	}
}

.location-waitTimeMessage {
	& a:hover {
		text-decoration: underline !important;
	}
}

.location-moreDetails .location-info-contact p.location-address a  {
	font-family: Lato;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: #232323;
	text-decoration: none;
	    margin-top: 2px;
	
}

.location-moreDetails .location-info-contact p.location-address a:hover {
		text-decoration: underline;
	}
	
	.location-address {
		font-weight: 700;
	}
	
	.location-moreDetails .location-info-contact p.location-address:before {
		content: "";
		background: url("https://scdmv-dev.sc.gov/sites/scdmv/files/styles/thumbnail/public/2025-09/Group%206%20Copy%2028.png?itok=Mgp1h67e") !important;
  	width: 46px;
    height: 60px;
	}