body {
    background-color: #1f1207;
}

.banner {
    box-shadow: 0px 4px 12px 0px #222 !important;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner img {
    max-width: 1519px;
    height: 641px;
    object-fit: cover;
    width: 100%;
}

.padding-section {
    padding-left: 180px;
    padding-right: 180px;
}

.icon-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    background-color: #ebcdc3;
    padding: 35px 0px;
}

.img-container1 {
    display: flex;
    justify-content: center;
}

.icon-content img {
    width: 120px;
    height: 120px;
    align-items: center;
}

.icon-content h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    color: #fff;
    text-align: center;
    color: #000000;
}

.time-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid; */
    background-color: #ebcdc3;
    padding: 17px 10px 10px 10px;
    width: 90%;
    margin-bottom: 20px;
}

.time-section .time-content img {
    width: 50px;
    width: 50px;
}

.time-section .time-content span {
    font-size: 20px;
    font-weight: 600;
    font-family: "Libre Franklin", sans-serif;
    padding-left: 20px;
}

.headline {
    background-color: #52b73e;
    border-radius: 30px;
    width: 200px;
    text-align: center;
    padding: 5px 10px;
}

.tabel-header {
    background-color: #37234b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid yellow;
    display: flex;
    gap: 10px;
    padding: 10px 15px;
}

.tabel-header .number-header {
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

table {
    width: 100%;
    margin: 20px auto;
    margin-top: 1px;
    border-collapse: separate;
    /* Separate borders for spacing */
    border-spacing: 15px;
    /* Gap between cells */
    background-color: #d6a82e;
    /* Table background */
    box-shadow: 0px 4px 8px 0px #444 !important;
    border-radius: 7px;
}

td {
    background-color: #ffffff;
    /* White background for cells */
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #000;
    /* Optional: Border for each cell */
}

.margin-top {
    margin-top: 30px !important;
}

.tikect-container {
    background-color: linear-gradient(to bottom right, rgb(5, 5, 5), rgb(54, 53, 53)) !important;
    /* border: 1px solid; */
}

.tikect-container .tikect-content {
    background: linear-gradient(to bottom right, rgb(5, 5, 5), rgb(54, 53, 53)) !important;
    min-height: 200px;
    padding: 20px 10px;
}

.ticket-table {
    width: 100%;
    margin: 0px auto;
    margin-top: 1px;
    border-collapse: separate;
    border-spacing: 10px;
    background-color: rgb(152, 193, 217);
    box-shadow: 0px 4px 8px 0px #444 !important;
    border-radius: 7px;
    padding: 10px 10px;
    border-radius: 0;
}

.ticket-header h5 {
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
    font-size: 22px;
}

.ticket-number {
    text-align: center;
    margin-bottom: 10px;
}

.ticket-number button {
    width: 10%;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    border: 0pc solid grey;
    background: #cf1110;
}

.couponInp {
    font-size: 20px;
    padding: 10px;
    border: 0px solid grey;
    background: white;
    color: grey;
    text-align: center;
}

/* ----------------------- modal ------------------------- */
.fixed-bottom-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.842);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    /* Top border */
    z-index: 1050;
    padding: 0px 180px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
}

/* .banner-popup{
    position: relative;
    border: 1px solid #fff;
    width: 100%;
    z-index: 111111;
    margin-bottom: 318px;
} */
.popup-img {
    /* width: 600px;
    height: 403px; */
    /* object-fit: fill; */
    /* width: 100%; */
    border-radius: 10px;
    margin-bottom: -30px;
}

.alc {
    background-color: #1f1207;
    padding: 45px 40px;
    border-radius: 10px;
}

.popup-content {}

.popup-content h1 {
    font-size: 20px;
    margin-bottom: 2px;
}

.popup-content p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* .fixed-bottom-section .close-btn {
    cursor: pointer;
    font-size: 20px;
    color: #6c757d;
    border: none;
    background: none;
  }

  .fixed-bottom-section .close-btn:hover {
    color: #000;
  } */
.acceptbtn {
    width: 20%;
    background: #74692d;
    color: #034ea2 !important;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ebcdc3;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
}

/* ----------------------- modal ------------------------- */
/* ----------------------- called number -------------------------- */
.called-header {
    background-color: #37234b;
    text-align: center;
    color: #fff;
}

.called-header h5 {
    margin-bottom: 0;
    padding: 10px;
}

.called-content {
    background: linear-gradient(to bottom right, rgb(5, 5, 5), rgb(54, 53, 53)) !important;
    padding: 20px;
}

