
.add_related_list {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 96px;
justify-content: center;
width: 100%;
}

.add_related_item {
width: 395px;
height: 295px;
}

.add_related_item_content {
position: relative;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 70px 0px rgba(40, 40, 40, 0.1);
border-radius: 30px;
padding: 30px;
height: 100%;
}

.related_choice {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.add_related_input {
display: flex;
align-items: center;
gap: 15px;
}

.add_related_input input {
    background: rgba(239, 248, 255, 1);
    border-radius: 18px;
    padding: 10px 15px;
    border: none;
    width: 155px;
    height: 50px;
}

.add_related_else {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
margin-top: 30px;
margin-bottom: 30px;
}

.add_related_line {
width: 145px;
height: 1px;
background: var(--color_blue);
}

.add_related_text {
    font-weight: 100;
    font-size: 15px;
color: var(--color_grey);
}

.show_related_flex {
display: flex;
justify-content: center;
gap: 100px;
width: 100%;
}

.related_item_drop {
max-width: 400px;
width: 100%;
margin-bottom: 38px;
}


.related_item_drop .dropdown_item_option .dropdown_item_name{
font-weight: 100;
font-size: 15px;
line-height: 17.58px;
color: var(--color_grey);
}

.related_item_drop li {
    font-weight: 400;
    font-size: 15px;
color: var(--color_grey);
}

.related_no_item {
padding: 10px 15px;
text-align: center;
}

.active_related {
width: 100%;
height: 100%;
}

.active_related_content {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
gap: 30px;
}

.active_related_delete {
position: absolute;
top: 20px;
right: 20px;
font-size: 18px;
cursor: pointer;
}

.add_related_item .fullpage_banner_date_number, .add_related_item .banner_yearsOfLife_number{
font-size: 30px;
}

.add_related_item .fullpage_banner_date_text {
font-size: 14px;
}

.active_related_title {
font-weight: 300;
font-size: 24px;
line-height: 28.13px;
text-align: center;
color: var(--color_grey);
}

.active_related_id {
font-weight: 300;
font-size: 15px;
color: rgba(165, 183, 198, 1);
text-align: center;
}

.add_related_item .btn_code {
height: 30px;
font-size: 16px;
font-weight: 400;
}

.active_related_content .fullpage_banner_date{
margin: unset;
}
