html {
/* 	scroll-behavior: smooth; */
scroll-behavior: auto;
}


:root {
  --bc-font-color: #1f1f1f;
  --bc-light-font-color: #4f4f4f;
  
  --bc-action-color: #f6c445;
  
  --bc-action-color-alt: #9ac1ef;
  
  --bc-link-color: rgb(20, 110, 190);
  
  --bc-light-border-color: #f1f1f1;
}


body
{
	font-family: Ubuntu;
/* 	font-family: 'Lucida Grande'; */
/* 	background-color: #f5f5f5; */
}

*{
	font-family: Ubuntu;
}

h1, h2, h3, h4, h5, h6 , p
{
/* 	margin-top: 20px; */
/* 	margin-bottom: 10px; */
    
    	font-family: Ubuntu;
}

::placeholder 
{ /* Most modern browsers support this now. */
   color:    #9f9f9f !important;
   font-size: small;
/*    font-size: 12pt  !important; */
}

a
{
	color: var(--bc-link-color);
	text-decoration: none !important;
}

.bc-light-color
{
	color: var(--bc-light-font-color) !important;
}

h1, h2, h3, h4, h5, h6 , p.light
{
	color: var(--bc-light-font-color);
}

#home-jumbo-form-submit
{
	color: #4f4f4f;
}

.big_signup
{
	/*border: 1px  #2593D5 solid; */
	border-radius: 8px;
	background-color: #006699 !important;
	color: white  !important;
	/*padding: ;*/
	padding: 10px 23px;
	min-width: 330px;
}

.big_signup:input
{
	min-width: 330px;
}


.float_left
{
	float:left; 
}

.small-font
{
	font-size: 10pt;
}



.float_right
{
	float:right;
	margin-right: 40px;
	/*display: block;*/
	/*position: absolute;	*/
}

#container-front-page
{
	
	background-color: #1b5b79;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239c92ac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");

}

#container-offer-page
{

	background-color: #f5f5f5;
/* 	background-image: url(data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239c92ac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E);	 */

	background-repeat: repeat;
	
/* 	padding-left: 25px; */
	
	/* 	opacity: 0.5;	 */
}
#container-faq-page
{

	background-color: white;

}

#container-sellers-page
{

	background-color: white;
/	background-size: cover;
	
	padding-left: 25px;
	
}


#hero-wrapper
{
	
	width: 100%;
	position: relative;
	overflow: hidden;

}

#offer-hero-div
{
	height: 750px; 
}
/* 	color: white; */
/* 	height: 600px; */
	background: #DDECF2;
	color:rgb(105, 105, 105);
}

#offer-hero-div h1
{
	font-size: 65px;
}

#offer-hero-div h2
{
	font-size: 32px;
}


#home-jumboform-div
{
	width: 100%;
	text-align:center;
	
	color: white;
	
/* 	margin-top:180px; */
/* 	margin-bottom: 220px; */
	padding-top: 60px;
	padding-bottom: 60px;
	
}

#home-jumboform-div h1
{
	font-size: 64px;
/* 	text-shadow: 2px 2px #4f4f4f; */
	text-shadow: 2px 2px #084F70;

}

#home-jumbo-form-keyword {
/*     text-align: center; */
    padding: 6px;
    width: 400px;
    font-size: 18px;
    color: #6c6c6c;
    height: 48px;
    
    padding: 10px;
    
    margin: 0px auto;
    margin-top: 4px;
}


#form-keyword-small {
/*     text-align: center; */
/*     padding: 6px; */
    width: 400px;
/*     font-size: 18px; */
    color: #6c6c6c;
/*     height: 48px; */
    
    padding: 10px;
    
    margin: 0px auto;
    margin-top: 4px;
}



#home-jumbo-form
{
	
}

#home-jumbo-form input
{
	min-width: 500px;
}



/**************************************************************************/
.btn-checkout { 
	color: #FFFFFF !important;  
	background-color: #F6921E !important;  
	border-color: #F6921E !important;  
	box-shadow: rgb(219, 130, 26) 0px 4px 0px 0px !important;  
	border: 2px solid #F6921E !important;  
}

 
.btn-checkout:hover, 
.btn-checkout:focus, 
.btn-checkout:active, 
.btn-checkout.active, 
.open .dropdown-toggle.btn-checkout { 
  color: #fff; 
  background-color: #F99E34; 
  border-color: #F99E34;
  
  /*border-width: 4px;*/
 
  box-shadow: 0 4px 0 #DB821A;
 
  
} 
 
.btn-checkout:active, 
.btn-checkout.active, 
.open .dropdown-toggle.btn-checkout { 
  background-image: none; 
}  

