/********************************************************************/
/***                         Fonts                                ***/
/********************************************************************/
@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/source-sans-pro/sourcesanspro-regular.eot');
    src: url('/fonts/source-sans-pro/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/source-sans-pro/sourcesanspro-regular.woff') format('woff'), url('/fonts/source-sans-pro/sourcesanspro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Publico';
    /*src: url('/fonts/publico/publicoheadline-bold-web.woff2') format('woff2'),
    url('/fonts/publico/publicoheadline-bold-web.woff') format('woff');*/
    src: url('/fonts/publico/publicoheadline-bold-web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/********************************************************************/
/***                      Site Elements                           ***/
/********************************************************************/
html {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 12px;
}
@media (min-width: 768px) {
    html {
        font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
        font-size: 16px;
    }
}
html {
  position: relative;
  min-height: 100%;
}
body {
    margin-bottom: 10px;
    background-color: #FAFAFA;
}
/********************************************************************/
/***                        TaskList                              ***/
/********************************************************************/
.TaskList_VerticalLine_Unopened {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    border-left: 3px solid;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 5%;
}
.TaskListTitle_Unopened {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 20px;
}
.TaskListDate_Unopened {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 15px;
}
.TaskListIcon {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 25px;
    font-weight: 90;
    text-align:center;
}
.TaskListIconCircle {
    border-radius: 50%;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.TaskList_VerticalLine {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    border-left: 0px solid #00008F;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 5%;
}
.TaskListTags {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    color: #FFFFFF;
    font-size: 0.9em !important;
    width: 160px;
    border: 0px solid !important;
    border-radius: 17px !important;
}
.TaskListTitle {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 20px;
    color: #B2B2B2;
}
.TaskListDate {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 15px;
    color: #B2B2B2;
}
/********************************************************************/
/***                      Footer                                  ***/
/********************************************************************/
a.CovernetFooter {
    text-decoration: none;
    color: inherit;
}

a.CovernetFooter:visited {
    text-decoration: none;
    color: inherit;
}

a.CovernetFooter:hover {
    text-decoration: underline;
}

a.CovernetFooter:active {
    text-decoration: none;
    color: inherit;
}

/********************************************************************/
/***                     Question Set Panel                       ***/
/********************************************************************/
.PageTitle {
    font-family: 'Publico', Century Gothic, Arial, Verdana, Sans-Serif;
    margin: 0;
    padding: 0px 0 4px 4px;
    text-align: left;
    font-weight: normal;
    color: #333333;
    font-size: 22px;
}
.TableTitle {
    font-family: 'Publico', Century Gothic, Arial, Verdana, Sans-Serif;
    margin: 0;
    padding: 6px 6px 20px 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}
.TableBody {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    color: #333333;
}
.MainContent {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    border: 2px solid #FAFAFA;
    border-radius: 17px;
    background-color: #FFFFFF;
    height: 80vh;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    padding: 40px;
}
.MainQuestionSet {
    box-sizing: border-box;
    overflow-y: auto;
    height: 45vh;
    width:100%;
    padding-left:20px;
    padding-right:20px;
}
.MainQuestionSetAdmin {
    box-sizing: border-box;
    overflow-y: auto;
    height: 45vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.MainQuestionSetDiary {
    box-sizing: border-box;
    overflow-y: auto;
    height: 45vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.MainQuestionSetEditRoles {
    box-sizing: border-box;
    overflow-y: auto;
    height: 70vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.MainQuestionSetFullPage{
    box-sizing: border-box;
    overflow-y: auto;
    height: 70vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.MainQuestionSetLibrary {
    box-sizing: border-box;
    overflow-y: auto;
    height: 70vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.MainQuestionSetLibrary_ClauseDoc {
    box-sizing: border-box;
    overflow-y: auto;
    height: 70vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.MainQuestionSetLibrary_TaskList {
    box-sizing: border-box;
    overflow-y: auto;
    height: 70vh;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-height: 700px) {
    .MainQuestionSet {
        height: 57vh;
    }
    .MainContent {
        height: 89vh;
    }
    .MainQuestionSetAdmin {
        height: 42vh;
    }
    .MainQuestionSetDiary {
        height: 35vh;
    }
    .MainQuestionSetEditRoles {
        height: 49vh; /* Role Edit */
    }
    .MainQuestionSetFullPage {
        height: 64vh;
    }
    .MainQuestionSetLibrary {
        height:46vh; 
    }
    .MainQuestionSetLibrary_ClauseDoc {
       height:53vh; 
    }
    .MainQuestionSetLibrary_TaskList {
        height:56vh;
    }
}
@media (min-height: 900px) {
    .MainQuestionSet {
        height:62vh; /* Height for medium screens */
    }
    .MainContent {
        height: 90vh;
    }
    .MainQuestionSetAdmin {
        height: 48vh; /* Height for medium screens */
    }
    .MainQuestionSetDiary {
        height: 47vh;
    }
    .MainQuestionSetEditRoles {
        height: 59vh; /* Role Edit */
    }
    .MainQuestionSetFullPage {
        height: 74vh;
    }
    .MainQuestionSetLibrary {
        height: 57vh;
    }
    .MainQuestionSetLibrary_ClauseDoc {
        height: 62vh;
    }
    .MainQuestionSetLibrary_TaskList {
        height: 67vh;
    }
}
@media (min-height: 1200px) {
    .MainQuestionSet {
        height: 72vh;
    }
    .MainContent {
        height: 89vh;
    }
    .MainQuestionSetAdmin {
        height: 90vh;
    }
    .MainQuestionSetDiary {
        height: 96vh;
    }
    .MainQuestionSetEditRoles {
        height: 67vh;
    }
    .MainQuestionSetFullPage {
        height: 79vh;
    }
    .MainQuestionSetLibrary {
        height: 74vh;
    }
    .MainQuestionSetLibrary_ClauseDoc {
        height: 78vh;
    }
    .MainQuestionSetLibrary_TaskList {
        height: 83vh;
    }
}
/********************************************************************/
/***                   Text Editor Panel                          ***/
/********************************************************************/
.TextEditorContent {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 0px;
    height: 91vh;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    padding: 0px;
}
.TextEditorClausePanel {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    z-index: 10; /* Ensure the panel is above the textarea */
    margin-top: 5%;
    margin-left: 0.5%;
    border: 1px solid #ccc;
    display: flex;
    height: 75vh;
    width:54vh;
}
.TextEditorNavBar {
    display: flex;
    font-size: 20px;
    /*font-family: "urw-din";*/
    font-weight: 600;
    justify-content: space-around;
    box-sizing: content-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin-right: 1px;
    margin-left: 1%;
    margin-top: -5px;
    top: 0;
    left: 0;
    height: 4vh;
    width: 50%;
    background-color: #FAFAFA;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
.ClauseSection {
    padding-top: 20px;
    width: 17%;
    min-width: 65px;
    background-color: #f4f4f4;
    border-right: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.ClauseSection-button {
    color: black;
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.ClauseSection-button:hover {
    transform: scale(1.03);
    background-color: #00008F;
    color: #FFFFFF;
}
.ClauseSection-button_active {
    transform: scale(1.03);
    background-color: #00008F;
    color: #FFFFFF;
}
.ClauseSection-button:hover .ClauseSection-MenuIcon {
    color: #FFFFFF; /* Change text color on hover */
}
.ClauseSection-content {
    flex-grow: 1;
    padding-top: 10px;
    width: 90%;
}
.ClauseSection-content-item {
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    min-width:100%;
    padding-left: 10px;
    padding-right: -10px;
}
.ClauseSection-content-item.active {
    display: block;
}
.ClauseSection-MenuIcon {
    color: #5F5F5F;
    font-size: 25px;
}
.ClauseSection-MenuIcon:hover {
    transform: scale(1.03);
    background-color: #00008F;
    color: #FFFFFF; /* Change text color on hover */
}
.ClauseSection-MenuIcon_active {
    transform: scale(1.03);
    background-color: #00008F;
    color: #FFFFFF; /* Change text color on hover */
}
.Clause-Applied {
    border: 3px solid #3EBD88 !important;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1) !important;
}
/* Add this CSS to your stylesheet */
.Clause-NotApplied {
    border: 3px solid #FF3232 !important;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1) !important;
}
.TextEditorClauses_None_Text {
    font-family: 'Publico', Century Gothic, Arial, Verdana, Sans-Serif;
    margin: 0;
    padding: 0px 0 4px 4px;
    text-align: left;
    font-weight: normal;
    font-size:15px;
    color: #333333;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.TextEditorClauses_None_Icon {
    color: #333333;
    font-size: 50px;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

/********************************************************************/
/***                  Clause Panel Search                         ***/
/********************************************************************/

/* Style the input container */
.ClausePanelSearch {
    display: flex;
    width: 98%;
    position: relative;
}

.ClausePanelSearch i.fa-solid.fa-magnifying-glass {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #5F5F5F;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
}

.ClausePanelSearch i.fa-regular.fa-filter-list {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #5F5F5F;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}

.ClausePanelSearch i.fa-solid.fa-magnifying-glass:hover {
    background-color: #B6B6B6;
    border-radius: 50px;
    overflow: hidden;
}

.ClausePanelSearch i.fa-regular.fa-filter-list:hover {
    background-color: #B6B6B6;
    border-radius: 50px;
    overflow: hidden;
}

.ClausePanelSearch input.input-field {
    padding-left: 60px; /* adjust as needed */
    padding-right: 30px; /* adjust as needed */
    border-radius: 50px !important;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}


/********************************************************************/
/***                     Warning Message                          ***/
/********************************************************************/
.Warning-Message {
    color: #FFFFFF;
    background-color: #00008F;
    border-color: #00008F;
    /*position: absolute;*/
    z-index: 1;
    /*width: 75%;*/
    font-size: 16px;
    opacity: 0.9;
}
.Warning-MessageIcon {
    padding-right:20px;
}
.Warning-MessageClose:Hover {
    transform: scale(1.2);
    cursor: pointer;
}
.fixed-status-message {
    position: absolute;
    z-index: 1000; /* Ensure it appears above other elements */
    width: 94%; /* Adjust width as needed */
}
.fixed-status-message-TextEditor {
    position: absolute;
    z-index: 1000; /* Ensure it appears above other elements */
    width: 60%; /* Adjust width as needed */
}
/********************************************************************/
/***                     Error Message                            ***/
/********************************************************************/
.Error-Message {
    color: #FFFFFF;
    background-color: #CC0000;
    border-color: #CC0000;
    /*position: absolute;*/
    z-index: 1;
    /*width: 75%;*/
    font-size: 16px;
    opacity: 0.9;
}

.Error-MessageIcon {
    padding-right: 20px;
}

.Error-MessageClose:Hover {
    transform: scale(1.2);
    cursor: pointer;
}
/********************************************************************/
/***                    Yellow Message                           ***/
/********************************************************************/
.Yellow-Message {
    color: #FFFFFF;
    background-color: #FFBF00;
    border-color: #FFBF00;
    /*position: absolute;*/
    z-index: 1;
    /*width: 75%;*/
    font-size: 16px;
    opacity: 0.9;
}

.Yellow-MessageIcon {
    padding-right: 20px;
}

.Yellow-MessageClose:Hover {
    transform: scale(1.2);
    cursor: pointer;
}
.Yellow-status-message-TextEditor {
    position: absolute;
    z-index: 1000; /* Ensure it appears above other elements */
    width: 60%; /* Adjust width as needed */
}
/********************************************************************/
/***                     ClauseStatus Status                      ***/
/********************************************************************/
.ClauseStatus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    box-sizing: content-box;
    border: 2px solid #FAFAFA;
    border-radius: 17px;
    height: 2.2vh;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 0.9em;
}
.ClauseStatus_ACTIVE {
    background-color: #3EBD88;
    border-color: #3EBD88;
    color: #FFFFFF;
}
.ClauseStatus_DRAFT {
    background-color: #595959;
    border-color: #595959;
    color: #FFFFFF;
}
.ClauseStatus_SCRAPED {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}
.ClauseStatus_PENDINGSIGNOFF {
    background-color: #E07806;
    border-color: #E07806;
    color: #FFFFFF;
    padding-top:10px;
}
.ClauseStatus_PENDINGLIVEDATE {
    background-color: #E5E500;
    border-color: #E5E500;
    color: #FFFFFF;
    padding-top: 10px;
}
.ClauseStatus_ARCHIVED {
    background-color: #DB3C30;
    border-color: #DB3C30;
    color: #FFFFFF;
    padding-top: 10px;
}
.ClauseStatus_CLOSED {
    background-color: #DB3C30;
    border-color: #DB3C30;
    color: #FFFFFF;
    padding-top: 10px;
}
/********************************************************************/
/***                     DocumentStatus Status                    ***/
/********************************************************************/
.DocumentStatus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    box-sizing: content-box;
    border: 2px solid #FAFAFA;
    border-radius: 17px;
    height: 2.2vh;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 0.9em;
}
.DocumentStatus_ACTIVE {
    background-color: #3EBD88;
    border-color: #3EBD88;
    color: #FFFFFF;
}
.DocumentStatus_DRAFT {
    background-color: #595959;
    border-color: #595959;
    color: #FFFFFF;
}
.DocumentStatus_SCRAPED {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}
.DocumentStatus_PENDINGSIGNOFF {
    background-color: #E07806;
    border-color: #E07806;
    color: #FFFFFF;
}
.DocumentStatus_PENDINGLIVEDATE {
    background-color: #E5E500;
    border-color: #E5E500;
    color: #FFFFFF;
}
.DocumentStatus_ARCHIVED {
    background-color: #DB3C30;
    border-color: #DB3C30;
    color: #FFFFFF;
}
.DocumentStatus_CLOSED {
    background-color: #DB3C30;
    border-color: #DB3C30;
}

/********************************************************************/
/***                           Tags                               ***/
/********************************************************************/
.tags-container-all {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.tags-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.Tags {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    display: inline-block;
    justify-content: center; 
    align-items: center; 
    padding: 6px;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin-right: 2px;
    font-weight: bold;
    font-size: 0.8em;
    white-space: nowrap;
}
.TagsAdditional {
    display: inline-block;
    padding: 5px;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #00008F;
    margin-left: 5px;
    white-space: nowrap;
}
/********************************************************************/
/***                           Products (Card)                    ***/
/********************************************************************/
.ProductTags {
    display: flex;
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    text-align: center;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 17px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    height: 2.75vh;
    width: 6vh;
    display: inline-block;
    margin-right: 2px;
    font-weight: bold;
}

.ProductTagsAdditional {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid;
    color: #00008F;
}
/********************************************************************/
/***                           Clause Setings                      ***/
/********************************************************************/
.ClauseOptions_Subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ClauseOptions_Subnav_TableView {
    float: right;
    display: flex;
    align-items: center;
}
.ClauseOptions_Icons {
    color: #A5A5A5;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
}
.ClauseOptions_Icons_Active {
    color: #00008F;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
}
/********************************************************************/
/***                           Document Setings                   ***/
/********************************************************************/
.DocumentOptions_Subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.DocumentOptions_Subnav_TableView {
    float: right;
    display: flex;
    align-items: center;
}

.DocumentOptions_Icons {
    color: #A5A5A5;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
}

.DocumentOptions_Icons_Active {
    color: #00008F;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
}
/********************************************************************/
/***                      Clause Setings Menu                     ***/
/********************************************************************/
/* Ensure the dropdown content is hidden by default */
.clause-dropdown-content {
    padding-top:8px;
    padding-bottom:8px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width:200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1;
    margin-top: 170px;
    margin-left: 60px;
}
/* Style the links inside the dropdown */
.clause-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.clause-dropdown-content a:hover {
    background-color: #f1f1f1;
}
.clause-dropdown-content-table {
    padding-top: 7px;
    padding-bottom: 8px;
    display: none;
    position:absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 100;
    margin-top: 1px;
    right: 10px;
}
/* Style the links inside the dropdown */
.clause-dropdown-content-table a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align:left;
}
/* Change color of dropdown links on hover */
.clause-dropdown-content-table a:hover {
    background-color: #f1f1f1;
}

.clause-dropdown-show {
    display: block;
}
/********************************************************************/
/***                      Document Setings Menu                   ***/
/********************************************************************/
/* Ensure the dropdown content is hidden by default */
.Document-dropdown-content {
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1;
    margin-top: 170px;
    margin-left: 120px;
}
/* Style the links inside the dropdown */
.Document-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.Document-dropdown-content a:hover {
    background-color: #f1f1f1;
}
.Document-dropdown-content-table {
    padding-top: 7px;
    padding-bottom: 8px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1;
    margin-top: 1px;
    right: 10px;
}
/* Style the links inside the dropdown */
.Document-dropdown-content-table a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */
.Document-dropdown-content-table a:hover {
    background-color: #f1f1f1;
}
.Document-dropdown-show {
    display: block;
}
/********************************************************************/
/***                       Comment Setion                         ***/
/********************************************************************/
.comment {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.comment-TopSection {
    height: 60px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}
.comment-body {
    padding: 15px;
    height: 100%;
}

.comment-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.comment-Mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
/********************************************************************/
/***                           Clause Grid                      ***/
/********************************************************************/
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-TopSection {
    height: 110px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}
.card-Mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.card-sub-header {
    color: #00008F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
}
.card-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:clip;
    width: 85%;
    display: inline-block,
}
.card-item-date {
    background-color: #F8F8F8;
    color: #00008F;
    font-weight: 400;
    font-size: 11px;
}
.card-item-Count {
    flex: 0 0 auto;
    position: relative;
    color: #FFFFFF;
    background-color: #00008F;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    line-height:25px;
    margin-left: 15px;
    font-size: 14px; 
}
.card-id {
    flex: 1;
    text-align: left;
}

.card-status {
    flex: 3;
    text-align: center;
}

.card-ellipsis {
    text-align: right;
    padding-bottom:20px;
}
.card-warning {
    color:#E50000;
}
.card-ellipsis-Libraries {
    flex: 1;
    text-align: right;
    position: relative;
}

.card-title {
    font-size: 1.2em;
    font-weight: bold;
}

.card-subtitle {
    font-size: 0.9em;
    color: #666;
}
.card-body {
    padding: 15px;
    height:150px;
}
.card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.tags-container, .products-container {
    display: flex;
    gap: 5px;
}

.card-DocPanel {
    background-color: #edebe9!important;
}
.card-DocPage {
    width: 20%;
    background-color:blue;
}
.card-textPreview {
    justify-content: space-between;
    align-items: center;
    max-height: 100px;
    overflow: hidden;
}

/********************************************************************/
/***                   TextEditorClauses Grid                     ***/
/********************************************************************/
.TextEditorClauses-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}
.TextEditorClauses-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.TextEditorClauses-card-TopSection {
    height: 100px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}
.TextEditorClauses-card-Mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.TextEditorClauses-card-sub-header {
    color: #00008F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height:10%;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
}
.TextEditorClauses-card-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 90%;
    display: inline-block,
}
.TextEditorClauses-card-item-date {
    background-color: #F8F8F8;
    color: #00008F;
    font-weight: 400;
    font-size: 11px;
}
.TextEditorClauses-card-id {
    flex: 1;
    text-align: left;
}

.TextEditorClauses-card-status {
    flex: 3;
    text-align: center;
}

.TextEditorClauses-card-ellipsis {
    flex: 1;
    text-align: right;
    position: relative;
}

.TextEditorClauses-card-title {
    font-size: 1.2em;
    font-weight: bold;
}

.TextEditorClauses-card-subtitle {
    font-size: 0.9em;
    color: #666;
}
.TextEditorClauses-card-body {
    padding: 15px;
    height: 150px;
}
.TextEditorClauses-card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.TextEditorClauses-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TextEditorClauses-card-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.TextEditorClauses-card-DocPanel {
    background-color: #edebe9 !important;
}

.TextEditorClauses-card-DocPage {
    width: 20%;
    background-color: blue;
}

.TextEditorClauses-card-textPreview {
    justify-content: space-between;
    align-items: center;
    max-height: 100px;
    overflow: hidden;
}
/********************************************************************/
/***                 TextEditorCoverPage Grid                     ***/
/********************************************************************/
.TextEditorCoverPages-card-TopSection {
    height: 50px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}
.TextEditorCoverPages-card-textPreview {
    justify-content: space-between;
    align-items: center;
    margin-top:-10px;
    max-height: 200px;
    overflow: hidden;
}
.TextEditorCoverPages-card-body {
    padding: 15px;
    height: 210px;
}
.cover-page-checkbox {
    display: none;
}

.cover-page-label {
    display: block;
    width: 210mm; /* A4 width */
    height: 297mm; /* A4 height */
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.cover-page-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image fits within the container without overflowing */
    display: block; /* Ensures the image is displayed as a block element */
}

.cover-page-checkbox:checked + .cover-page-label {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.TextEditorCoverPage-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/********************************************************************/
/***                 TextEditorBackPage Grid                     ***/
/********************************************************************/
.TextEditorBackPages-card-TopSection {
    height: 50px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}

.TextEditorBackPages-card-textPreview {
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    max-height: 200px;
    overflow: hidden;
}

.TextEditorBackPages-card-body {
    padding: 15px;
    height: 210px;
}

.Back-page-checkbox {
    display: none;
}

.Back-page-label {
    display: block;
    width: 210mm; /* A4 width */
    height: 297mm; /* A4 height */
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Back-page-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image fits within the container without overflowing */
    display: block; /* Ensures the image is displayed as a block element */
}

.Back-page-checkbox:checked + .Back-page-label {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.TextEditorBackPage-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/********************************************************************/
/***                 TextEditorFillerPage Grid                     ***/
/********************************************************************/
.TextEditorFillerPages-card-TopSection {
    height: 50px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}

.TextEditorFillerPages-card-textPreview {
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    max-height: 200px;
    overflow: hidden;
}

.TextEditorFillerPages-card-body {
    padding: 15px;
    height: 210px;
}

.Filler-page-checkbox {
    display: none;
}

.Filler-page-label {
    display: block;
    width: 210mm; /* A4 width */
    height: 297mm; /* A4 height */
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Filler-page-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image fits within the container without overflowing */
    display: block; /* Ensures the image is displayed as a block element */
}

.Filler-page-checkbox:checked + .Filler-page-label {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.TextEditorFillerPage-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/********************************************************************/
/***                 TextEditorImage Grid                     ***/
/********************************************************************/
.TextEditorImages-card-TopSection {
    height: 50px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}

.TextEditorImages-card-textPreview {
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    max-height: 200px;
    overflow: hidden;
}

.TextEditorImages-card-body {
    padding: 15px;
    height: 210px;
}

.Filler-page-checkbox {
    display: none;
}

.Filler-page-label {
    display: block;
    width: 210mm; /* A4 width */
    height: 297mm; /* A4 height */
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Image-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; 
}
.TextEditorImage-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/********************************************************************/
/***                 TextEditorSignature Grid                     ***/
/********************************************************************/
.TextEditorSignatures-card-TopSection {
    height: 50px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}

.TextEditorSignatures-card-textPreview {
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    max-height: 109px;
    overflow: hidden;
}
.TextEditorSignatures-card-body {
    padding: 15px;
    height: 110px;
}
.Signature-Image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.TextEditorSignature-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/********************************************************************/
/***                 TextEditorSectionPage Grid                   ***/
/********************************************************************/
.TextEditorSection-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}
.TextEditorSectionPanel {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    z-index: 10; /* Ensure the panel is above the textarea */
    margin-top: 5%;
    margin-left: 0.5%;
    border: 1px solid #ccc;
    display: flex;
    height: 8vh;
    width: 50vh;
}
.SectionSection {
    padding-bottom: 2px;
    width: 100%; /* Adjust width to fit the container */
    background-color: #f4f4f4;
    border-right: 0px solid #ccc;
    display: flex;
    flex-wrap: wrap; /* Allow buttons to wrap if they exceed the container's width */
    gap: 10px; /* Add some space between buttons */
}
.SectionSection-button {
    color: black;
    font-size: 12px;
    display: block;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    flex: 1 1 auto; /* Allow buttons to grow and shrink as needed */
    margin-bottom: 5px; /* Optional: Add some space below each button */
}
.SectionSection-button:hover {
    transform: scale(1.04);
    background-color: #00008F;
    color: #FFFFFF;
}
.SectionSection-button_active {
    transform: scale(1.04);
    background-color: #00008F;
    color: #FFFFFF;
}

.SectionSection-button:hover .SectionSection-MenuIcon {
    color: #FFFFFF; /* Change text color on hover */
}

.SectionSection-content {
    flex-grow: 1;
    padding-top: 10px;
}

.SectionSection-content-item {
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: -10px;
}
.SectionSection-content-item.active {
    display: block;
}
.SectionSection-MenuIcon {
    color: #5F5F5F;
    font-size: 25px;
}
.SectionSection-MenuIcon:hover {
    transform: scale(1.03);
    background-color: #00008F;
    color: #FFFFFF; /* Change text color on hover */
}
.SectionSection-MenuIcon_active {
    transform: scale(1.03);
    background-color: #00008F;
    color: #FFFFFF; /* Change text color on hover */
}
.TextEditorSectionPages-card-textPreview {
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    max-height: 200px;
    overflow: hidden;
}

.TextEditorSectionPages-card-body {
    padding: 15px;
    height: 210px;
}

.Section-page-checkbox {
    display: none;
}

.Section-page-label {
    display: block;
    width: 210mm; /* A4 width */
    height: 297mm; /* A4 height */
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Section-page-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image fits within the container without overflowing */
    display: block; /* Ensures the image is displayed as a block element */
}

.Section-page-checkbox:checked + .Section-page-label {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.TextEditorSectionPage-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.TextEditorSectionPage-Buttons {
    width: 199px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.TextEditorSection-card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px dashed #6CA6CD;
}
/********************************************************************/
/***                   TextEditorFooter Grid                     ***/
/********************************************************************/
.TextEditorFooters-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.TextEditorFooters-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.TextEditorFooters-card-TopSection {
    height: 50px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}

.TextEditorFooters-card-Mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.TextEditorFooters-card-sub-header {
    color: #00008F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: 10%;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
}

.TextEditorFooters-card-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 90%;
    display: inline-block,
}

.TextEditorFooters-card-item-date {
    background-color: #F8F8F8;
    color: #00008F;
    font-weight: 400;
    font-size: 11px;
}

.TextEditorFooters-card-id {
    flex: 1;
    text-align: left;
}

.TextEditorFooters-card-status {
    flex: 3;
    text-align: center;
}

.TextEditorFooters-card-ellipsis {
    flex: 1;
    text-align: right;
    position: relative;
}

.TextEditorFooters-card-title {
    font-size: 1.2em;
    font-weight: bold;
}

.TextEditorFooters-card-subtitle {
    font-size: 0.9em;
    color: #666;
}

.TextEditorFooters-card-body {
    padding-top: 2px;
    height: 80px;
}
.TextEditorFooters-card-content {
    width: 100%;
    height: 80px; 
    overflow: hidden;
}
.TextEditorFooters-image {
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.TextEditorFooters-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.TextEditorFooters-card-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
.TextEditorFooters-card-DocPanel {
    background-color: #edebe9 !important;
}
.TextEditorFooters-card-DocPage {
    width: 20%;
    background-color: blue;
}
.TextEditorFooters-card-textPreview {
    justify-content: space-between;
    align-items: center;
    max-height: 100px;
    overflow: hidden;
}
/********************************************************************/
/***                   TextEditorHeader Grid                     ***/
/********************************************************************/
.TextEditorHeaders-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.TextEditorHeaders-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.TextEditorHeaders-card-TopSection {
    height: 50px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ddd;
}

.TextEditorHeaders-card-Mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.TextEditorHeaders-card-sub-header {
    color: #00008F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: 10%;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
}

.TextEditorHeaders-card-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 90%;
    display: inline-block,
}

.TextEditorHeaders-card-item-date {
    background-color: #F8F8F8;
    color: #00008F;
    font-weight: 400;
    font-size: 11px;
}

.TextEditorHeaders-card-id {
    flex: 1;
    text-align: left;
}

.TextEditorHeaders-card-status {
    flex: 3;
    text-align: center;
}

.TextEditorHeaders-card-ellipsis {
    flex: 1;
    text-align: right;
    position: relative;
}

.TextEditorHeaders-card-title {
    font-size: 1.2em;
    font-weight: bold;
}

.TextEditorHeaders-card-subtitle {
    font-size: 0.9em;
    color: #666;
}

.TextEditorHeaders-card-body {
    padding-top: 2px;
    height: 120px;
}

.TextEditorHeaders-card-content {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.TextEditorHeaders-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.TextEditorHeaders-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TextEditorHeaders-card-Header {
    padding: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.TextEditorHeaders-card-DocPanel {
    background-color: #edebe9 !important;
}

.TextEditorHeaders-card-DocPage {
    width: 20%;
    background-color: blue;
}

.TextEditorHeaders-card-textPreview {
    justify-content: space-between;
    align-items: center;
    max-height: 100px;
    overflow: hidden;
}
/********************************************************************/
/***                      Search Filters                          ***/
/********************************************************************/
.SearchFilters {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 50%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px;
    right: 30vh;
    top: 5vh;
    z-index: 1;
    border-radius: 20px;
}
.SearchFilters a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.SearchDropdown {
    position: relative; 
    z-index: 2;
}
/* Ensure dropdown menus stay within the parent container */
.SearchDropdown-menu {
   max-height: 200px;
    overflow-y: auto;
    position: relative;
    z-index: 3; 
    top: 100%; 
    width: 109%;
    left: 0;
    right: 0;
    padding-left:20px;
}
/* Ensure the dropdown button text does not overflow */
.SearchDropdown-Menu-Button {
    height: 58px;
    width: 97%;
    text-align: left;
    padding: 0.3rem 0.75rem;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
}
.SearchDropdown-Menu-Button_Single {
    height: 58px;
    width: 97%;
    text-align: left;
    padding: 0.3rem 0.75rem;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
}
/********************************************************************/
/***                      Multi-Dropdown List                     ***/
/********************************************************************/
.dropdown {
    position: relative; /* Ensure the dropdown container is positioned relative */
    z-index: 2; /* Set a high z-index for the container */
}
.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    position: relative;
    z-index: 3; 
    top: 100%; 
    width: 109%;
    left: 0;
    right: 0;
    padding-left:20px;
}
.Dropdown-Menu-Button {
    height: 58px;
    width: 100%;
    text-align: left;
    padding: 0.3rem 0.75rem;
    margin-top: -10px;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
}
.Dropdown-Menu-Button_Single {
    height: 58px;
    width: 97%;
    text-align: left;
    padding: 0.3rem 0.75rem;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
}
/********************************************************************/
/***                  Question Set Action Buttons                 ***/
/********************************************************************/
.QuestionSet-ActionButtons {
    text-align: right;
    margin-top: auto;
}
/********************************************************************/
/***                      Wild Card DropDown                     ***/
/********************************************************************/
.WildCard-dropdown {
    overflow-y: auto;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1000;
}
.WildCard-dropdown-Search {
    margin-top:1px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    border-radius: 20px;
    background-color: #f9f9f9;
    z-index: 1000;
}
.WildCard-dropdown-content {
    height: auto;
    min-height: 90px;
    max-height: 900px;
    overflow-y: auto;
    background-color: #f9f9f9;
    z-index: 1000;
}
/* Style the links inside the dropdown */
.WildCard-dropdown-content-item {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change color of dropdown links on hover */
.WildCard-dropdown-content-item:hover {
    background-color: #f1f1f1;
}
/********************************************************************/
/***                       Section Navbar                         ***/
/********************************************************************/
.SectionNavBar {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: content-box;
    border: 2px solid #FAFAFA;
    border-radius: 17px;
    background-color: #FAFAFA;
    height: 2vh;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-bottom: 12px;
}
/********************************************************************/
/***                       Nav Bar (Left)                         ***/
/********************************************************************/
.SectionNavBarOption {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 4vh;
    text-decoration: none;
    border-radius: 17px;
    text-align: center;
    color: black;
}
.SectionNavBarOption_active {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    background-color: #00008F;
    text-decoration-color: #FFFFFF;
    color: #FFFFFF !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    height: 4vh;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
    border-radius: 17px;
    text-align: center;
    font-weight: bold;
}
.SectionNavBarOption:hover {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 4vh;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
    border-radius: 17px;
    text-align: center;
    color: black;
    transform: scale(1.03);
}
/********************************************************************/
/***              Clause Details Setings Menu                     ***/
/********************************************************************/
/* Ensure the dropdown content is hidden by default */
.clauseDetails-dropdown-content {
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1;
    margin-top: 170px;
    margin-left: 120px;
}
/* Style the links inside the dropdown */
.clauseDetails-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.clauseDetails-dropdown-content a:hover {
    background-color: #f1f1f1;
}
.clauseDetails-dropdown-content-table {
    padding-top: 7px;
    padding-bottom: 8px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1;
    margin-top: 20px;
    right: 50px;
}
/* Style the links inside the dropdown */
.clauseDetails-dropdown-content-table a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.clauseDetails-dropdown-content-table a:hover {
    background-color: #f1f1f1;
}
.clauseDetails-dropdown-show {
    display: block;
}
/********************************************************************/
/***              Document Details Setings Menu                   ***/
/********************************************************************/
/* Ensure the dropdown content is hidden by default */
.DocumentDetails-dropdown-content {
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1;
    margin-top: 170px;
    margin-left: 120px;
}
/* Style the links inside the dropdown */
.DocumentDetails-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.DocumentDetails-dropdown-content a:hover {
    background-color: #f1f1f1;
}
.DocumentDetails-dropdown-content-table {
    padding-top: 7px;
    padding-bottom: 8px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    z-index: 1;
    margin-top: 20px;
    right: 50px;
}
/* Style the links inside the dropdown */
.DocumentDetails-dropdown-content-table a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.DocumentDetails-dropdown-content-table a:hover {
    background-color: #f1f1f1;
}
.DocumentDetails-dropdown-show {
    display: block;
}
/********************************************************************/
/***                   Text Editor Navbar                         ***/
/********************************************************************/
.TextEditorNavBar {
    display: flex;
    font-size: 20px;
    /*font-family: "urw-din";*/
    font-weight: 600;
    justify-content: space-around;
    box-sizing: content-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin-right: 1px;
    margin-left: 1%;
    margin-top: -5px;
    top: 0;
    left: 0;
    height: 4vh;
    width: 50%;
    background-color: #FAFAFA;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
.TextEditorNavBarOption {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #FAFAFA;*/
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #43464B;
    border: 2px solid #FFFFFF;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    height: 100%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.TextEditorNavBarOption_active {
    flex-grow: 1;
    display: flex; /* Use flexbox to ensure full height */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    background-color: #00008F;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  
}
.TextEditorNavBar a.TextEditorNavBarOption {
    display: flex; /* Ensure the anchor behaves like a block element */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    padding: 10px; /* Add padding for better spacing */
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit color from parent */
}
.TextEditorNavBar a.TextEditorNavBarOption:hover {
    transform: scale(1.03);
    background-color: #00008F;
    color: #FFFFFF; /* Change text color on hover */
}

/********************************************************************/
/***                       Form Elements                          ***/
/********************************************************************/
.validation-summary-errors ul {
    padding-left: 0;
    list-style: none;
}
.form-check-input {
    clear: left;
}
.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}
.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}
.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}
.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

/********************************************************************/
/***                        Table Row                             ***/
/********************************************************************/
.table-hover > tbody > tr:hover {
    background-color: #D2D2D2;
}
/********************************************************************/
/***                Classic Button with Icon                      ***/
/********************************************************************/
.ClassicIconbutton {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 9px;
    padding-bottom: 12px;
    height: 45px;
    /*font-family: "urw-din";*/
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #00008F;
    border: 2px solid #00008F;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
}
.ClassicIconbutton:hover {
    background-color: #00008F;
    color: white;
    transform: scale(1.06);
}
.ClassicIconbuttonSelected {
    background-color: #00008F;
    border: 2px solid #00008F;
    color: white;
}
.ClassicIconbuttonManditory {
    background-color: #CC3333;
    border: 2px solid #CC3333;
    color: white;
}
.ClassicIconbuttonManditory:hover {
    background-color: #CC3333;
    border: 2px solid #CC3333;
    color: white;
    transform: scale(1.06);
}
ClassicIconbuttonIcon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.ClassicIconbuttonDisabled {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 60px;
    /*font-family: "urw-din";*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #808080;
    border: 2px solid #808080;
    border-radius: 25px;
}
.ClassicIconbuttonDisabledSelected {
    background-color: #808080;
    color: white;
}
/********************************************************************/
/***                        Classic Button                        ***/
/********************************************************************/
.Classicbutton {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 45px;
    /*font-family: "urw-din";*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #00008F;
    border: 2px solid #00008F;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.Classicbutton:hover {
    background-color: #00008F;
    color: white;
    transform: scale(1.06);
}
.ClassicbuttonSelected {
    background-color: #00008F;
    color: white;
}

ClassicbuttonIcon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.ClassicbuttonDisabled {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 60px;
    /*font-family: "urw-din";*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #808080;
    border: 2px solid #808080;
    border-radius: 25px;
}
.ClassicbuttonDisabledSelected {
    background-color: #808080;
    color: white;
}
/********************************************************************/
/***                    Multi-button                              ***/
/********************************************************************/
.multi-button {
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
}
.multi-button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.multi-button-classic {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}
.multi-button-classic input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.button-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
/********************************************************************/
/***                        Image Upload                          ***/
/********************************************************************/
.ImageUpload {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    border: 2px dashed #00008F;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
    width: 90%;
}
.ImageUploadIcon {
    color: #5F5F5F;
    font-size: 50px;
}
.ImageUploadText {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 20px;
}
.ImageUpload.drag-over {
    border-color: #000;
}
.ImageUploadInput {
    display: none;
}
.ImageUploadNameDisplay {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    color: #00008F;
    margin-top: 10px;
    font-weight: bold;
}
/********************************************************************/
/***                       SignOff Text                         ***/
/********************************************************************/
.SignOffText {
    width:50%;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
}
/********************************************************************/
/***                        TasklistButton                      ***/
/********************************************************************/
.TasklistButton {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #00008F;
    border: 2px solid #00008F;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.TasklistButton:hover {
    background-color: #00008F;
    color: white;
    transform: scale(1.06);
}

.TasklistButtonSelected {
    background-color: #00008F;
    color: white;
}
.TasklistButtonIcon {
    padding-bottom: 20px;
    padding-top: 20px;
}

.TasklistButtonDisabled {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 60px;
    /*font-family: "urw-din";*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #808080;
    border: 2px solid #808080;
    border-radius: 25px;
}

.TasklistButtonDisabledSelected {
    background-color: #808080;
    color: white;
}
/********************************************************************/
/***                        Action Button                        ***/
/********************************************************************/
.Actionbutton {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #00008F;
    border: 2px solid #00008F;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.Actionbutton:hover {
    background-color: #00008F;
    color: white;
    transform: scale(1.06);
}
.ActionbuttonSelected {
    background-color: #00008F;
    color: white;
}

.ActionbuttonIcon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.ActionbuttonDisabled {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 60px;
    /*font-family: "urw-din";*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #808080;
    border: 2px solid #808080;
    border-radius: 25px;
}
.ActionbuttonDisabledSelected {
    background-color: #808080;
    color: white;
}
/********************************************************************/
/***                        Accept Button                        ***/
/********************************************************************/
.AcceptButton{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #008000;
    border: 2px solid #008000;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.AcceptButton:hover {
    background-color: #008000;
    color: white;
    transform: scale(1.06);
}

.AcceptButtonnSelected {
    background-color: #008000;
    color: white;
}
.AcceptButtonIcon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.AcceptButtonDisabled {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #808080;
    border: 2px solid #808080;
}
.AcceptButtonDisabledSelected {
    background-color: #808080;
    color: white;
}
.AcceptText {
    color: #008000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.AcceptIcon {
    background-color: #008000 ;
    border-color: #008000;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    width: 80%;
}
/********************************************************************/
/***                        Decline Button                        ***/
/********************************************************************/
.DeclineButton {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #E50000;
    border: 2px solid #E50000;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.DeclineButton:hover {
    background-color: #E50000;
    color: white;
    transform: scale(1.06);
}
.DeclineButtonnSelected {
    background-color: #E50000;
    color: white;
}
.DeclineButtonIcon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.DeclineButtonDisabled {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #808080;
    border: 2px solid #808080;
}

.DeclineButtonDisabledSelected {
    background-color: #808080;
    color: white;
}
.DeclineText {
    color: #E50000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.DeclineIcon {
    background-color: #E50000;
    border-color: #E50000;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    width:80%;
}
/********************************************************************/
/***                    Outstanding Button                        ***/
/********************************************************************/
.OutstandingText {
    color: #FFA500;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.OutstandingIcon {
    background-color: #FFA500;
    border-color: #FFA500;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    width: 80%;
}
/********************************************************************/
/***                    Button Container                          ***/
/********************************************************************/
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1px;
}
/********************************************************************/
/***                    Loading Spinner                           ***/
/********************************************************************/
.LoadingSpinner {
    font-size: 1.0rem;
    /*font-family: "urw-din";*/
    color: #00008F;
}
.fa {
    display: inline-block;
}
.Wait {
    position: fixed;
    top: 36%;
    left: 50%;
}
/********************************************************************/
/***                   Large Icon Button                          ***/
/********************************************************************/
.LargeIconbutton {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 10px;
    width: 160px;
    height: 170px;
    text-align: center;
    text-decoration: none;
    margin: 6px 1px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #00008F;
    border: 2px solid#00008F;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 0.8rem;
    /*font-family: "urw-din";*/
}
.multi-button li {
    display: inline;
    text-align: center;
}
.multi-button-classic li {
    display: inline;
    text-align: center;
}
.LargeIconbutton i {
    font-weight: 600;
    font-size: 3.0rem;
}
.LargeIconbutton:hover {
    background-color: #00008F;
    color: white;
    transform: scale(1.06);
}
.LargeIconbuttonSelected {
    background-color: #00008F;
    color: white;
}
.LargeIconbuttonIcon {
    padding-bottom: 20px;
    padding-top: 20px;
}
.LargeIconbuttonDisabled {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 10px;
    width: 150px;
    height: 170px;
    /*font-family: "urw-din";*/
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: #808080;
    border: 2px solid #808080;
    border-radius: 25px;
}
.LargeIconbuttonDisabledSelected {
    background-color: #808080;
    color: white;
}
/********************************************************************/
/***                     YesNo-multi-button                       ***/
/********************************************************************/
.YesNo-multi-button {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 8px 6px;
}
.YesNo-multi-button li {
    float: left;
    margin: 0 0 0 0;
    width: 100px;
    height: 34px;
    position: relative;
    font-weight: 600;
    font-size: 0.8rem;
    /*font-family: "urw-din";*/
}
.YesNo-multi-button label, .YesNo-multi-button input {
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid#00008F;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
.YesNo-multi-button input[type="radio"] {
    opacity: 0.011;
    /*z-index:100;*/
}
.YesNo-multi-button input[type="radio"]:checked + label {
    border: 1px solid#00008F;
    background: #00008F;
    color: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}
.YesNo-multi-button input[type="checkbox"] {
    opacity: 0.011;
    /*z-index:100;*/
}
.YesNo-multi-button input[type="checkbox"]:checked + label {
    border: 1px solid#00008F;
    background: #00008F;
    color: #fff;
}
.YesNo-multi-button label {
    /*padding:5px;*/ /*Add this back in if not using bootstrap*/
    background-color: #fff;
    color: #00008F;
    border: 1px solid#00008F;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.0rem;
     /*font-family: "urw-din";*/
    /*z-index:90;*/
}
.YesNo-multi-button label:hover {
    color: #fff;
    border: 1px solid#00008F;
    background: #00008F;
    transform: scale(1.08);
}
/********************************************************************/
/***                     AutoComplete Loading                     ***/
/********************************************************************/
.ui-autocomplete-loading {
    background: #fff url('../lib/jqueryui/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

/********************************************************************/
/*** End of AutoComplete Loading ***/
/********************************************************************/

/*** START - jQuery range slider selectors ***/
.slider-change-colour {
    background-color: #000087; /* Background colour that is applied as handle moves across slider */
}

/********************************************************************/
/***                 Text Editor- Columns                       ***/
/********************************************************************/

.TextEditor_Content_TwoColumns {
    /* border: 2px solid #c90076;
    border-bottom-color: #FF5733;
    box-sizing: border-box;*/
    position: relative;
}

.TextEditor_Content_TwoColumns {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal-width columns */
    gap: 20px; /* Gap between columns */
}

.TextEditor_Content_TwoColumns_Left_Column, .TextEditor_Content_TwoColumns_Right_Column {
    border: 2px solid #FF5733;
    padding: 10px; /* Optional: Add padding inside the columns */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    /*max-height: 29.7cm;*/
    height: 29.7cm;
    overflow: hidden;
}



/********************************************************************/
/***                 Text Editor- CoverPage                       ***/
/********************************************************************/
.CoverPageContainer {
    position: relative;
    height: 1315.5px;
    width: 930px;
    overflow: hidden;
}

.CoverPageImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.CoverPageContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    padding: 20px;
    overflow: auto;
}
/********************************************************************/
/***                        Login Form                            ***/
/********************************************************************/
.FormContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.LoginForm {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    border: 2px solid #FAFAFA;
    background-color: #FFFFFF;
    height: 570px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    padding: 40px;
    width: 450px;
    padding:50px;
}
.LoginButton {
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #00008F;
    border: 2px solid #00008F;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    width:98%;
}
.ForgotPassword {
    color: #00008F;
    font-weight:600;
    text-align:left;
    display:block;
    padding-left:10px;
}
.Login-Back {
    color: #00008F;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-left: 10px;
}
.Login-Logo {
    width: 60px;
    height: 60px;
    text-align:center;
}
.Login-Welcome {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 27px;
    color: #00008F;
    font-weight: 700;
}
.Login-SystemName {
    font-family: 'Source Sans Pro', Century Gothic, Arial, Verdana, Sans-Serif;
    font-size: 16px;
    color: #44463E;
    font-weight: 500;
}
.LoginEmail {
    border-radius:0px;
}
.LoginPassword {
    border-radius: 0px;
}
.LoginButton_ResendCode {
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #00008F;
    border: 2px solid #00008F;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    width:80%;
}
.ResendCodeContainer {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
