﻿.finder-icon {
    cursor: pointer
}

#finder-box {
    position: fixed;
    top: -400px;
    /*top: 90px;*/
    left: 0px;
    width: 100%;
    height: 400px;
    background: #fff;
    border: 2px solid darkblue;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    transition: top 0.5s ease-in-out;
    z-index: 9999;
    padding: 10px;
    font-family: sans-serif;
}

    #finder-box .header {
        display: flex;
        align-items: start;
        font-weight: bold;
        margin-bottom: 8px;
        color: #075e54;
        font-size: 16px;
        justify-content: start;
    }

        #finder-box .header img {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }

.finder-close{
    cursor:pointer;
}

.finder-message {
    width: 100%;
    padding: 15px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    font-size: 14px;
}

    #finder-box button {
        width: 100%;
        padding: 8px;
        background: #25D366;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
    }

        #finder-box button:hover {
            background: #1ebe5d;
        }


.find-more {
    margin-top:8px
}

.find-more li{
    padding:3px 0;
}


.finder-item{
    margin-bottom:20px;
}
.finder-item img {
    height:30px;
    width:30px;
}

    .finder-item .title {
        font-size: 18px;
        font-weight: normal;
        color: blue;
        margin-bottom:5px;
    }
    .finder-item .descr {
        font-size: 14px;
        font-weight: normal;
        color: #404040;
        margin-bottom:0;
    }

.finder-input{
    padding:5px 16px;
    /*border:1px solid silver;*/
    border-radius:25px;
    font-size:16px;
    width:100%;
    /*margin-top:10px;*/
    /*margin-bottom:30px;*/
    font-weight:normal;
    background-color:white;
}

    .finder-input input {
        padding: 8px 16px;
        border: 0px solid silver;
        font-size: 16px;
        width: 100%;
        font-weight: normal;
        background-color: white;
    }

    .finder-item .cat-name {
    color:blue;
    cursor:pointer;
}

.finder-input-title{
    font-size:26px;
}

.finder-input-icon{
    cursor:pointer;
}

.finder-input-clear-icon {
    cursor: pointer;
}

.finder-input-icon-col {
    border-right: 1px solid silver;
}

.finder-faq-area{
    margin:10px 0;
    padding:5px 0 0 30px;
}

.finder-faq-area span {
    padding: 5px 5px;
}


    .finder-faq-area span a {
        color:blue;
        text-decoration:underline;
    }

.sponsor-title{
    font-weight:600;
}

.finder-exam-select-box{
    margin-bottom:10px;
    background-color:antiquewhite;
    padding:18px;
}

.finder-exam-item {
    border: 1px solid gray;
    padding: 4px 15px!important;
    border-radius: 5px;
    cursor: pointer;
    color:black;
}

.finder-exam-subitem {
    border: 1px solid gray;
    padding: 4px 15px !important;
    border-radius: 5px;
    cursor: pointer;
    color: black;
}