.called-container {
    background-color: linear-gradient(to bottom right, rgb(5, 5, 5), rgb(54, 53, 53)) !important;
}

.called-table {
    width: auto;
    background: transparent;
    box-shadow: none !important;
    border-spacing: 25px;
}

.called-table td {
    border-radius: 50%;
    height: 60px !important;
    width: 60px !important;
    padding: 0 !important;
    background-color: #bbb8b7;
    color: #000;

}

.house-container .house-content {
    text-align: center;
    background: linear-gradient(to bottom right, rgb(5, 3, 2), rgb(59, 33, 11)) !important;
    padding: 20px;
}

.house-card {
    background-color: #111111;
    padding: 25px 30px;
    border-radius: 20px;
    margin-bottom: 45px;
}

.ticket-number-play {
    background-color: cyan;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 15px 10px 40px 10px;
    border-radius: 15px;
}

.view-house {
    background-color: #52b73e;
    color: #fff;
    text-decoration: none;
    border-radius: 15px !important;
    /* padding: 10px; */
    width: 100% !important;
    margin-top: 10px;
    font-size: 18px;

}

.house-header h5 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* ----------------------- called number -------------------------- */
/* ------------------------- Agent ------------------------- */
.bg-agent {
    background-image: linear-gradient(to bottom right, rgb(152, 193, 217), rgb(224, 251, 252));
    height: 100vh;
}

.banner-agent img {
    width: 100%;
}

.agent-conatiner {
    border: 2px solid rgb(255, 196, 0);
    border-radius: 20px;
    margin: 0 280px;
}

.headline2 {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    padding: 20px;
}

.agent-list {
    list-style: none;
    padding-left: 0;
    padding: 30px;
}

.agent-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.agent-list .agent-number {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: #000000;
    /* border: 1px solid; */
}

.agent-contact {
    display: flex;
    gap: 70px;
    /* border: 1px solid; */
}

.call-agent {
    /* width: 10%; */
    font-size: 30px;
    border: 0px solid grey;
    background: #3c5a82;
    padding: 5px;
    border-radius: 10px;
    right: 36%;
    box-shadow: 0px 6px 12px 0px #777 !important;
    width: 150px;
    /* font-family: 'Times New Roman', Times, serif; */
}

.call-whatsapp {
    font-size: 30px;
    border: 0px solid grey;
    background: #1d8c0b;
    padding: 5px;
    border-radius: 10px;
    right: 22%;
    color: #fff;
    box-shadow: 0px 6px 12px 0px #777 !important;
    width: 200px;
}

@media screen and (max-width: 767px) {
    .agent-conatiner {
        margin: 0;
        border: none;
    }

    .agent-list {
        padding: 10px;
    }

    .agent-number {
        font-size: 18px !important;
    }

    .agent-contact {
        gap: 40px;
    }

    .call-agent {
        font-size: 16px;
        border: 0px solid grey;
        background: #3c5a82;
        color: #e0fbfc;
        padding: 10px;
        border-radius: 8px;
        height: 40px;
        width: 100px;
        padding: 0;
        box-shadow: none !important;
    }

    .call-whatsapp {
        height: 40px;
        font-size: 16px;
        width: 120px;
        padding: 0;
        box-shadow: none !important;
    }
}

/* ------------------------- Agent ------------------------- */
 .headline3{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    padding: 10px;
 }
 .ticket-list{
    padding-left: 0;
    list-style: none;
    padding:5px 40px;
 }
 .ticket-list li{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
 }
 .ticket-list li button{
    border: none;
    background-color: #ffff00;
    width: 100%;
    border-radius: 8px;
    padding: 3px;
    font-weight: 600;
    color: #000000;
 }
 .agent-btn{
    background-color: #32c91e;
    font-size: 16px;
    padding: 4px 15px 4px 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-family: Times New Roman, Arial;
    font-style: italic;
 }
 .book-btn{
    background-color: yellow;
    font-size: 16px;
    padding: 4px 15px 4px 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-family: Times New Roman, Arial;
    font-style: italic;
 }
/* ------------------- ticket  -------------------- */
@media screen and (max-width: 767px) {
    .ticket-content {
        padding: 20px 0 !important;
    }
    .ticket-list{
        padding: 5px 0;
    }
}
.bg-ticket {
    background-image: linear-gradient(to right bottom, rgb(62, 43, 100), rgb(112, 83, 163)) !important;
    height: 100vh;
}
.ticket-content{
    padding: 20px;
}
.ticket-list li {
    display: flex;
    gap: 7px;
    margin-bottom: 10px;
}
/* ------------------- ticket  -------------------- */


