﻿body {
    background: url(bg.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.body-content {
    background: #fbfbfb;
    border-radius: 5px;
    padding: 0.9375em;
    padding-bottom: 0;
    margin: 0;
}



a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


footer {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

    footer a {
        color: #00e04c;
        margin-left: 1em;
    }


/* WIZARD STUFF 
 *******************************/
input.error,
select.error {
    border: 1px solid #FF4E2E;
}

label.error {
    color: #FF4E2E;
    display: inline;
    font-size: .875em;
    font-style: italic;
    padding-left: .5em;
}

#Frm1 section {
    display: none;
}

    #Frm1 section:first-child {
        display: block;
    }

#tabs {
    border-bottom: 2px solid #00e04c;
    padding: 0;
}

    #tabs li {
        display: inline-block;
        font-size: 1.5em;
        line-height: 1;
        margin: 0;
        padding: 1rem 3rem 1rem 1rem;
    }

        #tabs li.current {
            color: #00e04c;
            font-weight: bold;
        }

.next-button {
    float: right;
}


.row-cstm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .row-cstm .colauto {
        flex: 1;
        margin-right: 10px;
    }

    .row-cstm button {
        flex-shrink: 0;
    }


button.btn.btnprimarY, input[type=button] .btnprimarY {
    color: #FFF !important;
    background-color: #33C3F0 !important;
    border-color: #33C3F0 !important;
}

table.prsnaltable-data {
    width: 100%;
}

    table.prsnaltable-data td {
        padding: 2px 5px;
        /*border-right: 1px solid #dddd;*/
        margin: 0;
    }


        table.prsnaltable-data td:last-child, table.prsnaltable-data th:last-child {
            border: 0;
            text-align: left;
            padding: 0;
        }


table#Personaldata td input {
    border: 0;
    margin-bottom: 0;
}
/*element.style {margin-left: 230px;
    flood-color: black;
}*/
.popup {
    background: #fbfbfb;
    border-radius: 5px;
    padding: 0.9375em;
    padding-bottom: 0;
    margin: 0;
}

table#Personaldata1 td input {
    border: 0;
    margin-bottom: 0;
}

table.prsnaltable-data1 {
    width: 100%;
}

/*switch button css*/
.switch {
    position: relative;
    display: flex;
    width: 60px;
    height: 34px;
    align-items: center;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: #33C3F0;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.txtSpanish {
    display: none;
}

.txtSpanish,
.txtEnglish {
    position: relative;
    padding-left: 70px;
}

.switch input:checked ~ .txtEnglish {
    display: none;
}

.switch input:checked ~ .txtSpanish {
    display: block;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switchLbtn {
    margin-left: auto;
    width: 130px;
}

.custm-p {
    padding: 0 6px;
}

.search-box-wrapper {
    display: flex;
    /* align-items: center;*/
}

    .search-box-wrapper input {
        flex: 1;
        margin-right: 6px; /* Add space between the input and button */
    }

    .search-box-wrapper button {
        flex-shrink: 0;
    }


table.prsnaltable-data th,
table.prsnaltable-data td {
    /*border: 1px solid #dddd !important;*/
    padding: 4px 8px !important;
}

table.prsnaltable-data th {
    border: 0 !important;
}

table tbody .border {
    border: 1px solid #ccc !important;
}

table tbody .search-td {
    display: flex;
    text-align: center;
    justify-content: flex-start; /* Align items horizontally to the left */
}

.search-td .mbtn {
    margin-top: 0; /* Adjust as necessary */
}

.search-td .btn {
    margin-top: 0;
    vertical-align: middle;
    margin: 0;
}

.citation-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal-width columns */
    align-items: center;
    gap: 20px; /* Space between the court address and search box */
}

@media (max-width: 768px) {
    .citation-container {
        grid-template-columns: 1fr; /* One column on smaller screens */
    }
}


table.prsnaltable-data td {
    /*background: #fff;*/
    padding: 0 !important;
}

    table.prsnaltable-data td:last-child {
        background: transparent;
        border: 0 !important;
    }