.btn-checkout:disabled
{
	background:  #8DD18D;
	box-shadow: 0 4px 0 #78BA78;
	
}

/********************************************************************************/



/********************************************************************************/

a.signup_form_btn
{
	font-size: 16px;
	/* border: 1px #2593D5 solid; */
	border-radius: 5px;
	background-color: #F6921E;
	color: white !important;
	/* padding: ; */
/* 	padding: 7px 7px; */
	padding: 8px 16px;
	width: 100%;
}

a.signup_form_btn:hover
{
	/* border: 1px #2593D5 solid; */
	border-radius: 5px;
	background-color: #FFA51A;
	color: white !important;
	/* padding: ; */
	/* 	padding: 7px 7px; */
	padding: 8px 16px;
	width: 100%;
}


a.signup_form_btn:active
{
	/* border: 1px #2593D5 solid; */
	border-radius: 5px;
	background-color: #FFA51A;
	color: white !important;
	/* padding: ; */
	/* 	padding: 7px 7px; */
	padding: 8px 16px;
	width: 100%;
}


a.signup_form_btn:visited
{
	/* border: 1px #2593D5 solid; */
	border-radius: 5px;
	background-color: #FFA51A;
	color: white !important;
	/* padding: ; */
	/* 	padding: 7px 7px; */
	padding: 8px 16px;
	width: 100%;
}


/********************************************************************************/




#never-been-easier
{	
	display: block;
/* 	margin-top: 200px; */
	text-align: center;
/* 	background: #f0f0f0; */
	padding-bottom: 60px;
}




#footer
{
	background: #fff;
	color: #7a7a7a;
	
	min-height: 200px;
}

#footer a
{
	color: #4f4f4f;
}


.pagination small
{
	font-size: 12px;
}







/******************** Offer Box CSS ********************************/

.offer-box
{
	
	/* 	background-color: #333; */
/* 	padding: 15px; */
	
/* 	background-color: rgba(30,30,30,0.9); */
	background-color: #084F70;
	min-height: 120px;
}

.offer-box-label
{
/* 	color: #fff; */
/* 	font-size: 18px; */
	font-weight: normal;
	
	
}

#offer-box-input
{	
	color: #4f4f4f;
	/* 	opacity: 1.0;  */
	background: rgba(255, 255,255, 1);
}



.inside
{
	/* 	background-color: rgba(50,50,50,0.9); */
	
	border: none;
	/* 	opacity: 1; */
	
	/* 	background: rgba(255, 0, 0, 1); */
}


.offer-box::after {
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #d8d8d8;
	content: "";
	height: 0;
	position: absolute;
	right:-5px;
	top: calc(50% - 10px);
	width: 0;
}
.offer-box:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.inquire-form-title
{
	color: white;
	background: #00a1ab;
	
	
}

.inquire-form-title h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-size:	20px !important;
	
	padding: 10px;
}



.inline_list
{
	margin: 15px;
	padding: 15px;
	
	margin-left: 0px;
	padding-left: 0px;	
}

.inline_list li
{
	display: inline;
	margin-right: 25px;
}


#faq-inquire
{
	font-weight: normal;
}  


#faq-inquire p
{
	font-weight: normal;
	font-size: 14px;
}



#faq-inquire h4
{
	color: #00a1ab;
	font-size: 1.2em;
}



#container-offer-thank-you-page
{
	background: #DDECF2;
	color: #555;	
	padding: 20px;
	text-align: center;
}



#container404
{ 
	background: #DDECF2;
	background-size: cover;
	color: #555;	
	padding: 20px;
	text-align: center;

	background-position: bottom;
	min-height: 500px;	
}

.white
{
	background: white !important;
}


.light-basic
{ 
	background:  #DDECF2 !important;
}

.dark-basic
{
	background:  #084F70 !important;
	color: white !important;
}

.basic
{
	background:  #23152d !important;
	color: white !important;
	
}

.world
{
/* 	background: url(/res/img/backgrounds/world-lighter.jpeg); */
/* 	color: white; */
/* 	background: #f5f5f5; */
/* 	background-size: cover; */
/* 	background: #fdf5e6; */
}
.office-desk
{
	background: url(/res/img/backgrounds/office-desk.jpeg);
	color: white;
	background-size: cover;
	
}

.notification
{
  padding: 15px;
  
  border-radius:10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 16px;
}


.notification-warning
{
  background:   #FAFFBD;
}


.notification-success
{
	background:  #DDECF2 !important;
}

.notification-info
{
	background: #DFF0D8;
}

.notification-title-light-gray
{
	background: #f0f0f0;
}

