body {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
}
/* Style for the overlay */
.overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
    z-index: 9999; /* Ensure it's on top of other elements */
	background-image: url("../original-4703d0ba72b72f87fa49a618a24a1f6d.gif");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
/*	background-size: cover; */
}

/* Optional: Style for a loading spinner or message within the overlay */
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
#dynamic_text {
	margin-bottom: 15rem !important;
}

.full-layout {
  min-height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  padding: 1rem; /* Adjust padding as needed */
  margin: 0; /* Reset margin to ensure full width */
}

/* Add this to ensure that there are no extra styles affecting the layout */
* {
  box-sizing: border-box;
  margin: 0;
}
.main {
	margin: 0.2rem;
}
.full-layout .row {
  flex-grow: 1;
}
.full-layout .row:last-child {
  flex-grow: 0;
}
.form-section {    
    padding: 1rem;
    border-radius: 5px;
}
.form-section-full {
	padding: 1rem;
    border-radius: 5px;
	min-height: 37rem !important;
}
.summary-section {
	background-color: #fff;
	border-left: 1px solid #ccc;
	padding: 20px;	
}
.footer {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 20px;
}
/* Adjust navbar-brand to accommodate the logo */
.navbar-brand {
	display: flex;
	align-items: center;
}

.navbar-brand img {
	margin-left: 2rem; /* Adjust the space between logo and brand text */
}
.navbar-toggler {
	border: none;
	color: #000;
	cursor: pointer;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.w-8 {
	width: 80% !important;
}
.login {
	position:relative;
	background:url('../../images/gkwr-bg.gif') repeat-x bottom ;
	border:1px solid #bcbcbc;
}
.faqs {
	margin-bottom:15px;
 }

h2.faqs {
	color:#2e3192;	
	font-weight:bold;
	margin-bottom:5px;
}

h3.faqs {
	color:#2e3192;	
	font-weight:bold;
	margin-bottom:5px;
}

h4.faqs {
	color:#2e3192;	
	font-weight:bold;
	margin-bottom:5px;
}

.faqs a:link, .faqs a:visited {
	color:#2E3192;
	text-decoration:underline;
}
.error-field {
	color: #e00;
	font-weight: bold;
	margin: 5px 0;
}
.required-field {
	color: #e00;
	font-weight: bold;
}
#zones_list, #zone-ajax-overlay {
	min-height: 450px;
}

.zones-list-item {	
	clear: both;
	margin-bottom: 8px;
}

.zone-label {
	display: inline-block;
	font-weight: bold;
}

.zones-list-thumbnail {
	float: left;
	padding: 12px;
/*	margin-right: 5px;*/
	border: solid 1px #ccc;
	text-align: center;
}

/*.zones-list-thumbnail, .zones-list-detail {
	height: 76px;
}*/

div.zones-list-thumbnail label {
	text-align: left;
}

.zone-keyword-container {
	float: left;
	border-right: solid 1px #ccc;
	height: 71px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.zone-sorry {
    font-weight: bold;
    font-size: 125%;
    text-align: center;
    margin-top: 30px;
}

.zone-data-header {
	background: #17a2b8;
	color: #fff;	
	margin-bottom: 5px;
    padding: 2px 0px;
}

.zone-data-header div {
    display: inline;
}

.zones-list-data {
	border: solid 1px #ccc;
	float: left;
}

.zone-data-header-label {
	margin: 0 2px;
}

.zone-data-spacer {
	margin: 0px 12px;
}

.zone-more-keywords-container {
	float: left; 
	text-align: center; 
	margin-top: 5px;
}

.zone-keyword-label {
    float: left;    
    margin: 5px 10px 5px 5px;
}

.zone-data-header-anchor {
    color: #fff !important;
    background: transparent url('../../images/icons/page_go.png') no-repeat scroll right;
    padding-right: 20px;
    text-align: right;    
    display: inline-block;
}

#zone-ajax-overlay {
	z-index: 999;
	background: white url('../../images/ajax-loader.gif') no-repeat scroll center;
    filter:alpha(opacity=55);
    -moz-opacity:0.55;
}

