.search_transac_bottom_body_reset {
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #a1d3be;
    width: max-content;
    margin: 30px auto 0 auto;
}

.search_transac_bottom_msg {
    text-align: center;
    margin-top: 25px;
    display: none;
    color: #CB552D;
}

.search_transac {
    color: #003154;
    line-height: 1.2;
    font-family: 'Futura';
}

.search_transac_recap_bloc span {
    font-weight: 700;
}

.search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w50 .search_transac_bottom_body_content_section_title {
    min-height: 40px;
}

.search_transac_recap_bloc {
    margin: 25px 0;
}

.search_transac_top {
    display: flex;
    align-content: center;
    justify-content: space-between;
    position: relative;
    margin: 50px 0;
}

.search_transac_top > div {
    font-size: 2em;
    line-height: 1;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 900;
}

.search_transac_top > div:not(.active) {
    background-color: #EBEBEB;
}

.search_transac_top > div.active {
    background-color: #8DC7A9;
}

.search_transac_top_one::after {
    content: '';
    height: 10px;
    position: absolute;
    top: 50%;
    left: 1px;
    width: 25%;
    transform: translateY(-50%);
    z-index: -1;
}

.search_transac_top_two::after {
    content: '';
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.search_transac_top_three::after {
    content: '';
    height: 10px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 25%;
    transform: translateY(-50%);
    z-index: -1;
}

.search_transac_bottom_three .search_transac_bottom_body_content_checkbox_block {
    align-items: center !important;
    justify-content: flex-start !important;
}

.search_transac_top > div:not(.active)::after {
    background-color: #EBEBEB;
}

.search_transac_top > div.active::after {
    background-color: #8DC7A9;
}

.search_transac_bottom_all {
    padding-bottom: 600px;
    position: relative;
    overflow: hidden;
}

.search_transac_bottom {
    border: 1px solid #E9E9E9;
    position: absolute;
    width: 100%;
    transition: transform .5s ease;
    height: 600px;
}

.search_transac_bottom_header {
    background: rgb(161, 211, 190);
    padding: 36px 62px;
}

.search_transac_bottom_header_title {
    text-transform: uppercase;
    font-size: 1.44em;
    margin-bottom: 20px;
}

.search_transac_bottom_header_title span {
    font-weight: 900;
    margin-left: 10px;
}

.search_transac_bottom_header_txt_fat {
    margin-top: 5px;
    font-weight: 500;
}

.search_transac_bottom_body {
    padding: 30px 60px 85px 60px;
    background-color: rgba(255, 255, 255, 0.8);
}

.search_transac_bottom_body_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 25px;
}

.search_transac_bottom_body_btn {
    padding: 18px 50px;
    background-color: #ecf2d6;
    font-size: 1.125em;
    width: max-content;
    font-weight: 600;
    cursor: pointer;
    min-width: 190px;
    text-align: center;
}

.search_transac_bottom_body_content {
    display: flex;
    flex-wrap: wrap;
}

.search_transac_bottom_body_content > div {
    padding: 15px 25px;
}

.search_transac_bottom_body_content > div:not(.search_transac_bottom_body_content_section_w100):not(.search_transac_bottom_body_content_section_w50){
    width: 33.33333%;
}

.search_transac_bottom_body_content_section_w100 {
    width: 100%;
}

.search_transac_checkbox_custom_txt {
    flex: 1;
}

.container.ydu_results_container {
    width: 100%;
}

.search_transac_bottom_body_content_section_w100.ydu_box {
    display: flex;
    gap: 90px;
    justify-content: space-between;
}

.search_transac_bottom_body_content_section_w50 {
    width: 50%;
}

.search_transac_bottom_body_content_section_w33 {
    width: 33%;
}

.search_transac_checkbox_label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 400;
    font-size: 14px;
    flex-wrap: wrap;
}
  
.search_transac_checkbox_input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.search_transac_checkbox_custom {
    position: relative;
    width: 24px;
    height: 24px;
    background-color: rgba(67, 72, 103, 0.07);
    border: 2px solid rgba(161, 211, 190, 0.38);
    border-radius: 3px;
}

