body {
    font-family: PT Serif;
    background-color: #f4f4f9;
    display: flex;
    justify-content: center;
    align-items: normal;
    height: 100vh;
    background: linear-gradient(135deg,rgb(190, 228, 230) 0%,rgb(242, 239, 208) 53%,rgb(168, 209, 173) 100%);
    background-size: 100%;
    background-attachment: fixed;
    --data-table-border-radius: 5px;
    width: 100%;
}
h3.warning {
    color: #FF0000;
    text-decoration: none;
    text-transform: uppercase;
}
.update_profile {
    margin-top: 100px;
}
.form_bottom_padding {
    position: absolute;
    margin-top: 40px;
    height:975px;
    width: 50px;
}
.regular_profile_form_bottom_padding {
    position: absolute;
    margin-top: 40px;
    height:845px;
    width: 50px;
}

.outer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    flex-direction: column;
}

.form-container {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    overflow-y: visible;
    background-color: #fef4ee;
    box-sizing: border-box;
}

.form-container2 {
    background-color: #fef4ee;
    width: 800px;
    height: 98%;
    margin-top: 30px;
    margin-left: -400px;
    left: 50%;
    position: absolute;
    border-radius: 20px;
    padding: 20px;
    opacity: .4;
}
.email_container {
    margin-top: 100px;
    margin: auto;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
.btn-primary {
    background-color: #0b303b;
    border-color: #007b00;
}

.button-row {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically (if needed) */
    gap: 16px;       
}
.button {
    background-color: #0b303b;
    border-color: #007b00;
    color: #fef4ee;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}

.phone-display {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
  }
  
.small-explainer {
    font-size: 0.9em;
    margin-left: 8%;
    color: #666;
    align-self: flex-start;
    transform: translateY(-8px);

  }
.footer {
    color: #6c757d;
    font-size: 0.9em;
    margin-top: 20px;
}
.regular_profile_update_profile {
    font-size: 0.95em;          
    padding: 0.4em 1.2em;      
    border-radius: 15px;        
    background: #0b303b;       
    color: #fef4ee;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    margin-left: 0%;
}

.limited {
    overflow-y: visible;
}
.responsive-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

table.data_table {
    border-left: 1px ridge #0b303b;
    border-right: 1px ridge #0b303b;
    border-bottom: 1px ridge #0b303b;
    border-radius: var(--data-table-border-radius);
    box-shadow: 0 0 3px 0px #0b303b;
    width: 100%;
    min-width: 600px;
    box-sizing: border-box;
    background: #0b303b;
}
table.data_table td {
  border-width: 2px;
}
table.data_table th {
    background: linear-gradient(0deg, #000 0%, #0b303b 30%, #0b303b 100%);
    color: #fef4ee;
}
table.data_table th:first-child {
    border-top-left-radius: var(--data-table-border-radius);
}
table.data_table th:last-child {
    border-top-right-radius: var(--data-table-border-radius);
}
table.data_table tr:nth-child(even) td {
    background: #FFF;
}
table.data_table tr:nth-child(odd) td {
    background: rgb(247, 243, 220);
}
img.image {
    max-width: 100px;
    text-align: center;
    margin-top: 20px;
}
h2 {
    text-align: center;
    margin-top: 1px;
    padding-bottom: 40px;
}
label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
input, select, textarea {
    width: 90%;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    width: 90%;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b303b;
    color: #fef4ee;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}
.sign-in-row {
    display: flex;
    justify-content: center;   
    align-items: center;      
    margin-top: 1em;
  }
  
  .sign-in-btn {
    font-family: 'PT Serif';
    font-size: 0.9em;          
    padding: 0.4em 1.2em;      
    border-radius: 15px;        
    background: #0b303b;       
    color: #fef4ee;
    border: none;
    cursor: pointer;
    width: 90%;
    transition: background 0.2s;
    margin-left: 0%;
  }
  

input.gc, button.gc {
    width: 150px;
    padding-top: 3px;
}
button.button_33 {
    width: 33%;
    margin-left: 0;
}
button.gc_cancel {
    background:#F00;
    color:#fef4ee;
}
button.gc_add {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: #fef4ee;
    color: #0F0;
    border-radius: 0;
    font-size: 24pt;
    line-height: 0;
}
button.gc_add:hover {
    color: #363;
    box-shadow: none;
}
a.gc_removal {
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    /* border: 1px ridge #F00; */
    float: right;
    padding-left: 5px;
    padding-top: 2px;
}
button:hover {
    box-shadow: 0 0 3px 1px #777;
}
a.gc_removal:hover {
    box-shadow: inset 0 0 3px 1px #F00;
    /* background: #F00; */
    color: #FFF;
}
div.links {
    background: linear-gradient(0deg, #000 0%, #0b303b 30%, #0b303b 100%);
    color: #FFF;
    font-weight: bold;
    top: 0;
    width: 100%;
    padding: 2px;
    left: 0;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    box-shadow: 0 0 10px 3px #000;
    position: fixed;
    height: auto;
    min-height: 25px;
    z-index: 1000;
}
a:link, a:active, a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
div.links a:link, div.links a:active, div.links a:visited {
    color: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
}
div.links.open {
  height: auto;
}
div.links a:hover {
    font-weight: bold;
    text-decoration: underline;
}
div.links .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1100;
  background: #0b303b;
  width: 100vw;
}
h3.warning a:link, h3.warning a:active, h3.warning a:visited {
    color: #F00;
    font-weight: bold;
    text-decoration: underline;
}
h3.warning a:hover {
    text-decoration: none;
}
div.gc_entry {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #FFF;
    width: 200px;
    height: 160px;
    margin-left: -100px;
    margin-top: -195px;
    text-align: center;
    box-shadow: 0 0 3px 1px black;
    z-index: 1;
    line-height: .2em;
}
div.gc_entry label {
    margin-top: 25px;
}
div.gc_entry_back {
    display: none;
    background:#000000;
    opacity: .3;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}
ul.gc_list {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -190px;
    width: 300px;
    box-shadow: 0 0 2px 1px #ece1dd;
    background: #FFFFFF;
    list-style: square outside url("/images/gc_logo.jpg");
    height: 100px;
    overflow-y: scroll;
}
span.gc_entry_item {
    position: absolute;
    margin-top: 2px;
    font-size: 18pt;
    width: 300px;
    text-transform: uppercase;
}
span.gc_entry_item button {
    float: right;
}
.flash-message {
    text-align: center;
    margin-bottom: 20px;
}
.flash-message .success {
    color: green;
    font-weight: bold;
}
.flash-message .error {
    color: red;
}
.flash-message .info {
    color: blue;
}
.flash-message p.suggestion {
    color: darkslategray;
    font-size:smaller;
}
.flash-message p.info {
    color: blue;
}
#password-strength-text {
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  #password-strength-container {
    width: 100%;
    height: 10px;
    background-color: #ddd;
    margin-bottom: 10px;
    display: none;
  }
  
  #password-strength-bar {
    height: 100%;
    width: 0;
    transition: width 0.3s ease-in-out;
  }


.iti__selected-flag {
    border-radius: 4px;
    transition: .3s;
}

.forgot-password-body .iti__selected-flag {
    border-radius: 4px;
    transition: .3s;
}   

.forgot-password-body .form-container {
  margin-top: 17vh;
}

.signin-body .iti__selected-flag {
    border-radius: 4px;
    transition: .3s;
}

.signin-body .form-container {
  margin-top: 17vh;
}

.create-account-body .form-container {
  margin-top: 17vh;
}

.profile-body {
  flex-direction: column;
  justify-content: space-evenly;
}

.account-body {
  align-items:normal;
  display: flex;
  flex-direction: column;
}


.invoice-body {
  align-items: normal;
  flex-direction: column;
  height: auto;
}

.invoice-body .form-container {
  display: flex;
  flex-direction: column;
}
input#phone_number:disabled {
    padding-left: 0px !important;
}
.intl-tel-input .flag-dropdown .selected-flag {
  padding: 11px 16px 11px 6px;
}
.intl-tel-input {
  z-index: 99;
  width: 100%;
}
.iti {
    display: block;
    margin-bottom: 15px;
    margin-left: 5%;
    width: 100%
    
}
.iti-flag {
  box-shadow: none;
}
.intl-tel-input .selected-flag:focus {
  outline: none;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}  
.iti--allow-dropdown input{
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    font-family: inherit;
    font-size: inherit
}

.iti__country-list {
    border-radius: 4px !important;
    z-index: 999 !important;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%) !important;
    border: 1px solid #ececec !important;
  	width: 270px !important;
}

