.modal-body {
    background-color: white;
}

.modal-dialog{
    max-width: 500px;
}

/* .btn-close{
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
} */

.race-setup-image {
    width: 50px;
    height: 50px;
    display:block;
    margin:auto;
    cursor: pointer;
}

.race-setup-name {
    font-size: 14px;
    font-weight: normal;
    color: black;
    display: block;
    width: 100%;
    cursor: pointer;
    line-height: 1.25;
}

.ti-stock-search {
    background-color: transparent;
    font-size: 18px;
    color: white;
    text-align: left;
    border-radius: 30px;
    width: 350px;
    height: 60px;
    border: solid 1px white;
    margin-bottom: 1em;
}

.ti-stock-search:hover {
    color: #bbbbbb;
}

.stock-search-span {
    background-color: lightgray;
    font-size: 18px;
    display: inline-block;
    color: gray;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 20px;
    width: -webkit-calc(100% - 45px);
    width:    -moz-calc(100% - 45px);
    width:         calc(100% - 45px);
    height: 40px;
}
.modal-body .close {
    font-size: .75rem !important;
}

.stock-search-close-btn {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    background-color: lightgray !important;
    opacity: 1;
    box-sizing: border-box;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.stock-search-text {
    border-style: hidden;
    background: transparent;
    outline: none;
    line-height: 1em;
}

.stock-search-image {
    width: 50px;
    height: 50px;
    border-radius: 25%;
    display: block;
    margin: auto;
    cursor: pointer;
}

.stock-search-color {
    width: 50px;
    height: 50px;
    border-radius: 25%;
    display: block;
    margin: auto;
    cursor: pointer;
}

.stock-search-name {
    font-size: 12px;
    font-weight: normal;
    color: black;
    display: block;
    width: 100%;
    cursor: pointer;
}

.stock-search-header {
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid lightgray;
    margin-bottom: 15px;
    margin-top: 15px;
    /* background-color: black; */
    /* text-shadow: 8px 8px 10px #0000008c;
    background-color: #343a40;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);
    display: block;
    width: 100%;
    border: 1px solid black;
    margin: 5px;
    border-radius: 20px; */
}

@media screen and (max-width: 480px) {
    .ti-stock-search {
        background-color: transparent;
        font-size: 18px;
        color: white;
        text-align: left;
        border-radius: 30px;
        width: 100%;
        height: 60px;
        border: solid 1px white;
        margin-bottom: 1em;
    }
    
    .stock-search-span {
        background-color: lightgray;
        font-size: 18px;
        display: inline-block;
        color: gray;
        text-align: left;
        padding-top: 5px;
        padding-left: 10px;
        border-radius: 20px;
        width: 300px;
        height: 40px;
    }
    
    .stock-search-text {
        width: 250px;
    }
}