/*--------Global style-------------*/
.btn-info::before, .btn-primary::before, .btn-success::before, .uk-button-primary::before {
background-image: conic-gradient(from 60deg,#1a77d9,#28c4d4,#1ecb49,#429fa9,#9e7bea);
  filter: blur(4px);
  transition: filter .1s ease-in-out;
  border: 2px solid #000000db;
}
.btn-info:hover::before, .btn-primary:hover::before, .btn-success:hover::before, .uk-button-primary:hover::before {
  filter: blur(8px);
}

.btn-dark::before, .btn-secondary::before, .uk-button-secondary::before {
background-image: conic-gradient(from 60deg,#1a77d9,#28c4d4,#1ecb49,#429fa9,#9e7bea);
  filter: blur(4px);
  transition: filter .1s ease-in-out;
  border: 2px solid #000000db;
}
.uk-button-default::before, .btn-light::before {
background-image: conic-gradient(from 60deg,#1a77d9,#28c4d4,#1ecb49,#429fa9,#9e7bea);
  filter: blur(4px);
  transition: filter 0.1s ease-in-out;
      border: 2px solid #000000db;
}
.uk-button-default:hover::before, .btn-light:hover::before {
  filter: blur(8px);
}
.btn-dark:hover::before,
.btn-secondary:hover::before,
.uk-button-secondary:hover::before {
    filter: blur(8px);
}

.uk-card.uk-card-muted {
    --uk-inverse: light;
    background: #030d19;
}


.ae-osm-container,.osm-container {
    padding: 10px 0;
}

.ae-osm-container img {
    border: 0 none;
    float: left !important;
    margin: 0 10px 0 0;
}

.ae-osm-container h1, .ae-osm-container h2 {
    width: auto;
    margin: 5px 0 5px 0;
    padding: 0;
    float: none;
}

h1.osm-page-title {
    margin: 0 0 10px 0 !important;
}

.ae-osm-container .ae-osm-item-wrapper,.osm-container .osm-item-wrapper {
    margin-bottom: 20px;
}

.ae-osm-container .ae-osm-item-heading-box,.osm-container .osm-item-heading-box {
    border-radius: 5px 5px 0 0;
    color: #333333;
    font-weight: bold;
    padding: 4px 8px 4px;
    margin: 0;
    background: #222;
    border: 1px solid #DBDEE1;
}

.ae-osm-container .ae-osm-item-heading-box h2,.osm-container .osm-item-heading-box h2 {
    margin: 0;
}

.ae-osm-container h2.osm-item-title,.osm-container h2.osm-item-title {
    margin: 6px 0 !important;
}

.osm-container .osm-item-description {
    background:#333;
    border-radius:0 0 7px 7px;
    margin:0;
    padding:10px;
    border-bottom:1px solid #dbdee1;
    border-left:1px solid #dbdee1;
    border-right:1px solid #dbdee1
}

.osm-container .osm-item-description {
    background: #444;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #dbdee1;
    border-left: 1px solid #dbdee1;
    border-right: 1px solid #dbdee1;
}

.osm-container .osm-item-heading-box {
    border-radius: 5px 5px 0 0;
    color: inherit;
    font-weight: 700;
    padding: 4px 8px;
    margin: 0;
    background: #333;
    border: 1px solid #dbdee1;
}

.ae-osm-container .ae-osm-item-description,.osm-container .osm-item-description {
    background: #333;
    border-radius: 0 0 7px 7px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #DBDEE1;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
}

.ae-osm-container .ae-osm-item-wrapper img {
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ae-osm-container img.osm-thumb-left {
    margin: 0 15px 0 0 !important;
    float: left !important;
    max-width: 120px;
}

.ae-osm-container img.osm-thumb-right {
    margin: 0 0 0 15px !important;
    float: right !important;
}

/* ---------- Category styles --------------------------------------- */

.ae-osm-container .ae-osm-plan-properties,.osm-container .osm-plan-properties {
    width: 290px;
    background: #ECF4FB;
    padding: 5px 5px 5px 10px;
    margin: 0 5px 5px;
    float: right;
}

td.osm-plan-property-label {
    width: 110px;
    text-align: left;
    font-weight: bold;
}

/* ---------- Taskbar styles ---------------------------------------- */

.ae-osm-taskbar {
    padding: 0 0 6px 0;
    margin: 0 0 6px 0;
    list-style-type: none;
}

.ae-osm-taskbar ul {
    margin: 0 !important;
    padding: 0 !important;
}

.ae-osm-taskbar li {
    float: left !important;
    list-style-type: none !important;
    background-image: none !important;
    padding: 0 5px 0 0 !important;
    margin: 0.5em 0 2px 0 !important;
}

.ae-osm-taskbar li a:link, .ae-osm-taskbar li a:visited, .ae-osm-taskbar li a:hover {
    text-decoration: none;
}

.ae-osm-taskbar li a:hover {
}

/**Plan detail style**/

#osm-plan {
    padding: 24px;
    color: #d8deea;
    background: linear-gradient(180deg, #182236 0%, #101a2b 45%, #060c16 100%);
    border: 1px solid rgba(82, 151, 57, 0.75);
    border-radius: 6px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.55);
}

#osm-plan-details {
    padding: 10px 0;
    color: #d8deea;
}

#osm-plan h1.osm-page-title {
    margin: 0 0 24px 0 !important;
    padding: 0 0 12px 0;
    color: #fff !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

/* Stock Membership Pro wrappers still used by the detail view */

.osm-container .osm-item-wrapper,#osm-plan .osm-item-wrapper {
    margin-bottom: 20px;
}

.osm-container .osm-item-heading-box,#osm-plan .osm-item-heading-box {
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 0;
    padding: 4px 8px;
}