.search_transac_checkbox_input:not(.partial):checked ~ .search_transac_checkbox_custom:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="15px" width="15px" viewBox="0 0 448 512"%3E%3Cpath fill="white" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"%3E%3C/path%3E%3C/svg%3E');
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.search_transac_checkbox_input.partial ~ .search_transac_checkbox_custom:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15px' width='15px' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.search_transac_checkbox_input:checked ~ .search_transac_checkbox_custom, .search_transac_checkbox_input.partial ~ .search_transac_checkbox_custom {
    background-color: #ecf2d6;
}

.search_transac_bottom_body_content_checkbox_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
    width: 50%;
}

.search_transac_bottom_body_content_checkbox_chevron {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_transac_bottom_body_content_dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    padding: 20px 30px;
    gap: 10px;
    box-shadow: 0 4px 21px 0 rgba(0,0,0,0.25);
    width: 100%;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
}

.search_transac_bottom_one .search_transac_bottom_body_content_checkbox_block:hover {
    background-color: rgba(161, 211, 190, 0.38);
}

.search_transac_bottom_body_content_checkbox_block:hover .search_transac_bottom_body_content_dropdown {
    opacity: 1;
    z-index: 10;
}

.one_active .search_transac_bottom_one {
    transform: translateX(0%);
}

.one_active .search_transac_bottom_two {
    transform: translateX(100%);
}

.one_active .search_transac_bottom_three {
    transform: translateX(200%);
}

.two_active .search_transac_bottom_one {
    transform: translateX(-100%);
}

.two_active .search_transac_bottom_two {
    transform: translateX(0%);
}

.two_active .search_transac_bottom_three {
    transform: translateX(100%);
}

.three_active .search_transac_bottom_one {
    transform: translateX(-200%);
}

.three_active .search_transac_bottom_two {
    transform: translateX(-100%);
}

.three_active .search_transac_bottom_three {
    transform: translateX(0%);
}

.search_transac_bottom_body_content_section_title {
    font-weight: 600;
    font-size: 0.875em;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
}

.search_transac_bottom_body_content_section_content {
    display: flex;
    justify-content: space-between;
}

.search_transac_bottom_body_content_checkbox_block > span {
    font-size: 0.6em;
    width: 100%;
    margin-top: 5px;
}

.search_transac_bottom_two .search_transac_bottom_body_content, .search_transac_bottom_three .search_transac_bottom_body_content {
    margin-bottom: 50px;
}

.search_transac_bottom_body_content_section_content_input > input[type="text"] {
    max-width: calc(100% - 50px);
    border: 2px solid rgba(161, 211, 190, 0.38);
    height: 44px;
    outline: none;
    padding: 5px 30px 5px 10px;
}

.search_transac_bottom_body_content_section_content_input {
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
}

.search_transac_bottom_body_content_section_content_input span {
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
}

.search_transac_bottom_body_content_section_w33 .search_transac_bottom_body_content_section_content_input span {
    right: 15px;
}

.search_transac_bottom_body_content_section_content_input label {
    font-weight: 400;
    width: max-content;
    width: 50px;
}

.ydu_long {
    white-space: pre;
}

.search_transac_bottom_body_content_section_w50 .search_transac_bottom_body_content_section_w50 .search_transac_bottom_body_content_section_content_input > input[type="text"] {
    max-width: 90px;
}

.search_transac_bottom_three > .search_transac_bottom_body .search_transac_bottom_body_content_section_w100 > .search_transac_bottom_body_content_section_content {
    max-width: 600px;
}

.search_transac_bottom_three .search_transac_bottom_body_content_section_w100 .search_transac_bottom_body_content_section_w100 {
    gap: 20px;
}

.search_transac_bottom_body_content_checkbox_block_tooltip {
    margin-left: 10px;
    background-color: #003154;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.search_transac_bottom_body_content_checkbox_block_tooltip:hover .search_transac_bottom_body_content_checkbox_block_tooltip_content {
    opacity: 1;
    z-index: 100;
}

