.form-control {
    background: none;
    border-color: #818181;
    border-width: 2px;
}

.result-label {
    height: 40px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: right;
}

.result-output {
    height: 40px;
    width: 100%;
    color: white;
    background: black;
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
    align-items: center;
    text-align: center;
    border-radius: 999px;
    border: none;
    box-shadow: -1px -2px 3px #494949 inset;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    background: #000000;
}

.input-group-text {
    background: none;
    color: #ffffff;
}

.bg-page {
    background: #000725;
}

.bg-pic-s {
    text-align: center;
    background: rgb(179, 103, 13);
    position: relative;
}

.pic-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.bg-attr {
    background: #1F1F1F;
}

.input-box {
    position: relative;
}

.input-suffix {
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
    font-weight: bold;
    font-size: 25px;

}

.cinema-select-1 {
    color: white;
    background: #1F1F1F;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: none;
    border-radius: 5px;
    font-size: 24px;
}

.cinema-select-2 {
    color: white;
    background: #1F1F1F;
    position: absolute;
    left: 30px;
    bottom: 60px;
    border: none;
    border-radius: 5px;
    font-size: 24px;
}

.engine-select-2 {
    color: white;
    background: #1F1F1F;
    position: absolute;
    left: 30px;
    bottom: 20px;
    border: none;
    border-radius: 5px;
    font-size: 24px;
}