.osm-container .osm-item-description,#osm-plan .osm-item-description {
    margin: 0;
    padding: 20px;
    color: #d8deea !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 6px;
}

.osm-container .osm-plan-properties,#osm-plan .osm-plan-properties {
    width: 290px;
    float: right;
    margin: 0 5px 15px;
    padding: 10px;
    color: #d8deea !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
}

td.osm-plan-property-label {
    width: 110px;
    color: #959cb1 !important;
    text-align: left;
    font-weight: 500;
}

#osm-plan .heading,#osm-plan-details .heading,.osm-container .heading {
    color: #7fb8ff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

#osm-plan .col_container,#osm-plan-details .col_container,.osm-container .col_container {
    min-height: 0;
    color: #d8deea;
}

#osm-plan table.os_table,#osm-plan-details table.os_table,.osm-container table.os_table {
    width: 100%;
    margin-bottom: 20px;
    color: #d8deea;
    background: transparent !important;
    border-collapse: collapse;
}

#osm-plan table.os_table td,#osm-plan-details table.os_table td,.osm-container table.os_table td {
    padding: 10px 12px;
    color: #d8deea !important;
    background: rgba(255, 255, 255, 0.025) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#osm-plan table.os_table td.title_cell,#osm-plan-details table.os_table td.title_cell,.osm-container table.os_table td.title_cell {
    width: 32%;
    color: #959cb1 !important;
    font-weight: 500;
}

#osm-plan table.os_table td.field_cell,#osm-plan-details table.os_table td.field_cell,.osm-container table.os_table td.field_cell {
    color: #fff !important;
    font-weight: 600;
}

#osm-plan p,#osm-plan li,#osm-plan-details p,#osm-plan-details li,.osm-container .osm-item-description p,.osm-container .osm-item-description li {
    color: #d8deea;
}

span.error {
    color: red;
}

.col_container {
    min-height: 150px;
}

table.os_table {
    margin-bottom: 20px;
}

table.os_table td.title_cell {
    width: 25%;
    font-weight: bold;
    padding-top: 10px;
}

/*** Css for dispalying inputbox td **/

table.os_table td.field_cell {
    padding-top: 10px;
}

/*** Css for display '*' next to required field ***/

.required {
    padding-left: 5px;
    color: red;
}

span.star {
    color: red;
}

.invalid, .error {
    color: red;
}

#restricted_info {
    background-color: #83CC00;
    min-height: 40px;
    margin: 0;
    padding: 5px;
    font-weight: bold;
}

.text-error {
    color: #B94A48;
    font-size: 14px;
    font-weight: bold;
}

