#driveSearchBodyContainer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0;
}

#driveSearchBodyContainerBorder {
    height: 55px;
    border: 1px solid #e1e1e1;
    border-radius: var(--border-radius-two);
    margin: 0px auto;
    width: 80%;
    max-width: 1000px;
}

#driveSearchBodyContainerBackground {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: white;
    opacity: 0.2;
}

#driveSearchBodyIcon {
    width: 15px;
    float: left;
    margin-top: 19px;
    margin-left: 20px;
}

#driveSearchBodyField {
    width: calc(100% - 60px);
    float: left;
    margin-left: 15px;
    font-size: var(--generic-font);
    height: 100%;
    color: var(--dark-color);
    background-color: transparent;
}

.driveSearchPopupSearchResultIconContainer {
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
}

.driveSearchPopupSearchResultIcon {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 30%;
    height: 30%;
}