html {
    scroll-behavior: smooth;
}

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-linkedin {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
}

.col-form-label {
    font-size: 30px;
}

.col-form-label-sm {
    font-size: 20px;
}

.input-type {
    font-size: 30px;
}

.hidden {
    visibility: hidden;
}

.modal-dialog {
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
    min-height: 100%;
}

#mapid {
    height: 500px;
}

#mapidSearch {
    height: 500px;
}

.searchResult {
    cursor: pointer;
    padding: 10px;

    margin-bottom: 5px;
    border-radius: 10px;
}

.searchResult:hover {
    background-color: lightgrey;
}


#loadingModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
    /* Could be more or less, depending on screen size */
    text-align: center;
    align-content: center;
    font-size: 20px;

}

#loadingModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /*    z-index: 5;*/
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
}

#mapidAuto {
    height: 500px;
}

#polygonMap {
    height: 700px;
}

.mapSize {
    height: 700px;
}



#messageModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /*    z-index: 5;*/
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
}

#messageModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    /* Could be more or less, depending on screen size */
    /*    text-align: center;*/
    align-content: center;
    /*    font-size: 20px;*/

}

#resultsListSelect {
    overflow: scroll;
    height: 500px;
}

.category {
    margin-bottom: 50px;
    border-bottom: 2px solid #888;
    padding: 10px;
}

.red {
    color: red;
}

.green {
    color: green;
}

#routes {
    font-size: 20px;
}

.form-check {

    padding-left: none;
}


.route {
    border: 1px solid;
    /* padding: 1rem; */
    padding-top: 0.8rem;
    border-radius: 0.5rem;
    /* border-left-color: fuchsia; */
    border-left-width: 5px;
    background-color: white;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default {

    border-radius: 100%;

}

.route:hover {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 6px 5px 15px -7px rgba(130,130,130,0); 
    box-shadow: 0px 10px 13px -7px #000000, 6px 5px 15px -7px rgba(130,130,130,0);
}