button.iti__selected-country{
    width: 100%
}
.alert {
    padding: 15px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .alert-info {
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
  }
  
  .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }

  :root {
    --can-toggle-off-color: #ea0030;
    --can-toggle-on-color: #5fc054;
    --can-toggle-inactive-text: rgba(255, 255, 255, 0.5);
    --can-toggle-transition: cubic-bezier(0,1,0.5,1);
    
    --can-toggle-width: 100%;
    --can-toggle-height: 28px;
    --can-toggle-border-radius: 4px;
    --can-toggle-offset: 2px;
    --can-toggle-label-font-size: 14px;
    --can-toggle-switch-font-size: 12px;
    --can-toggle-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  
  .can-toggle {
    position: relative;
    --can-toggle-width: 100%;
    --can-toggle-height: 28px;
  }
  
  .can-toggle *, .can-toggle *:before, .can-toggle *:after { 
    box-sizing: border-box; 
  }
  
  .can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0; 
    left: 0;
  }
  
  .can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
  }
  
  .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
  }
  
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,
  .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: var(--can-toggle-off-color);
  }
  
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
  .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: color-mix(in srgb, var(--can-toggle-off-color) 90%, black);
  }
  
  .can-toggle input[type="checkbox"]:hover ~ label {
    color: color-mix(in srgb, var(--can-toggle-off-color) 95%, black);
  }
  
  .can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: color-mix(in srgb, var(--can-toggle-on-color) 97%, black);
  }
  
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: color-mix(in srgb, var(--can-toggle-on-color) 95%, white);
  }
  
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: color-mix(in srgb, var(--can-toggle-on-color) 95%, black);
  }
  
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,
  .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: var(--can-toggle-on-color);
  }
  
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,
  .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: color-mix(in srgb, var(--can-toggle-on-color) 90%, black);
  }
  
  .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--can-toggle-label-font-size);
  }
  
  .can-toggle label .can-toggle__label-text {
    flex: 1;
    /* padding-left: 32px; */
  }
  
  .can-toggle label .can-toggle__switch {
    position: relative;
    transition: background-color 0.3s var(--can-toggle-transition);
    background: color-mix(in srgb, var(--can-toggle-off-color) 95%, white);
    /* height: var(--can-toggle-height); */
    flex: 0 0 var(--can-toggle-width);
    border-radius: var(--can-toggle-border-radius);
    width: 100%;
    max-width: 80px;
    height: 2em;

  }
  
  .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    left: calc(var(--can-toggle-width) / 2);
    font-size: var(--can-toggle-switch-font-size);
    line-height: var(--can-toggle-height);
    width: calc(var(--can-toggle-width) / 2);
    /* padding: 0 12px; */
    color: var(--can-toggle-inactive-text);
  }
  
  .can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0,0,0);
    transition: transform 0.3s var(--can-toggle-transition);
    color: var(--can-toggle-off-color);
    top: var(--can-toggle-offset); 
    left: var(--can-toggle-offset);
    border-radius: calc(var(--can-toggle-border-radius) / 2);
    width: calc(var(--can-toggle-width) / 2 - var(--can-toggle-offset));
    line-height: calc(var(--can-toggle-height) - (var(--can-toggle-offset) * 2));
    font-size: var(--can-toggle-switch-font-size);
  }
  
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
  }
  
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
    transform: translate3d(calc(var(--can-toggle-width) - (var(--can-toggle-width) / 2 + var(--can-toggle-offset))), 0, 0);
  }
  
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
  .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: var(--can-toggle-shadow);
  }
  
  .can-toggle.can-toggle--size-small {
    --can-toggle-width: 100%;
    --can-toggle-height: 28px;
    --can-toggle-border-radius: 2px;
    --can-toggle-offset: 1px;
    --can-toggle-label-font-size: 13px;
    --can-toggle-switch-font-size: 10px;
    --can-toggle-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }

