html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/*..header {
    background-color: #351f1d*/ /*/url('/img/oses-evalutor-banner.jpg');  Replace with the actual path to your image */
    /*background-size: cover;*/ /* Ensures the image covers the entire header area */
    /*background-position: center;*/ /* Centers the image within the header */
    /*background-repeat: no-repeat;*/ /* Prevents the image from repeating */
    /*display: inline-block;
    width: 100%;
}*/
.image-markup-canvas {
    cursor: url('/img/red-pen.png') 14 50, auto;
}

.lazy-page {
    min-height: 500px; /* Placeholder height */
    background: #f0f0f0 url('/img/process.gif') center/50px no-repeat;
    width: 100% !important;
    height: auto !important;
}
.canvas-paper {
    width:100%;
    height:100%;
}
.green-tick {
    color: green; /* Sets the tick color to green */
    font-size: 2em; /* Adjusts the size of the tick */

}
.success {
    background-color: lightgreen;
    color: darkgreen;
    font-weight: bold;
    padding: 1px;
    border-radius: 4px;
}
/*eraser */
#eraser-cursor {
    position: fixed;
    pointer-events: none;
    border: 2px solid red;
    border-radius: 50%;
    display: none;
    z-index: 9999;
}

/*Model */
/* Overlay to "lock" the parent window */
#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999; /* Ensure it's above other content */
    display: none; /* Hidden by default */
}

/* Modal box styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Ensure it's above the overlay */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    max-width: 95%;    ;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.webcammodal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Ensure it's above the overlay */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    max-width: 30%;
    background-color: slateblue;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-content {
    padding: 20px;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}


.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinner Animation */
.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text {
    margin-top: 12px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

/*end model*/
/*custom css*/
#partialQuestion {
    overflow-y:scroll;
    height:550px;
}
.pager-btn {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #c61d1d;
    border-radius: 25px;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0;
    margin: 2px;
    font-size: 12px;
    background: #c61d1d;
}
.pager-btnblue {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #1dc679;
    border-radius: 25px;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0;
    margin: 2px;
    font-size: 12px;
    background: #1dc679;
}

.login-pg-logo {
    font-size:45px;
    font-weight:700; 
}
.login-pg .form-outline { 
    position: relative;
}
.login-pg .form-outline i {
    position: absolute;
    top: 13px;
    left: 13px;
    font-size: 16px;
    color: #000;
}
.login-pg .form-outline .form-control {
    padding-left: 40px;
}
.custom-login {
    background: #FF9800;
    color: #fff;
    border: none;
}
.custom-login:hover {
    background: #ef8f02; 
    color: #fff;
}
.header {
    background: linear-gradient(154deg, #01538b 0, #2b9d78 100%);
    box-shadow: 0px 5px 15px #1445578f;
    padding: 0px 10px;
}
.top-right-nav {
    margin:0; padding:0; display:inline-block;
}
.top-right-nav li {display:inline-block; font-size:13px;}
.btn-logout {
    color: #ffffff !important;
    background: #F44336;
    border: none;
}
.btn-logout:hover {
    background: #e42618;color: #ffffff;
}
.custom-menu-main {
    background: #cccccc00;
    margin: 0;
    padding: 0; 
    border-top: 1px solid #ffffff29;
}
.content-body {
    box-shadow: 0px 0 25px #19597896;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.start-end-date {
    font-size:13px;
}
.btn-warning {
    background: #ff9800;
    color: #fff;
    border: none;
}
.btn-warning:hover {
    background: #f19000;
    color: #fff; 
}
.has-float-label {
    position:relative;
}
.has-float-label label, .has-float-label > span:last-of-type {
    position: absolute;
    cursor: text;
    font-size: 12px;
    opacity: 1;
    top: -0.5em;
    left: 1.4rem;
    z-index: 3;
    line-height: 1;
    padding: 0 2px;
    font-weight: 600;
}
.has-float-label label::after, .has-float-label > span::after {
    content: " ";
    display: block;
    position: absolute;
    height: 5px;
    top: 3px;
    left: -0.2em;
    right: -0.2em;
    z-index: -1;
}
.has-float-label label::after, .has-float-label > span::after {
    background: #fff;
}
.emp-form-label .form-control {
    height: 40px;
    font-size: 12px;
    line-height: 33px;
    color: #000;
    background: #f7f7f7;
    border: 1px solid #d5d5d5;
    display: block;
	width:94%;
}
.mark-tbl-header {
    background: #ccedeb;
}
.mark-tbl-header .col-2 {
    font-size:13px;
}
.tr-section {
    border: solid 1px #d9d9d9;
    border-radius: 10px;
    margin: 3px 0;
}
.f-13 {font-size:13px;}
.custom-field-entry {
    width: 33px;
    height: 22px;
    padding: 3px;
    text-align: center;
}


.anscopyimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    transition: transform 0.1s ease-out;
    user-select: none;
    pointer-events: none;
}

#viewerContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    cursor: grab;
    background-color: #f8f9fa;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
blink-text {
    animation: blink 1s infinite; /* Adjust time to change speed */
}
#blink-me {
    font-size: 20px;
    font-weight: bold;
    color: #2d38be;
    transition: 0.5s;
}
.divBorder {
    border-bottom: 1px solid #cfcfcf;
}
/*.viewerContainer img {width:100%;}*/

