* {
    box-sizing: border-box;
  }
  
  /* Create two equal columns that floats next to each other */
  .column {
    float: left;
    width: 50%;
    padding: 10px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }

  .button-center {
    margin: auto;
    width: 150px;
    padding: 10px;
  }

  .second-member-add{
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-color: #2F4F4F;
    padding: 3px 28px 9px 25px;
    border-left: thick solid green;
  }

  .registration-submit{
    width: 100%;
  }

  fieldset input[type=password], fieldset input[type=search], fieldset input[type=text], fieldset input[type=email], fieldset select {
    height: 32px;
    width: 100%;
}
.logintable table td i {
    margin-left: -30px;
    cursor: pointer;
    color: green;
}
.required-field {
    color: red;
}

p {
    margin-bottom: 22px;
}

.registration .registration_phone {
    width: 180px;
}
.registration .registration_postcode {
    width: 125px;
}

.registration .registration_user_first_name {
    width: 280px;
}
.registration .registration_user_last_name {
    width: 280px;
}

.registration .registration_address{
    width: 280px;
}

.registration .registration_user_email {
    width: 160px;
}
.registration .password {
    width: 220px;
}
.registration .existing_mem {
    width: 125px;
}

.registration table td i {
    margin-left: -30px;
    cursor: pointer;
    color: green;
}

.registration table td, .login table td {
    border-bottom: 0px solid black;
}

.forget-form-table td, .tool-enquiry-form td {
    border-bottom-color: black;
}

.registration td, .registration th {
    padding: 3px;
}

.registration tbody>tr>:nth-child(1), .forget-form-table tbody>tr>:nth-child(1) { 
    text-align: right;
    width: 143px;
}

.tool-enquiry-form  .full_justify {
    text-align: justify !important;
}
.tool-enquiry-form tbody>tr>:nth-child(1){ 
    text-align: right;
    width: 283px;
}

.login tbody>tr>:nth-child(1){ 
    text-align: right;
}

.login tbody>tr>td, .login .form-control {
    padding-top: 3px;
    padding-bottom: 3px;
}

.login-form__confirm{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.profile_greeting {
    float: right;
}
.customer-details__title{
    float: left;
}

.personal-card table td:nth-child(2) {
    min-width: 150px;
}

td, th {
    padding: 10px;
}

.personal-card__table td:first-child { 
    text-align: right;
    text-wrap: nowrap;
 }

.personal-card__table td i {
    float: right;
}

.personal-card__table td .bi-floppy {
    color: green;
}

.customer-details__content table, .customer-details__content td{
    border: 1px solid white;
}
.customer-details__content .name,  .tools-enquiry-form .name{
    color: white;
}

.customer-details__content .subscription-info .rotate {
    writing-mode: vertical-rl;
    white-space:inherit;
    transform:scale(-1);
  }

  .subscription-info tr:first-child td{ text-align: center; }

.aside-menu {
    float: left;
    padding-right: 32px;
}

.aside-menu .menu-item a {
    color: #00FF00;
}

.personal-card__table .hide {
    display: none;
}

.customer-details .clear {
    clear: both;
}
.personal-card__table td input {
    padding: 0;
    width: 100%;
}

.personal-card__table .clear
{
    float: none;
}

.personal-card__table td i
{
    margin-left: -30px;
    cursor: pointer;
    float: right;
}

.login-form td i {
	margin-left: -30px;
    cursor: pointer;
}

.component-wrap {
    display: none;
}

.has_menu .component-wrap {
    display: block;
}
.subscription-info .bi-x-lg {
    color: red;
    font-size: x-large;
    font-weight: bold;
}

.subscription-info .bi-check2 {
    color: #00FF00;
    font-size: x-large;
    font-weight: bold;
}

.scrolling {
    overflow-x: auto;
}

.subscription-info .white, .registration .white{
    color: white;
}
.subscription-info .firstCell {
    width: 180px;
}

.subscription-info td {
    border: solid 1px white;
}

.subscription-info .alcenter {
    text-align: center;
}



.custom-login-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.custom-login {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.custom-login:hover {
    background-color: #005177;
}

.business-enquiry form label.required:before {
    content: "*";
    color: red;
}
