/*
 * Font face
 */
@font-face {
    font-family: 'DB HelvethaicaMon X';
    src: url('/fonts/Regular/DBHelvethaicaMonXReg.eot');
    src: url('/fonts/Regular/DBHelvethaicaMonXReg.eot?#iefix') format('embedded-opentype'), url('/fonts/Regular/DBHelvethaicaMonXReg.woff2') format('woff2'), url('/fonts/Regular/DBHelvethaicaMonXReg.woff') format('woff'), url('/fonts/Regular/DBHelvethaicaMonXReg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB HelvethaicaMon X Bold';
    src: url('/fonts/Bold/DBHelvethaicaMonX-75Bd.eot');
    src: url('/fonts/Bold/DBHelvethaicaMonX-75Bd.eot?#iefix') format('embedded-opentype'), url('/fonts/Bold/DBHelvethaicaMonX-75Bd.woff2') format('woff2'), url('/fonts/Bold/DBHelvethaicaMonX-75Bd.woff') format('woff'), url('/fonts/Bold/DBHelvethaicaMonX-75Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* included only when we don't want to use fonts from google server */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-300.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-400.woff) format('woff');
}

:root {
    --ca-color: rgb(239, 160, 68);
    --backdrop: rgb(236, 236, 236);
    --font-size: 20px;
}

body {
    margin: 0;
    line-height: 1.15 !important;
    font-family: 'DB HelvethaicaMon X';
    font-size: var(--font-size);
}

.navbar-container {
    background-color: #F6B436;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    height: 45px;
    z-index: 10;
    padding-right: 5%;
    padding-left: 5%;
}

.left-blog {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
}

.margin-left-8 {
    margin-left: 8px;
}

.tag {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding: 0 8px;
    color: #FFFFFF;
    background-color: #FBB034;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    pointer-events: none;
}

.app-logo {
    width: 65px;
    height: 45px;
    pointer-events: none;
}

.app-logo-new {
    height: 45px;
    pointer-events: none;
}

.app-logo-summary {
    max-height: 75px;
    max-width: 200px;
    pointer-events: none;
}

.company-logo-new {
    max-height: 65px;
    pointer-events: none;
}

.sca-logo {
    height: 15px;
    width: 15px;
    pointer-events: none;
}

.btn-nav-logo {
    pointer-events: none;
}

.subnavbar {
    position: relative;
    display: inline-block;
}

.subnavbar-btn {
    height: 45px;
    width: auto;
    font-family: 'DB HelvethaicaMon X';
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    background-color: #F6B436;
    border: none;
    outline: none;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.subnavbar-btn-icon {
    height: 9px;
    padding-left: 5px;
}

.subnavbar-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

    .subnavbar-content a {
        display: block;
        color: #000000;
        padding: 8px;
        text-decoration: none;
    }

        .subnavbar-content a:hover {
            background-color: #ddd;
        }

.subnavbar:hover .subnavbar-content {
    display: block;
}

.right-blog {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.user-info {
    display: flex;
    flex-direction: row;
}

.user-info-profile {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}

.user-info-profile-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

.user-info-profile-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.bg-primay-set {
    background-color: #F6B436;
}

.ml-logo {
    margin-left: 4rem !important;
}

.navbar-text {
    font-family: 'DB HelvethaicaMon X';
    font-size: var(--font-size);
    font-weight: 600;
    color: #000000;
}
/*
   * Button
   */
.button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.button-content {
    display: inline-block;
    margin: 0 -5px;
}

.btn {
    height: 30px;
    padding: 2px 16px;
    font-family: 'DB HelvethaicaMon X';
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    border-width: 0;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .btn.primary {
        background-color: #FBB034;
    }

    .btn.secondary {
        background-color: #D1D1D1;
    }

    .btn.spacial-1 {
        background-color: #3A8358;
    }

    .btn.spacial-2 {
        background-color: #AD0505;
    }

.btn-radius {
    border-radius: 4px;
}

.btn-disabled {
    opacity: 0.3 !important;
    cursor: default !important;
}

.btn:hover {
    opacity: 0.7;
}

.btn-space {
    margin: 0 5px;
}

/*
   * Graph
   */
.graph {
    padding: 24px 0 12px 24px;
    background-color: #FFFFFF;
}

.graph-header {
    display: flex;
    flex-direction: row;
}

    .graph-header .flow-title {
        font-size: 24px;
        line-height: 22px;
        font-weight: 700;
        letter-spacing: 0em;
    }

.graph .button-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.graph-container {
    margin-top: 4px;
    overflow: hidden;
    /* height screen + navbar + graph header height */
    height: calc(100vh + 45px + 34px);
    /* height screen - navbar - graph header height - footer */
    max-height: calc(100vh - 45px - 34px - 25px);
}

    .graph-container .flow-name {
        margin-left: 18px;
        font-size: var(--font-size);
        line-height: 22px;
        font-weight: 500;
        letter-spacing: 0em;
        cursor: pointer;
    }

        .graph-container .flow-name .highlight {
            color: #FF8400;
        }

.graph-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.graph-item-topic {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42px;
    min-width: 42px;
}

.graph-item-line {
    width: 3px;
    height: 12px;
    background-color: #A9A9A9;
}

    .graph-item-line.hide {
        background-color: transparent;
    }

.graph-item-circle-large {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D1D1D1;
    cursor: pointer;
}

.graph-item-circle-small {
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D1D1D1;
    cursor: pointer;
}

.graph-item-circle-image {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.graph-item-circle-large span, .graph-item-circle-large div {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.graph-item-circle-large.green, .graph-item-circle-small.green {
    background-color: #3A8358;
}

.graph-item-circle-large.blue, .graph-item-circle-small.blue {
    background-color: #3B67C9;
}

.graph-item-circle-large.red, .graph-item-circle-small.red {
    background-color: #AD0505;
}

.graph-item-circle-large.primary, .graph-item-circle-small.primary {
    background-color: var(--primary);
}
/*
   * Breadcrumb
   */
ul.breadcrumb {
    padding: 0;
    list-style: none;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 20px;
        line-height: 24px;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: '>';
        }

        ul.breadcrumb li a {
            color: #365BC8;
            text-decoration: none;
        }
/*
   * Select
   */
.custom-select-label {
    font-size: var(--font-size);
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    margin-right: 8px;
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 24px;
    font-family: 'DB HelvethaicaMon X';
    border-color: transparent;
}

    .custom-select-trigger:focus {
        outline: initial !important;
    }

.select2:focus {
    outline: initial !important;
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0;
    background: #ffffff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 16px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.5s;
}

    .custom-option:hover {
        cursor: pointer;
        background-color: #d1d1d1;
    }

    .custom-option.selected {
        color: #333333;
        background-color: #ffffff;
    }

.arrow {
    position: relative;
    height: 15px;
    width: 15px;
}
/*
   * Footer
   */
.footer-container {
    position: fixed;
    bottom: 0;
    min-height: 25px;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    background-color: #333333;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 9;
}

    .footer-container div, .footer-container span {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #FFFFFF;
    }

.footer-container-env {
    float: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-container-text {
    float: right;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
}
/*
   * Body
   */
.flow-wrapper {
    width: 100%;
    background-color: #f7f7f7;
}

.screen-container {
    padding: 61px 0px 25px 0px;
    min-height: calc(105vh - 45px);
    max-width: 90%;
    margin: auto;
}

.form-fillin-wrapper {
    width: 100%;
    background-color: #f7f7f7;
}

.form-fillin-container {
    display: flex;
    padding-top: 45px;
    padding-bottom: 0px;
    min-height: calc(100vh - 45px);
    max-width: 90%;
    margin: auto;
}

.form-preview-wrapper {
    width: 100%;
    background-color: #F7F7F7;
}

.form-preview-container {
    display: flex;
    padding-top: 45px;
    padding-bottom: 25px;
    min-height: calc(100vh - 45px);
    max-width: 1140px;
    margin: auto;
}

.screen-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 32px 0px 36px 0px;
}

.screen-header-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
}

.search-bar {
    background: #efefef;
    border-radius: 10px;
    padding: 17px 16px;
    min-height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.search-bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list-bar {
    background: #d3d3d3;
    border-radius: 10px;
    padding: 10px 16px;
    min-height: 56px;
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.list-bar-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.board-meeting {
    margin-top: 16px;
}

.board-meeting-group {
    background: #efefef;
    padding: 4px 12px 8px 12px;
    border-radius: 4px;
}

.board-meeting-group-menu {
    display: flex;
    min-height: 30px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.menu-text {
    margin-left: 4px;
}

.board {
    margin: 4px 0px 4px 0px;
}

.board-header {
    padding: 8px;
    background: #50b178;
    border-radius: 4px 4px 0px 0px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.board-header-menu-container {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.placeholder-color {
    color: #999999
}

.activity-node-container {
    margin: 24px 0 24px;
}

.date {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
}

.note-container {
    width: 50%;
    height: 100%;
    background: #c3e2cf;
    border-radius: 10px;
}

.note-text {
    font-size: 20px;
    line-height: 24px;
    margin: 16px;
    color: #2C5CC8;
}

.board-header-container {
    display: flex;
    flex-direction: column;
}

.board-header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text {
    font-style: normal;
    /* font-weight: 500; */
    font-size: 20px;
    line-height: 24px;
    display: flex;
}

.board-header-title-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.board-header-right-title-container {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.user-info {
    display: flex;
    flex-direction: row;
}

.id {
    margin-left: 4px;
}

.chevron-down {
    margin-left: 8px;
    width: 9.3;
    height: 15;
}

.activity-node {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 0px 0px 16px;
}

.activity-node-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 0px 0px 16px;
}

.node-wrapper {
    width: 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.node-wrapper-large {
    width: 32px;
    height: 32px;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D1D1D1;
    color: white;
    font-weight: 800;
    font-size: x-large;
    cursor: pointer;
}

.description {
    margin-left: 8px;
}

.board-body {
    background: rgba(80, 177, 120, 0.2);
    border-radius: 0px 0px 10px 10px;
    padding: 0 16px 0 16px;
    display: flex;
    justify-content: space-between;
}

.line-straight {
    width: 2px;
    height: 11px;
    background-color: #9a9a9a;
}

.circle {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    display: flex;
    justify-self: center;
    z-index: 1;
}

.grey {
    background-color: #d1d1d1;
}

.grey-link {
    color: #9da6ad;
}

.blue {
    background-color: #3b67c9;
}

.blue-link {
    color: #2c5cc8;
}

.red-link {
    color: #AD0505;
}

.yellow-link {
    color: #FBB034;
}

.light-blue {
    background-color: rgba(59, 103, 201, 0.5);
}

.light-grey {
    background-color: #9da6ad;
}

.light-white {
    background-color: #FFF;
}

.transparent {
    background-color: transparent;
}

.italic {
    font-style: italic;
}

.form-left-column {
    width: 25%;
    min-width: 254px;
    z-index: 2;
    background-color: #ffffff;
}

.form-right-column {
    width: 75%;
    background-color: #f7f7f7;
}

.form-full-column {
    width: 100%;
    background-color: #ffffff;
}

.form-content {
    position: relative;
    padding: 12px;
    margin-left: 36px;
    overflow: auto;
    /* height screen + navbar + upper height */
    height: calc(100vh + 45px + 34px);
    /* height screen - navbar - upper height - footer */
    max-height: calc(105vh - 45px - 100px - 25px);
}

.form-footer {
    position: relative;
    padding: 12px;
    margin-left: 36px;
}

.form-card {
    width: 100%;
    background-color: #efefef;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 32px;
    font-size: var(--font-size);
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

    .form-card:first-child {
        margin-top: 0;
    }

.form-card-header {
    height: fit-content;
    background-color: #8a8a8a;
    border-radius: 5px 5px 0px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #ffffff;
    padding: 8px 16px 8px 16px;
}

.form-card-body {
    padding: 16px 16px 8px 16px;
}

.form-card-title {
    font-size: var(--font-size);
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
}

.card {
    background: #e0e0e0;
    border-radius: 4px;
    padding: 16px;
}

.card-title {
    font-size: var(--font-size);
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.card a {
    text-decoration: none;
    color: #365bc8;
}

.input-section {
    margin: 0 0 24px 0;
}

.footer-2nd-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 8px 0 8px 0;
}

.input-2ndsection-container {
    justify-content: flex-start;
}

.label {
    font-size: var(--font-size);
    color: black;
}

.label-icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.table-header-container {
    background: #8a8a8a;
    border-radius: 5px 5px 0px 0px;
}

.table-header-container {
    background: #8a8a8a;
    border-radius: 5px 5px 0px 0px;
}

.table-header-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 8px;
    color: white;
}

.label-container {
    display: flex;
    flex-direction: row;
    margin-right: 8px;
    align-items: center;
}

.label-2ndsection-container {
    min-width: 220px;
    justify-content: flex-end;
}

.unit-text {
    color: blue;
}

.enforce-label {
    font-size: 23% !important;
    color: #AD0505 !important;
    vertical-align: super;
}

.enforce-label2 {
    color: #AD0505 !important;
}

.text-danger-set {
    color: #AD0505 !important;
}

.hint-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a8a8a;
}

.input-field-desc {
    height: auto !important;
}

.meeting-detail-stage {
    margin-top: -25px !important;
    padding-bottom: 10px !important;
}

.meeting-detail-stage-text {
    font-size: 22px !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

.btn-width {
    min-width: 80px !important;
}

.dropdown-toggle:after {
    vertical-align: middle !important;
}

.dropdown-menu > a:hover {
    background-image: none;
    background-color: #F6B436;
}

.navbar-light .navbar-text {
    color: #000;
}

.container-proxy {
    width: 100%;
    background-color: #F6B436;
    border-radius: 4px;
    padding: 6px 12px 6px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.125);
    vertical-align: middle;
}

.vertical-seperator {
    width: 0px !important;
    border-right: 1px solid rgba(233, 153, 0, 1);
}

.proxy-collapse {
    margin: 4px 0px 4px 0px;
}

.proxy-collapse-header {
    background: #fff;
    border-radius: 4px 4px 0px 0px;
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.proxy-collapse-header-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    min-width: 10%;
}

.proxy-collapse-body {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 16px 16px 16px 16px;
    display: flex;
    justify-content: space-between;
}

.table-list-proxy {
    border-collapse: collapse;
    width: 100%;
    margin-top: 12px;
    border-radius: 4px;
}

    .table-list-proxy thead tr, .table-list-proxy tfoot tr {
        background: #8A8A8A;
        color: #ffffff;
    }

    .table-list-proxy th {
        height: 40px;
        text-align: left;
        padding: 0 12px;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .table-list-proxy td {
        height: 30px;
        text-align: left;
        padding: 0 12px;
        word-break: break-all;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .table-list-proxy tbody tr {
        background-color: #FFFFFF;
    }

        .table-list-proxy tbody tr:nth-child(even) {
            background-color: #dddddd;
            background: #EFEFEF;
        }

    .table-list-proxy .table-menu-item {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .table-list-proxy .table-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .table-list-proxy .table-head-end {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .table-list-proxy .table-menu-item-right {
        text-align: right;
    }

    .table-list-proxy tr:first-child th:first-child {
        border-top-left-radius: 4px;
    }

    .table-list-proxy tr:first-child th:last-child {
        border-top-right-radius: 4px;
    }

    .table-list-proxy tr:last-child td:first-child {
        border-bottom-left-radius: 4px;
    }

    .table-list-proxy tr:last-child td:last-child {
        border-bottom-right-radius: 4px;
    }

.table-list-proxy-footer {
    padding: 5px 12px;
    margin-bottom: 32px;
}

.primary-set {
    color: #F6B436;
}

.primary-set-light {
    color: rgb(246, 180, 54, 0.4);
}

.bg-primay-set-light {
    background-color: rgb(246, 180, 54, 0.4);
}

.proxy-collapse-border {
    border: 1px solid #D1D1D1;
    border-radius: 4px;
}

.btn-xl {
    min-height: 40px;
    min-width: 120px;
    font-size: var(--font-size);
    vertical-align: middle;
}

.bg-ca {
    background-color: var(--ca-color) !important;
}

.text-ca {
    color: var(--ca-color);
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.login-container {
    padding: 0px 0px 0px 0px;
    min-height: calc(100vh - 45px);
    max-width: 90%;
    margin: auto;
}

.border-black {
    border: 1px solid #000000 !important;
}

.border-normal {
    border: 1px solid #000000 !important;
}

.border-gray {
    border: 1px solid #D1D1D1 !important;
}

.h-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #D1D1D1;
    line-height: 0.1em;
    margin: 30px 0 30px;
}

    .h-text span {
        color: #D1D1D1;
        background: #fff;
        padding: 0 10px;
    }

.container-fluid {
    background-color: var(--backdrop);
    min-height: 100vh;
}

.bg-set-white {
    background-color: #FFFFFF !important;
}

.font-body {
    font-size: var(--font-size);
}

.table-open-meeting {
    border-collapse: collapse;
    width: 100%;
    margin-top: 16px;
    border-radius: 4px;
}

    .table-open-meeting thead tr, .table-open-meeting tfoot tr {
        background: #8A8A8A;
        color: #ffffff;
        padding: 0 12px;
    }

    .table-open-meeting th {
        text-align: left;
    }

    .table-open-meeting td {
        height: 30px;
        text-align: left;
        word-break: break-all;
    }

.graph-container-m {
    margin-top: 4px;
    overflow: auto;
    min-height: 100%;
    /* height screen + navbar + graph header height */
    /*height: calc(100vh + 45px + 34px);*/
    /* height screen - navbar - graph header height - footer */
    /*max-height: calc(100vh - 45px - 34px - 25px);*/
}

    .graph-container-m .flow-name {
        margin-left: 18px;
        font-size: var(--font-size);
        line-height: 22px;
        font-weight: 500;
        letter-spacing: 0em;
        cursor: pointer;
    }

        .graph-container-m .flow-name .highlight {
            color: #FF8400;
        }

.bg-gray-set {
    background-color: #8a8a8a;
    color: white
}

.bg-gray-set-light {
    background-color: rgb(138,138,138, 0.1);
}

.badge-outline-secondary {
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.badge-outline-success {
    color: var(--success);
    border: 1px solid var(--success);
}

.badge-outline-info {
    color: var(--success);
    border: 1px solid var(--info);
}

.badge-outline-set {
    color: var(--ca-color);
    border: 1px solid var(--ca-color);
}

.badge-font-secondary {
    color: var(--secondary);
    font-size: 20px;
}

.badge-font-success {
    color: var(--success);
    font-size: 20px;
}

.badge-font-info {
    color: var(--info);
    font-size: 20px;
}

.badge-font-set {
    color: var(--ca-color);
    font-size: 20px;
}

.badge-width {
    min-width: 80px;
}

.badge-q-width {
    min-width: 120px;
}

@media only screen and (max-device-width : 767px) {
    .badge-font-secondary {
        color: var(--secondary);
        font-size: 16px;
    }

    .badge-font-success {
        color: var(--success);
        font-size: 16px;
    }

    .badge-font-set {
        color: var(--ca-color);
        font-size: 16px;
    }

    .badge-width {
        min-width: 60px;
    }

    .badge-q-width {
        min-width: 90px;
    }
}

a.active {
    box-shadow: 0 4px 0 var(--ca-color);
}

ul.normal {
    border-bottom: 4px solid #D1D1D1;
    border-radius: 0px;
}

.nav-link {
    color: rgb(0, 0, 0);
    font-weight: 500
}

    .nav-link:hover {
        color: var(--ca-color);
    }

.nav-pills .nav-link.active {
    color: black;
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600
}

.btn-primary-blue {
    background-color: #007bff;
    color: #fff;
}

    .btn-primary-blue:hover {
        background-color: #007bff;
        color: #fff;
        opacity: 1.0;
    }

.border-left-primary-q {
    border-left: 7px solid #F6B436;
    border-top: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}

.mobile-input {
    font-size: 20px;
    width: 100% !important;
}

span.field-validation-error {
    white-space: pre-line;
}

.input-field[type="text"]:read-only, .input-field[readonly="readonly"], .input-field[readonly] {
    background: #e6e6e6;
}

.header-login {
    font-size: 30px;
    padding-bottom: 10px;
}

.nounderline {
    text-decoration: none !important
}

.custom-control-input ~ .custom-control-label::before {
    background-color: #fff;
    background-size: contain;
    border: 1px solid #ced4ba;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--ca-color);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--ca-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: transparent;
    box-shadow: none;
}

.text-limit {
    word-wrap: break-word;
    max-width: 400px;
    height: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

    .text-limit.show {
        word-wrap: break-word;
        max-width: 400px;
        height: auto !important;
        overflow: unset;
    }

.dim {
    opacity: 0.5;
}

*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}

.summary-logo {
    position: absolute;
}

@media only screen and (max-device-width : 666px) and (orientation: portrait) {
    .summary-logo {
        position: relative;
        align-items: center;
    }
}

.delete-file {
    color: inherit;
}

.btnDeleteFile {
    cursor: pointer;
}

.btnDeleteWallet {
    cursor: pointer;
}

.btnDeleteFileProxy {
    cursor: pointer;
}

.backdroup {
    background-color: var(--backdrop);
}

.col-form-label,
.form-control,
.form-check-input {
    font-size: 1.25rem;
}

.col-form-label,
.form-label {
    font-weight: bolder;
}

.required::after {
    content: " *";
    color: red;
}

.text-label-size {
    font-size: 20px !important;
}

.height-32 {
    height: 32px;
}

.line-height-initial {
    line-height: initial !important;
}

.number-summary {
    font-size: 24px;
}

.table-summary-display {
    width: 100%;
}

.table-fixed {
    table-layout: fixed;
}

@media only screen and (max-device-width : 576px) {
    .number-summary {
        font-size: 20px;
    }
}

.table-proxy-vote th {
    border: 1px solid !important;
    white-space: nowrap !important;
}

.table-list tbody tr:nth-child(even) {
    background: #FFFFFF !important;
}

.table-proxy-vote td {
    border: 1px solid #e5e5e5 !important;
}

    .table-proxy-vote td:not(:first-child) {
        white-space: nowrap !important;
    }

.min-w-90px {
    min-width: 90px;
}