.ajax-load-qa {
    background: url("../images/register/loading.gif") no-repeat center center
        rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.member-main-form{
    position: relative;
    border: 1px solid #e6e8ec;
    padding: 30px;
    margin: 30px 0;
    border-radius: 12px;
}

.member-main-form h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.member-main-form .required{
    color: #ff0000;
}

.form-check{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #e6e8ec;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.form-check:hover{
    border: 2px solid #0095d9;
    background: rgba(230, 244, 251, 0.5);
}

.form-check .form-check-label{
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.form-check .form-check-label span{
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.form-check.member-type input[type='radio']{
    height: 16px;
    width: 16px;
}

.form-organization .form-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-organization .member-type .premium:after{
    position: absolute;
    top: 1px;
    content: url(../images/icon-premium-membership.svg);
}

.form-button{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.form-button .btn-default{
    color: #333;
}

.form-header h1{
    font-size: 22px;
    margin-bottom: 4px;
}

.form-header hr{
    width: 28%;
    border-color: #ddd;
    margin: 10px auto 25px;
}

.form-content{
    padding: 30px 0;
}

.form-content .form-title{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: #293a56;
}

.form-content label{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.form-content .required,
.form-footer .required{
    color: #ff0000;
}

.form-content textarea{
    margin-bottom: 20px;
}

.form-content ul.files{
    list-style: decimal;
    padding-inline-start: 25px;
    font-style: italic;
}

.form-footer label{
    display: flex;
    align-items: center;
    font-weight: 400;
}

.form-footer a{
    margin: 0 5px;
}

.form-group .title{
    margin-bottom: 12px;
}

.form-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
}

.form-flex .form-personal-check{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    flex: 1;
}

.form-flex .form-check-label{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.form-flex .form-check-label span{
    margin-left: 10px;
}

.form-flex.organization-type,
.form-flex.field{
    flex-flow: wrap;
}

.form-flex.organization-type .form-personal-check{
    flex-basis: 32%;
    min-height: 34px;
}

.form-flex.organization-type .form-personal-check:nth-child(3n+3){
    flex-basis: 36%;
}

.form-flex.field .form-personal-check{
    flex-basis: 50%;
    min-height: 40px;
}

.form-flex.field .form-personal-check span{
    line-height: 22px;
    flex-basis: calc(100% - 30px);
}

.form-flex.field input[type='checkbox']{
    height: 20px;
    width: 20px;
}

.control-fileupload {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    width: 100%;
    height: 46px;
    padding: 4px 10px;
    overflow: hidden;
}

.control-fileupload label {
    line-height: 24px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    cursor: text;
}

input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.signature {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

.signature-inner{
    text-align: center;
}

.signature-inner span:nth-child(1){
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
}

.signature-inner span:nth-child(2){
    display: inline-block;
    color: #2076dd;
    font-size: 15px;
    font-style: italic;
    margin: 4px 0 10px;
}

.signature-content{
    position: relative;
    width: 305px;
    height: 150px;
    border: 1px dashed #2076dd;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#signature-here{
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    color: #2076dd;
    font-size: 14px;
    font-style: normal;
}

#signature-here:before{
    display: block;
    content: url(../images/receipt-edit.svg);
    height: 20px;
    margin-bottom: 6px;
}

#signPadBig .big-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

#signPadBig .big-sub{
    font-size: 16px;
    color: #777e90;
    margin-bottom: 10px;
}

#signPadBig canvas{
    display: block;
    margin: 0px auto;
    border: 2px dashed #e7e8ec;
    background-color: #f4f5f6;
    border-radius: 10px;
}

#signPadBig button{
    border: 2px solid #e6e8ec;
    background-color: #fff;
    display: block;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 8px;
    float: right;
    height: 46px;
    width: 120px;
    transition: 0.3s all;
}

#signPadBig button:hover{
    background-color: #1b5fb0;
    border-color: #1b5fb0;
    color: #fff;
}

.successfully-box{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.successfully-box img{
    width: 150px;
    margin-bottom: 22px;
}

.membership-header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.membership-header .box-heading{
    margin-bottom: 0;
    width: calc(100% - 380px);
}

.membership-header .search-member{
    flex-basis: 350px;
}

.membership-header .search-member .form-group{
    margin-bottom: 0;
}

.membership-header .search-button{
    position: absolute;
    right: 10px;
    top: 0;
    height: 46px;
    border: none;
    background-color: transparent;
}

.item-membership-personal{
    position: relative;
    border: 2px solid #e6e8ec;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.item-membership-personal h2{
    font-weight: 500;
    margin-bottom: 4px;
}

.membership-personal-info{
    display: flex;
    align-items: center;
}

.item-membership-personal img{
    width: 100px;
    border-radius: 8px;
    margin-right: 15px;
}

.membership-list{
    padding: 0;
    margin: 0;
}

.membership-list li{
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
}

.membership-list li:last-child{
    padding-bottom: 0;
}

.membership-list span{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6e8ec;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    font-size: 12px;
}

.membership-list .fa{
    color: #777e90;
}

.item-membership{
    position: relative;
    margin-bottom: 20px;
}

.membership-logo{
    position: relative;
    border: 2px solid #e6e8ec;
    border-radius: 12px;
    overflow: hidden;
}

.membership-logo img{
    width: 100%;
    height: 160px;
    padding: 10px;
    object-fit: cover;
}

.membership-info{
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    padding: 8px 10px;
    visibility: hidden;
    transform: translateY(80px);
    z-index: 99;
}

.item-membership:hover .membership-info{
    transform: translateY(0);
    visibility: visible;
    transition: all .25s ease;
}

.item-membership .membership-list li{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-membership .icon{
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 9;
}

.item-membership h2{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 12px;
    line-height: 24px;
}

.bodytext{
    font-size: 17px;
}

.member-detail{
    font-size: 16px;
    margin-top: 20px;
}

.member-detail h1{
    font-size: 20px;
}

.member-detail .table th,
.member-detail .table td{
    vertical-align: middle;
}

.member-detail .table th{
    min-width: 180px;
    font-size: 15px;
}

.member-detail ul{
    margin-bottom: 0;
}

.member-detail img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .member-detail .table th{
        font-size: 13px;
        min-width: auto;
    }
}

@media (max-width: 767.98px) {
    #signPadBig{
        height: 340px !important;
    }

    .member-detail .table tr{
        display: flex;
        flex-direction: column;
    }

    .member-detail .table th,
    .member-detail .table td{
        border: none;
        border-top: 1px solid #ddd;
    }
}

@media (max-width: 499.98px) {
    .member-main-form h1{
        line-height: 34px;
        text-align: left;
    }

    .member-main-form{
        padding: 30px 15px;
        line-height: 24px;
    }

    .form-flex.organization-type .form-personal-check,
    .form-flex.field .form-personal-check{
        flex-basis: 100%;
        min-height: 30px;
    }

    .form-footer label{
        display: block;
        line-height: 22px;
        font-size: 16px;
    }

    #signPadBig button{
        font-size: 16px;
        max-width: 92px;
    }
}














