body {
    line-height: 16px;
    background-color: #F7F7F7;
    -webkit-font-smoothing: antialiased;
}

#page_Login {
    background-color: #F7F7F7;
}

.authentication-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 72px);
    padding-bottom: 72px
}

.authentication-box {
    width: 540px;
    max-width: 100%;
    border: 1px solid #EEE;
    border-radius: 20px;
    margin: 20px auto 0;
    padding: 60px;
    background-color: #FFF!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.authentication-box .error-message,.authentication-box .notifications {
    display: -ms-flexbox;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 24px
}

.authentication-box .btn {
    width: 100%
}

.authentication-box .text-align-center {
    text-align: center
}

.authentication-box .form-group {
    margin-bottom: 24px
}

.authentication-box .notifications {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    background: #E6ECFB;
    color: #153184
}

.authentication-box .error-message {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    background: #FDEFEF;
    color: #9E141B
}

.authentication-box input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

.authentication-box .keep-login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -12px;
    margin-bottom: 24px
}

.authentication-box .keep-login-container .keep-login {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #191919;
    padding-left: 4px
}

.authentication-box .keep-login-container .forget-password {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    -webkit-text-decoration-line: underline!important;
    text-decoration-line: underline!important;
    color: #4169E1
}

.authentication-box .primary-button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    border-radius: 8px;
    border: none;
    color: #FFF;
    background: #4169E1;
    height: 48px;
    width: 100%;
    cursor: pointer
}

.authentication-box .primary-button-container:hover {
    background-color: #1E46BD;
    color: #FFF
}

.authentication-box .primary-button-container:active,.authentication-box .primary-button-container:focus {
    outline: 0;
    border: none
}

.authentication-box .primary-button-container__disabled {
    background: #F0F0F0;
    color: #B3B3B3!important;
    cursor: not-allowed
}

.authentication-box .primary-button-container__disabled:hover {
    background-color: #F0F0F0
}

.authentication-box .normal-button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    margin-top: 12px;
    border-radius: 8px;
    color: #4169E1;
    height: 48px;
    cursor: pointer
}

.authentication-box .normal-button-container:hover {
    background-color: #D3DCF8
}

.authentication-box .normal-button-container:active,.authentication-box .normal-button-container:focus {
    outline: 0;
    border: none
}

.authentication-logo {
    height: 36px;
    width: 162PX;
    margin-bottom: 24px
}

.authentication-box label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #737373
}

.authentication-box .form-control {
    border-radius: 8px;
    padding: 14px 16px;
    height: 48px
}

.authentication-box .form-group .form-control:focus.ng-invalid.ng-touched:focus {
    border-color: #E5353D!important;
    box-shadow: 0 0 0 3px rgba(229,53,61,.25)
}

.login-forgot-password {
    margin-top: 10px
}

.signin-button {
    margin-top: 20px;
    width: 100%
}

.login-create-account {
    margin-top: 16px
}

.login-create-account div:first-child {
    display: inline;
    color: #737373
}

.login-create-account a {
    margin-left: 4px;
    color: #4169E1
}

.authentication-box .loginbox {
    margin-bottom: 1em;
    cursor:pointer;
    height:auto;
}

#error_box {
    background-color:rgba(228,0,43,0.1);
    color:rgb(228,0,43);
    font-size:1em;
    margin-top:1em;
    padding:1em;
    text-align:center;
    width:100%;
    border-radius:8px;     
}

.account-container {
    padding-bottom: 72px
}

.order-table {
    border: 1px solid #ccc;
    margin: 20px;
}

.order-table td {
    border: 1px solid #ccc;
    padding: 0.5em;
}

.order-table th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 0.5em;
}

.account-details-wrapper {
    display:none;
}

#targetFrame {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11000;
    width: 100vw;
    height: 100vh;
}

#aca_overlay {
    display: none;
    position:absolute;
    top: 10px;
    right: 10px;
    z-index: 11500;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    background-color: #F7F7F7;
}

.logout-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    border-radius: 8px;
    border: none;
    color: #FFF;
    background: #E4002B;
    height: 48px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 2em;
}

.logout-button:hover {
    cursor: pointer;
}

.panel-title {
    min-height: 42px !important;
}

.chat-ai-text{
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    background-color: #F5E688;
    border-radius: 20px;
    padding: 1em;
    max-width: 80%;
}

.chat-client-text{
    display: inherit;
    width: fit-content;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    background-color: #E4002B;
    border-radius: 20px;
    padding: 1em;
    max-width: 80%;
    color: #FFF;
}

  .dot {
    position: relative;
    height: 16px;
    width: 16px;
    background: #B9E5AC;
    border-radius: 50%;
  }

  .pulse.dot:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #E4002B;
    animation: pulse 2s infinite;
    transform-origin: center center;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    25% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(4.5);
      opacity: 0;
    }
  }

  .clearfix {
    clear: both;
  }

  .chat-request-button {
    transition: background-color 0.3s ease;
  }

  .chat-request-button:hover {  
    cursor: pointer;
    background-color: grey;
  }

.spinner {
    width: auto;
    display: inline-block;
  }
  
  .spinner > div {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }











.launchpad-container {
    border: 1px solid #EEE;
    border-radius: 20px;
    padding: 3em;
    background-color: #FFF;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 2em;
}

.launchpad-wrapper {
    font-weight:bold;
}

.launchpad-item-wrapper {
    background-color:#B9E4FF;
    margin: 1.2em 0em;
    border-radius:0.3em;
    padding:1em;
    color:black;
}

.launchpad-wrapper a:hover {
    text-decoration:none !important;
}

.right-panel-container {
    margin-top:20px;
}