﻿
.search .ui.container-fluid {
    background: linear-gradient(0.25turn, #03416DA6, #0F68A7A6, #03416DA6);
    text-align: center;
    margin: 0;
    padding-bottom:13px;
}
.ui.stackable.grid.compact {
    margin: 0;
    padding-top: 10px;
}

    .ui.stackable.grid.compact > .column {
        padding: 0 !important;
        margin: 0 !important;
    }

.ui.dropdown .menu > * {
    white-space: normal !important;
}

.ui.input input {
    border-radius: 4px;
    color: black;
}

.ui.icon.input.fluid {
    color: black;
}

    .ui.icon.input.fluid input::placeholder {
        color: black;
    }

.ui.selection.dropdown.city .menu.transition.visible {
    overflow: hidden;
    transition: max-height 0s ease-out, opacity 0s ease-out;
}
.ui.icon.search.input input::placeholder {
    color: black;
}

.ui.grid.job {
    align-items: center;
    margin-left: 12px;
    font-size:12px;
}

.ui.grid p {
    font-size: 12px;
    font-weight: bold;
}

.ui.grid .item-job {
    background: #F2FFE8;
    border-radius: 7px;
    margin-right: 10px;
    color: black;
    font-weight: bold;
    margin-bottom: 11px;
}

.three.wide.column.danhmuc .ui.dropdown.button {
    /* float: inline-end; */
    background: white;
    color: black;
    font-size: 12px;
}

.three.wide.column .ui.dropdown.button {
    background: white;
    color: black;
}

.three.wide.column.button button {
    font-size: 12px;
    width: 62%;
    height: 100%;
    margin-left: 35px;
    background: #03648D;
    border:1px solid white;
}

.two.wide.column.city .ui.selection.dropdown {
    margin-left: 17px;
    font-size: 12px;
    padding-left: 25px
}

.ui.checkbox .first {
    /* width: 333px; */
    word-break: break-word;
    overflow-wrap: break-word;
}

.ui.checkbox .second {
    width: 270px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ui.icon.search.input {
    width: 99%;
    margin: 5px 0px 5px 5px;
}

.menu.transition.visible {
    margin-top: 10px;
}

.reset {
    margin-left: 10px;
    margin-top: 8px
}

.search-dropdown {
    display: none;
    /* Ẩn mặc định */
    position: absolute;
    width: 100%;
    background-color: white;
    border: 3px solid #ddd;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.sixteen.wide.column.search .scrolling menu .search-content-text {
    margin-top: 5px;
    margin-left: 50px;
    color: #4c4b4b;
}

    .sixteen.wide.column.search .scrolling menu .search-content-text span {
        font-size: 15px;
    }

.sixteen.wide.column.search .scrolling menu .item label {
    font-size: 15px;
}

.bottom-menu {
    background: #ebecec;
    justify-content: space-between;
    display: flex;
    height: 50px;
    align-items: center;
}

    .bottom-menu .left-item-bottom {
        margin-left: 40px;
    }

        .bottom-menu .left-item-bottom .check-all {
            color: #0b5d03;
            font-weight: bolder"
        }

        .bottom-menu .left-item-bottom .uncheck-all {
            color: #0412a5;
            margin-left: 40px;
            font-weight: bolder;
        }

    .bottom-menu .right-item-bottom {
        margin-right: 40px;
    }

        .bottom-menu .right-item-bottom .ui.button.close {
            background: #a2a2a3;
            color: white;
        }

        .bottom-menu .right-item-bottom .ui.button.choose {
            background: #15133c;
            color: white;
        }

.two.wide.column .default.text {
    color: black;
    font-weight: bold;
}

.two.wide.column .menu .search.icon {
    font-size: 12px;
}

.three.wide.column .default.text {
    color: black;
    font-weight: bold;
    float: inline-start;
}


/* ==========================================Search mid */
.eight.wide.column.search {
    font-size: 12px;
}

.eight.wide.column .search-dropdown .ui.segment.search-criteria {
    display: flex;
    align-items: center;
}

    .eight.wide.column .search-dropdown .ui.segment.search-criteria h4 {
        margin-left: 10px;
        margin-top: 10px;
    }

    .eight.wide.column .search-dropdown .ui.segment.search-criteria .ui.grid {
        margin-left: 100px;
    }

.ui.segment.search-criteria .ui.grid .ui.two.row {
    justify-content: space-between
}

.ui.grid .ui.two.row .row.first {
    margin-right: 50px
}

.search-keywords {
    float: inline-start;
}

    .search-keywords h4 {
        color: #040d66;
    }

    .search-keywords .ui.list {
        font-size: 15px;
        margin-bottom: 30px;
    }

        .search-keywords .ui.list .item {
            margin-left: 70px;
            display: flex;
        }

            .search-keywords .ui.list .item .content {
                padding-top: 3px;
                color: black;
            }