:root {
    --font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: var(--font-family);
  font-size: 18px;
  color: #3c3d3d;
  background-color: #d2d3d3;
}

a {
  color: #086171;
  text-decoration: none;
}

a:hover {
  color: #006271;
}

.modal-backdrop.show {
  opacity: .7;
}

.modal-backdrop {
  background-color: #969696;
}

.navbar {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav {
  flex-direction: row-reverse !important;
  margin-right: 40px;
  font-size: 16px;
}

.nav-link {
  color: #3c3d3d !important;
  text-decoration: none;
  padding: 0.445rem 1rem;
}

.nav-link:focus, .nav-link:active {
  color: #006271 !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.nav-item .nav-link {
    display: flex;
    align-items: center;
    height: 45px;
}

.panel {
    border-radius: 4px;
    background: #fff;
    padding: 45px;
    margin: 30px;
    min-height: 600px;
    line-height: 1.75em;
}

.dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
  z-index: 1021;
  border: 1px solid #d2d3d3 !important;
  min-width: 180px !important;
}

.dropdown-item {
    max-width: 95vw;
    overflow-x: hidden;
    text-overflow: ellipsis;
    height: 50px;
    padding-top: 0.8rem;
    overflow: hidden;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
  color: #006271;
  background-color: #ebf4f5;
}

/*Suffixes asterisk for required form field lables*/
label.col-form-label:has(~ div input[data-val-required], ~ div textarea[data-val-required], ~ div select[data-val-required]):after {
    content: "*";
    font-weight: bold;
    color: red;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.no-required-fields .required:after {
    content: none !important;
}

.required-indicator {
    font-weight: bold;
    color: red;
}

.logo {
  width: 180px;
  height: 60px;
  margin: 15px 45px 15px 45px;
}

.site-name {
  font-size: 34px;
  color: #2c2c2c;
}

.bg-menu {
  background-color: #ebf4f5;
  height: 50px;
}

.bg-id {
  background-color: #006271; 
  height:15px;
  color: #ffffff;
  font-size: 14px;
  padding-right: 20px;
}

.menu .li {
    height: 50px;
}

.bg-id a, .bg-id a:focus, .bg-id a:hover {
  color: #ffffff !important;
}

#impersonation-menu {
    background-color: #00424b;
    overflow: hidden;
    height: 39px;
}

#impersonation-menu img {
    vertical-align: text-bottom;
    height: 23px;
}

.btn {
  font-size: 18px;
}

.btn.btn-sm {
    font-size: 12px;
}

.btn-sm:hover, .btn-sm:focus, .btn-sm:active, .btn-sm:hover {
    font-size: 12px !important;
}

.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #006271;
    border-color: #006271;
    font-size: 16px;
}
.btn-bg-color {
    background-color: #7FB0B8 !important;
    border-color: #7FB0B8 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #208d9b;
    border-color: #006271;
    font-size: 16px;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #208d9b;
    border-color: #006271;
    font-size: 16px;
}

.btn-secondary {
    color: #fff;
    background-color: #cccccc;
    border-color: #b5b5b5;
    font-size: 16px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #b5b5b5;
    border-color: #b5b5b5;
    font-size: 16px;
}

.btn-inner {
    color: #fff;
    background-color: #879d6f;
    border-color: #64794d;
    padding: .25rem .75rem;
    font-size: .9rem;
}

.btn-inner:hover {
    color: #fff;
    background-color: #a7c389;
    border-color: #64794d;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: .5;
}

.btn.btn-primary.disabled, .btn.btn-primary:disabled, fieldset:disabled .btn.btn-primary {
  background-color: #006271;
  border-color: #006271;
}

.container, .container-fluid {
  padding: 0px;
}

.h2, h2 {
  font-size: 30px;
}

.h4, h4 {
    font-size: 24px;
    border-bottom: #d4d4d4 2px solid;
    padding: 10px 0px;
}
/* Don't allow the last child of a previous section increase the between-sections margin to > 45px */
fieldset p:last-child, fieldset ul:last-child {
    margin-bottom: 0;
}

.tooltip-inner {
  color: #3c3d3d;
  text-align: left;
  background-color: #fff;
  border: 1px solid #bebebe;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
}