table#Personaldata td input {
    /*background: transparent;*/
    border: 1px solid transparent;
    border-radius: 0px;
    width: 100%;
}

    table#Personaldata td input:focus {
        border: 1px solid #33C3F0 !important;
    }

.prsnaltable-data td input[type="date"]:focus {
    outline: 0;
}

.prsnaltable-data td input[type="date"] {
    outline: 0;
    min-height: 37px;
}

.prsnaltable-data tbody tr td,
.prsnaltable-data thead tr th {
    border-bottom: 0;
}
/*modal new css */
.animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.275);
}

.modal-content {
    margin: 5% auto;
    width: 955px;
    max-width: 90%;
    background-color: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-content animate-top {
    height: 500px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 2rem;
}

.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}

    .modal-body p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > * {
        margin: 5px;
    }

.table-custm {
    width: 100%;
    border-collapse: collapse;
}

tr.selectRow {
    background: #dfdfdf;
}

.prsnaltable-data {
    border-collapse: collapse;
}

.error-message {
    color: #FF4E2E;
    display: inline;
    font-size: .875em;
    font-style: italic;
    padding-left: .5em;
    font-weight: 600;
}

.pos-relative {
    position: relative;
    margin-bottom: 2rem;
    clear: both; /* Ensures the section below does not overlap */
}

/* Remove border and default styling from table and inputs */
.language-table {
    border-collapse: collapse; /* Make sure no gaps between table cells */
    width: auto; /* Adjust the width as necessary */
}

    .language-table td {
        border: none; /* Remove any default borders around the table cells */
        padding: 5px; /* Optional: Add some padding to make it look nicer */
    }

    .language-table input[type="radio"] {
        outline: none; /* Remove focus outline */
        border: none; /* Remove any borders */
    }

.text-right {
    text-align: right;
}


.language-table label {
    margin-left: 5px; /* Ensure there's proper spacing between radio button and label */
}

.language-table td label,
.language-table td input {
    box-shadow: none; /* Remove any shadows or borders */
    background: none; /* Ensure background is transparent */
}


.group-head {
    position: relative; /* Change from absolute to relative to maintain flow */
    margin-bottom: 10px;
}

.group-body {
    padding: 15px;
    width: 50%;
    border-radius: 5px;
    font-size: large;
    clear: both; /* Ensures it stays in the correct flow */
}


.group-element {
    display: flex;
    margin-right: 15px;
}

    .group-element label {
        margin-left: 10px;
        font-weight: 100;
    }



.swal-footer {
    text-align: center !important;
}

.swal-button {
    padding: 0 24px !important;
}

