@charset "UTF-8";
.product-container {
    align-self: stretch;
    display: flex;
    max-width: 552px;
    flex-direction: column;
    position: relative;
    margin-right: 12px;
}

.custom-line {
    border-top: 1px solid #CCCCCC;
    height: 9px;
}

.custom-card {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

.custom-header {
    background: #C21B17;
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.custom-header div {
    display: flex;
    gap: 8px;
}

.content {
    background-color: white;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.10);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 12px;
}

.item {
    padding: 4px;
    cursor: pointer;
}

.item.active {
    background-color: #EBEBEB;
    font-weight: 500;
    color: #C21B17;
}

.item:hover {
    background-color: #EBEBEB;
    color: #C21B17;
}


.icon-inner {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.icon-inner div {
    width: 24px;
    height: 24px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.rotate-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.rotate-arrow-down {
    transform: rotate(180deg);
}
.custom-protection {
    padding: 8px 12px;
    cursor: pointer;
}

#productList {
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    background-color: white;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.select-text {
	color: #b0b2b3;
    font-size: 10px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.20px;
    white-space: nowrap; 
}

.insurance-info, .premium-info, .protection-selection, .investment-selection, .note {
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(235, 235, 235, 1);
    width: 100%;
    flex-direction: column;
    display: flex;
}

.premium-info {
    background-color: #f6f6f6;
    margin-top: 16px;
    padding: 8px 12px;
}

.protection-selection, .investment-selection {
	position: relative;
    margin-top: 16px;
}

#protectionList {
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    background-color: white;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.investment-selection{
    margin-bottom: 16px;
}
.custom-investment{
    padding: 8px 12px;
    cursor: pointer;
}
#investmentList {
	position: absolute;
    top: 100%;
    z-index: 100;
    width: 100%;
    background-color: white;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.note {
    font-feature-settings: "clig" off, "liga" off;
    border-radius: 12px;
    border: 1px dashed rgba(194, 27, 23, 1);
    background-color: #f6f6f6;
    color: #474747;
    justify-content: center;
    padding: 12px;
    margin-top: 16px;
    font: 500 14px/24px Roboto, sans-serif;
}

.label-container {
    align-self: start;
    display: flex;
    gap: 6px;
    font-size: 10px;
    color: #a0a0a0;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 160%;
}

.header-text {
    font-feature-settings: "clig" off, "liga" off;
    font-family: Roboto, sans-serif;
}

.premium {
    color: #c21b17;
    font: 300 16px/150% Roboto, sans-serif;
}

.iconi {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 16px;
}

.note-text {
    font-weight: 300;
    color: #474747;
}

@media (max-width: 991px) {
    .insurance-info, .premium-info, .protection-selection, .investment-trend, .payment-duration, .note {
        max-width: 100%;
    }
    .product-container {
	    margin-right: 0px;
	}
}

.insurance-form-section {
    align-self: stretch;
    display: flex;
    max-width: 552px;
    flex-direction: column;
    justify-content: center;
}

.insurance-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
}

@media (max-width: 991px) {
    .insurance-form-container {
        max-width: 100%;
    }
}

.input-group {
    display: flex;
    gap: 8px;
}

@media (max-width: 991px) {
    .input-group {
        flex-wrap: wrap;
    }
}

.input-and-label {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 991px) {
    .input-and-label {
        max-width: 100%;
    }
}

.label-container {
    display: flex;
    gap: 6px;
    font-size: 10px;
    color: #a0a0a0;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 160%;
    font-family: Roboto, sans-serif;
}

.label-text {
    font-feature-settings: "clig" off, "liga" off;
}

.icon-16px {
    width: 16px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}

.placeholder-text {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.tooltip-container {
        position: relative;
        display: inline-block;
    }
.tooltip-text {
        visibility: hidden;
        width: 220px;
        background-color: white;
        color: black;
        text-align: center;
        border-radius: 5px;
        padding: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        z-index: 1;
        bottom: 125%; 
        left: 50%;
        margin-left: -120px;
        opacity: 0;
        transition: opacity 0.3s;
    }
.tooltip-container:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }
.form-input-control {
  width: calc(100% - 0px);
  border: 0;
  outline: 0;
  font-weight: 500;
  font-family: var(--body-b3-grey-on-dark-1440);
  font-size: var(--body-b3-grey-on-dark-1440-size);
  background-color: transparent;
  align-self: stretch;
  height: 24px;
  line-height: 24px;
  color: var(--typography-black);
  text-align: left;
  min-width: 250px;
  padding: 0;
}
.form-input-control::placeholder {
  color: var(--typography-grey-400);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.form-input-control:focus {
    outline: none;
}
.insurance-form-container:hover .form-input-control::placeholder,
.insurance-form-container-accident:hover .form-input-control::placeholder {
  color: var(--typography-black, #20252B);
  font-feature-settings: 'clig' off, 'liga' off;
  /* Body/B2 Grey on dark 376 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.insurance-form-container:hover .icon-holder1 path {
  stroke: #C21B17; 
}
.selectedOptionProtection {
	color: var(--typography-black, #20252B) !important; 
	font-weight: 500 !important;
}