.custom-tooltip-inner .tooltip-inner {
    max-width: 75% !important;
}

.custom-tooltip-inner ul {
    list-style-type: circle !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #fff !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-right-color: #fff !important;
}

.dropdown-menu.show {
  min-width: 29%;
}

.alert {
  padding: 10px;
  height: auto;
}

.alert-dismissible.alert {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    padding: 15px;
}
.alert-danger.alert-dismissible .btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ae484a'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.alert-danger {
  color: #ca7f80;
  background-color: #f2dedf;
  border-color: #d7b8b9;
}

.alert-success {
  color: #85a17a;
  background-color: #dff0d8;
  border-color: #bacfb2;
}

.alert-warning {
  color: #c4b771;
  background-color: #fcf8e3;
  border-color: #cbc396;
}

.btn-download {
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  color: #4b4b4b;
}

.btn-download:hover {
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.footer-bg-id {
  background-color: #006271;
  color: #ffffff;
  line-height: 55px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}

.footer-bg-id a {
  color: #ffffff;
}

.policy {
  border-radius: 0.25em;
  margin: 5px;
  display: inline-block;
  padding: 5px;
}

.m-l-2 {
  margin-left: -2em;
}

.m-status {
    margin-left: 10px !important;
    margin-right: 10px;
}

.m-status-message {
    margin-left: 27px !important;
}

.form-check-input:checked {
    background-color: #036271;
    border-color: #036271;
}

textarea {
    resize: auto;
}

.textarea-display {
  border: #d4d4d4 2px solid;
  line-height: 1.3;
}

.tooltip-inner {
    max-width: 500px;
}

.nav-tabs .nav-link.active {
    color: #006271 !important;
    border-color: #006271 #d2d3d3 #fff;
    border-top: 4px #006271 solid;
    border-radius: unset;
}

.dropdown:hover .dropdown-menu {
    display: block;
    right: 0px;
    position: absolute !important;
    z-index: 2000 !important; /*profile menu need to be on top to the menu navigation bar*/
    font-size: 14px;
    padding: 0px;
}

.nowrap {
    white-space: nowrap;
}

.preserve-whitespace {
    white-space: pre !important;
}

.small, small {
    font-size: 14px;
}

.important-note {
    font-size: 15px;
}

.calendar-container {
    margin-left: 12px;
}

.radio-group {
    margin-bottom: 20px;
    margin-left: 30px; /* This adds indentation to the entire radio group */
}

/* preventing text wrap */
.radio-label {
    display: flex;
    align-items: flex-start;
}
.radio-label input[type="radio"] {
    flex-shrink: 0;
    margin-top: 3px; /* Aligns radio button with first line of text */
}

.radio-text {
    margin-left: 8px;
}

.file-icon {
    margin-right: 20px;
    margin-left: 30px;
    max-width: 16px;
}

.buttonSection, .mvc-grid-result-count-placeholder {
    font-size: 12px;
}

.membershipidtextarea {
    display: block;
    width: 100%;
    padding: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color:#eeeeee;
    border: solid;
    border-width: 1px;
    border-radius:5px;
}

.w120 {
    width: 120px;
}

.w155 {
    width: 155px;
}

.btn-close:hover {
    color: #7e7e7e;
}

.modal-title {
    font-size: 30px;
}

.modal-header {
    border-bottom: 4px solid #006271;
    max-height: 80px;
}

.login-body {
    background-color: #006271;
}

#impersonation-menu .woke-operator {
    background-color: #5da72a;
}

#impersonation-menu .woke-registrar {
    background-color: #5da72a;
}

.sticky-top-impersonation {
    position: sticky;
    top: 50px;
    z-index: 1019;
}

.card {
    background-color: #f8f9f9;
}

.card-body {
    min-height: 176px;
}

.card-header {
    height: 60px;
    font-size: 20px;
    padding: 15px;
}

.card-title {
    font-size: 48px;
    text-align: center;
}

.card-text {
    text-align: center;
}

.card-text:last-child {
    font-size: 20px;
}

.bg-card {
    --bs-bg-opacity: 1;
    background-color: #006271;
    color: #ffffff;
}

.bg-card a {
    color: #ffffff;
}