.inline-display {
    display: inline;
}

.explain-text {
    margin-left: 10px;
}

#ajax-loading-animation {
    vertical-align: bottom;
}

form.form-horizontal .control-label, form.form-horizontal .control-label label {
    text-align: left;
    font-weight: bold;
}

/**Form CSSS**/

form.form-horizontal ul, form.form-horizontal ul {
    list-style: none;
}

form.form-horizontal ul li label, form.form-horizontal ul li label {
    display: inline;
}

.table td.right, th.right {
    text-align: right;
}

.table td.left, th.right {
    text-align: left;
}

/**Pricing table*/

.ae-osm-pricing-table .ae-osm-plan-price .price sub {
    position: static;
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1;
    vertical-align: baseline;
    text-align: center;
    color: #0f0;
}

#osm-plans-list-columns .ae-osm-pricing-table {
    padding: 0;
    margin: 0 0 25px 0;
    width: auto;
}

.ae-osm-pricing-table .ae-osm-plan {
    border-radius: 5px;
    border: 1px solid #529739;
    text-align: center;
    background: linear-gradient(180deg, #182236 0%, #101a2b 40%, #060c16 100%);
    -moz-box-shadow: 0 0 6px 2px #529739;
    -webkit-box-shadow: 0 0 6px 2px #529739;
    box-shadow: 0 0 6px 2px #0a0f08;
    position: relative;
}

.ae-osm-pricing-table .ae-osm-subscription-label {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #00ff00;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.ae-osm-pricing-table .ae-osm-plan:hover {
    -moz-box-shadow: 0 0 12px 3px #82e15f;
    -webkit-box-shadow: 0 0 12px 3px #82e15f;
    box-shadow: 0 0 12px 3px #82e15f;
}

.ae-osm-pricing-table .ae-osm-plan .ae-osm-plan-short-description {
    padding: 10px;
}

.ae-osm-pricing-table .ae-osm-plan-recommended {
    transition: all 0.25s ease 0s;
    overflow: hidden;
}

.ae-osm-pricing-table .ae-osm-plan .ae-osm-plan-header {
    padding: 30px 5px;
    color: #fff;
    display: block;
    background-color: transparent;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.ae-osm-pricing-table .ae-osm-plan .ae-osm-plan-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 4px 0 !important;
    text-transform: capitalize;
}

.ae-osm-pricing-plan-information .ae-osm-plan-info-row {
    text-align: center;
}

.ae-osm-pricing-plan-information .ae-osm-plan-info-label {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    color: #959cb1;
}

.ae-osm-pricing-plan-information .ae-osm-plan-info-term {
    margin-left: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.ae-osm-pricing-plan-information .ae-osm-plan-info-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #35a8ff;
}

.ae-osm-pricing-table .ae-osm-plan .ae-osm-plan-title-icon {
    width: 34px;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    flex: 0 0 auto;
    transform: translateY(2px);
}

.ae-osm-pricing-table .ae-osm-plan .ae-osm-plan-header span.osm-plan-price {
    font-size: 20px;
}

.ae-osm-pricing-table .ae-osm-plan-price {
    width: 160px;
    height: 170px;
    margin: 20px auto 10px;
    padding: 8px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: conic-gradient( from 60deg, #1a77d9, #28c4d4, #1ecb49, #429fa9, #9e7bea, #1a77d9 );
    clip-path: polygon( 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25% );
    filter: drop-shadow(0 0 4px rgba(43, 234, 167, 0.45)) drop-shadow(0 0 10px rgba(106, 247, 120, 0.30));
}

.ae-osm-pricing-table .ae-osm-plan-price::before {
    content: "";
    position: absolute;
    inset: 3px;
    background: #0b1320;
    clip-path: polygon( 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25% );
}

/* Hexagon glow */

.ae-osm-pricing-table .ae-osm-plan:hover .ae-osm-plan-price {
    filter: drop-shadow(0 0 6px rgba(43, 234, 167, 0.65)) drop-shadow(0 0 14px rgba(106, 247, 120, 0.45));
}

.ae-pricing-blue .ae-osm-pricing-table .ae-osm-plan-price {
    filter: drop-shadow(0 0 4px rgba(47, 128, 255, 0.45)) drop-shadow(0 0 10px rgba(74, 163, 255, 0.30));
}

.ae-pricing-blue .ae-osm-pricing-table .ae-osm-plan:hover .ae-osm-plan-price {
    filter: drop-shadow(0 0 6px rgba(47, 128, 255, 0.65)) drop-shadow(0 0 14px rgba(74, 163, 255, 0.45));
}

.ae-pricing-purp .ae-osm-pricing-table .ae-osm-plan-price {
    filter: drop-shadow(0 0 4px rgba(142, 92, 255, 0.45)) drop-shadow(0 0 10px rgba(168, 121, 255, 0.30));
}

.ae-pricing-purp .ae-osm-pricing-table .ae-osm-plan:hover .ae-osm-plan-price {
    filter: drop-shadow(0 0 6px rgba(142, 92, 255, 0.65)) drop-shadow(0 0 14px rgba(168, 121, 255, 0.45));
}

.ae-osm-pricing-table .ae-osm-plan-price .price {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    padding-top: 15px;
}

.ae-osm-pricing-table .ae-osm-plan-price .price span {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
}

.ae-osm-pricing-table .ae-osm-plan-price .price sup {
    position: static;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

.ae-osm-pricing-table .ae-osm-plan ul {
    list-style: none;
    margin: -10px;
    padding: 0;
}

.ae-osm-pricing-table .ae-osm-plan ul.osm-signup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    padding: 20px 5px 30px 5px;
    margin: 0;
}

.ae-osm-pricing-table .ae-osm-plan ul.osm-signup-container li {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.ae-osm-pricing-table .ae-osm-plan ul li.plan-feature {
    padding: 15px 10px;
    border-top: 1px solid #c5c8c0;
}

.ae-osm-pricing-table .ae-osm-plan ul li:nth-child(2n+1).plan-feature {
    background: #181818;
}

.ae-osm-pricing-table .btn-singup {
    cursor: pointer;
}

.ae-osm-pricing-table .ae-osm-plan-recommended .plan-recommended {
    background: #2cc95a;
    border-radius: 0 0 4px 4px;
    color: #111;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: -35px;
    line-height: 22px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    top: 18px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 130px;
}

.ae-osm-container .form-group .radio, .ae-osm-container .form-group .checkbox {
    min-height: 1px !important;
}

.ae-osm-container .form-group input.radio, .ae-osm-container .form-group input.checkbox, .ae-osm-container .form-group select {
    display: inline-block;
}

.ae-osm-container:not(.ae-osm-container-j4) .form-group select,.ae-osm-container:not(.ae-osm-container-j4) .form-group textarea,.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="text"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="password"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="datetime"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="datetime-local"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="date"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="month"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="time"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="week"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="number"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="email"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="url"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="search"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="tel"],.ae-osm-container:not(.ae-osm-container-j4) .form-group input[type="color"] {
    width: 210px;
}

.ae-osm-container input[type="text"].input-mini,.ae-osm-container select.input-mini,.ae-osm-container textarea.input-mini {
    width: 60px !important;
}

.ae-osm-container input[type="text"].input-small,.ae-osm-container select.input-small,.ae-osm-container textarea.input-small {
    width: 90px !important;
}

.ae-osm-container input[type="text"].input-medium,.ae-osm-container select.input-medium,.ae-osm-container textarea.input-medium {
    width: 150px !important;
}

.ae-osm-container input[type="text"].input-large,.ae-osm-container select.input-large,.ae-osm-container textarea.input-large {
    width: 210px !important;
}

.ae-osm-container input[type="text"].input-xlarge,.ae-osm-container select.input-xlarge,.ae-osm-container textarea.input-xlarge {
    width: 270px !important;
}

.ae-osm-container input[type="text"].input-xxlarge,.ae-osm-container select.input-xxlarge,.ae-osm-container textarea.input-xxlarge {
    width: 530px !important;
}

.ae-osm-container:not(.ae-osm-container-j4) div#osm-plans-list-columns div.row.osm-pricing-table .ae-osm-plan {
    margin: 0 -15px;
}

.ae-osm-active-plans-list {
}

.ae-osm-active-plans-list li {
    margin-top: 5px;
}

/*--------Menbers style-------------*/

.ae-osm-user-profile-wrapper {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
}

.ae-osm-user-profile-wrapper .profile-name {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.ae-osm-user-profile-wrapper .table {
    margin-left: 5px;
}

.ae-osm-user-profile-wrapper .table th, .ae-osm-user-profile-wrapper .table td {
    border: none;
    background: none !important;
    padding: 4px 0;
}

.ae-osm-user-profile-wrapper td.osm-profile-field-title {
    font-weight: bold;
}

#osm-profile-list .ae-osm-user-profile-wrapper img {
    float: inherit !important;
}

.btn-toolbar .btn-wrapper {
    display: inline-block;
    margin: 0 0 5px 5px;
}

.payment-methods-icons li {
    margin-bottom: 12px;
}

img.osm-payment-method-icon {
    float: none !important;
}

.ae-osm-btn-update-card {
    margin-top: 5px;
}

div.avatar-container {
    text-align: center;
}

table.osm-profile-data td.osm-profile-field-title {
    font-weight: bold;
}

table.osm-profile-data tr:first-child td {
    border-top: none;
}

.ae-osm-pricing-table-circle .ae-osm-plan * {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ae-osm-pricing-table-circle .ae-osm-plan {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.5);
    color: #222;
    margin: 0 auto 20px;
    max-width: 360px;
    min-height: 425px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-box: box-sizing;
}

.ae-osm-pricing-table-circle .ae-osm-plan-header {
    background-color: #00b69c;
    color: #fff;
    height: 165px;
    margin: 0 0 105px;
    padding: 30px 30px 0;
    position: relative;
    line-height: 1.42857143;
}

.ae-osm-pricing-table-circle .ae-osm-plan-header > h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.ae-osm-pricing-table-circle .ae-osm-plan-price {
    background-color: #00b69c;
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: 0;
    color: #222;
    height: 150px;
    left: 50%;
    margin-bottom: -75px;
    margin-left: -75px;
    padding: 30px 0;
    position: absolute;
    width: 150px;
}

.ae-osm-pricing-table-circle .ae-osm-plan-price p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.ae-osm-pricing-table-circle .ae-osm-plan-price sub {
    bottom: 10px;
    position: relative;
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 1.4;
}

.ae-osm-pricing-table-circle .ae-osm-plan-short-description {
    margin: 30px 30px 0;
}

.ae-osm-pricing-table-circle .ae-osm-plan-short-description li {
    border-top: 1px dotted #ddd;
    padding: 15px;
}

.ae-osm-pricing-table-circle .ae-osm-plan-short-description li:last-child {
    border-bottom: 1px dotted #ddd;
}

.ae-osm-pricing-table-circle .btn-signup {
    background-color: #00b69c;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 22px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    border-radius: 4px;
}

.ae-osm-pricing-table .btn-signup:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

.ae-osm-pricing-table-circle .btn-signup:hover, .ae-osm-pricing-table-circle .btn-signup:active {
    color: #fff;
    border-color: #000;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ae-osm-pricing-table-circle .btn-signup:hover:before, .ae-osm-pricing-table-circle .btn-signup:focus:before, .ae-osm-pricing-table-circle .btn-signup:active:before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* osm-flat */

.ae-osm-pricing-table-flat, .ae-osm-pricing-table-flat * {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ae-osm-pricing-table-flat .ae-osm-plan {
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 50px;
    border: none;
    padding: 40px 20px;
}

.ae-osm-pricing-table-flat h2.osm-plan-title {
    font-size: 25px;
    border-bottom: 2px solid;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.ae-osm-pricing-table-flat .ae-osm-plan-price {
    text-align: left;
}

.ae-osm-pricing-table-flat .ae-osm-plan-price p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.ae-osm-pricing-table-flat .ae-osm-plan-price sup {
    font-size: 60%;
    top: -0.75em;
}

.ae-osm-pricing-table-flat .ae-osm-plan-price p sub, .ae-osm-pricing-table .ae-osm-plan-price p sub {
    font-size: 20px;
    bottom: 0;
}

.ae-osm-pricing-table-flat .ae-osm-plan-short-description li {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
    color: #fff;
    text-align: left;
}

.ae-osm-pricing-table-flat .btn-signup, .ae-osm-pricing-table-circle .btn-signup {
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    font-size: 16px;
    overflow: hidden;
    padding: 12px 22px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    border-radius: 4px;
}

.ae-osm-pricing-table-circle .btn-signup {
    color: #fff;
}

.ae-osm-pricing-table-flat .ae-osm-signup-container .btn-signup:before, .ae-osm-pricing-table-circle .ae-osm-signup-container .btn-signup:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

.ae-osm-plan .ae-osm-signup-container .btn-signup:hover, .ae-osm-plan .ae-osm-signup-container .btn-signup:active {
    color: #fff;
    border-color: #000;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ae-osm-plan .ae-osm-signup-container .btn-signup:hover:before, .ae-osm-plan .ae-osm-signup-container .btn-signup:focus:before, .ae-osm-plan .ae-osm-signup-container .btn-signup:active:before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ae-osm-pricing-table-flat .ae-osm-plan .ae-osm-plan-price {
    background: none;
}

.ae-osm-pricing-table-flat .ae-osm-plan .ae-osm-plan-price sup {
    left: 0;
    position: relative;
}

.ae-osm-pricing-table-circle .ae-osm-plan ul, .ae-osm-pricing-table-flat .ae-osm-plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ae-osm-pricing-table-circle .ae-osm-plan .ae-osm-signup-container, .ae-osm-pricing-table-flat .ae-osm-plan .ae-osm-signup-container {
    margin: 20px 0 0;
}

a.download-member-card-link {
    padding-left: 10px;
}

.ae-osm-privacy-policy-message {
    display: inline-block;
}

.ae-osm-privacy-policy input[type="checkbox"], .ae-osm-terms-and-conditins-container input[type="checkbox"] {
    margin-top: 0;
}

#osm-delete-avatar-container {
    margin-left: 100px;
}

#osm-delete-avatar-container label {
    font-weight: bold;
}

.ae-osm-terms-and-conditions-container label a {
    font-weight: bold;
}

@media (min-width: 768px) {
    #osm-signup-page-columns-form {
        position: relative;
    }
    #osm-subscription-information {
        float: left;
        width: 47%;
    }
    #osm-payment-information {
        float: right;
        width: 47%;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 480px) {
    /* CSS osm-responsive-table table */
    table.osm-responsive-table, table.osm-responsive-table thead, table.osm-responsive-table tbody, table.osm-responsive-table th, table.osm-responsive-table td, table.osm-responsive-table tr {
        display: block;
        border: none;
    }
    table.osm-responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.osm-responsive-table tr {
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }
    table.osm-responsive-table td {
        border: none !important;
        position: relative;
        padding: 12px 5%;
        text-align: left;
    }
    table.osm-responsive-table td::before, table.osm-responsive-table td .td-text {
        float: left;
        width: 50%;
    }
    table.osm-responsive-table td::before {
        width: 50%;
        padding-right: 15px;
        text-align: left;
        content: attr(data-content);
        display: block;
        font-weight: bold;
    }
    table.osm-responsive-table td::after {
        content: "";
        display: table;
        clear: both;
    }
    table.osm-responsive-table td.center {
        text-align: left;
    }
    table.osm-responsive-table .eb-taskbar li {
        float: left !important;
        text-align: left;
    }
}