.swal-text {
    font-size: 18px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 900;
    color: #000;
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal-title {
    color: #000;
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.save-btn {
    margin-left: 10px;
    cursor: pointer;
    color: #FFF !important;
    background-color: #33C3F0 !important;
    border-color: #33C3F0 !important;
}
/* HTML: <div class="loader"></div> */
.loader {
    width: fit-content;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    overflow: hidden;
    color: #0000;
    text-shadow: 0 0 0 #000,10ch 0 0 #000;
    background: linear-gradient(#000 0 0) bottom left/0% 3px no-repeat;
    animation: l14 1.5s infinite;
}

    .loader:before {
        content: "Loading...";
    }

@keyframes l14 {
    80% {
        text-shadow: 0 0 0 #000,10ch 0 0 #000;
        background-size: 100% 3px
    }

    100% {
        text-shadow: -10ch 0 0 #000,0 0 0 #000
    }
}

#clientId {
    width: 300px; /* Set the width of the dropdown to a specific pixel value */
}
/*------24-05-2024----*/
/*.d-flex{
        display:flex;
        }
        .align-items-center{
        align-items:center;
        }*/
.cstm-price {
    width: 78px;
    margin-top: 15px !important;
    background: transparent !important;
    border: 0 !important;
}

    .cstm-price.remove {
        margin-top: 15px !important;
        background: unset;
        border: unset;
    }

.cstm-link {
    float: inline-end;
    padding-right: 70px;
}

.row-save {
    color: #FFF;
    background-color: #33C3F0;
    display: inline-block;
    height: 38px;
    padding: 0 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #33C3F0;
    cursor: pointer;
    box-sizing: border-box;
}
    /*25/07/2024 */
    .row-save:hover {
        color: #fff;
        text-decoration: none !important;
    }

.btn btn-secondary close {
    margin-bottom: 0;
}


.PringQR-data {
    margin-top: 1rem;
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
    width: 130px;
    display: flex;
    align-content: center;
    justify-content: center;
}

/*18-06-2024 Css Here*/
.cstmFormBox {
    display: flex;
    align-items: center;
}

    .cstmFormBox p {
        margin-left: 77px;
    }

/*----29-07-2024----*/
.cstm-modal-content {
    min-height: 250px;
    border-radius: 14px;
}

    .cstm-modal-content .modal-header {
        border: 0px;
    }

    .cstm-modal-content .modal-body {
        padding: 0px 40px;
    }

    .cstm-modal-content .modal-footer {
        border-top: 0px;
        display: flex;
        align-items: center !important;
        gap: 10px;
        padding: 0px 35px;
    }

        .cstm-modal-content .modal-footer .btnprimarY {
            margin: 0px;
        }

.selected {
    background-color: #f0f8ff; /* Change this to your desired color */
    color: #000; /* Optional: Change text color for better contrast */
}


/*13-08-2024 Css Here*/
.cardDetail_Wrapper {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 5px;
}

    .cardDetail_Wrapper img {
        width: 75%;
    }


.termsOfUse {
    display: none;
}

    .termsOfUse > span {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .termsOfUse ol {
        list-style: decimal;
        padding-left: 20px;
    }

.termsD_block {
    display: block;
}

.godaddy-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
/*11-09-2024*/
.customDob {
    margin-right: 6px;
}

.customDobInput {
    margin-right: 10px;
}

.main_payment {
    padding: 10px;
    border: 1px solid rgb(92, 92, 92);
    margin-bottom: 1.5rem;
}

.sweet-alert button.confirm {
    height: auto;
    padding: 0 32px;
}

.paymentprocessing span, .date-section span {
    font-weight: normal;
}

.btnCstm {
    color: #FFF;
    background-color: #33C3F0;
    display: flex;
    float: right;
    margin-right: 15px;
}

.button .m-zero, button .m-zero {
    margin: 0;
}
/* Custom styles for SweetAlert2 */
.swal-popup-custom {
    font-size: 18px; /* Adjust popup's font size */
}

.sweet-alert h2 {
    color: #575757;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.swal-title-custom {
    font-size: 18px; /* Adjust title font size */
    font-weight: bold;
    padding: 0;
}

.swal-html-custom {
    font-size: 18px; /* Adjust content font size */
    line-height: 1.5; /* Improve readability */
    padding-top: 0 !important;
}

.swal-confirm-button-custom {
    margin-top: 10px; /* Adjust margin to move button slightly upward */
    font-size: 18px; /* Adjust font size for the button text */
    padding: 8px 20px; /* Add padding for better button size */
}

.swal-html-custom p {
    margin: 0; /* Remove extra space above and below */
}

.swal-confirm-button-custom {
    text-align: center; /* Ensure the button text is centered */
}

.cstFont {
    border: 1px solid black;
    padding: 15px;
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
}

.cstFontmdl {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.cstFontCnfBtn {
    display: inline-block;
    color: #fff;
    line-height: normal;
}

.swal2-actions > button {
    padding: 2px 24px;
    display: inline-block;
    background-color: #33C3F0;
    line-height: normal;
    height: 100%;
    color: #fff;
}

    .swal2-actions > button :hover {
        color: #fff;
    }

.swal2-actions {
    margin-top: 4px !important;
}

.swal2-icon-show {
    margin-top: 12px !important;
}