.circle {
    border: 10px solid green;
    height: 125px;
    border-radius: 50%;
    width: 125px;
    margin: auto;
    padding-top: 25px;
    margin-top: 15px;
}

.h3, h3 {
    font-size: 26px;
}

.scroll-registrar-dashboard-wallets {
    max-height: 251.1px;
    overflow-y: auto;
}

.mh-287 {
    min-height: 287px;
}

.mh-225 {
    min-height: 225px;
}

.mb-31 {
    margin-bottom: -31px;
}

.lh-2-8 {
    line-height: 2.8em;
}

.tooltip.show {
    opacity: 1;
}

.mgb-0 {
    margin-bottom: 0!important;
}
.pdr-0 {
    padding-right: 0 !important;
}

.bg-white {
    background-color: white !important;
}

/* CSS for Documents page */
table.table > thead > tr > th {
    background-color: #e8e5e5;    
}

/* CSS for Subscription page */
table.subtlds {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    margin-bottom: 0;
}

table.subtlds > thead > tr > th {
    background-clip: padding-box;
    background-color: #e8e5e5;
    position: relative;
    border-bottom-color: #ccc9ca !important;
}

table.subtlds > thead > tr > th, table.subtlds > tbody > tr > td {
    border: 1px solid #bebebe;
    padding: 0.5em;
}

.scroll-table {
    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}

table.subtlds > thead > tr > th.checkCol, table.subtlds > tbody > tr > td.checkCol {
    width: 145px;
}

table.subtlds > thead > tr > th.tldCol, table.subtlds > tbody > tr > td.tldCol {
    width: 630px;
}

.subtldcheck:disabled {
    pointer-events: visible !important;
    cursor: not-allowed !important;
}

/* Removes the input number up & down arrows - Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Removes the input number up & down arrows - Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.text-danger {
    color: #fd0606 !important;
}
.text-danger-dns {
    color: #fd0606 !important;
    font-weight:400 !important;
}

.form-control[readonly] {
    background-color: #e9ecef;
}

.form-control-plaintext {
    outline: none;
}

.input-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #eee;
    pointer-events: none;
    touch-action: none;
    user-select: none;
}

.row-cols-10 {
    flex: 0 0 auto;
    width: 10%;
}

.lineImportError {
    margin-bottom: 0;
    margin-left: 5px;
}

.ql-snow img, .ql-snow svg {
    vertical-align: top;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before {
    vertical-align: top;
}
li > .ql-ui {
    position: absolute;
    top: calc(50% - 9.75px);
}
div.ql-container {
    font-family: var(--font-family);
}

div.resizable {
    resize: both;
    overflow: auto;
}

div.resizable .wysiwyg {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
}

div.resizable .ql-toolbar {
    position: sticky;
    top: 0;
    align-self: flex-start;
    z-index: 1;
    background-color: white;
    width: 100%;
}

div.resizable .ql-container {
    flex-grow: 1;
    height: unset;
    border-bottom: 0;
}

div.resizable .ql-tooltip {
    left: calc(50% - 20cqmin) !important;
}

.ql-size-small {
    font-size: 0.75em
}
.ql-size-large {
  font-size: 1.5em
}
.ql-size-huge {
  font-size: 2.5em
}

.ql-align-right {
    text-align: right;
}

.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: justify;
}

div.ql-tooltip {
    z-index: 99999999;
}

.wysiwyg-raw a {
    text-decoration: underline;
}

div.resizable.wysiwyg-raw {
    height: 250px;
    min-height: 250px;
    overflow-y: scroll;
}

.btn-info-tooltip {
    background-color: #FBFBFB;
    border-color: #b5b5b5;
    padding: 2px 10px;
    font-size: 18px;
    color: #3c3d3d;
    white-space: nowrap;
    height: 30px;
    line-height: 25px;
}

.btn-info-tooltip:hover {
    background-color: #F5F5F5;
    border-color: #b5b5b5;
    padding: 2px 10px;
    font-size: 18px;
    color: #3c3d3d;
    white-space: nowrap;
    height: 30px;
    line-height: 25px;
}

.btn-info-tooltip i {
    font-size: 18px;
    margin-left: 3px;
}

.div-center-button {
    display: flex;
    align-items: center;
}