.hr-container {
    width: 900px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
.login-form{
    width: max-content;
    margin: 0 auto;
    margin-top: 15%;
    max-width: 100%;
}
.login-logo img,
.profile-form img {
    max-width: 100%;
    height: auto;
}
.login-desc {
    font-weight: bold;
    margin: 10px auto 20px;
    text-align: center;
}
.login-social {
    border: 1px solid #000;
    margin: 18px 0;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
}
.login-social a{
    color: #000;
    text-decoration: none;
    width: 100%;
    padding: 13px 20px;
}
.login-apple a,
.login-line a{
    color: #fff;
}
.login-social:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.login-apple {
    background: #000;
}
.login-apple:before{
    background: url(../images/login-apple.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.login-google:before{
    background: url(../images/login-google.svg);
    background-size: contain;
    background-repeat: no-repeat;  
}
.login-line {
    background: #06b050;
    border: 1px solid #06b050;
}
.login-line:before{
    background: url(../images/login-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/** Profile Page **/
.profile-form {
    width: 400px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    margin-top: 5%;
    margin-bottom: 0%;
}
.profile-image {
    width: 150px;
    height: 150px;
    background: #ccc;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.profile-metas {
    margin: 20px 0;
    background: #cccccc;
    padding: 20px;
}
.profile-meta {
    display: flex;
    margin: 10px 0;
}
.profile-meta label {
    font-weight: bold;
}
.profile-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-tab a {
    border: 2px solid #000;
    color: #fff;
    color: #000;
    padding: 5px;
    text-decoration: none;
    font-size: 13px;
    width: 120px;
    display: inline-block;
    text-align: center;
}
.profile-tab:first-child a {
    border-right: 0;
}
.profile-tab a.active {
    background: #ff3399;
    color: #fff;
}
.profile-tab-content{
    display: none;
}
.profile-tab-content.active{
    display: block;
}
.product-price {
    display: flex;
    justify-content: space-between;
}
.tab-title {
    margin: 30px auto 50px;
    text-align: center;
}
.tab-title span {
    font-size: 20px;
    font-weight: bold;
}
.tab-notice {
    margin: 0;
}
.tab-notice span {
    display: block;
    font-size: 12px;
}
.tab-notice > span > i {
    font-style: normal;
    font-size: 12px;
    margin-right: 2px;
}
.tab-list-products ul {
    margin: 20px 0;
    padding: 0;
}
.tab-list-products li {
    list-style: none;
    margin: 6px 0;
}
.tab-list-products li a {
    display: flex;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    justify-content: space-between;
}

.tab-list-products li a span:last-child {
    color: #ffbf00;
}
.profile-tab-content.tab-buy-coin{
    width: 400px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}
.tab-list-products a:hover span {
    text-decoration: underline;
}
/** Table **/
table.dataTable thead>tr>th.sorting:after, 
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after, 
table.dataTable thead>tr>th.sorting_desc_disabled:after, 
table.dataTable thead>tr>td.sorting:after, 
table.dataTable thead>tr>td.sorting_asc:after, 
table.dataTable thead>tr>td.sorting_desc:after, 
table.dataTable thead>tr>td.sorting_asc_disabled:after, 
table.dataTable thead>tr>td.sorting_desc_disabled:after{
    top: calc(50% - -2px)!important;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: center!important;
}
table.dataTable tbody td.text-left{
    text-align: left!important;
}
.table-data th, .table-data td {
    font-size: 15px;
    white-space: nowrap !important;
}
.table-data tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
table.dataTable td.status--2 {
    color: #000;
    font-weight: bold;
}
table.dataTable td.status--1 {
    color: #ffbf00;
    font-weight: bold;
}
table.dataTable td.status-0 {
    color: #dc3545;
    font-weight: bold;
}
table.dataTable td.status-1 {
    color: #198754;
    font-weight: bold;
}
table.dataTable td.status-2 {
    color: #dc3545;
    font-weight: bold;
}
table.dataTable.no-footer,
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td,
table.dataTable tbody th, table.dataTable tbody td {
    border: 0.5px solid #000!important;
}
body.profile {
    margin-bottom: 5%;
}
div#DataTables_Table_0_paginate {
    margin-top: 20px;
    float: none;
    text-align: center;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 2.5rem;
    padding: 0.2em 0.5em;
    border: 1px solid #000 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111))!important;
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%)!important;
    color: #fff!important;
}
/** Card **/
.card-info label {
    font-weight: bold;
}
.modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}
.modal-header {
    border-bottom: 0;
    padding: 15px 15px 0 0;
}
.input-wrapper{
    border: 1px solid #000; 
    border-radius: 5px;
    padding: 8px 10px;
}
.modal-body {
    padding: 20px 50px 0;
}
.card-info {
    margin: 15px 0;
}
.product-price span {
    font-weight: bold;
}
#error-message {
    color: #eb1c26;
    font-weight: bold;
    font-size: 14px;
}
.modal-footer button {
    min-width: 100px;
}

.card-note {
    margin: 10px 0;
}
.card-note span:first-child {
    font-weight: bold;
}
.card-note span {
    font-size: 13px;
}
.card-note input {
    vertical-align: middle;
}

.stripe-show-card {
    display: none;
}
.stripe-show-card.active {
    display: block;
}
.modal-footer {
    border-top: 0;
    margin: 0;
    margin-right: -4px;
    margin-bottom: 20px;
    padding: 0;
}
.modal-reuse-card .modal-footer {
    margin-top: 20px;
}
.stripe-reuse-card .card-note span {
    margin-left: 3px;
}
.stripe-reuse-card .card-note span.last4 {
    margin-left: 15px;
}
.card-edit a{
    display: block;
}
.card-delete a{
    border: 1px solid #000!important;
}
.card-delete{
    margin: 20px 0 30px;
}

/** loading **/
.hrIsLoading{
	pointer-events: none!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hrIsLoading,
.hrIsLoading i{
    color: transparent !important;
}
.hrIsLoading:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #eeeeee;
    border-top-color: #ff2a84;
    -webkit-animation: loadingSubmit 1s infinite;
    animation: loadingSubmit 1s infinite;
}
@-webkit-keyframes loadingSubmit {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/** endloading **/
.nav-btn {
    margin: 20px 0;
}
.nav-btn a {
    text-decoration: none;
    color: initial;
}
.nav-btn a:hover{
    text-decoration: underline;
}
.return-home {
    text-align: center;
}
.return-home a{
    color: #00b0f0;
}

.logout {
    text-align: right;
}
.profile-meta span{
    word-break: break-word;
}

.login-form-error {
    width: max-content;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    max-width: 100%;
}
.login-form-error .login-desc {
    font-weight: normal;
}
.return-login {
    margin: 15px 0;
}
i.x-border {
    font-style: normal;
    border: 2px solid #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 11px;
    margin-right: 3px;
}
.pl-20px{
    padding-left: 20px;
}

.modal-buy-coin button.btn.btn-secondary,
.modal-reuse-card button.btn.btn-secondary {
    background: #fff;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .profile-form {
        max-width: 100%;
    }
    .profile-meta span{
        font-size: 15px;
    }
    .tab-title {
        margin: 20px auto 30px;
        text-align: center;
    }
    .profile-metas {
        padding: 10px 20px;
    }
    .tab-notice span {
        font-size: 11px;
    }
}