/*Custom padding*/
.p-4 {
    padding: 0.5rem!important;
}

.padding-top-1 {
    padding-top: 1%;
}
.padding-top-2 {
    padding-top: 2%;
}

.padding-bottom-1 {
    padding-top: 1%;
}
.padding-bottom-2 {
    padding-top: 2%;
}


.mb-4 {
    margin-bottom: 1.0rem !important;
}

/*Other mods*/
.form-label {
    margin-bottom: 0;
}

.logo-icon {
    width: 50px;
}

.login-icon {
    width: 180px;
}

.breadcrumb-title {
    font-size: 18px;
    padding-left: .25rem;
}

.btn {
    line-height: 1;
}

.card-title-settings{
    margin-bottom: -0.75rem;
}

/*Documentation*/
.documentation-search-btn {
    height: 2.5rem;
}

.documentationCategory {
    padding: 5px;
}

.documentation-bg-green {
    background: #0d6efd;
}

/* Nav Tabs */
.nav-primary.nav-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 500;
    border-color: #0d6efd #0d6efd #fff
}
.nav-tabs {
    border-bottom: 1px solid #495057;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #495057;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #495057;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #0d6efd #0d6efd #dee2e6 #0d6efd;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs-new>li>a.active {
    border: 1px solid #0d6efd!important;
    background: #0d6efd;
    color: #fff;
}
.nav-tabs-new>li>a:hover, .nav-tabs-new>li>a:focus {
    background-color: #0d6efd;
    color: #fff;
}
/* End Nav Tabs */



.menu-label {
     color: #0d6efc;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}

.border-color {
    border: solid;
    color: #0d6efc;
}

.text-bmis {
    color: #0d6efc;
}
.text-winered {
    color: #e20e22;
}

.text-boledo{
    color: #4352df!important
}

.text-jackpot{
    color: #b01a1b!important
}

.text-lottery{
    color: #278316!important
}

.bg-boledo{
    background-color: #4352df!important
}

.bg-jackpot{
    background-color: #b01a1b!important
}

.bg-lottery{
    background-color: #278316!important
}

.bg-blue1{
    background-color: #0d6efc!important
}

.bg-blue2{
    background-color: #3b5998!important
}

.bg-blue3{
    background-color: #55acee!important
}

/*end Documentation*/

/* For column labels in all CAPS */
.table {
    vertical-align: middle;

}

.table th{
    text-transform: uppercase;
    color: #0d6efd;
    background-color: #d3d3d3;
}

/*Responsive Table*/
@media(max-width: 500px){

    .table{
        width: 100%;
        border-collapse: collapse;
        vertical-align: middle;
        white-space: normal!important;
    }

    .table td,.table th{
        padding:12px 12px;
        border:1px solid #ddd;
        font-size:12px;
    }

    .table th{
        background-color: darkblue;
        color:#ffffff;
        text-transform: uppercase;
    }

    .table tbody tr:nth-child(odd){
        background-color: #f5f5f5;
    }

    .table thead{
        display: none;
    }

    .table, .table tbody, .table tr, .table td{
        display: block;
        width: 100%;
    }

    /*for dataTables only by OR*/
    .cdt table td,.cdt table th{
        /*
        padding:12px 12px;
        */
        border:1px solid #ddd;
        font-size:12px;
    }

    .cdt table th{
        background-color: darkblue;
        color:#ffffff;
    }

    .cdt table tbody tr:nth-child(odd){
        background-color: #FFFFFF;
    }

    .cdt table, .cdt table tbody, .cdt table tr, .cdt table td{
        display: block;
        width: 84%;
    }/*end dataTables only*/

    .table tr{
        margin-bottom:12px;
    }
    .table td{
        text-align: right;
        padding-left: 50%;
        position: relative;
        word-wrap:break-word;
    }
    .table td::before{
        content: attr(data-label);
        position: absolute;
        left:0;
        width: 50%;
        padding-left:12px;
        padding-bottom:12px;
        font-size:12px;
        font-weight: bold;
        text-align: left;
        word-wrap:break-word;
    }

    .text-center-mobile {
        text-align: center !important;
    }
}
/*end responsive tables*/


/*For dataTables*/

#reportList_wrapper .col-md-6 .dt-buttons {
    margin-top: 10px; !important;
}


/*end dataTables*/

/*for password complexity*/
#password-strength-bar {
    height: 10px;
    width: 100%;
    background-color: lightgray;
    margin-top: 10px;
    margin-bottom: 2.5%;
}
.weak {
    background-color: red !important;
}
.medium {
    background-color: orange !important;
}
.strong {
    background-color: green !important;
}
/*end password complexity*/


/*Input fields*/
.required-field::after {
    content: " *"; /* Add an asterisk after the displayed value */
    color: red;    /* Or any other color you prefer */
}
/*End Input Fields*/

/*Upload progress bar*/
 #progress-container {
     width: 100%;
     background-color: #f0f0f0;
     border-radius: 5px;
     overflow: hidden;
     height: 20px;
     margin-top: 10px;
 }

#progress-bar {
    height: 100%;
    width: 0;
    background-color: blue;
}
/*end upload progress bar*/


/*Custom alerts*/
.bg-light-dark {
    background-color: rgba(0, 0, 0, 0.11) !important
}
/**/

/*For customized confirmation*/

.custom-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 25px rgba(255, 0, 0, 0.75);
    padding: 20px;
    z-index: 1000;
}

.dialog-content {
    text-align: center;
}

button {
    margin: 5px;
}

/*End customized confirmation*/

.error-logo-header {
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background-clip: padding-box;
}

.logo-icon-100 {
    width: 100px
}

.logo-text-36 {
    font-size: 36px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #0d6efd
}