.sign-up
{
	border-radius: 8pt !important;
	background: white;
	width: 95%;
	color: var(--bc-font-color);
	padding: 10pt;
}


@media (min-width: 520px) 
{
	.sign-up
	{
		border-radius: 8pt !important;
		background: white;
		width: 95%;
		margin: 0 auto; 
		
	}
}

@media (min-width: 610px) 
{
	.sign-up
	{
		border-radius: 8pt !important;
		background: white;
		width: 600px;
		margin: 0 auto; 
		
	}
}


#signup_form
{
	background: white;
	color: #6f6f6f;
	padding: 20px;
}

#sign_form_wrapper
{
	background: red;
	
	margin: 0 auto;
	width: 600px;
	margin-top: 60px;
	
/* 	border: 2px solid black !important;   */
}

#signup_form_header
{
	padding: 5px;
	padding-top: 1px;
}


.dissapear-on-small
{
	display: none;

}


#buynow_2co_btn
{
	color: white;
	border-radius: 5px;
	background-color: #009bc9 ; 
	padding-bottom: 15px;
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px;
	text-decoration: none;
	font-size: 1.5em;
	box-shadow: #084f70 0px 4px 0px 0px;
	border: 2px solid #008ab3 !important; 	
	text-shadow: 1px 1px #084f70;
	width: 320px;
}


@media (min-width: 520px) 
{
	.dissapear-on-small{
/* 		width: 8%; */
		display: block;

	}

	#buynow_2co_btn
	{
	
		width: 450px !important;
		font-size: 2.0em;
	}
}




.brandcat-link
{
	color: #0d6efd !important;
}



.brandcat-text-color
{
	color: var(--bc-font-color) !important;
}





/**************************************************************************/
.bfs--action-btn { 
	color: var(--bc-font-color) !important;  
	background-color: var(--bc-action-color) !important;  
	border-color: black !important;  
	box-shadow: black 0px 4px 0px 0px !important;  
	border: 2px solid black !important;  
	border-radius: 8px !important;
}

 
.bfs--action-btn:hover, 
.bfs--action-btn:focus, 
.bfs--action-btn:active, 
.bfs--action-btn.active, 
.open .dropdown-toggle.bfs--action-btn { 
  color: #fff; 
  background-color: #F99E34; 
  border-color: #F99E34;
  
  /*border-width: 4px;*/
 
  box-shadow: 0 4px 0 black;
 
  
} 
 
.bfs--action-btn:active, 
.bfs--action-btn.active, 
.open .dropdown-toggle.bfs--action-btn { 
  background-image: none; 
}  

.bfs--action-btn:disabled
{
	background:  #8DD18D;
	box-shadow: 0 4px 0 #78BA78;
	
}

.bfs--btn-lg
{
	font-size: 16pt !important;
	padding: 8pt;
}


.bfs--btn-std
{
	font-size: 10pt !important;
	padding: 5pt;
}


/********************************************************************************/
/**************************************************************************/
.bfs--action-btn-alt { 
	color: var(--bc-font-color) !important;  
	background-color: var(--bc-action-color-alt) !important;  
	border-color: black !important;  
	box-shadow: black 0px 4px 0px 0px !important;  
	border: 2px solid black !important;  
	border-radius: 8px !important;
}

 
.bfs--action-btn-alt:hover, 
.bfs--action-btn-alt:focus, 
.bfs--action-btn-alt:active, 
.bfs--action-btn-alt.active, 
.open .dropdown-toggle.bfs--action-btn-alt { 
  color: #fff; 
  background-color: #F99E34; 
  border-color: #F99E34;
  
  /*border-width: 4px;*/
 
  box-shadow: 0 4px 0 black;
 
  
} 
 
.bfs--action-btn-alt:active, 
.bfs--action-btn-alt.active, 
.open .dropdown-toggle.bfs--action-btn-alt { 
  background-image: none; 
}  

.bfs--action-btn-alt:disabled
{
	background:  #8DD18D;
	box-shadow: 0 4px 0 #78BA78;
	
}

.bfs--btn-lg
{
	font-size: 14pt !important;
	padding: 8pt;
}


.bfs--btn-std
{
	font-size: 10pt !important;
	padding: 5pt;
}


/**************************************************************************/
.bfs--action-btn-empty { 
	color: var(--bc-font-color) !important;  
		
	border-color: none;
	border: 0px !important; 
	box-shadow: none !important; 
	background: none !important;
}

 
.bfs--action-btn-empty:hover, 
.bfs--action-btn-empty:focus, 
.bfs--action-btn-empty:active, 
.bfs--action-btn-empty.active, 
.open .dropdown-toggle.bfs--action-btn-empty { 
	color: var(--bc-font-color) !important;  
		
	border-color: none;
	border: 0px !important; 
	box-shadow: none !important; 
	background: none !important;
 
  
} 
 
