
/*#region Tag Restyle*/

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body, html {
    font-family: Ubuntu-Regular, sans-serif;
    height: 100%;
}

/*---------------------------------------------*/

a {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    color: #666666;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    line-height: 1.7;
    margin: 0px;
    transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        color: #1b3815;
        text-decoration: none;
    }

/*---------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    color: #666666;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

ul, li {
    list-style-type: none;
    margin: 0;
}


/*---------------------------------------------*/

input {
    border: none;
    outline: none;
    background-color: #ffffff !important;
}

input {
    border: none;
    outline: none;
    background-color: #fafafa;
}

    input:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0px 9999px white;
    }

    input[type="number"] {
        -moz-appearance: textfield;
        /*appearance: none;*/
        -webkit-appearance: none;
    }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

textarea {
    border: none;
    outline: none;
}

input:focus {
    border-color: transparent;
}


input::-webkit-input-placeholder {
    color: #1b3815;
}

input:-moz-placeholder {
    color: #1b3815;
}

input::-moz-placeholder {
    color: #1b3815;
}

input:-ms-input-placeholder {
    color: #1b3815;
}

textarea::-webkit-input-placeholder {
    color: #1b3815;
}

textarea:-moz-placeholder {
    color: #1b3815;
}

textarea::-moz-placeholder {
    color: #1b3815;
}

textarea:-ms-input-placeholder {
    color: #1b3815;
}

/*---------------------------------------------*/

button {
    background: transparent;
    border: none;
    outline: none !important;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*#endregion*/


/*#region Fonts*/

@font-face {
    font-family: Ubuntu-Regular;
    src: url('../fonts/ubuntu/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: Ubuntu-Bold;
    src: url('../fonts/ubuntu/Ubuntu-Bold.ttf');
}

@font-face {
    font-family: JosefinSans-Bold;
    src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/roboto/Roboto-Medium.ttf');
}

/*#endregion*/


/*#region Text*/

.psd2-text-label-1 {
    font-family: Roboto-Regular;
    font-size: 12px;
    letter-spacing: 0;
    color: #5D5D5D;
    opacity: 1;
    white-space: nowrap;
    padding-left: 2px;
}

.psd2-text-label-2 {
    font-family: Roboto-Regular;
    font-size: 12px;
    letter-spacing: 0;
    color: #5D5D5D;
    opacity: 0.6;
    white-space: nowrap;
    padding-left: 2px;
}

.psd2-text-label-readonly {
    font-family: Roboto-Medium;
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.6;
    white-space: nowrap;
    padding-left: 2px;
    width: 100%;
}

.psd2-text-label-readonly-multiple-lines {
    font-family: Roboto-Medium;
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.6;
    padding-left: 2px;
    width: 100%;
    resize: none;
}

.psd2-header-label {
    text-align: right;
    font-family: Roboto-Medium;
    font-size: 14px;
    letter-spacing: 0;
    color: #5D5D5D;
    margin-right: 34px;
    margin-top: 32px;
}

.psd2-header-moey-label {
    text-align: right;
    font-family: Roboto-Medium;
    font-size: 14px;
    letter-spacing: 0;
    color: #5D5D5D;
    float: right;
}

.description {
    padding-right: 34px;
}

.psd2-table-header-1 {
    color: #94A8B4;
    font-family: Roboto-Light;
    font-size: 11px;
    font-weight: normal;
}

.psd2-table-header-2 {
    color: #475565;
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: normal;
}

.psd2-table-cell-1 {
    color: #000000;
    font-family: Roboto-Medium;
    font-size: 12px;
    font-weight: normal;
}

.psd2-text-info {
    color: #94A8B4;
    font-family: Roboto-Regular;
    font-size: 11px;
    font-weight: normal;
}



/*#endregion*/


/*#region Input*/

.psd2-input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C6C6;
    width: 300px;
    caret-color: #00965E;
    font-family: "Roboto-Medium";
    font-size: 14px;
    padding-left: 2px;
    padding-bottom: 6px;
}

/* Targeting IE and Edge browsers */
_:-ms-lang(x), .psd2-input[type=text] {
    padding-bottom: 8px;
}

    .psd2-input[type=text]::-webkit-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
        padding-bottom: 6px;
    }

    .psd2-input[type=text]:-ms-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
        padding-bottom: 6px;
    }

    .psd2-input[type=text]:focus {
        border-bottom: 2px solid #00965E !important;
    }