.search_transac_bottom_body_content_checkbox_block_tooltip_content {
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
    padding: 22px 30px;
    z-index: -100;
    position: absolute;
    width: 300px;
    font-size: 0.8125em;
    left: calc(100% + 15px);
    top: -25px;
    opacity: 0;
    transition: opacity .3s ease;
}

.search_transac_bottom_body_content_checkbox_block_tooltip_content::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: solid 12px #fff;
    border-bottom: solid 8px transparent;
    border-top: solid 8px transparent;
    display: block;
    position: absolute;
    right: 100%;
    top: 25px;
}

.search_transac.hide {
    display: none;
}

.classe_header .uvc-sub-heading {
    font-size: 1.3em;
    font-weight: 300;
    font-family: 'Futura';
}

.classe_header h1 {
    font-size: 3em;
    font-weight: 900;
    font-family: 'Futura';
    margin-top: 75px !important;
    margin-bottom: 1.3rem !important;
}

.search_transac_recap {
    display: none;
    background-color: rgb(219, 238, 230);
    padding: 20px;
    text-align: center;
    color: #003154 !important;
    margin-bottom: 35px;
}

.search_transac_recap_modif {
    border-bottom: 1px solid #ecf2d6;
    width: max-content;
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
	.search_transac_bottom_body_content_section_w100.ydu_box {
        gap: 40px;
    }

    .search_transac_bottom_body_content_section_w100:not(.ydu_box) .search_transac_bottom_body_content_section_content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .search_transac_bottom_body_content_section_w100:not(.ydu_box) .search_transac_bottom_body_content_checkbox_block {
        width: calc(50% - 15px);
    }

    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box {
        flex-wrap: wrap;
    }

    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(1) {
        width: 100%;
    }

    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(2), .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(3) {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .classe_header h1 {
        font-size: 2em;
        margin-top: 50px;
    }

    .search_transac_bottom_header {
        padding: 25px 30px;
    }

    .search_transac_bottom_body {
        padding: 20px 30px;
    }

    .search_transac_bottom_body_content_section_w100 .search_transac_bottom_body_content_checkbox_block {
        width: 100% !important;
    }

    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(1), .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(2), .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(3) {
        width: 50% !important;
    }

	.search_transac_bottom_body {
		padding: 25px 0 85px 0;
	}

	.search_transac_bottom_all {
		padding-bottom: 1220px !important;
	}

	.search_transac_bottom {
		height: 1220px !important;
	}

	.search_transac_bottom_body_btns {
		flex-direction: column;
	}

	.search_transac_bottom_body_content_section_w100.ydu_box {
		gap: 40px;
	}

    .search_transac_bottom_header_title {
        font-size: 1.2em;
    }

    .search_transac_bottom_body_btns {
        gap: 20px;
    }

    .search_transac_bottom.search_transac_bottom_two .search_transac_bottom_body_content_section_content_input {
        width: 48%;
    }

    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content > .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(2) .search_transac_bottom_body_content_section_content_input {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .search_transac_bottom_body_content_checkbox_block_tooltip_content {
        left: -105px;
        top: calc(100% + 20px);
        width: 75vw;
        padding: 20px;
    }

    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(2) .search_transac_bottom_body_content_section_content_input,
    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(2) .search_transac_bottom_body_content_section_content_input input {
        width: 100%;
    }

    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(1), 
    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(2), 
    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(3),
    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(1) input,
    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(2) input,
    .search_transac_bottom.search_transac_bottom_three .search_transac_bottom_body_content_section_w100.ydu_box .search_transac_bottom_body_content_section_w100.ydu_box > div:nth-of-type(3) input {
        width: 100% !important;
    }

    .search_transac_bottom.search_transac_bottom_two .search_transac_bottom_body_content_section_content_input, .search_transac_bottom.search_transac_bottom_two .search_transac_bottom_body_content_section_content_input input {
        width: 100%;
    }

    .search_transac_bottom_body_content_checkbox_block_tooltip_content::after {
        border-bottom: solid 12px #fff;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        left: 50px;
        bottom: 100%;
        top: unset;
        right: unset;
    }
}