.currentItemContainer {
    width: 14%;
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    height: 42px;
    min-width: 97px;
}
.currentItemContainer:hover {
    background: #E1DEDA;
    cursor: pointer;
}

.currentItemContainerPlain{
    width: 14%;
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    height: 42px;
}
.blueSquare{
    display: inline-block;
    width: 25px;
    height: 20px;
    line-height: 32px;
    text-align: left;
    background: linear-gradient(to right, #003cd2, #00098c);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}
.filterTitle{
    font-size: 10px;
    margin-left: 8px;
    font-family: sans-serif;
    color: black;
    float: left;
    margin-right: 10px;
}
.removeFilter{
    font-size: 10px;
    margin-left: 8px;
    font-family: sans-serif;
    color: indianred;
    display: none;
}
.removeFilter:hover{
    color: darkred;
}
.currentItemName{
    font-size: 13px;
    margin-left: 8px;
    margin-top: 1px;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    min-width: 75px;
}
.arrow {
    margin-top: 15px;
    float: right;
    margin-right: 8px;
}
.filters{
    padding: 13px;
    min-width: 1130px;
}
.texts{
    float: left;
    width: 56%;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 40%;
    overflow: scroll;
    min-height: 300px;
    margin-top: 42px;
}
.filtersRow{
    margin-top: 5px;
}
.itemTitle{
    font-size: 9px;
    margin-left: 8px;
    font-family: sans-serif;
    color: black;
    float: left;
}
.filterContainerTitle{
    font-size: 25px;
    margin-left: 8px;
    font-family: sans-serif;
    color: black;
}
.firstLine{
    display: block;
    height: 40%;
}
.filterInput{
    background: whitesmoke;
    border: none;
    font-size: 13px;
    margin-left: 8px;
    margin-top: 1px;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    width: 100%;
}
/*.dropbtn {*/
    /*background-color: #3498DB;*/
    /*color: white;*/
    /*padding:16px;*/
    /*font-size: 16px;*/
    /*border: none;*/
    /*cursor: pointer;*/
/*}*/

/*!* Dropdown button on hover & focus *!*/
/*.dropbtn:hover, .dropbtn:focus {*/
    /*background-color: #2980B9;*/
/*}*/

/*!* The container <div> - needed to position the dropdown content *!*/
/*.dropdown {*/
    /*!*position: relative;*!*/
    /*!*display: inline-block;*!*/
/*}*/

/*!* Dropdown Content (Hidden by Default) *!*/


/* Links inside the dropdown */
.dropdown-content-list-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content-list-item:hover {
    background-color: #ddd
}

/*!* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) *!*/
/*.show {*/
    /*display:block;*/
/*}*/


.filterTextContainer{
    color: black;
    min-width: 1130px;
}
.textBackToMain{
    padding: 10px;
    font-family: Lato,sans-serif;
    font-size: 0.995rem;
    font-weight: normal;
}
.textBackToMain:hover {
    cursor: pointer;
    font-size: 1.095rem;

}
.mainText{
    font-family: Lato,sans-serif;
    font-size: 2.825rem;
    font-weight: normal;
    line-height: 1.5;
    color: black;
    padding-left: 10px;
}
.bottomText{
    font-family: Lato,sans-serif;
    font-size: 1.225rem;
    /* font-weight: normal; */
    /* line-height: 1.5; */
    padding-left: 10px;
    color: black;
}
.footerText{
    font-family: Lato,sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.5;
    padding-left: 10px;
    padding-top: 15px;
}
.contact {
    transform: translateY(-50%);
    /* top: 50%; */
    /* float: left; */
    /* width: 14%; */
    text-align: center;
    margin-top: 30px;
    font-size: 1.3025rem;
    font-weight: normal;
    border-width: thin;
    border: solid;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
    border-color: #2364af;
}

.contact:hover {
    cursor: pointer;
    font-size: 1.3425rem;
}