.osm-page-title
{
    padding-bottom: .5rem ;
}


.osm-pricing-table-circle
{
	display: flex;
	flex-wrap: wrap;
	max-width: 780px;
  margin: 0px auto;
  text-align: center;
  align-items: center;
  justify-content: center;

}


.osm-pricing-table-circle .span4
{
	margin: 10px;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2), inset 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2), inset 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2), inset 0px 0px 2px 0px rgba(255, 255, 255, 0.2);
  border: 1px solid #32343a;
  position: relative;
  width: 240px;
  height: 460px;
}


.osm-pricing-table-circle .osm-plan
{
	
	color: #2A2A2A;
	height: 300px;
}



.osm-pricing-table-circle .osm-plan-title
{
	text-align: center;
  text-decoration: none;
  background: #FFDA78!important;
  padding: 10px 0px;
  border-bottom: 3px solid #BFAA73;
  color: #32363a;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 234, 181, 1);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 234, 181, 1);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 234, 181, 1);
  cursor: pointer;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
}

.osm-pricing-table-circle .osm-plan-header
{
	background: none!important;
}

.osm-pricing-table-circle .osm-plan-price
{

	margin-top: 50px;
	border-radius: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	background: none!important;
	text-transform: uppercase;
}


.osm-pricing-table-circle .osm-plan-price sub
{
	bottom: 0px!important;
	font-size: 1em!important;
}

.osm-pricing-table-circle .osm-plan-short-description
{
	background-color: #f0f0f0;
	padding: 10px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
  height: 245px;
}



.osm-pricing-table-circle .osm-plan-short-description ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.osm-pricing-table-circle .osm-plan-short-description li
{
	padding: 10px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.osm-pricing-table-circle .osm-plan-short-description li:first-child
{
	border: none;
}


.osm-pricing-table-circle .osm-signup-container
{

	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.osm-pricing-table-circle .osm-signup-container .btn-detailt
{
	width: 100%;
	display: block;
	background-color: #f0f0f0!important;
	border-top: 5px solid rgba(0, 0, 0, 0.6);
	padding: 10px;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  color: #343642;
  text-transform: uppercase;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
overflow: hidden;
}







.osm-pricing-table-flat
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 10px 0px;
}

@media (max-width: 550px) {
  .osm-pricing-table-flat{
    grid-template-columns: 1fr 1fr;
  }
}





.osm-pricing-table-flat .osm-plan
{
 
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .03) !important;
    border: var(--bs-card-border);
    border-radius: var(--bs-card-border-radius);
    overflow: hidden;
    background: #fff;

}


.osm-pricing-table-flat .osm-plan-recommended
{
 
  border-color: #86b7fe!important;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)!important;

}


.osm-pricing-table-flat .osm-plan-short-description
{
    text-align: center;
    height: 160px;
}

.osm-pricing-table-flat .osm-plan-short-description ul
{
    list-style: none;
    margin: 0px;
    padding: 5px;

}

.osm-pricing-table-flat .osm-plan-short-description li
{
    border-bottom: 1px solid var(--bs-gray-200);
    padding: 5px 3px;
}

.osm-pricing-table-flat .osm-plan-short-description li:last-child
{
    border-bottom: none;
}

.osm-pricing-table-flat .osm-plan-title
{
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--bs-gray-700);
    padding: var(--bs-p-2);
    padding-top: var(--bs-p-3);
    font-size: var(--bs-text-md);
    text-transform: uppercase;
}


.osm-pricing-table-flat .osm-plan-thumb
{
    overflow: hidden;
    height: 100px;
    position: relative;
    margin: .25rem;
    border-radius: var(--bs-border-radius);
}

.osm-pricing-table-flat .osm-plan-thumb img 
{
    width: 100%;
}



.osm-pricing-table-flat .osm-signup-container
{
    list-style: none;
    margin: 0px 0px;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.osm-pricing-table-flat .osm-signup-container .btn,  .osm-pricing-table-flat .osm-plan-detail .btn
{
    width: 100%;
    margin: 10px 0px;
}


.osm-pricing-table-flat .osm-plan-price span
{
    font-size: var(--bs-text-sm);
}

.osm-pricing-table-flat .osm-plan-price p
{
    margin: 0px;
    font-size: var(--bs-text-lg);
}

.osm-pricing-table-flat .osm-plan-price
{
    text-align: center;
    padding: 10px;
}


.well #osm-members-list
{
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .03) !important;
    border: var(--bs-card-border);
    border-radius: var(--bs-card-border-radius);
    overflow: hidden;
    color: var(--bs-gray-100) !important;
    background: #fff;
    margin: 15px 0px;
    padding: 5px;
}

.well .osm-responsive-table
{
    margin: 0px;
}


.well .filters, .well .osm-page-title,.well .osm-responsive-table thead
{
    display: none;
}



.well .osm-responsive-table tbody tr 
{
    border: 0px;
    border-bottom: 1px solid  var(--bs-gray-100);
    background: none!important;
}

.well .osm-responsive-table tbody tr:last-child
{
    border: 0px;
}

.well .osm-responsive-table tbody tr td
{
    display: inline-block;
    border: 0px;
    vertical-align: middle;
    background: none;
    box-shadow: none;
    
}

.well .osm-responsive-table tbody tr td .fa-solid
{
    margin-left: 10px;
}

.well .filters, .well .osm-page-title,.well .osm-responsive-table .oms-avatar-wrap
{
    overflow: hidden;
    height: 30px;
    width: 30px;
    position: relative;
    margin: .25rem;
    border-radius: var(--bs-border-radius);
}

.well .filters, .well .osm-page-title,.well .osm-responsive-table .oms-avatar-wrap img
{
    width: 100%;
}





.itemView #osmembership_scroll_link .osm-pricing-table-flat
{
    grid-template-columns: 1fr ;
    justify-items: center;
}

.itemView #osmembership_scroll_link .osm-page-title
{
    display: none;
}


.itemView #osmembership_scroll_link .osm-pricing-table-flat .osm-plan
{
    width: 180px;
}


.control-label
{
    padding: 10px 0px;
}

.control-label label
{
    font-weight: bold;
}

.input-prepend
{
    display: flex;
      align-items: center;

}

.input-prepend span
{
    padding-right: 5px;
}

.osm-heading
{
    margin-top: 10px;
}

.control-group
{
    padding: 10px 0px;
}

.control-group input
{

    display: block;
  width: 100%;
  padding:.375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition:
border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}