#zones_list a.zone-keyword-click, #TB_window a.zone-keyword-click {
    background: transparent url('../../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: inline-block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 3px;
    padding-right: 18px;   /* sliding doors padding */
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

#zones_list a.zone-keyword-click span.label, #TB_window a.zone-keyword-click span.label {
    background: transparent url('../../images/bg_button_span.gif') no-repeat scroll top left;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 0px;
    outline: none;
    text-indent: 8px;
}

#zones_list a.zone-keyword-click:active, #TB_window a.zone-keyword-click:active {
    background: transparent url('../../images/bg_button_a.gif') no-repeat scroll bottom right;
    color: #444;
    display: inline-block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 3px;
    padding-right: 18px;   /* sliding doors padding */
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

#zones_list a.zone-keyword-click:active span.label, #TB_window a.zone-keyword-click:active span.label {
    background: transparent url('../../images/bg_button_span.gif') no-repeat scroll bottom left;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 0px;
    outline: none;
    text-indent: 8px;
}

#zones_list a.zone-keyword-click-disabled {
    background: transparent url('../../images/disabled.gif') no-repeat scroll top right;
    color: #888;
    display: inline-block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 3px;
    padding-right: 18px;   /* sliding doors padding */
    text-decoration: none;
    outline: none;
    cursor: default;
}

#zones_list a.zone-keyword-click-disabled span.label {
    background: transparent url('../../images/disabled.gif') no-repeat scroll top left;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 0px;
    outline: none;
    text-indent: 8px;
}

#zones_list a.zone-keyword-click span.add, #zones_list a.zone-keyword-click:active span.add,
#TB_window a.zone-keyword-click span.add, #TB_window a.zone-keyword-click span.add {
    background: transparent url('../../images/icons/add.png') no-repeat scroll 0 0;
    padding-left: 20px;
}

#zones_list_pager {
	text-align: center;
}

#zones_list_pager a, #zones_list_pager span {
	padding: 3px 5px;
	color: blue;
	cursor: pointer;
}

#zones_list_pager .zone-pager-disabled {
	cursor: default;
	color: black;
}

#zones_list_pager .zone-pager-prev {
	background: transparent url('../../images/arrow_left.gif') no-repeat scroll left center;
	padding-left: 12px;
}

#zones_list_pager .zone-pager-next {
	background: transparent url('../../images/arrow_right.gif') no-repeat scroll right center;
	padding-right: 12px;
}

