.headline-db {
    background-color: rgb(11, 11, 114);
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.title-earn {
    background-color: yellow;
    color: #000;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 25px;
}

.nir-container {
    background-color: rgb(11, 11, 114);
    padding: 20px 150px 50px 150px;
}

.nir-content {
    background-color: #FF0000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    border-radius: 10px;
    padding: 25px;
}

.headline6 {
    font-size: 40px;
    color: #fff;
}

/* ------------------ business table ------------------- */
.business-info-container {
    background-color: rgb(11, 11, 114);
    margin-top: 30px;
}

.business-info {
    margin: 20px 0;
    width: 100%;
    padding: 10px 150px 60px 150px;
}

.business-info .table {
    width: 100%;
    /* border-collapse: collapse; */
    /* border-spacing: 5px; */
    border-spacing: 5px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.business-info th,
.business-info td {
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #ddd;
    border-spacing: 5px;
}

.business-info thead th {
    font-weight: bold;
    background-color: black;
    color: white;

}

.business-info tbody td {
    background-color: rgba(255, 255, 255, 0);
    width: 50%;
    font-weight: 500;
    font-size: 16px;
}

.business-info tr:not(:last-child) {
    margin-bottom: 10px;
}

.logout {
    background-color: #FF0000;
    width: 100%;
    color: #fff;
    border-radius: 0;
}

.agent-db-list .table {
    width: 100%;
    border-collapse: collapse;
}

.agent-db-list th,
.agent-db-list td {
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.agent-db-list thead th {
    font-weight: bold;
    background-color: black;
    color: white;
}

.agent-db-list tbody td a {
    text-decoration: none;
    color: #17a2b8;
}

.agent-db-list tbody td a:hover {
    text-decoration: underline;
}

/* ------------------ business table ------------------- */


/* ------------------ agent table ------------------- */
.agent-info-db {
    padding: 10px 150px 10px 150px;
}

.ticket-list-tb {
    text-align: center;
    display: flex;
    margin-top: 10px;
}

.agent-info-db .ticket-list-tb button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    background-color: #000;
    border: 1px solid black;
    width: 100%;
    border-radius: 15px;
}

.agent-info-db .ticket-list-tb button.active {
    color: white;
    background-color: red;
    border: 1px solid red;
}

.agent-info-db .section {
    display: none;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.agent-info-db .section.active {
    display: block;
}

/* ------------------ agent table ------------------- */

@media screen and (max-width: 767px) {
    .nir-container {
        padding: 20px;
    }

    .business-info {
        padding: 20px;
    }

    .agent-info-db {
        padding: 20px;
    }
}

/* ---------------- login popup --------------------- */
/* Popup Modal */
[data-popup="dashboard-login"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: flex;
    justify-content: center;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

[data-popup="dashboard-login"] .popup-content {
    background: rgb(0, 197, 223);
    padding: 20px 60px;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    text-align: center;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    position: relative;
    border: 10px solid rgb(12, 12, 202);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

[data-popup="dashboard-login"] h2 {
    margin: 0 0 20px;
}

[data-popup="dashboard-login"] input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;

}

[data-popup="dashboard-login"] button {
    padding: 10px 20px;
    background-color: #FF0000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    border-radius: 20px;
}

[data-popup="dashboard-login"] button:hover {
    background-color: #da0404;
}

[data-popup="dashboard-login"] .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Show Popup */
[data-popup="dashboard-login"].show {
    visibility: visible;
    opacity: 1;
}

.btn:focus {
    box-shadow: none;
}
/* ---------------- login popup --------------------- */

/* ------------------------------------------- */
.btn-book-bootom {
    position: fixed;
    right: 115px;
    bottom: 20px;
    background-color: #da0404;
    color: #fff;
    font-size: 19px;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-book-bootom:hover {
    background-color: #FF0000;
    color: #fff;
}

.container-padding {
    padding: 0 55px;
}
.modal-ticket-db .modal-content{
    background-color: blue;
}
.modal-ticket-db .modal-footer{
    padding: 0rem 5rem 3rem 5rem;
    border: none;
}
.modal-ticket-db .btn-book{
    background-color: #da0404;
    color: #fff;
    width: 100%;
}
.modal-ticket-db .modal-body {
    padding: 1rem 5rem;
}
.name-phone{
    display: flex;
}
.name-phone .form-control:focus{
    box-shadow: none;
}
.name-phone .form-control{
    border: none;
    border-radius: 0;
}
.ticket-list-db ul{
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ticket-list-db ul li{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 5px solid #fff;
    padding-bottom: 5px;
}
.db-number-list{
    background-color: gray;
    padding: 2px;
    border-radius: 5px;
    height: 245px;
    overflow: scroll;
}
.db-number-list::-webkit-scrollbar {
    display: none; 
  }
.db-number-card-list{
    display: flex;
  
}
.db-number-card-list button{
    border: none;
    width: 100%;
    /* background-color: #fff000; */
    font-weight: 600;
    margin: 2px;
} 
#agentList .modal-content{
    background-color: blue;
    border-radius: 15px;
}
#agentList .modal-content .modal-header{
    border: none;
}
#agentList .modal-body{
    padding: 10px 110px;
    /* border-radius: 15px; */
}
#agentList .modal-content .btn-close{
    color: #fff !important;
}
.agentList-table table{
    width: 100%;
    border-spacing: 5px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}
.agentList-table table td{
    font-size: 16px;
    font-weight: 500;
}
@media (min-width: 576px) {
    #agentList .modal-dialog {
        max-width: 78%;
        margin: 1.75rem auto;
    }
}
/* .agentList */
@media (min-width: 576px) {
    .modal-ticket-db .modal-dialog {
        max-width: 81%;
        margin: 1.75rem auto;
    }
}

@media screen and (max-width : 767px) {
    .container-padding {
        padding: 10px;
    }
    .modal-ticket-db .modal-body {
        padding: 1rem;
    }
    .modal-ticket-db .modal-footer {
        padding: 1rem;
    }
    [data-popup="dashboard-login"] .popup-content {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),
only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .modal-ticket-db .modal-body {
        padding: 1rem;
    }
    .modal-ticket-db .modal-footer {
        padding: 1rem;
    }
    .container-padding {
        padding: 10px;
    }

    .nir-container {
        padding: 20px;
    }

    .business-info {
        padding: 20px;
    }
}

