.header {
    padding: 20px 0px;
    background-color: #8a6d3b;
    color: #fff;
}

.pt100 {
    padding-top: 100px;
}

.createbox {
    max-width: 500px;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    margin-top: 20px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}

.generatebox {
    /*max-width: 800px;*/
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    margin-top: 20px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.ml34 {
    margin-left: 45px;
}

.loginbox {
    max-width: 500px;
    padding: 30px;
    background-color: rgb(208, 212, 201);
    border-radius: 20px;
    text-align: left;
    margin-top: 20px;
}

.createbox h3,
.generatebox h3 {
    text-align: center;
    margin-bottom: 40px;
}

.alert {
    max-width: 500px;
    margin-top: 50px;
}

.pd50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#add {
    margin-top: 0px;
}

.pd100 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.back i {

    color: #000;
    font-size: 50px;

}

.form-check input[type="checkbox"],
.form-check-radio input[type="radio"] {
    opacity: 1 !important;
    visibility: visible !important;
}

.table-responsive {
    overflow: auto;
    overflow-y: auto;
    padding-bottom: 10px;

}

.table-responsive.list {
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}

button[aria-expanded="false"] .plus,
button[aria-expanded="true"] .minus {
    display: block;
}

button[aria-expanded="false"] .minus,
button[aria-expanded="true"] .plus {
    display: none;
}

a[aria-expanded="false"] .plus,
a[aria-expanded="true"] .minus {
    display: block;
}

a[aria-expanded="false"] .minus,
a[aria-expanded="true"] .plus {
    display: none;
}

#myform .alert.alert-info,
#generateform .alert.alert-info {

    background-color: #ececec;

}

#myform .alert,
#generateform .alert {

    max-width: 100%;

}

#serviceupdate .alert button.close {

    position: absolute;
    right: 10px;
    top: 10%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    padding: 3px;

}

.alert .close {

    color:

        #797979;
    text-shadow: none;
    line-height: 0;

}

.mt30 {
    margin-top: 30px;
}

#serviceupdate label {
    color: #000;
    text-align: right;
}

label {
    text-align: right;
}

.mt10 {
    margin-top: 10px;
}

.main-panel {
    position: relative;
    float: right;
    background-color: #f0f0f0;
}

.table {

    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;

}

.generatebox h3 {
    color: #809b16;
}

.mb30 {
    margin-bottom: 30px;
}

label {
    color: #030303;
    font-weight: bold;
}

.form-control {
    background-color: #F2F1F1;
    color: #030303;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 30px;
}

.modal-lg {
    max-width: 1200px;
}

.btn-outline-seconday,
.btn-outline-seconday:hover,
.btn-outline-seconday:focus {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #51cbce;
    margin-left: -10px;
}

.btn-primary {
    border: 1px solid #51cbce;
}

#searchform,
#searchdeactive {
    position: absolute;
    height: 50px;
    width: 300px;
    margin-left: 170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#searchform.on,
#searchdeactive.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#searchform input,
#searchdeactive input {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition-delay: 0s, 0s, 0s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#searchform .search,
#searchdeactive .search {
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#searchform .search::before,
#searchdeactive .search::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 14px;
    margin-left: 7px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#searchform .close,
#searchdeactive .close {

    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    margin-right: 30px;
    left: -10px;

}

#searchform .close:before,
#searchdeactive .close:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    margin-top: -1px;
    margin-left: -13px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#searchform .close:after,
#searchdeactive .close:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    background-color: #fff;
    margin-top: -1px;
    margin-left: -13px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#searchform .square,
#searchdeactive .square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 300px;
    height: 50px;
    border: 4px solid #ffffff;
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
        padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
        padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

#searchform button:focus,
#searchdeactive button:focus {

    outline: 0;

}

.generatebox.details {
    background: transparent;
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -40px;
}

.bgwhite {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.details .form-control {
    background-color: #efefef;
    border-color: transparent;
    color: #030303;
}

.division {
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    margin-top: 20px;
}

#myform .alert.alert-info {
    background-color: #ffffff;
    margin-left: 0px;
}