.bfs--action-btn-empty:active, 
.bfs--action-btn-empty.active, 
.open .dropdown-toggle.bfs--action-btn-empty { 
  background-image: none; 
}  

.bfs--action-btn-empty:disabled
{
	color: var(--bc-font-color) !important;  
		
	border-color: none;
	border: 0px !important; 
	box-shadow: none !important; 
	background: none !important;
	
}

/********************************************************************************/


.bfs--action-btn-third { 
	color: var(--bc-font-color) !important;  
	background-color: white !important; /* minty green */
	border-color: black !important;  
	box-shadow: black 0px 4px 0px 0px !important;  
	border: 2px solid black !important;  
	border-radius: 8px !important;
}

.bfs--action-btn-third:hover, 
.bfs--action-btn-third:focus, 
.bfs--action-btn-third:active, 
.bfs--action-btn-third.active, 
.open .dropdown-toggle.bfs--action-btn-third { 
	color: #fff; 
/* 	background-color: #a0ce82;  */
	border-color: #a0ce82;
	background-color: #f7f7f7 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bfs--action-btn-third:hover {

}

.bfs--action-btn-third:active, 
.bfs--action-btn-third.active, 
.open .dropdown-toggle.bfs--action-btn-third {
	background-image: none;
}

.bfs--action-btn-third:disabled {
	background: #d7f0c8;
	box-shadow: 0 4px 0 #accfad;
}




.account_package_col
{
	
}


.account_package_col small
{
	color: #5f5f5f;
}


.bfs-li
{
	border: none !important;
	border-bottom: 1px solid var(--bc-light-border-color) !important;
	
/* 	border-top: 1px solid var(--bc-light-border-color) !important; */
	
}




.bfs-li a
{
	color: var(--bc-font-color) !important;
}

.bfs-li-selected
{
	background: #f5f5f5 !important;
}

.bfs-li-selected a
{
/* 	color: red !important; */
	font-weight: bold;
/* 	text-decoration: underline !important; */
}



.bfs-selected-bg
{
	
}



.bfs-panel
{
	padding: 15px; 	 
	border-radius: 5px; 
	font-size: 16px;
}

.bfs-success
{
	background: var(--bc-action-color-alt);
	color:var(--bc-font-color);
}



.bfs-warning
{
	background: var(--bc-action-color);
	color:var(--bc-font-color);
}






@media (max-width: 767px) {

    .sign-up {
        width: 90% !important;
        margin: 0 auto !important;
        padding: 15px !important;
    }

    .header_logo img {
        width: 40px !important;
    }

    .header_nav .brandcat-text-color {
        font-size: 18px !important;
    }

    #login_form_div h4 {
        font-size: 16px;
    }

    #footer {
        padding: 20px 10px;
        text-align: center;
    }

    #footer .col-xs-12 {
        margin-bottom: 15px;
    }

    #footer img {
        width: 40px !important;
    }

    .bfs--action-btn,
    .bfs--action-btn-alt {
        width: 80% !important;
        max-width: 250px;
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }
}




@media (max-width: 767px) {
  .header-buttons a {
    flex: 1 1 100%;
    max-width: 90%;
  }

  .header-buttons .bfs--action-btn-third {
    width: 100% !important;
  }
}






