/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.plan_container {
    width: 100%;
    float: left;
}

.plan_row {
    margin-bottom: 25px;
}

.ps-memebership-page-title {
    overflow: hidden;
    padding: 20px;
    text-transform: uppercase;
    border: 1px solid;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.ps-memebership-page-title span {
    font-size: 20px;
    font-weight: normal;
}

.plan {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgb(193 188 188);
}

.plan_name {
    padding: 15px;
    font-size: 22px;
    text-align: center;
    word-break: break-all;
}

.plan .plan_name {
    min-height: 70px;
}

.plan_image,
.plan_price,
.plan_products {
    text-align: center;
    padding: 10px 0px;
}

.plan_price {
    font-size: 26px;
    font-weight: 600;
}

.mp_line {
    border-bottom: 1px solid;
    float: left;
    margin: 4% 24%;
    width: 50%;
}

.plan_products {
    font-size: 17px;
}

.wk_plan_description {
    min-height: 105px;
    max-height: 170px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    word-wrap: break-word;
}

.plan_button {
    text-align: center;
    padding-bottom: 20px;
}

.ps-warning {
    padding: 5px !important;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    font-size: 10px;
}

.ps-warning:before {
    float: none !important;
}

#titleRow {
    border-bottom: 1px solid;
}

.description>ul {
    font-size: 15px;
    list-style-type: disc;
    text-align: justify;
}

.description>ul>li {
    margin: 20px 0;
}

.wk-page-title {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    background: #333;
    color: #fff;
}

table.wkmembership-table thead tr th,
table.wkmembership-table tbody tr td {
    font-size: 14px;
}

table.wkmembership-table tbody tr td a {
    font-size: 10px;
    padding: 8px 14px;
}

.wk_pagination_inline {
    display: inline !important;
}

.wk-ps-plan-popup {
    text-align: left !important;
}

.wk-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.wk-custom-warning {
    text-align: center !important;
}

.wk-custom-warning .btn {
    padding: 5px !important;
    font-size: 12px !important;
}

.wk-card {
    position: relative;
    display: block;
    background-color: #fff !important;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .125);
}

.wk-card-block {
    padding: 1.25rem 1.25rem 0.5rem;
}

#moreDetail {
    border: 1px solid #333;
    border-radius: 10px;
    margin-bottom: 30px;
}

section#main .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.paginate_button.active {
    float: left;
}

.wk_float_left {
    float: left;
}

.wk_float_right {
    float: right;
}

 .modal-body .form-group {
  margin-bottom: 1rem;
}