.m150 {
    max-width: 150px;
}

.fixed-sign {
    position: absolute;
    top: 0px;
    right: 20px;
    border-left: 1px solid #fff;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 17px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width:575px) {
    label {
        text-align: left;
    }

    #serviceupdate label {
        color: #000;
        text-align: left;
    }

    #myform .alert.alert-info {
        background-color: #ffffff;
        margin-left: 0px;
        padding: 0;
    }
}

.vh100 {
    min-height: 100vh;
}

.bghightlight {
    background-color: #d1dfd1;
    min-height: 200px;
}

.paymentdiv,
.paymentDetail {
    border: 3px solid #fff;
    padding: 3%;
    max-width: 961px;
    margin: auto;
    margin-top: -150px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.paymentDetail .content {
    background-color: #fff;
    min-height: 90vh;
    padding: 20px;
}

.paymentDetail .content h5 {
    font-size: 20px;
}

.paymentDetail .content form {
    margin: auto;
}

.paymentpdf {
    background-color: #fff;
    filter: drop-shadow(5px 5px 10px #b0b0b0);
    height: 500px;
}

.paymentDetail .content h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.paymentDetail .content h5 span {
    font-size: 23px;
    margin-top: 10px;
    display: block;
    color: #333 !important;
    font-weight: 500;
}

.paymentDetail a {
    color: #333 !important;
}

.errorbox p {
    margin: 0;
    color: red;
}

.successbox p {
    margin: 0;
    color: #02a802;
}

.attachment {
    max-width: 500px;
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.paymentDetail button.btn.btn-primary,
.paymentDetail button.btn.btn-primary:hover {
    background: #7b9513 !important;
    border-color: #7b9513;
    border-radius: 0px;
    font-size: 17px;
    margin-top: 20px;
    padding: 10px 30px;
}

.bggray {
    background-color: #eee;
    min-height: 100vh;
}

.paymentoption {
    padding: 50px 0px;
    text-align: center;
}

.paymentoption h5 {
    color: #000;
    font-size: 16px;
}

.paymentoption .paymentlink {
    font-size: 20px;
    background: #d1dfd1;
    padding: 15px 20px;
    color: #000;
    width: auto;
    display: block;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    max-width: 500px;
}

.plist p span:first-child {
    display: inline-block;
    min-width: 162px;
}

.plist p {
    display: flex;
    justify-content: start;
    text-align: left;
    max-width: 300px;
    margin: 10px auto;
    font-size: 15px;
    color: #505050;
}

.plist p span:last-child {
    font-weight: bold;
}

p.text-purple {
    color: #8a60e6;
    font-size: 18px;
}

.pendingtext {
    color: orange;
    margin: 0;
}

.successtext {
    color: #7b9513;
    margin: 0;
}

.canceltext {
    color: red;
    margin: 0;
}

.attachmentpreview {
    width: 100px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.sl-overlay {
    background: #000;
}

.previewimage {
    /* max-width: 200px; */
    max-height: 200px;
    object-fit: contain;
}

.paymentSt {
    padding: 20px 0px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

@media(max-width:767px) {
    .generatebox.details {
        padding: 0px;
    }
}

.alert-dismissible .close {
    position: absolute;
    top: 24%;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.page-item.active .page-link {
    background-color: #809b16;
    border-color: #819c19;
}

.page-link {
    color: #809b16;
}

.unpaid {
    color: red;
}

.paid {
    color: green;
}

img#blah {
    display: none;
}

button.btn.btn-outline-primary i {
    font-size: 19px;
}

button.btn.btn-outline-primary {
    border-radius: 100px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: capitalize;
}
ul.custom.pagination {
    gap: 5px;
}
ul.custom.pagination li a {
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
}
ul.custom.pagination li.active a {
    background: #768f0d;
    color: #fff !important;
}
ul.custom.pagination li.disabled a {
    opacity: 0.5;
}
@media(min-width:768px) {
    .paymentDetail {
        font-size: 18px;
    }
}