.header {height: 60px;line-height: 60px; background: #30748A;color: #fff}
.btn.ico-settings {float: right;font-size: 1px;display: block;width: 30px;height: 60px;background: url(settings.png) 50% 50% no-repeat!important;overflow: hidden;outline: none;box-shadow: none;}
.btn.btn-menu {border: none;background: none;color:#fff;font-size: 16px;outline: none;box-shadow: none; max-width: 100%; overflow:hidden; line-height: 46px;}
.tickets {border:1px solid #ced4da;border-radius: 5px;overflow: hidden;}
.ticket {border-top:1px solid #ced4da; font-size: 12px;padding: 1em;}
.ticket.visit {background: rgba(152,251,152,.5)}
.ticket.error {background: rgba(252, 45, 45, 0.5)}
.ticket:first-child {border-top:0;}
.param.select {background: rgba(48, 116, 138, .1);}
.hide {display: none;} 
.file {display: block; width: 80%;}
.form-control{outline: none;box-shadow: none!important;} 
.dropdown.dropdown-events .dropdown-item {font-size: 16px;line-height: 18px;padding: 1em;}
.tickets-scan {position: fixed; bottom: 0; overflow: hidden; width: 100%;max-height: 50%;}
.input-group.inp-file-wrap {width: auto; margin-top: 0 !important;align-items: center; flex-wrap: nowrap;}
.file-prompt.show {display: block;}
.file-prompt {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background-color: #d8f3fc;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #5c5c5c;
    box-shadow: 0 0 5px 0 #30748A;
    z-index: 1;
}
.inp-file-wrap i {
    display: block;
    padding: 4px 7px;
    border: 1px solid #474747;
    border-radius: 50%;
    line-height: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    margin: 0 20px;
    transition: all .3s;
}
.inp-file-wrap i:hover {
    box-shadow: 0 0 5px 0 #30748A;
}
