@import url('../css/charles-wright.css'); /* Modified */

.hdcontainer {
    width: 100%;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    margin-right: auto;
    margin-left: auto;
}

.hdpopup-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 24px;
    gap: 20px;
    isolation: isolate;
    background-color: white;
    color: #011831;
    position: relative;
    width: 375px;
    height: 812px;
}

.hdfooter {
    line-height: 1.3em;
    padding: 20px;
    margin: 0px 0px 7px;
    text-align:center;
}

.hd-copyright
{
    color:white;
    font-size:0.8em;
    text-align:center;
}

.hdfooter a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin: 0px 10px 0px 0px;
    background-size: 204% 150%;
    transition: background-position 0.5s cubic-bezier(1, 0, 0, 1) 0s, color 0.5s ease 0s, border 0.5s ease 0s;
    padding: 1px;
    color: rgb(175, 189, 209);
    border-bottom: 1px solid rgb(175, 189, 209);
    background-image: linear-gradient(to left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
}

.codedigit {
    border: solid 1px #afbdd1;
    border-radius: 6px !important;
    box-shadow: 2px 2px 4px 0 #c3cdd8;
    color: #011831;
    font-size: 16px;
    line-height: 1.467;
    padding: 18px 20px;
    width: 80%;
    height: 60px;
    text-align: center;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
    margin-bottom: 2em;
}

.hd-info-bg {
    background-color: #a24593 !important;  
    color: white !important;                 
    background-image: none !important;       
    text-align: left; 
    border-radius: 0.8rem !important; 
    padding: 11px 20px; 
    line-height: 1.467; 
    height: 50px;
    outline: none;
    display: inline-block;
    font-size: 1.2em;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    width: 100% !important;
}

.policy-container {
    width: 375px;
    height: 140px;
    background-color: white;
    border-radius: 0.8rem;
    padding: 10px;
    text-align: left;
}

.policy-container img {
    height: 32px;
}

.policy-reg-number {
    border-radius: 0.4rem;
    border-width:2px;
    border-color:black;
    border-style:inset;
    padding: 3px;
    margin-top: 10px;
    font-size: 1.2em;
    background-color: #fcb60e;
    font-family: 'Charles Wright', sans-serif;
    display:inline-block;
}

.policy-postcode {
    border-radius: 0.4rem;
    border-width: 2px;
    border-color: black;
    border-style: inset;
    padding: 3px;
    margin-top: 10px;
    font-size: 1.2em;
    background-color: white;
    display: inline-block;
}

.policy-model {
    font-size: 1em;
    text-align:left;
    font-weight:700;
}

.policy-status {
    float: right;
}

.policy-details a {
    font-size: 0.8em;
    color:black;
    text-decoration:none;
}

.res-circle {
    width: 14px;
    margin-right: 45px;
    border-radius: 50%;
    background: #bcd6ff;
    line-height: 0;
    position: relative;
}

.res-circle::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.circle-txt {
    margin-left: 28px;
    position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;
}

.hdpopup-h2 {
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.6em;
}

.hdpopup-close {
    height: 35px;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    -webkit-box-pack: end;
    justify-content: end;
    text-align: right;
    width: 100%;
}

.hdpopup-body {
    font-size: .8em;
    text-align:left;
    line-height:1.4;
}

.top-header-login {
    min-height: 75px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 0px;
}

.logout a {
    line-height: 20px;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    color: white;
    font-size: 1.6rem;
}

.logout:hover a {
    font-weight: bold;
    text-decoration: none;
}

.go-back a {
    line-height: 20px;
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    color: white;
    font-size: 1.6rem;
}

.go-back:hover a {
    font-weight:bold;
	text-decoration:none;
}

.cc-image 
{
    text-align:center;
}

#localAccountForm .cc-image img {
    height:200px;
}

.table-times
{
    width:100%;
}

.hd-h2 {
    margin-top: 1em;
    font-weight: bold;
    font-size: 2.6em;
    color: white;
}

.hd-h3-social {
    margin-top: 1em;
    font-size: 1.5em;
    color: #011831;
    line-height: 1.2;
}