.psd2-moey-input[type=text] {
    width: 245px;
}

.psd2-input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C6C6;
    width: 300px;
    caret-color: #00965E;
    font-family: "Roboto-Medium";
    font-size: 14px;
    letter-spacing: 5px;
    padding-left: 2px;
    padding-bottom: 6px;
}

@-moz-document url-prefix() {
    .psd2-input[type=password] {
        letter-spacing: 0px;
    }
}

    .psd2-input[type=password]::-webkit-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
        padding-bottom: 6px;
    }

    .psd2-input[type=password]:-ms-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
        padding-bottom: 6px;
    }

    .psd2-input[type=password]:focus {
        border-bottom: 2px solid #00965E !important;
        letter-spacing: 5px;
    }

    @-moz-document url-prefix() {
        .psd2-input[type=password]:focus {
            letter-spacing: 0px;
        }
    }

    .psd2-input[type=password]::-ms-clear, input::-ms-reveal {
        display: none;
    }

.psd2-input-password-focused {
    border-bottom: 2px solid #00965E !important;
    letter-spacing: 5px;
}

@-moz-document url-prefix() {
    .psd2-input-password-focused {
        letter-spacing: 0px;
    }
}

.psd2-input[type=number] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C6C6;
    width: 300px;
    caret-color: #00965E;
    font-family: "Roboto-Medium";
    font-size: 14px;
    padding-left: 2px;
    padding-bottom: 6px;
}

    .psd2-input[type=number]::-webkit-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
        padding-bottom: 6px;
    }

    .psd2-input[type=number]:-ms-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
        padding-bottom: 6px;
    }

    .psd2-input[type=number]:focus {
        border-bottom: 2px solid #00965E !important;
    }

.psd2-input[type=search] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C6C6;
    width: 300px;
    caret-color: #00965E;
    font-family: "Roboto-Medium";
    font-size: 14px;
    padding-left: 2px;
}

    .psd2-input[type=search]::-webkit-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
    }

    .psd2-input[type=search]:-ms-input-placeholder {
        color: #C8C6C6;
        opacity: 1;
        font-family: Roboto-Light;
        font-size: 14px;
        letter-spacing: 0;
        padding-left: 8px;
    }

    .psd2-input[type=search]:focus {
        border-bottom: 2px solid #00965E !important;
    }

.psd2-input[type=date] {
    font-family: "Roboto-Medium";
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #C8C6C6;
}

    .psd2-input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }

    .psd2-input[type=date]::-webkit-calendar-picker-indicator {
        color: #00965E;
    }