.input-group.osm-addon-container {
    width: 150px;
}

.ae-osm-container > .btn-toolbar {
    margin-bottom: 10px;
}

joomla-toolbar-button {
    padding-right: 3px;
}

.ae-osm-container-j4 .btn-group .chosen-container {
    margin-left: 5px;
}

@media screen and (min-width: 768px) {
    select#limit.form-select {
        width: 100px !important;
    }
    select.form-select.input-mini {
        width: 100px !important;
    }
    select.form-select.input-medium {
        width: 180px !important;
    }
}

@media (min-width: 768px) {
    .ae-osm-one-one, .ae-osm-one-half, .ae-osm-one-third, .ae-osm-two-thirds, .ae-osm-one-quarter, .ae-osm-two-quarters, .ae-osm-three-quarters {
        float: left;
    }
    .ae-osm-one-one {
        width: 100%;
    }
    .ae-osm-one-half, .ae-osm-two-quarters {
        width: 50%;
    }
    .ae-osm-one-third {
        width: 33.3333%;
    }
    .ae-osm-two-thirds {
        width: 66.6666%;
    }
    .ae-osm-one-quarter {
        width: 25%;
    }
    .ae-osm-three-quarters {
        width: 75%;
    }
}

.ae-osm-field-description {
    font-size: .875em;
    margin-top: .25rem;
    font-weight: normal;
}

