.advanced-search * {
    font-family: 'RotorFont', Arial, Helvetica, sans-serif;
}

.advanced-search .advanced-search__title-text {
    font-family: 'RotorFont500', Arial, Helvetica, sans-serif;
}
.advanced-search {
    width: 1225px;
    border: 1px solid #D1D1D1;
    margin: auto;
    padding: 32px 20px;
    margin: 16px auto;
    font-family: 'RotorFont', Arial, Helvetica, sans-serif;
}

.advanced-search__title-container {
    display: flex;
    justify-content: space-between;

    margin: 8px auto 40px;
    width: 92%;
    max-width: 1080px;
}

.advanced-search__body-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    max-width: 1080px;
    margin: auto;
}

.advanced-search-results__container {
    width: 1225px;
    margin: auto;
    margin-bottom: 60px;
    color: #1F1F1F;
}

.advanced-search-results {
    margin-top: 12px;
    width: 1225px;
}

.as-result__header,
.advanced-search-result__item {
    padding: 14px;
}

.as-result__header {
    border: 1px solid #D1D1D1;
    background-color: #F3F8FF;
    display: flex;
    justify-content: space-between;
    color: #F3F8FF;
}

.advanced-search-results .as-result__header span {
    font-family: 'RotorFont500', Arial, Helvetica, sans-serif;
}

.advanced-search-result__item {
    border: 1px solid #D1D1D1;
    display: flex;
    justify-content: space-between;
    margin: 16px 0px;
}

.advanced-search-results span {
    font-size: 14px;
    font-family: 'RotorFont', Arial, Helvetica, sans-serif;
    word-break: break-word;
}

.as-result__header span {
    font-size: 16px;
}

.as-result__body span.as-result__type, .as-result__header span.as-result__type {
    width: 56px;
}


.as-result__header span,
.as-result__body span  {
    width: 120px;
    display: inline-block;
}

.as-result__body .as-result__title {
    width: 143px;
}

.as-result__header .as-result__button,
.as-result__body .as-result__button {
    width: 113px;

}

.as-result__body .as-result__button .rotor-btn {
    text-transform: none;
    letter-spacing: 0;
    padding: 8px;
    font-weight: 400;
    font-family: "RotorFont", Helvetica, Arial, sans-serif;
}

span.as-result__title {
    font-weight: 500;
    font-family: 'RotorFont500', Arial, Helvetica, sans-serif;
}

.advanced-search__body-left-container,
.advanced-search__body-right-container {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.advanced-search__body-left-container {
    justify-content: flex-start;
}

.advanced-search__body-right-container {
    justify-content: flex-end;
}

.advanced-search__body-container .input-container {
    display: flex;
    flex-direction: column;
    /* width: 50%; */
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}

.advanced-search__body-container .input-container:nth-of-type(2n) {
    margin-left: 24px;
}

.advanced-search__body-container .rotor-select,
.advanced-search__body-container .rotor-textbox {
    width: 240px;
    height: 32px;
    border: 1px solid #D1D1D1;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background-repeat: no-repeat;
    background-position: 220px 12px;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    border-radius: 0px;
}

.rotor-label {
    text-align: left;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 4px;
    font-weight: 400;
}
.advanced-search__title-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 7.495L19 14.495L17 16.495L12 11.495L7 16.495L5 14.495L12 7.495Z" fill="black"/></svg>');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.collapsed .advanced-search__title-icon{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9922 16.5L18.9922 9.5L16.9922 7.5L11.9922 12.5L6.99219 7.5L4.99219 9.5L11.9922 16.5Z" fill="black"/></svg>');
}
.collapsed .advanced-search__body-container,
.collapsed .advanced-search__buttons-container {
    display: none;
    transition: all 1s ease-in-out;
}
.collapsed .advanced-search__title-container {
    margin-bottom: 8px;
}

.advanced-search__buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advanced-search__buttons-container .rotor-btn {
    margin: 0px;
}

.advanced-search__buttons-container .rotor-btn.mr3 {
    margin-right: 24px;
}

.as-result__button .rotor-btn {
    margin: 0px;
    height: 36px;
    font-weight: bold;
}