﻿.btn-info {
    background-color: #f56e6e !important;
    font-weight: bold;
    border-color: #f56e6e !important;
}

btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus, btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgb(220 53 70 / 50%);
}


.hr2 {
    background-color: #1c3fbd;
    color: #1c3fbd;
    height: 2px;
}

input[type='radio'], input[type='checkbox'] {
    height: 14px !important;
    width: 14px !important;
    margin:5px !important;
}

.form-floating > label {
    padding: .4rem 1.5rem;
    font-weight: normal;
    color: #999999;
    margin:0 !important;
}

.form-floating > .form-control {
    padding-top: 1rem;
    height: 1px !important;
}

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-select {
        padding-top: 1.4rem;
        height: 1px !important;
    }

.form-control { /*ddl arrow*/
    appearance: auto !important;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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;
}

.remove-file {
    vertical-align: sub;
    font-size: 18pt;
    color: #f56e6e;
    cursor: pointer;
}

.uploaded-file {
    vertical-align: sub;
    font-size: 18pt;
    color: #8ff56e;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
   /* margin-bottom: 0px;*/
    background-color: #fff !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
.bds_form a.prev-step {
font-size: 16px !important;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.box-adjust {
    height: 94%;
}

.min-box {
    min-width: 200px;
}

.disabled-field {
    /* Apply styles for disabled state */
    pointer-events: none; /* Disable mouse events, preventing interaction */
    cursor: not-allowed;
    opacity: 1; /* Reduce opacity to give a disabled appearance */
    background-color: #eee; /* Change background color to a light gray */
    border: 1px solid #ccc; /* Add a border to indicate it's disabled */
}

.link-div {
    max-width: 100px;
}

.link-div button {
    min-width: 80px;
}

.linkAsset-div {
    display:none;
}

.CBDetails {
    font-weight: bold;
    padding-bottom: 2px;
}

.modal-dialog-scrollable {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: auto;
}

.natureOther {
    margin-top: 1rem;
}