body {
    background-color: #FFF;
    font-family: "Helvetica Neue";
}

.petsecure-logo {
    width: 48px;
    height: 48px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.bordered-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    min-width: 813px;
    min-height: 446px;
    border-radius: 20px;
    /*border: 1px solid #D7D7D7;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.intro-legend{
    margin-top: 50px;
    min-width: 813px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: black;
}

.box-texts{
    margin: 0 auto;
    color: #7D7D7D;
}


.box-subtitle{
    max-width: 430px;
    margin: 0 auto;
    font-size: 16px;
}

.box-title{
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

.primary-button {
    width: 240px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #FF5C38;
    margin: 30px auto;
    color: #FF5C38;
    background-color: #FFFFFF;
}

.primary-button:hover {
    color: #FFFFFF;
    background-color: #FF5C38;
}

.secondary-button {
    display: block;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #D7D7D7;
    margin: 30px auto;
    color: #333;
    background-color: #FAFAFA;
    margin-top: 0;
    margin-bottom: 0;
}

.secondary-button:hover {
    background-color: #D9D9D9;
}

.runai {
    margin-top: 10px;
}

.disabled {
    border: 1px solid #D7D7D7;
    color: #D7D7D7;
}

.file-upload-container {
    display: flex;
    align-items: center;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    width: 100%;
}

.file-icon{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.file-info{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.file-name{
    color: #7D7D7D;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
}

.cancel-btn{
    margin-top: 15px;
    margin-left: 15px;
    color: #D9D9D9;
}

.progress{
    width: 100%;
    height: 4px;
}
#progress-container{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;

}

#upload_form {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
}

.upload-dossier-form {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#files:hover {
  background: url('../images/upload.svg') center center no-repeat #fff;
  background-size: 60px 60px;
}

#fileList {
    margin-top: 10px;
}

#fileList li {
    list-style-type: none;
    font-size: 14px;
    color:#FF5C38;
}

a {
    color:#337ab7;
    text-decoration: none;
}

.btn-primary {
    background-color:#337ab7;
}

a:hover {
        color: rgba(255, 92, 56, 0.75);
}
.errorlist li {
    color:#FF5C38;
    list-style-type: disc;
    text-align: left;
}

#files {
  display: inline-block;
  width: 100%;
  padding: 120px 0 0 0;
  height: 100px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
    border: 2px rgba(125, 92, 189, 0.49) dashed;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/upload.svg') center center no-repeat #f2f2f2;
  border-radius: 20px;
  background-size: 60px 60px;
}

.upload-button-text{
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
}

.upload-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 65px);
    width: 343px;
    margin: 0 auto;
}

.upload-container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}
::-webkit-file-upload-button {
   display: none;
}
.upload-container #submit {
    display: none;
}

.next{
    display: none;
    line-height: 37px;
    text-decoration: none;
}

.upload-container #submit, .upload-container #again {
    width: 240px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #FF5C38;
    margin: 10px auto;
    color: #FF5C38;
    background-color: #FFFFFF;
}

.form-control {
    min-width: 300px;
}

.navigation {
    display: none;
}

.upload-container #submit:hover, .upload-container #again:hover{
    background: #FF5C38;
    color: #FFFFFF;
}

.logo-text {
    font-size: 24px;
    margin-left: 20px;
    text-align: left;
    line-height: 45px;
}

.spinner {
    margin: 50px auto 0;
    width: 70px;
    text-align: center;
}

.light-grey{
    background-color: #FAFAFA;
}

.card {
    height: 100%;
}

.claims-row {
    display: flex;
    height: calc(100vh - 120px);
}

.no-border{
    border: none;
    border-radius: 30px;
}

.card-header{
    font-weight: 700;
    font-size: 20px;
}

.claim-id{
    color: #1C1B1F;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
    height: 35px;
    margin-top: 10px;
    padding: 10px;
}

.claim-id.active{
    color: #fff;
    background-color: #7D5CBD;
}

.claim-id.active:hover{
    background-color: #7D5CBD;
    color: #fff;
}

.claim-id:hover{
    background-color: #eee;
    color: #7D5CBD;
    cursor: pointer;
}

.documenten-file{
    margin-top: 10px;
}

.mbi{
    margin-left: 2px;
    margin-right: 10px;
}

.add-file-button{
    width: 90%;
    max-width: 240px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #D7D7D7;
    margin: 20px auto;
    color: #1C1B1F;
}

.claimoverzicht-buttons{
    margin-top: 20px;
    margin-bottom: 25px;
}

.add-file-button:hover{
    cursor: pointer;
    background-color: #eee;
}

.documented-button-claim{
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.documented-button-claim .primary-button {
    display: block;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #D7D7D7;
    margin: 30px auto;
    color: #333;
    background-color: #FAFAFA;
    margin-top: 0;
    margin-bottom: 0;
}

.polis-warning{
    color: #C52A1A;
    border: none;
}

.polis-box{
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    background-color: white;
    padding: 15px 20px;
    margin-top: 20px;
}

.huisdier-box{
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    background-color: white;
    padding: 15px 20px;
    margin-top: 20px;
}


.data-container{
    margin-top: 10px;
}

.label{
    color: #7D7D7D;
}

.highlight{
    color: #C52A1A;
}

.claims-radio{
    margin-right: 10px;
}


.upload-box {
    width: calc(100% - 100px);
    border-radius: 20px;
    border: 2px rgba(125, 92, 189, 0.49) dashed;
    padding: 20px 0 20px 0;
    text-align: center;
    background-color: white;
    margin-top:10px;
    margin-bottom: 20px;
}

.upload-box h5 {
    color: #001489;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.upload-box p {
    color: #666;
}


.btn-select {
    border-radius: 5px;
    background-color: #ff9500;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
}

.cancel-upload {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #FF5C38;
    color: #FFFFFF;
    background-color: #FF5C38;
}

.dragover{
    background-color: #eee;
}

.claims-first-column{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
}

.claims-first-column-content {
    flex-grow: 1;
    padding-bottom: 20px;
}

.claim-ids{
    padding-top: 0;
    overflow-y: auto;
    max-height: calc(100vh - 335px);
}

.flex-1{
    flex: 1;
}

.claims-first-column-top-border{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.claims-first-column-bottom-border{
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.claims-first-column-warning{
    height: auto;
    align-self: flex-end;
    background-color: #F8F7FC;
    border-radius: 24px;
}

.claims-first-column-warning .padding {
    padding: 20px 15px 15px 15px;
}

.claims-first-column-warning .bi-exclamation-circle-fill {
    color: #4E2F8C;
}

.w-20{
    width: 20px;
}

.big-empty-box{
    background-color: #FAFAFA;
    border-radius: 24px;
}

.big-empty-box .bi-folder{
    font-size: 50px;
}

.claim-list{
    background-color: #FAFAFA;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner {
  width: 48px;
  height: 48px;
  border: 6px solid rgba(125, 92, 189, 0.3);
  border-top: 6px solid #7D5CBD;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#loading-container {
    margin-top: 20px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding-top: 40px;
    padding-bottom: 50px;
}

#loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.loading-text {
    color: black;
}


.summary-block h1, h2, h3, h4{
    font-size: 20px;
}

.medical-advise h1, h2, h3, h4 {
    font-size: 20px;
}

.focus-outlined:focus{
    outline: none 0;
}


.floating-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  max-width: 345px;
  z-index: 1001;
  font-family: sans-serif;
}

.floating-popup h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 10px;
}

.decision-buttons-horizontal {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.popup-btn {
  padding: 6px 12px;
  border-radius: 999px;
  border: 2px solid;
  background-color: white;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}

.popup-btn.green {
  border-color: #198754;
  color: #198754;
}

.popup-btn.red {
  border-color: #dc3545;
  color: #dc3545;
}

.popup-btn.yellow {
  border-color: #b68900;
  color: #b68900;
}

.popup-btn.green.active {
  background-color: #d4edda;
  color: #0f5132;
}

.popup-btn.red.active {
  background-color: #f8d7da;
  color: #842029;
}

.popup-btn.yellow.active {
  background-color: #fff3cd;
  color: #664d03;
}

.star-rating {
    display: flex;
    gap: 5px;
    font-size: 24px;
    cursor: pointer;
}

.star {
    color: #ccc;
    transition: color 0.2s;
}

.star.selected,
.star.hovered {
    color: black;
}