.ae-osm-container .form-group.form-row {
    margin-bottom: 15px;
}

.ae-osm-category-number-plans {
    margin-left: 8px;
}

.modal-body .form.form-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}

.ae-osm-invisible-to-visitors {
    display: none !important;
}

.ae-osm-table-responsive {
    overflow-x: auto;
}

/*--------Blue style-------------*/

.ae-pricing-blue .ae-osm-pricing-table .ae-osm-plan {
    border-color: #2f80ff;
    -moz-box-shadow: 0 0 6px 2px rgba(47, 128, 255, 0.35);
    -webkit-box-shadow: 0 0 6px 2px rgba(47, 128, 255, 0.35);
    box-shadow: 0 0 6px 2px rgba(47, 128, 255, 0.35);
}

.ae-pricing-blue .ae-osm-pricing-table .ae-osm-plan:hover {
    -moz-box-shadow: 0 0 12px 3px #4aa3ff;
    -webkit-box-shadow: 0 0 12px 3px #4aa3ff;
    box-shadow: 0 0 12px 3px #4aa3ff;
}

/*--------Purple style-------------*/

.ae-pricing-purp .ae-osm-pricing-table .ae-osm-plan {
    border-color: #8e5cff;
    -moz-box-shadow: 0 0 6px 2px rgba(142, 92, 255, 0.35);
    -webkit-box-shadow: 0 0 6px 2px rgba(142, 92, 255, 0.35);
    box-shadow: 0 0 6px 2px rgba(142, 92, 255, 0.35);
}