input[type="radio"] {
    margin-left: 0;
    width:auto
}
.radio-align {
    display: flex;
    margin-bottom: 0.5em;
    margin-left: 5%;
}

.radio-align input[type="radio"] {
    margin-right: 0.5em;
}

.form-group {
    text-align: left;
    margin-left: 0;
}
.radio-group {
    display: flex;
    flex-direction: column;
}

.card { border: 1px solid #ddd; border-radius: 8px; padding: 24px; margin: 1em 0; box-shadow: 0 2px 8px #5b725e; }
.card-title { font-size: 1.25em; font-weight: bold; margin-bottom: 1em; }
.section-separator { border-top: 1px solid #eee; margin: 1.5em 0; }
.charge-row, .history-row { display: flex; justify-content: space-between; margin: 0.5em 0; }
.charge-amount { 
    font-weight: 300;
    font-stretch: normal;
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 1;}
.card-link { color: #007bff; text-decoration: none; margin-left: 1em; }
.card-link:hover { text-decoration: underline; }
.actions { margin-top: 1em; }
.button-link { background: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; padding: 0.5em 1em; text-decoration: none; margin-right: 1em; color: #333; }
.button-link:hover { background: #e2e2e2; }

  a[href^="mailto:"] {
    color: #6c757d;
    font-size: 0.9em;
    margin-top: 20px;
    text-decoration: none; /* Optional */
}
a[href^="mailto:"]:hover {
    text-decoration: underline; /* Optional */
}

.info-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .info-tooltip .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #0b303b;
    color: #fef4ee;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85em;
    font-weight: normal;
    white-space: normal;
  }
  
  .info-tooltip:hover .tooltip-text,
  .info-tooltip:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  
  .explainer {
    display: flex;
    width: 100%;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
/* Overlay covers the whole page */
#overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Spinner styling */
  .spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
  }
  
  /* Blur the main content when overlay is active */
  .blur {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
  }

.payment-input-group .form-select {
  width: 135px; /* Adjust based on your longest provider name */
  min-width: 120px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.payment-input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group {
  display: flex;
  flex-wrap: nowrap;
  width: 95%;
  padding-left: 30px;
}

.input-group-prepend {
  flex-shrink: 0;
}

.form-select {
  width: 135px; /* Adjust based on your longest option */
  min-width: 120px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-prepend .form-select:focus{
  box-shadow:none;
}

.form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: 90%;
}

.optional {
    font-style: italic;
    font-weight: normal;
    color: #777;
    font-size: 0.75em;
  }
.thankyou-container {
            background: #fff;
            padding: 2em 3em;
            border-radius: 12px;
            box-shadow: 0 2px 16px rgba(0,0,0,0.08);
            text-align: center;
}
.thankyou-container h1 {
    color: #0b303b;
}
.thankyou-container p {
    color: #555;
}
.thankyou-container a {
    display: inline-block;
    margin-top: 1.5em;
    text-decoration: none;
    color: #fef4ee;
    background: #0b303b;
    padding: 0.75em 2em;
    border-radius: 6px;
    transition: background 0.2s;
}
.thankyou-container a:hover {
    background: #155ab6;
}

#payment_handle::placeholder {
  font-size: 1rem;
}

#payment_handle::-webkit-input-placeholder {
  font-size: 1rem;
}
#payment_handle:-ms-input-placeholder {
  font-size: 1rem;
}
#payment_handle::-ms-input-placeholder {
  font-size: 1rem;
}
.nav-header {
  width: 100%;
}

/* Extra Small Devices (320px and down) */
@media only screen and (max-width: 320px) {
    .outer-container {
        padding-top: 80px;
        padding-left: 10px;
        padding-right: 10px;
        justify-content: flex-start;
    }
    
    .form-container {
        padding: 15px;
        border-radius: 15px;
        max-width: 100%;
    }
    
    .regular_profile_update_profile {
        font-size: 0.95rem;
    }
}

/* Small Devices (321px - 480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) {
    .outer-container {
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: flex-start;
    }
    
    .form-container {
        padding: 18px;
        border-radius: 18px;
        max-width: 100%;
    }
    
    .regular_profile_update_profile {
        font-size: 0.95rem;
    }

    table.data_table {
      min-width: 250px;
      font-size: 0.9em;
    }
}

/* Medium Devices (481px - 768px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .outer-container {
        padding-top: 120px;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: flex-start;
    }
    
    .form-container {
        padding: 20px;
        border-radius: 20px;
        max-width: 95%;
    }

    table.data_table {
      min-width: 350px;
      font-size: 0.95em;
    }
    
    .regular_profile_update_profile {
        font-size: 0.95rem;
    }

    #payment_handle::placeholder {
    font-size: 0.7rem;
  }

  #payment_handle::-webkit-input-placeholder {
    font-size: 0.7rem;
  }
  #payment_handle:-ms-input-placeholder {
    font-size: 0.7rem;
  }
  #payment_handle::-ms-input-placeholder {
      font-size: 0.7rem;
  }
}

/* Large Devices (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .outer-container {
        padding-top: 130px;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: flex-start;
    }
    
    .form-container {
        padding: 20px;
        border-radius: 20px;
        max-width: 90%;
    }
    
    .regular_profile_update_profile {
        font-size: 0.95rem;
    }
    
    table.data_table {
      min-width: 500px
    }
}

/* Extra Large Devices (1025px and up) */
@media only screen and (min-width: 1025px) {
    .outer-container {
        padding-top: 130px;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: flex-start;
    }
    
    .form-container {
        padding: 20px;
        border-radius: 20px;
        max-width: 90vw;
    }
    
    .regular_profile_update_profile {
        font-size: 0.95rem;
    }
}

@media only screen and (max-width:937px) {

      th.collapsible, td.collapsible {
        display: none;
    }
}
@media only screen and (max-width:768px) {
    div.links {
        padding: 0;
        height: auto;
        min-height: 25px;
    }
    a:link, a:active, a:visited {
        color: #000;
        font-weight: bold;
        text-decoration: underline;
    }
    a:hover {
        text-decoration: none;
    }
    div.links a:link, div.links a:active, div.links a:visited {
        padding-left: 10px;
        padding-right: 10px;
    }

    th.collapsible, td.collapsible {
        display: none;
    }
    .regular_profile_update_profile {
      font-size: 0.95em;
    }
    .input-group {
      padding-left: 5px;
    }
}

input, select, textarea {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

/* Fix input group responsiveness */
.input-group {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 1vh; 
}

.input-group-prepend {
    flex-shrink: 0;
}

.form-select {
    min-width: 100px;
    max-width: 140px;
}

/* Responsive button adjustments */
.button-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

/* Image and heading responsiveness */
img.image {
    max-width: 80px;
    height: auto;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    
    img.image {
        max-width: 60px;
    }
}