#captcha_on_help, #campaign_help, #ad_group_help, #market_help, #timezone_help, #ppc_help,
#kwr_help, #suggest_help, #matching_help, #excluded_help, #title_help, #description_help,
#display_url_help, #cvv_help, #start_date_help, #end_date_help, #budget_period_help,
#spending_limit_help, #min_deposit_help {behavior: url('../../css/iepngfix.htc');}
.form-check-inline + .form-check-inline {
  border-left: 1px solid #ccc; /* Adjust the border color and style as needed */
  padding-left: 10px; /* Adjust the padding as needed */
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-light-custom {
	background-color: #e3f2fd !important;
}
.bg-light-custom-1 {
    background-color: #d9d9d9 !important;
}
.nav-link .bi {
  margin-right: 0.5rem; /* Adjust the spacing as needed */
}
.hide {
	display: none !important;
}

header {
    z-index: 0;
}

.with-overlay {
	position: fixed;
	left: auto;
	top: 3.7rem;
	z-index: 1;
	padding: 1rem;
	background: #e3f2fd;
	color: black;
	font-weight: bold;
/*	border-radius: 2rem;*/
}
.with-overlay-to-right {
	border-radius: 1rem;
	border: 1px solid #185481;
	position: fixed;
	right: 1rem;
	top: 4rem;
	z-index: 3;
	padding: 1rem;
	background: #c5dced;
	color: black;
	font-weight: bold;
}
.dropdown-menu-end {
    --bs-dropdown-min-width: 8rem;
}
.dropdown-menu-left {
    --bs-dropdown-min-width: 12rem;
    --bs-dropdown-padding-x: .25rem;
    --bs-dropdown-padding-y: .25rem;
    --bs-dropdown-link-hover-bg: rgba(var(--bd-violet-rgb), .1);
    --bs-dropdown-link-active-bg: rgba(var(--bd-violet-rgb), 1);
    --bs-dropdown-font-size: .875rem;
    font-size: .875rem;
    border-radius: 0.5rem;
    box-shadow: var(--bs-box-shadow);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 1px solid;
}
.card-header-custom {
	padding: 0.25rem 0.50rem !important;    
	background-color: #2681C4 !important; 
	color: #FFF;		  
}
.panel {
    border-width: 1px;
    border-style: solid;
    border-color: #e3f2fd;
    background-color: #e3f2fd;
}
.table_numrows {
	height: 80%;
	margin-left: 5%;
	width: 3rem;
}
.search2{
	height: 80%;
	margin-left: 5%;
	width: 5rem;	
}
.fs-16 {
	font-size: 1rem;
}
.w-5r {
	width: 5rem !important;
}
/*#previewImageBox img {
	width: 100% !important;
	height: 100% !important;
}*/
.breadcrumb-item.active {
    color: #0b7ce1;
}
.bg-light-str {
    background-color: rgba(0,0,0,.05) !important;
}
.canvas-area {
	height: 480px !important;
	min-height: 479px !important;
}
.form-control {
	border: 1px solid #343a40 !important;
}
.mt-8 {
	margin-top: 8rem!important;
}
.w-50 {
	width: 50% !important; 
}
.navbar-top {
	    padding: 0rem 1rem !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #92c6ed !important;
}
.dropdown-menu {
	    padding: 0 !important;
}
.list-group-item {
	border: 0 !important;
}
.navbar-text {
	padding-top: 0.3rem !important;
}
#area_naics {
	min-height: 58px;
	max-height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
}

.stepper {
  .line {
    width: 2px;
    background-color: lightgrey !important;
  }
  .lead {
    font-size: 1rem;
  }
}

#previewBox .title {
    padding: 2px;
    font: bold 12px Tahoma;
    color: blue;
    text-decoration: underline;
}

#previewBox .url {
    color: green;
}

#previewBox {
	min-height: 5rem;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}
.large-icon {
	font-size: 1.5rem; /* You can adjust the value as needed */
}
	.h7 {
	font-size: 0.75rem !important;
}
#left-sidebar {
	max-width: 235px;
	width: 235px;
}
#right-sidebar {
	max-width: 350px;
	width: 350px;
}
.testimonial-group {
	max-width: 460px;
}
.testimonial-group > .row {
	overflow-x: auto;
	flex-wrap: nowrap;
}
.card-header {
	padding: 0.15rem 0.15rem !important;    
}
/*Custom UI for Preview Modal Popup*/
.modal-content {
	position: relative;
	padding-top: 30px; 
}
.custom_close {
    position: absolute !important;
    right: -15px !important;
    top: -15px !important;        
    opacity: 1 !important;
}
.custom_close:hover {
    color: #000;
    opacity: 1;
}
.advance_pre {
	display: flex;
	align-items: center;
	justify-content: flex-end; 
}
.full-width-iframe {
	width: 100%;
	height: 85vh; /* Adjust height as needed */
	border: 0;
}
.modal-xl .modal-content {
	height: 100%;
}

.modal-xl .modal-body {
	padding: 0;
	height: 100%;
}
.modal-xl {
	max-width: 90% !important; /* Adjust this value as needed */
	width: 90% !important;
}
/* Make the iframe responsive */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#map_loc_pref { 
	height: 400px; 
	width: 100%;
}
#selected-locations { 
	margin-top: 20px;
}
#location_preference {
	max-height: 600px;
	overflow-y: auto;
}
/*Custom UI for Preview Modal Popup Ends here*/