html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  margin-bottom: 60px;
}


.class-white
{
    color:#fff
}

.feather-16 {
    width: 16px !important;
    height: 16px !important;
}

.table > :not(caption) > * > * {
    padding: 0.45rem 0.85rem !important;
}

.status-inwaiting {
    color: #0F6BA1;
}

.status-accepted {
    color: #299D00;
}

.status-cancelled {
    color: #E35B49;
}

.status-pickedup {
    color: blue;
}

.status-intransit {
    color: yellow;
}

.status-delivered {
    color: #299D00;
}

.form-group .file-upload-default {
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-default-asnwer {
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-default-answer-video {
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-default-question-video {
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-default-category {
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-default-sponsor {
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-default-user{
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-default-package{
    visibility: hidden;
    position: absolute;
}

.checkbox-dropdown {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
}

.checkbox-dropdown .form-check {
    margin-bottom: 5px;
}

.badge-Active {
    color: #fff;
    background-color: #10b759;
}

.badge-Inactive {
    color: #fff;
    background-color: #ff3366;
}

.badge-New {
    color: #fff;
    background-color: #070cfc;
}

.badge-InProgress {
    color: #fff;
    background-color: #eece09;
}

.badge-Completed {
    color: #fff;
    background-color: #4a9b38;
}

.icon-container {
    background-color: #f2f2ff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 15px;
    display: inline-block;
}

.card-text {
    font-size: 14px;
    color: #666;
}

.count-text {
    font-size: 11px;
    color: #666;
}

.card-header-text {
    margin-left: 10px;
    font-family: "Roboto", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
}

table.dataTable td {
    word-break: break-word;
    white-space: normal;
}


.buttons-excel {
    background-color: #28a327 !important
}

.buttons-pdf {
    background-color: #cd1616 !important
}

.buttons-copy {
    background-color: #727272 !important
}

.buttons-print {
    background-color: #b7a904 !important;
    margin-right: 5px;
    margin-bottom: 2px
}

.buttons-html5 {
    margin-right: 5px;
    margin-bottom: 2px
}

.select2 {
    width:100%!important;
}

.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress-bar {
    width: 0%;
    height: 20px;
    background-color: #048d35;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 25px;
}

.big-col {
    width: 400px !important;
}

.medium-col {
    width: 250px !important;
}

.small-col {
    width: 150px !important;
}

table#TransactionLogsTable{
    table-layout:fixed;
}

table#PlayersSummaryReportTable{
    table-layout:fixed;
}

.welcome-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh; 
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.welcome-container h1 {
    font-size: 3rem;
    color: #2c3e50; 
    margin-bottom: 15px;
}

.welcome-container p {
    font-size: 1.5rem;
    color: #7f8c8d; 
    margin-top: 0;
    margin-bottom: 20px;
}