﻿.SearchIcon {
    height: 2.5vw;
    width: 3.5vw;
    background-color: white;
    border: none;
    background-image: url("../../Images/TaskListSearch.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.SearchButton {
    width: 9vw;
    height: 100%;
    background-color: rgb(249, 166, 173);
/*    border: none;*/
    border-width: 3px;
    border-style: solid;
    border-color: rgb(249, 166, 173);
    background-image: url("../../Images/TaskListSearchButtonWhite.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
    .SearchButton:hover {
        border-color: rgba(255, 102, 114, 1);
        background-color: rgb(255, 102, 114);
        text-decoration: none;
        color: black;
    }
.searchControlRow {
    border: solid rgb(249, 166, 173) 3px;
    border-radius: 10px;
}
.TaskList_SearchInput {
    font-size: 1.4rem;
}
.searchTagButton {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: white;
    border: solid 3px rgb(253, 228, 233);
    border-radius: 10px;
    color: black;
    pointer-events: all;
    text-transform: uppercase;
}
    .searchTagButton:hover {
        background-color: rgb(255, 102, 114);
        text-decoration: none;
    }
.active {
    background-color: rgb(249, 166, 173) !important;
}
.taskListRow {
    border: dashed pink 3px;
    border-radius: 10px;
}
.TaskListNameRow {
    background-color: rgb(253, 228, 233);
    font-size: 1rem;
    border-radius: 10px;
}
.TaskListNameImg {
    height: 8vh;
    background-image: url("../../Images/TaskListUserImg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.TaskTextField {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 10vh;
}
.TaskListDescription {
    text-align: left;
    font-size: 1rem;
}
.TaskTextHR {
margin-bottom:0rem;
margin-top:0.5rem;
}
.TaskListAdress {
    text-align: left;
    font-size: .8rem;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
}
.TaskList_TakeTaskButton {
    font-size: 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 8vh;
    width: 100%;
    border-radius: 10px;
    pointer-events: all;
    text-transform: uppercase;
    background-color: rgb(249, 166, 173);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(249, 166, 173);
    color: black;
}
.TaskList_TakeTaskButton:hover {
    background-color: rgb(255, 102, 114);
    text-decoration: none;
}
.TaskList_TakeTaskButtonImage {
    width: 2vw;
    margin-left: 1vw;
}
.LoaderContainer {
    top: 0;
    left: 0;
}
@media screen and (min-width:3800px) {
    .searchTagButton {
        font-size: 1.5rem;
    }
    .TaskListAdress {
        font-size: 1.5rem;
    }
    .TaskListDescription {
        font-size: 1.5rem;
    }
    .TaskListNameRow {
        font-size: 1.5rem;
    }
    .TaskList_TakeTaskButton {
        font-size: 1.5rem !important;
    }
}
@media screen and (max-width:1280px) {
    .searchTagButton {
        font-size: 0.8rem;
    }
}

@media screen and (max-height:768px) {
    .TaskList_SearchInput {
        font-size: 1.2rem;
    }
    .searchTagButton {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:1024px) {


}

@media screen and (max-width:800px) {
    .searchTagButton {
        font-size: 0.7rem;
    }

}

@media screen and (max-width:455px) {
    .searchTagButton {
        font-size: 0.65rem;
    }
    .TaskList_TakeTaskButtonImage {
        width: 5vw;
    }
    .TaskTextContainer {
        padding-left: 0;
        padding-right: 0;
    }
    .TaskTextField {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
}

@media screen and (max-height:455px) {
    .TaskTextField {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
}