.psd2-selector {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C6C6;
    font-family: "Roboto-Medium";
    font-size: 14px;
    width: 300px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.psd2-selector-moey-prefix {
    padding-bottom: 6px;
    padding-top: 10px;
    width: 50px;
}

.psd2-moey-prefix-phone {
    display: flex;
}

    .psd2-selector::-ms-expand {
        display: none;
    }


.psd2-selector-wrapper {
    position: relative;
}

.psd2-selector-wrapper-moey {
    width: 55px;
}

.psd2-selector-wrapper-moey:after {
    font-family: FontAwesome;
    font-weight: bold;
    content: '\f107';
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 5px;
    color: #00965E;
    pointer-events: none;
}

.psd2-input-single-digit-password {
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #94A8B4;
    width: 36px;
    height: 36px;
}

    .psd2-input-single-digit-password:focus {
        border: 1px solid #00965E;
    }

/*#endregion*/


/*#region Shared*/

.psd2-page {
    background-color: #ffffff;
    fill-opacity: 1;
}

.psd2-container {
    animation: fadeIn 0.3s;
    margin: auto;
    margin-bottom: 40px;
    padding-bottom: 20px;
    width: 720px;
    height: 100%;
    min-height: 550px;
    background-color: #ffffff;
    fill-opacity: 0.64;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
    align-self: center;
}

.psd2-container-tabs .row {
    margin-left: 0;
    margin-right: 0;
}

.psd2-tab-section {
    padding-left: 0;
    padding-right: 0;
    height: 80px;
    background-color: #ffffff;
}

.psd2-tab-moey-section {
    padding-left: 0;
    padding-right: 0;
    height: 100px;
    background-color: #fafafa;
}


.psd2-tab-section-greyed-out {
    padding-left: 0;
    padding-right: 0;
    height: 80px;
    background-color: #f9f9f9;
}

.psd2-tab-section-selected {
    border-top: 3px solid #FF8C00;
    background-color: #ffffff;
}

.psd2-header {
    display: flex;
    justify-content: space-between;
}

.psd2-header-moey {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100px;
}

.psd2-header-alt {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 80px;
    width: 100%;
				  
}

.psd2-wrapper {
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 42px;
    margin-bottom: 50px;
    width: 300px;
}


.psd2-wrapper-wider {
    margin-left: 82px;
    margin-right: 82px;
    margin-top: 55px;
    margin-bottom: 50px;
    width: 555px;
}

.psd2-wrapper-moey-wider {
    margin-left: 154px;
    margin-right: 154px;
    margin-top: 55px;
    margin-bottom: 50px;
    width: 412px;
}

.psd2-wrapper-center {
    text-align: center;
}

.psd2-space-between {
    display: flex;
    justify-content: space-between;
}

.psd2-show-only-small {
    display: none !important;
}


.fill-all {
    width: 100% !important;
    height: 100% !important;
}

/*#endregion*/


/*#region Images*/



.psd2-ca-logo {
    width: 76.98px;
    height: 40.47px;
    margin-left: 30px;
    margin-top: 20px;
    opacity: 1;
}
.psd2-ca-logo-big {
    width: 76.98px;
    height: 40.47px;
    position: absolute;
    top: 25%;
    left: 35%;
					   
}

.psd2-ca-logo-Moey-big {
    width: 130px;
    height: 24px;
    position: absolute;
    top: 50%;					
    left: 50%;
    margin: -12px 0 0 -65px;			
}

.psd2-ca-moey-logo {
    width: 76.98px;
    height: 40.47px;
    position: absolute;
    top: 35%;
    left: 40%;
}

.psd2-ca-logo-Moey {
    top: 40%;
    left: 35%;
    position: absolute;
}

.moey-logo-description {
    display: flex;
    width: 100%;
    left: 0;
}

.psd2-ca-logo-Moey-img {
    padding-left: 30px;
}

.psd2-header-label-div {
    width: 100%;
}

.psd2-info-img {
    width: 20px;
    height: 20px;
}


/*#endregion*/


/*#region Keypad*/

.psd2-keypad {
    width: 200px;
    height: 77px;
    border-spacing: 5px;
    margin: 0 auto;
}

.psd2-keypad-button {
    color: #ffffff;
    background-color: #00965E;
    border-radius: 3px 3px 3px 3px;
    width: 36px;
    height: 36px;
    font-family: "Roboto-Medium";
    font-size: 18px;
}

/*#endregion*/


/*#region Buttons*/

.psd2-button-accept-faded {
    background-color: #00965E;
    opacity: 0.36;
    width: 200px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #ffffff;
}

.psd2-button-accept-active {
    opacity: 1;
}

.psd2-button-consent{
    background-color: #00965E;
    width: 180px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #ffffff;
}

.psd2-button-authenticate-active{
    background-color: #00965E;
    opacity: 1;
    width: 200px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #ffffff;
}

.psd2-button-authenticate-faded{
    background-color: #00965E;
    opacity: 0.36;
    width: 200px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #ffffff;
}

.psd2-button-consent-red {
    background-color: #FF0000;
    width: 180px;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #ffffff;
}

.psd2-button-cancel {
    padding-left: 0;
    text-align: center;
    border: none;
    width: 108px;
    height: 40px;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: #475565;
}

span.deleteicon {
    position: relative;
}

    span.deleteicon span {
        position: absolute;
        display: block;
        top: 0px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url('../images/clear_field.svg');
        cursor: pointer;
    }

.psd2-button-wrapper {
    text-align: center;
    display: block;
}

/*#endregion*/


/*#region Tables*/

.psd2-consent-table {
    width: 100%;
}

    .psd2-consent-table tr {
        line-height: 34px;
        text-align: center;
    }

    .psd2-consent-table th {
        line-height: 34px;
        text-align: center;
    }

.psd-consent-table-border-bottom {
    border-bottom: 1px solid #C7D0D6;
}

.psd2-consent-table-row-size-bigger {
    line-height: 30px !important;
}

.psd2-consent-table-row-spacing {
    line-height: 20px !important;
}


.psd2-consent-list {
    width: 100%;
}

    .psd2-consent-list tr {
        line-height: 15px;
        text-align: center;
    }

    .psd2-consent-list th {
        line-height: 15px;
        text-align: center;
    }

.psd2-consent-list-border-bottom {
    border-bottom: 1px solid #C7D0D6;
}

.psd2-consent-list-row-size-bigger {
    line-height: 30px !important;
}

.psd2-consent-list-row-spacing {
    line-height: 20px !important;
}

/*#endregion*/


/*#region Animations*/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*#endregion*/

/*#region Responsive Design*/

@media (min-width: 576px) {
	
	 /*#region Images*/
    .psd2-ca-logo {				 
        margin-top: 30px;			   					  
    }
    .psd2-ca-logo-Moey{
        margin-right: 30px;
    }
    /*#endregion*/

    .psd2-container-tabs {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        background-color: #ffffff;
    }
    .psd2-container-tabs:before {
        background-color: #fafafa;
    }
}

@media (max-width: 576px) {
    
    /*#region Shared*/

    .psd2-page {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .psd2-container {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        min-height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #ffffff;
        fill-opacity: 0.64;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
        display: inline-block;
        justify-content: space-between;
    }
	
	   .psd2-container-no-padding {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
        
    .psd2-container-moey {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
	
	 .psd2-container-tabs {
        padding-left: 0;
        padding-right: 0;			  
    }
    
    .psd2-container-moey-tabs {
        padding-left: 0;
        padding-right: 0;
        background-color: #fafafa;
    }

    .psd2-wrapper {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 96px;
        width: 80%;
    }

    .psd2-show-only-large {
        display: none !important;
    }

    .psd2-show-only-small {
        display: table !important;
    }
    
    /*#endregion*/


    /*#region Input*/

    .psd2-input[type=text] {
        width: 100%;
    }

    .psd2-input[type=password] {
        width: 100%;
    }

    .psd2-input[type=number] {
        width: 100%;
    }

    .psd2-input[type=search] {
        width: 100%;
    }

    .psd2-selector {
        width: 100%;
    }

    .psd2-selector-wrapper {
        width: 100%;
    }

    .psd2-selector-wrapper-moey {
        width: 55px;
    }
    
    .psd2-moey-phone-number {
        width: 100%;
        padding-left: 5px;
    }

    .psd2-ca-moey-logo {
        left: 30%;
    }
    
    #login-header .row {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .psd2-ca-logo-Moey{
        left: 17%;
    }
    .moey-logo-description {
        left: 0; !important;
    }

}
