﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.control-label {
    font-weight: bold;
}
.button-link {
    background: none !important;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    color: black;
    font-weight: bold;
}

    .navbar-nav .nav-link {
        font-size: 0.8rem;
    }

.shift-left {
    margin-left: -15px !important;
    width: 90% !important;
}

.messageBoard {
    height: 100px;
    width: 100%;
    background-color: #eeeeee;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    display: inline;
    position: relative;
    align-self: center;
    margin: 3px 0px 10px 3px;
}

.border-all-primary {
    border: 0.25rem solid #d2b48c !important;
}

/*billing ui*/

.checkout-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
}

.checkout-header {
    background: #0d6efd;
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.checkout-body {
    padding: 1.5rem;
}

    .checkout-body p {
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }

.checkout-summary {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.address-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.address-block {
    flex: 1 1 48%;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    min-width: 280px;
    position: relative;
}

    .address-block h6 {
        font-weight: 600;
        color: #0d6efd;
        margin-bottom: 0.5rem;
    }

    .address-block p {
        margin-bottom: 0.3rem;
    }

.address-icon {
    font-size: 1.3rem;
    color: #198754;
    position: absolute;
    top: -12px;
    right: 15px;
    background: #f8f9fa;
    padding: 0 6px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.payment-options {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1.5rem;
}

    .payment-options h6 {
        font-weight: 600;
        color: #0d6efd;
        margin-bottom: 0.75rem;
    }

    .payment-options label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1rem;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }

    .payment-options input[type="radio"] {
        accent-color: #0d6efd;
        transform: scale(1.2);
    }

.total-amount {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0d6efd;
    text-align: right;
    margin-top: 1rem;
}

.checkout-footer {
    padding: 1.5rem;
    text-align: center;
}

    .checkout-footer .btn {
        font-size: 1.1rem;
        padding: 0.7rem 2rem;
        border-radius: 8px;
    }

.btn-back {
    background: #6c757d;
    color: white;
    border: none;
}

    .btn-back:hover {
        background: #5a6268;
    }

.btn-pay {
    background: #198754;
    color: white;
    border: none;
}

    .btn-pay:hover {
        background: #157347;
    }

.payment-icons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.payment-icon {
    width: 50px;
    height: 30px;
    background: #e9ecef;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #495057;
}

@media (max-width: 768px) {
    .checkout-card {
        margin: 1rem;
    }

    .address-section {
        flex-direction: column;
    }

    .total-amount {
        text-align: center;
    }
}
.custom-blue {
    background-color: #1e90ff;
    color: white;
}

.custom-blue:hover {
    background-color: #187bcd;
}
.custom-blue-text {
    color: #187bcd; /* You can change this to any blue */
}
.anchor-like-btn {
    background: none;
    border: none;
    color: #007bff;
    padding: 0;
}

    .anchor-like-btn:hover {
        text-decoration: underline;
    }