/*
 * General global CSS
 */

 .hidden {
    display: none !important; 
}

.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

/*
 * Tables
 */

table.table-xs td, table.table-xs th {
    font-size: 10px;
    padding: 3px;
}

/*
 * User selector
 */

 
 .aUserSelectorHolder .overView {
    color: #fff !important;
 }

 .aUserSelectorHolder .results {
    position: absolute;
    top: 28px;
    left: 0px;
    background-color: #282d36;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 10px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
    box-sizing: content-box;
    display: block;
}
.aUserSelectorHolder .singleResult {
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.aUserSelectorHolder .singleResult:hover {
    text-decoration: underline;
}
.aUserSelectorHolder .results {
    z-index: 99999;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
div.datepicker {
    z-index: 99999 !important ;
}

/*
 * CAPTCHA
 */

.captchaQuiz img {
    max-height: 45px;
    max-width: 100%;
}

.captchaQuiz img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.chooseImage {
    cursor: pointer;
}

.singleTeruzaCaptcha {
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px 15px 10px 10px;
    margin: 5px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.singleTeruzaCaptcha .notRobotPart label {
    font-size: 18px;
    line-height: 18px;
}

.notRobotPart {
    flex: 0 0 auto;
}

.notRobotPart.left {
    margin: 10px;
}

.notRobotPart.left input.form-check {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.notRobotPart.right {
    margin: 10px 10px;
}

.notRobotPart p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

.captchaErrorMessage {
    color: #ff0000;
}

img.loader, img.checkbDone, img.cross {
    width: 45px;
    height: 45px;
    margin: 1px;
}

.captchaQuiz img {
    max-height: 45px;
    max-width: 100%;
}

.captchaQuiz img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.chooseImage {
    cursor: pointer;
}

.singleTeruzaCaptcha {
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    padding: 10px 15px 10px 10px;
    margin: 5px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.singleTeruzaCaptcha .notRobotPart label {
    font-size: 18px;
    line-height: 18px;
}

.hidden {
    display: none !important;
}

.notRobotPart {
    flex: 0 0 auto;
}

.notRobotPart.left {
    margin: 10px;
}

.notRobotPart.left input.form-check {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.notRobotPart.right {
    margin: 10px 10px;
}

.notRobotPart p {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

.captchaErrorMessage {
    color: #ff0000;
}

img.loader, img.checkbDone, img.cross {
    width: 45px;
    height: 45px;
    margin: 1px;
}

/* ----- Start 5-COLUMN Styles ----- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ----- End 5-COLUMN Styles ----- */

@media (max-width: 420px) {
    .notRobotPart.left input.form-check {
        width: 35px;
        height: 35px;
    }
    .singleTeruzaCaptcha .notRobotPart label {
        font-size: 16px;
        line-height: 16px;
    }
}

/* ----- Start 5-COLUMN Styles ----- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ----- End 5-COLUMN Styles ----- */








@media (max-width: 420px) {
    .notRobotPart.left input.form-check {
        width: 35px;
        height: 35px;
    }
    .singleTeruzaCaptcha .notRobotPart label {
        font-size: 16px;
        line-height: 16px;
    }
}







/* ----- Start HCF Extra Styles ----- */

.mb-6 {
    margin-bottom: 4.5rem !important;
}
.mb-7 {
    margin-bottom: 6rem !important;
}
.mb-8 {
    margin-bottom: 7.5rem !important;
}
.mb-9 {
    margin-bottom: 9rem !important;
}
.mb-10 {
    margin-bottom: 10.5rem !important;
}
.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}
.py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.py-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
}
.hcf-bp-center {
    background-position: center !important;
}
.hcf-bs-cover {
    background-size: cover !important;
}
@media (min-width: 576px) {
    .mb-sm-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 6rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 9rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-sm-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-sm-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-sm-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-sm-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-sm-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 768px) {
    .mb-md-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-md-7 {
        margin-bottom: 6rem !important;
    }
    .mb-md-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-md-9 {
        margin-bottom: 9rem !important;
    }
    .mb-md-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-md-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-md-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-md-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-md-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-md-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 992px) {
    .mb-lg-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 9rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-lg-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-lg-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-lg-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-lg-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-lg-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 1200px) {
    .mb-xl-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xl-7 {
        margin-bottom: 6rem !important;
    }
    .mb-xl-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xl-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-xl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-xl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xl-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-xl-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-xl-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
@media (min-width: 1400px) {
    .mb-xxl-6 {
        margin-bottom: 4.5rem !important;
    }
    .mb-xxl-7 {
        margin-bottom: 6rem !important;
    }
    .mb-xxl-8 {
        margin-bottom: 7.5rem !important;
    }
    .mb-xxl-9 {
        margin-bottom: 9rem !important;
    }
    .mb-xxl-10 {
        margin-bottom: 10.5rem !important;
    }
    .py-xxl-6 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-xxl-7 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .py-xxl-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .py-xxl-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
    .py-xxl-10 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important;
    }
}
.hcf-overlay {
    --hcf-overlay-opacity: 0.5;
    --hcf-overlay-bg-color: var(--bs-black-rgb);
    position: relative;
}
.hcf-overlay::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--hcf-overlay-bg-color), var(--hcf-overlay-opacity));
    z-index: 0;
}
.hcf-overlay > * {
    position: relative;
    z-index: 1;
}
.hcf-transform {
    transform: scale3d(1, 1, 1);
    transform-style: preserve-3d;
    transition: all 0.5s;
}
.hcf-transform:hover {
    transform: scale3d(1.02, 1.02, 1.02);
}

/* ----- End HCF Extra Styles ----- */



/* ----- Start Cookie Consent Styles ----- */

#cookieConsent
{
    line-height: 20px;
    font-size: 14px;
    z-index: 998;
}

/* ----- End Cookie Consent Styles ----- */







/* Login Page */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

/* html,
body {
    height: 100%;
} */

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}












































.form-check-input[type=checkbox] {
    border-color: rgba(0, 0, 0, .25);
}

















.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}



