.hd-social-body {
    margin-top: 1em;
    font-size: 1.1em;
    line-height: 1.35;
    color: #011831;
    text-align: left;
}

.hd-social-footer {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.2;
    color: #011831;
    text-align: left;
}

.hd-social-action {
    padding: 5px;
    text-align: center;
    position: relative;
    background-image: none;
    color: black;
    border:none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.3333333;
}

.hd-body {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.35;
    color: white;
    text-align: left;
}

.hd-info-box {
    border-radius: 0.8rem;
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.35;
    color: white;
    text-align: left;
    background-color: #01355A;
    padding:10px;
}

.hd-info-box p {
    max-width: 300px;
}

#info-icon {
    float: left;
    width: 32px;
    height: 32px;
    padding-right:10px;
}

.hd-email {
    margin-top: 1em;
    font-size: 1.1em;
    line-height: 1.35;
    color: white;
    text-align: left;
    font-weight: bold;
}

.unified_container .row .hd-panel-default {
    padding: 10px 30px;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    background-color: transparent; /* Modified */
    border: none; /* Modified */
}

.unified_container .row .hd-panel-social {
    padding: 10px 30px;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    background-color:white;
    border: none; /* Modified */
}

.hd-h2-bg {
    margin-top: 1em;
    font-weight: bold;
    font-size: 2.6em;
    color: white;
    text-align: left;
    display: table-caption;
}

.hd-h2-bg span {
    padding: 0px 10px 0px 10px; /*Top Right Bottom Left*/
    background-color: #A24593;
}

.chat-button {
    float: right;
    padding:20px;
}

.chat-button a {
    display: flex;
    flex-direction: row;
    background: #E40034;
    color: white;
    text-decoration:none;
    padding: 8px 12px 8px 28px;
    gap: 6px;
    width: 85px;
    height: 40px;
    border-radius: 100px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.chat-button a:hover {
    background: #0E838A;
}

.hd-h3-bg {
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.6em;
    color: white;
    text-align: left;
}

.hd-h3-bg span {
    padding: 0px 10px 0px 10px; /*Top Right Bottom Left*/
    background-color: #A24593;
}

.dob-field {
    padding-right:15px;
    text-align:center;
}

/* Small Screens */
@media only screen and (max-width: 600px) {
	#hdmobback { display: block; }
	#hddeskback { display: none; }
	#hdmoblogout { display: block; }
    #hddesklogout { display: none; }
    .hdfooter { display: none;}
}

/* Large Screens */
@media only screen and (min-width: 601px) {
	#hdmobback { display: none; }
    #hddeskback { display: block; }
    #hdmoblogout { display: none; }
    #hddesklogout { display:block; }
    .hdfooter { display: block; }
}

.top-header-help {
    height: 35px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.35;
    text-align: right;
	color:white;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #60758E;
    margin: 8px 0px;
}

.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: #60758E;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.info-link {
    margin-top:20px;
    text-align: left !important;
}

.code-link {
    margin-top: 20px;
    text-align: center !important;
}

.info-link a,
.code-link a 
{
    font-weight: 500;
    font-size: 1.0em;
    text-decoration: none;
    color: white;
    border-bottom: #0069CC 0.125em solid;
}

.info-link a:link:hover {
    font-weight: bold;
}

/* Social Media Buttons */
/* Style the button and place it in the middle of the container/image */
/* Padding bottom right bottom left */
.secondary-container img {
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    top: 50%;
    left: 22%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.secondary-container button {
    padding: 10px 16px;
    text-align: center;
    position: relative;
    background-image: none;
    background-color: transparent; /* Modified */
    color: #FFFFFF; /* Modified */
    border: 2px solid #0E838A !important; /* Modified */
    width: 100% !important; /* Modified */
    border-radius: 0.8rem; /* Modified */
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    height: 50px;
    line-height: 1.3333333;
    margin-top: 2rem;
    margin-right: 0px;
    margin-bottom: 1.2rem;
    margin-left: 0px;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
}

