﻿.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
    margin-top: 10px;
    padding-bottom: 40px;
    background: #F4F4F4;
}

.background {
    background: #F4F4F4;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.forgot-password {
    color: #77B32A;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}

.forgot-password-container {
    padding-top: 20px;
}

.forgot-password:hover {
    color: #79bc28;
    text-decoration: none;
}

.ca-card {
    position:relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
    border: 1px;
    border-color: #DDDDDD;
    width: 354px;
    min-height: 639px;
}

.ca-card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.ca-card-content {
    width: 250px;
    font-size: 1rem;
    color: #6c757d;
}

.ca-button {
    width: 250px;
    background-color: #77B32A;
    font-size: 16px;
    color: #fff;
    border: 1px solid #669924;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ca-button:hover {
    background-color: #79bc28; 
    border-color: #669924; 
}
    .ca-button:disabled {
        background-color: #F4F4F4 !important;
        border-color: #DDDDDD !important;
        color: #9B9B9B !important;
    }

.label-wrapper {
    position: relative;
}

.ca-label {
    font-weight: bold;
    font-size: 0.875rem;
    color: #495057;
    position: absolute;
    top: -0.75rem; 
    left: 0.5rem;
    background-color: #fff; 
    padding: 0 0.5rem; 
}

.ca-textbox {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}
    .ca-textbox:focus {
        border-color: #77B32A;
        outline: none; 
        box-shadow: none; 
    }
.ca-textbox-password{
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    padding-right: 25px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}
.ca-textbox-password:focus {
    border-color: #77B32A;
    outline: none;
    box-shadow: none;
}

.password-input {
    padding-right: 30px;
}

.ca-login-supporting-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #9B9B9B;
    margin-bottom: 24px;
}

.ca-header {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 18px;
    color: #434D55;
}

.ca-logo {
    margin-top: 28px;
    margin-bottom: 20px;
}

.bottom-card-container {
    width: 250px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
}

.submit-button-container {
    margin-bottom: 20px;
    margin-top: 20px;
}

.validation-error {
    color: #E84D54;
}
    .validation-error ul {
        padding: 0;
    }
.validation-error ul li {
        list-style-type: none;
    }
.validation-error-placeholder {
    height: 24px;
    width: 250px;
}
.contact-icon {
    margin-left: 16px;
    margin-right: 16px;
}

.success-border {
    border-color: #77B32A;
    outline: none;
    box-shadow: none;
}

.error-border {
    border-color: #E84D54;
}
.error-border:focus {
    border-color: #E84D54 !important;
}

.ca-textbox-error {
    color: #E84D54;
    font-size: 12px;
    margin-top: -3px;
}

.ca-textbox-container {
    margin-top: 30px;
}

.password-toggle {
    position: absolute;
    top: 33%;
    right: 6px;
    transform: translateY(-50%);
    cursor: pointer;
}

.contact-box {
    margin-top: 20px;
}

.ca-textbox-error-placeholder {
    height: 18px;
    width: 250px;
}

.ca-popup {
    width: 100%;
    position: relative;
    box-shadow: 10px 20px 25px -5px rgba(0, 0, 0, 0.1), 5px 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    gap: 6px;
    text-align: left;
    font-size: 16px;
    color: #20282e;
}

.ca-popup-close-button {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px;
    cursor: pointer;
}
.ca-popup-container {
    width: 354px;
    align-items:flex-end
}

@media (max-width: 767px) {
    .ca-popup-container {
        position: fixed; 
        bottom: 20px; 
        left: 50%; 
        transform: translateX(-50%); 
        margin: 0; 
        z-index: 9999;
    }

    .ca-popup-wrapper {
        position: relative; 
        justify-content: flex-start; 
        height: 0 !important;
    }
}

.ca-popup-icon {
    width: 28px;
    position: relative;
    height: 28px;
    overflow: hidden;
    flex-shrink: 0;
}

.icon-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.ca-info-message-container {
    border-radius: 6px;
    border: 1px solid #C6C6C6;
    background-color: #FFF;
    padding: 12px 12px 12px 12px;
    margin-top: 34px;
}

.ca-info-message-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.ca-info-message-text {
    font-size: 10px;
    color: #434d55;
    text-align: left;
}

.message-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px 0px 44px;
    font-size: 12px;
    color: #434d55;
}

.frame-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 310px;
}

.title-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
}

.user-email {
    font-weight: 600;
}
.content {
    width: 292px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.name-message {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.name-message-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.iconx {
    width: 20px;
    position: relative;
    height: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.icon {
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.message {
    flex: 1;
    overflow-wrap: break-word;
    position: relative;
    max-width: 290px;
}

.ca-popup-wrapper {
    height: 125px;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

::-ms-reveal {
    display: none;
}

.validation-icon {
    margin-right: 10px
}
.a-button {
    display: inline-block;
    text-decoration: none;
}
    .a-button:hover {
        text-decoration: none;
        color: #fff;
    }

.error-page-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #20282E;
    margin-bottom: 18px;
}

.error-page-supporting-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #67747F;
}