body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

.tender-table {
    table-layout: fixed;
}
.sticky-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;          /* Distance from top when scrolling */
  z-index: 1020;
  height: 800px;
  /* height: fit-content;
  max-height: 100%;    */
}

/* Custom Margin Widths */
.left-margin {
  margin-right: 0px; /* Adjust space between Left Ad and Content */
}

.right-margin {
  margin-left: 0px;  /* Adjust space between Right Ad and Content */
}

/* Optional: Ad visuals */
.ad-placeholder {
    height: 800px;       /* Ensures the placeholder takes full height of the parent sticky div */
    width: 100%;        /* Ensures the placeholder takes full width of the sidebar column */
    overflow: hidden;   /* Prevents any image spillover */
}

.ad-placeholder img {
    object-fit: cover;  /* Standard: Fills space by cropping edges (no distortion) */
    /* Use object-fit: fill; if you want to force-stretch (may cause distortion) */
}

.navbar {
    transition: background-color 0.1s ease;
}

.navbar.scrolled {
    background-color: oklch(96.667% 0.01428 231.492);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.dropdown-button:hover {
    background-color: #c4f3c6;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.banner-header{
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    padding-top: 6%;
}

.banner-content{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.banner-button{
    width: 150px;
    color: #f0f0f0 !important;
    background-color: #ff7338 !important;
}

.service-header{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.service-content{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.tabcontents {
    display: none;
    padding: 6px 12px;
}

.service-tab button {
    background-color: inherit;
    width: 100%;
    color: #f8550e;
    font-size: bold;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.service-tab button:hover {
    background-color: #fae3d8;
}
  
.service-tab button.active {
    background-color: #fae3d8;
}

.well-design-image{
    height: 285px;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.cardheader{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.cardcontent{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.dashboard-header{
    font-size: 56px;
    color: white;
    font-weight: 500;
    text-align: center;
    padding-top: 15%;
}

.dashboard-content{
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-align: center;
}

.footer-content{
    padding-top: 15px;
    font-size: 13px;
}

.testimonial-message{
    font-size: 14px;
}

.testimonial-card{
    width: 20rem;
    height: 100%;
}

.submit-btn{
    width: 100% !important;
    height: 40px !important;
    background-color: #f8550e !important;
}

.forgot-pass{
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.addNewLicenseBtn{
    background-color: #fa6727;
    color: #f1f1f1;
    margin-right: 3%;
}

.addNewLicenseBtn:hover{
    color: black;
    border: 1px solid;
}

.deleteLicenseBtn{
    color: #fa6727;
    border: 1px solid #fa6727;
    display: none;
}

.deleteLicenseBtn:hover{
    color: black;
    border: 1px solid;
}

.alignGeodeticInput{
    width: 95%;
    margin: auto;
}

.addNewCoordinateBtn {
    color: #fa6727;
}

.addNewLicCoordinateBtn {
    color: white;
    background-color: #fa6727;
    width: 100px;
}
.addNewLicCoordinateBtn:hover {
    color: black;
    border: 1px solid;
}

.revenueModelRadioItems input[type="radio"] {
    margin-right: 5px;
}

.revenueModelRadioItems input[type="radio"]:checked {
    color: #fa6727 !important;
    font-weight: bold !important;
}

.revenueShareRateLabel{
    font-size: 12px;
}

.royaltyTermsCard{
    border: none;
    background-color: #f3f2f2;
}

.gasPercentageInput{
    height: 35px;
    margin-top: 5px;
}

.oilPercentageInput{
    height: 35px;
    margin-top: 5px;
}

.productionSharingTextArea{
    width: 93%;
    height: 350px;
    margin: auto;
    margin-bottom: 35px;
}

/* .addNewLicenseNameInput{

} */

.modal-body {
    background-color: #f3f2f2;
}

.addNewOilRoyaltyBtn{
    color: #fa6727;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid;
}

.addNewOilRoyaltyBtn:hover{
    border: 1px solid;
}

.statusSaveBtn{
    width: 100px;
    color: white;
    background-color: #fa6727;
}

.statusSaveBtn:hover{
    color: black;
    border: 1px solid #fa6727;
}

.addNewUserBtn {
    color: white;
    background-color: #fa6727;
    width: 150px;
}
.addNewUserBtn:hover {
    color: black;
    border: 1px solid;
}

.editUserInput{
    height: 35px;
}

.editUserLabel{
    font-size: 12px;
}

.submitDataBtn{
color: white;
background-color: #fa6727;
width: 100px;
margin: auto;
}

.submitDataBtn:hover{
border: 1px solid #fa6727;
}

.userInputLabel{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.inputStyle {
    height: 35px;
}

.rigBtn {
    background-color: #fa6727;
    color: #f1f1f1;
    margin-right: 3%;
    width: 140px;
}

.rigBtn2 {
    background-color: #fa6727;
    color: #f1f1f1;
    margin-right: 3%;
    width: 130px;
}

.rigBtn3 {
    background-color: #fa6727;
    color: #f1f1f1;
    margin-right: 3%;
    width: 105px;
}

.rigBtn:hover {
    background-color: #f1f1f1;
    color: #000;
    margin-right: 3%;
    width: 140px;
    border: 1px solid #fa6727;
}

.rigBtn2:hover {
    background-color: #f1f1f1;
    color: #000;
    margin-right: 3%;
    width: 130px;
    border: 1px solid #fa6727;
}

.rigBtn3:hover {
    background-color: #f1f1f1;
    color: #000;
    margin-right: 3%;
    width: 105px;
    border: 1px solid #fa6727;
}