@media screen and (max-width:767px) {
    .banner img {
        width: 100%;
    }

    .alc {

        background-color: #1f1207;
        padding: 60px 15px;
    }

    .banner-popup img {
        width: 50%;
        margin-bottom: -35px;
    }

    .fixed-bottom-section {
        padding: 35px;
    }

    /* .popup-content{
        width: 100%;
        position: static;
    }
    .fixed-bottom-section{
        padding: 0;
    } */
    /* .banner-popup{
        margin-bottom: 205px;
        padding: 21px 32px;
    } */
    .banner img {
        width: 100%;
        height: auto;
    }
    .padding-section-0{
        padding: 0 !important;
    }
    .padding-section {
        padding: 0 7px;


    }

    /* .popup-content {
        width: 100%;
        padding: 30px 15px 15px 15px;
    } */
    .acceptbtn {
        width: 50%;
    }

    .icon-content img {
        width: 55px;
        height: 55px;
    }

    .icon-content h2 {
        font-size: 14px;
    }

    .time-section {
        padding: 10px;
        margin: 0;
        width: 100%;
    }

    td {
        background-color: #ffffff;
        text-align: center;
        padding: 7px;
        font-size: 13px;

    }

    table {
        width: 100%;
        margin: 20px auto;
        margin-top: 1px;
        border-collapse: separate;
        border-spacing: 5px;
        background-color: #d6a82e;
        box-shadow: 0px 4px 8px 0px #444 !important;
        border-radius: 7px;
    }

    .margin-top {
        margin-top: 30px !important;
    }

    .time-section .time-content img {
        width: 30px;
    }

    .time-section .time-content span {
        font-size: 11px;
        font-weight: 600;
        font-family: "Libre Franklin", sans-serif;
        padding-left: 5px;
    }
    .go-search input{
        width: 290px !important;
    }
}

/* ------------- login ----------------- */
/* ------------ only-number --------------- */
 .only-number{
    border-radius:0;
    background: linear-gradient(to bottom right, rgb(5, 5, 5), rgb(46, 89, 149)) !important;
    box-shadow: none !important;
    color: #000;
 }
 .green-fill{
    background-color: #0D5D21;
    color: #fff;
 }
/* ------------ only-number --------------- */
.form-container {
    /* border: 1px solid; */
    padding: 0 280px 0px 280px;
}

.form-container form {
    background-color: rgb(152, 193, 217);
    border-radius: 20px;
    text-align: center;
    min-height: 290px;
    margin-top: 2px;
}

.form-container form h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
}

.form-container form .input-section {
    display: inline-block;
}

.form-container form .input-section input {
    border-radius: 20px;
    width: 400px;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
}

.login-btn {
    background-color: yellow;
    border-radius: 20px;
    width: 400px;
}

.fill-green {
    background-color: green;
}

.go-search input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    padding: 10px;
    border: none;
    width: 300px;
    /* width: 100px; */

}

.go-search button {
    border: 0;
    padding: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100px;
    background-color: #cf1110;
    color: #fff;
    border: 1px solid #fff;
}
/* .container-padding{
    padding: 0 55px !important;
} */
@media screen and (max-width: 767px) {
    /* .container-padding{
        padding: 10 !important;
    } */
    .form-container {
        padding: 10px;
    }

    .form-container form .input-section input {
        width: 350px;
    }

    .login-btn {
        width: 350px;
    }

    .called-content {
        padding: 20px 5px;
    }

    .called-table {
        border-spacing: 5px;
    }

    .called-table td {
        height: 35px !important;
    }

    .ticket-number button {
        width: 20%;
    }

    .couponInp {
        width: 150px;
    }

    .house-card {
        padding: 10px 10px;
        margin-bottom: 15px;
        border: 1px solid #ebcdc3;
    }

    .ticket-number-play {
        padding: 10px;
        font-size: 18px;
    }

    .house-container .house-content {
        padding: 1px;
    }

    .house-header h5 {
        font-size: 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) {
    .container-padding{
        padding: 0 ;
 }
    .form-container {
        padding: 10px;
    }

    .form-container form .input-section input {
        width: 350px;
    }

    .login-btn {
        width: 350px;
    }

    .agent-conatiner {
        margin: 0;
        border: none;
    }
}
/* ------------- login ----------------- */