.ae-pricing-purp .ae-osm-pricing-table .ae-osm-plan:hover {
    -moz-box-shadow: 0 0 12px 3px #a879ff;
    -webkit-box-shadow: 0 0 12px 3px #a879ff;
    box-shadow: 0 0 12px 3px #a879ff;
}

.ae-osm-plan-title-text {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    display: inline-block;
    /* Default / Monthly - Green to White */
    background-image: linear-gradient( 40deg, #2beaa7 0%, #6af778 45%, #ffffff 100% );
}

/* Annual - Blue to White */

.ae-pricing-blue .ae-osm-plan-title-text {
    background-image: linear-gradient( 40deg, #268cff 0%, #55b8ff 45%, #ffffff 100% );
}

/* Enterprise - Purple to White */

.ae-pricing-purp .ae-osm-plan-title-text {
    background-image: linear-gradient( 40deg, #8e5cff 0%, #b184ff 45%, #ffffff 100% );
}


/* AE CoCast - Order Summary layout (UIkit 3)
   CSS-only. Keeps OSM PHP, IDs, calculations, and language strings untouched. */
@media (min-width: 960px) {
    .ae-osm-checkout .ae-checkout-main-column {
        width: 66%;
    }

    .ae-osm-checkout .ae-checkout-side-column {
        width: 33%;
    }
}
/* AE CoCast - Order Summary card */
.ae-osm-checkout .ae-checkout-summary-panel {
    background: linear-gradient(
        180deg,
        rgba(8, 32, 20, 0.96) 0%,
        rgba(5, 24, 15, 0.96) 100%
    ) !important;

    border: 1px solid rgba(66, 210, 100, 0.55);
    box-shadow:
        0 0 12px rgba(66, 210, 100, 0.10),
        inset 0 0 18px rgba(66, 210, 100, 0.025);
}

.ae-osm-checkout .ae-checkout-summary-panel .ae-checkout-section-title {
    color: #62e874 !important;
}