.header-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 767px) {
  .header-buttons {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .header_logo {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .header-buttons {
    justify-content: flex-end;
  }
}




@media (max-width: 767px) {
  .d-grid.gap-2.d-sm-flex.justify-content-sm-center {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .d-grid.gap-2.d-sm-flex.justify-content-sm-center > a {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
  }

  .100w_on_small_screens {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
}





@media (max-width: 767px) {
  .list-group-horizontal {
    flex-direction: column !important;
    align-items: center;
  }

  .list-group-horizontal .list-inline-item {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .list-group-horizontal .list-inline-item a {
    display: block;
    width: 100% !important;
  }
}



@media (max-width: 767px) {
  .row.mt-3 {
    display: flex;
    flex-direction: column !important;
    gap: 20px;
  }

  .row.mt-3 .account_package_col {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*Account package stuff (on the first page), make things wider, larger and in column for smaller screens*/

@media (max-width: 767px) {
  .account_package_col a.btn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  
  
  .account_package_col h4,
  .account_package_col h3 {
    font-size: 1.5rem; /* ~24px */
    text-align: center;
    margin-bottom: 10px;
  }

  .account_package_col p {
    font-size: 1rem; /* ~16px */
    line-height: 1.4;
    text-align: center;
  }

  .account_package_col h2 {
    font-size: 2rem; /* ~32px */
    font-weight: bold;
    text-align: center;
  }

  .account_package_col small {
    font-size: 0.9rem;
    display: block;
    text-align: center;
  }

  .account_package_col {
    padding: 20px 10px;
  }  
}





/* fix hamburger icon */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



@media (max-width: 991.98px) {
  .navbar-collapse .nav-item a {
    /* Reset Bootstrap .btn and your .bfs styles on small screens */
    background: none !important;
    color: #222 !important;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    padding: 0.5rem 1rem;
    border-radius: 0 !important;
  }

  .navbar-collapse .nav-item a:hover {
    color: #007bff !important;
    text-decoration: underline;
  }
}


@media (max-width: 991.98px) {
  .navbar-collapse {
    text-align: center;
    padding-top: 1rem;
  }

  .navbar-collapse .nav-item {
    margin: 0.75rem 0;
  }

  .navbar-collapse .nav-item a {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222 !important;
  }

  .navbar-collapse.show {
    align-items: center; /* center the items */
  }

  .navbar-toggler {
    position: relative;
    z-index: 10000;
  }

  /* Optional: shift menu slightly down below the button */
  .navbar-collapse.full-screen-menu {
    justify-content: flex-start;
    padding-top: 3rem;
  }
}






.illustration-image {
    height: 300pt;
    max-width: 100%;
    width: auto;
}



.illustration-katzo-tos {
    height: 150pt;
    max-width: 100%;
    width: auto;
}



@media (max-width: 767px) {
  .container, .pricing-container {
    max-width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  .pricing-container h1,
  .pricing-container h2,
  .pricing-container p {
    text-align: center;
  }

  .plan {
    margin: 0 auto;
    float: none;
  }
}




.toggle-container {
	max-width: 280px;
	background: #f0f0f0;
	border: 1px solid #bfbfbf;
	border-radius: 8pt;
	margin: 0 auto;
	padding: 5px;
	padding-bottom: 7px;
}

/* On small screens, make it fluid but max out at 280px */
@media (max-width: 767px) {
  .toggle-container {
    width: 100%;
    max-width: 280px;
    padding: 5px 10px 7px;
  }
}






@media (max-width: 767px) {
    #home-jumbo-form input,
    #home-jumbo-form-keyword,
    #form-keyword-small {
        width: 90% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        font-size: 16px;
        margin: 0 auto !important;
        display: block;
    }

    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .illustration-image {
        height: auto !important;
        max-width: 96% !important;
    }
    
    a.signup_form_btn {
        width: 90% !important;
        margin: 10px auto !important;
    }    
    

}



@media (max-width: 767px) {

  /* 1) Allow that “row.flex-nowrap” to wrap on small screens */
  .row.flex-nowrap {
    flex-wrap: wrap !important;
  }

  /* 2) Make all .col-auto go full-width under 768px */
  .col-auto {
    width: 100% !important;
  }

  /* 3) Tidy up your fluid containers so they never overflow */
  #main_container,
  #central_part {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto;
  }

  /* 4) As a last resort, hide any stray overflow */
  html,
  body {
    overflow-x: hidden !important;
  }
}






@media (max-width: 767px) {
  /* Assuming your add-keyword form has a wrapper like .keyword-form or form-inline */
  .keyword-form,
  .keyword-form .form-inline {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .keyword-form input,
  .keyword-form button {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0.75rem;
  }

  /* If your “Add New Keyword” is an <a> or <button> with bfs classes: */
  .keyword-form .bfs--action-btn {
    padding: 0.75rem 1rem;
  }
}



@media (max-width: 767px) {
  /* Stack the two cols vertically */
  #add-new-keyword-form .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Make each col full-width */
  #add-new-keyword-form .row > .col {
    width: 100% !important;
    max-width: 100% !important;
  }



  /* Stretch the button itself */
  #add-new-keyword-form button.bfs--action-btn {
    width: 100% !important;
    display: block;
  }
}



@media (max-width: 767px) {
  /* 1) Target the very first .row inside your form */
  #add-new-keyword-form > .row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* 2) Force both the input-col and button-col to be 100% wide */
  #add-new-keyword-form > .row .col-12,
  #add-keyword-button-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* 3) Replace that extra pt-4 with a bit of margin for spacing */
  #add-keyword-button-col {
    padding-top: 0 !important;
    margin-top: 0.75rem !important;
  }

  
  
  #add-keyword-button
  {
	margin: 0 auto;
  }
}