.form-signin.form-register form .form-floating > input#floatingPassword,
.form-signin.form-register form .form-floating > input#floatingEmailInput,
.form-resetpass form .form-floating > input#floatingPassword {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-resetpass form .form-floating > input#floatingPassword {
  border-top-right-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}

.form-resetpass form .form-floating > input#floatingConfPassword {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}









table.table-align-middle tr td {
    vertical-align: middle;
}












/* Doc Signing START */

#left-column {
    height: 100vh; /* Set the height to occupy the full viewport height */
    background-color: #f0f0f0; /* Add a background color for the left column */
}

.draggable 
{
    cursor: grab; 
    margin: 5px; 
    padding: 5px;
    background-color: #f8b400;
    text-align: center;
    font-size: 10px;
    color: white;
    border: 1px solid #d88c00;
    user-drag: element;
    display: inline-block;
    min-width: 50px;
}

.singlePdfPage .pageNr {
    text-align: center;
}

.signingDocPreviewImage {
    width: 100%;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#droppable {
    position: relative; 
}

.droppable {
    position: relative; 
}

.finalizedField {
    font-weight: bold;
    display: flex;
}

.unfinalizedField {
    font-weight: bold;
    display: flex;
}

.dropped-item {
    display: flex;
    background-color: #ccc;
    width: 150px;
    height: 75px;
    padding: 5px;
    position: absolute;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.dropped-item, .dropped-item * {
    overflow: hidden !important;
}

.dropped-item.party-party1,
.dropped-item.party-party2,
.dropped-item.forThisParty {
    color: #212529;
    background-color: #fee183;
    border: 1px solid #e4a11b;
    font-size: 0.7vw !important;
}

.forOtherParty {
    color: #41464b !important;
    background-color: #e2e3e5 !important;
    border: 1px solid #d3d6d8 !important;
}

div.isCompletedField {
    background-color: rgba(0, 255, 0, 0) !important;
    color: #000 !important;
    border: none !important;
}

.droppedItemType-textInput > input {
    background: transparent !important;
    border: none;
    border-radius: 0;
}

.droppedItemType-textInput > input:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.partySignature {
    height: 100%;
    max-height: 35px;
}

.forThisParty,
.forThisParty .form-control,
.forOtherParty {
    font-size: 1vw;
}



/* 
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
@media (min-width: 1399px) {
    
}
*/

/* Doc Signing END */





















/* Vertical Tabs START */

.left-tabs .nav-link {
    margin-right: -1px !important;
}

/* Vertical Tabs END */


















.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}



















.form-check-input {
    border-color: rgb(118, 118, 118);
}