.sign-in-form {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
}

.ticket-bar {
    display: flex;
}

.ticket-bar>div {
    margin-right: 20px;
}

.ticket-message {
    margin: 20px 0px;
    padding: 15px;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 3px;
}

.ticket-message-header {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ticket-right {
    background-color: #e9edf0;
    padding: 20px 20px 10px 20px;
}

.ticket-right-header {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.ticket-right-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
}

.file-upload-wrapper {
    border: 1px solid #eee;
}

.loading-screen {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-text {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
}

.form-outline {
    margin-bottom: 15px;
}


table.dataTable thead tr {
    background-color: #f4f4f4;
    color: #555555;
}

.table thead th {
    border-top: none;
    font-weight: 500
}

.table td,
.table th,
.table thead th {
    border-bottom: 1px solid rgba(234, 243, 253, .9)
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f6ff
}

.table.table-bordered,
.table.table-bordered td,
.table.table-bordered th::after,
.table.table-bordered thead th {
    border: 1px solid rgba(234, 243, 253, .9)
}

.table.v-align-middle tr td {
    vertical-align: middle
}

.table.table-borderless td,
.table.table-borderless th,
.table.table-borderless thead th {
    border: none !important
}

table.dataTable {
    border-collapse: collapse !important
}

.dataTables_info,
.dataTables_paginate {
    margin: 25px 0 15px !important
}

.pagination .page-item.disabled .page-link,
.pagination .page-link {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #399AF2 !important;
    border-color: #399AF2;
    border-radius: 100%;
    box-shadow: none;
    outline: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 0 0
}

.pagination a:link,
.pagination a:visited {
    color: #353a40;
    line-height: 1
}

.pagination a:hover {
    color: #399AF2
}

.pagination a:active,
.pagination a:focus {
    box-shadow: none;
    outline: 0
}

.table-bordered.dataTable,
.table-bordered.dataTable td,
.table-bordered.dataTable th {
    border: 1px solid rgba(234, 243, 253, .9)
}

.text-8 {
    font-size: 0.8em;
}

.text-9 {
    font-size: 0.9em;
}

.line{
    border-bottom:1px solid #dddddd;
}

.bg-gray1{
    background-color: #e9edf0;
}

.badge{
    padding-top:7px;
}

.bar-container {
    width: 100%;
    height: 20px;
    border: 1px solid #ffffff;
    position: relative;
    font-size:0.75em;
}

.free-mb {
    height: 100%;
    background-color: #14A44D;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 2px 0px 0px 2px;
}

.extra-mb {
    height: 100%;
    background-color: #F44336;
    position: absolute;
    top: 0;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 0px 2px 2px 0px;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}