@font-face {
    font-family: "OpenSans";
    src: local("OpenSans"),
        url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "OpenSansBold";
    src: local("OpenSansBold"),
        url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "OpenSansExtraBold";
    src: local("OpenSansExtraBold"),
        url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 900;
}
.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:yellow;
   /* background-image: url(/assets/user/images/2.jpg);*/
    background-size: cover; /* Adjusts the background image size to cover the entire element */
    background-position: center; /* Centers the background image */
    z-index: -1; /* Ensures the background image stays behind other content */
	opacity:50%;
}
  /*html {
    background-image: url(/assets/user/images/background1.jpg) ;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }*/

body {
    /* background: linear-gradient(
            0deg,
            rgba(2, 42, 156, 0.3),
            rgba(2, 42, 156, 0.3)
        ),
        linear-gradient(232.85deg, rgb(2, 5, 41) -52%, rgb(0, 11, 142) 198.1%); */
    color: #212529;
    font-family: "OpenSans";
}

small {
    font-size: 80%;
}

a:link,
a:visited {
    text-decoration: none;
}

.logo-wrapper h1 {
    margin: 0;
    font-family: "OpenSansExtraBold";
    font-size: 46px;
    font-weight: 900;
    color: #40402f;
}
.logo-wrapper h1 span {
    font-family: "OpenSans";
    font-weight: 400;
}

.navbar-custom {
    background-color: transparent;
    padding: 5px 0;
    height: 106px;
    max-height: 82px;
}
.nav-item {
    margin-left: 10px;
}
.nav-link {
    font-size: 13px;
    color: #171716;
}

.content-wrapper {
    /*     margin-top: 84px; */
    min-height: calc(100vh - 178px);
    padding: 30px 0;
}
.masthead h1 {
    font-family: "OpenSansExtraBold";
    font-size: 48px;
    font-weight: 700;
    color: #171716;
}
.masthead p {
    font-size: 24px;
    font-weight: 400;
    color: #171716;
}
.masthead a {
    font-size: 24px;
    font-weight: 400;
    color: #171716;
}
.custom-button {
    align-items: center;
    appearance: none;
    background-color: #3eb2fd;
    background-image: linear-gradient(1deg, #4f58fd, #149bf3 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 100px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #171716;
    cursor: pointer;
    display: inline-flex;
    font-family: "OpenSansBold";
    font-size: 0.85rem;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, background-position 0.2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

.custom-button:active,
.custom-button:focus {
    outline: none;
}

.custom-button:hover {
    background-position: -20px -20px;
}

.custom-button:focus:not(:active) {
    box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 0.125em;
}

.form-btn {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 1px -2px,
        rgba(0, 0, 0, 0.14) 0 2px 2px 0, rgba(0, 0, 0, 0.12) 0 1px 5px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "OpenSans";
    font-size: 0.875rem;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    will-change: transform, opacity;
}

.form-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
        rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
}

.form-btn:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 0, rgba(0, 0, 0, 0.14) 0 0 0 0,
        rgba(0, 0, 0, 0.12) 0 0 0 0;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
}

.form-btn:not(:disabled) {
    background-color: #6200ee;
}
.form-btn.prev {
    background-color: #2d2c6b;
}

.form-btn:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px -1px,
        rgba(0, 0, 0, 0.14) 0 4px 5px 0, rgba(0, 0, 0, 0.12) 0 1px 10px 0;
}

.form-btn:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px -3px,
        rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px;
    background: #a46bf5;
}

.card {
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    transition: box-shadow 0.2s ease-in-out;
}
.card .card-header {
    background-color: #eee;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px;
}
.card .card-body {
    padding: 25px;
}
.card .card-header h2 {
    font-family: "OpenSansBold";
    font-size: 18px;
    margin: 0;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: "OpenSansBold";
}
.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #293240;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.form-select option {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

small.form-error {
    font-size: 65%;
}

footer {
    height: 72px;
}
footer p {
    color: #171716;
    font-size: 16px !important;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0rem;
    padding-left: .5rem
}
#navbarResponsive a{
    font-size: 15px;
}




.hint {
    font-size: 11px;
    color: #868585;
}

.show {
    display: block;
}
.hide {
    display: none;
}

.flash-message {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 9em;
    margin-top: -4.5em;
    margin-left: -15em;

    /* width: 100%; */
    z-index: 9999;
    text-align: center;
    /* margin-bottom: 0; */
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;

    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid rgba(0, 0, 0, 0.35);
    border-radius: 10px !important;
    background-color: #fff9e3;
    box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.25);
}
.flash-msg-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.flash-message.border-danger {
    border-color: #ee0e21;
}
.flash-message.border-success {
    border-color: #03c744;
}
.flash-message.border-warning {
    border-color: #fcc100;
}

.aadhaar-input {
    position: relative;
}
.aadhaar-input img {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 36px;
}

#pdf_content {
    width: 100%;
    height: 60vh;
}

#page_loader {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#page_loader img {
    position: relative;
    left: 30%;
    top: 30%;
}

#audio_loader {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#audio_loader img {
    position: relative;
    left: 45%;
    top: 45%;
}

.btn-download-udin {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset,
        rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
        rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px,
        rgba(44, 187, 99, 0.15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto,
        sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn-download-udin:hover {
    box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,
        rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
        rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px,
        rgba(44, 187, 99, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}
.agreement-action-button {
    background-color: #c6e75d;
    border-radius: 100px;
    box-shadow: rgba(170, 225, 7, 0.2) 0 -25px 18px -14px inset,
        #b6ef0826 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
        rgba(212, 232, 33, 0.15) 0 4px 8px, rgba(198, 227, 9, 0.15) 0 8px 16px,
        rgba(177, 241, 81, 0.15) 0 16px 32px;
    color: rgb(198, 215, 66);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto,
        sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.agreement-generation-button {
    color: #141313;
    padding: 15px 25px;
    border-radius: 100px;
    background-color: #e4f95f;
    background-image: radial-gradient(
            93% 87% at 87% 89%,
            rgba(0, 0, 0, 0.23) 0%,
            transparent 86.18%
        ),
        radial-gradient(
            66% 87% at 26% 20%,
            rgba(255, 255, 255, 0.41) 0%,
            rgba(255, 255, 255, 0) 69.79%,
            rgba(255, 255, 255, 0) 100%
        );
    box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 16px;

    border: 0;

    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

    cursor: pointer;
}
.agreement-generation-button:hover {
    color: black;
    transform: scale(1.1);
}
.agreement-creation-page-card {
    background-color: #38404e;
    color: rgb(255, 255, 255);
}
.template_icon_image:hover {
    color: black;
    transform: scale(1.1);
}
