html {
    height: 100%;
}

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

#app {
    height: 100%;
}

main {
    height: 100%;
}

.content {
    margin-top: 100px;
}

table tfoot th {
    border-top: 2px solid #dee2e6 !important;
}

.mar-right-10 {
    margin-right: 10px !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.karbon_button {
    background-color: rgb(38, 26, 52);
    color: white;
}

.karbon_icon {
    filter: invert(100%)
}

.button_loading {
    background-image: url(../img/layout/loading.svg?2023-07-20);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.full-height { height: 100% }

.min-height100 { min-height: 100% }

.table td {
    vertical-align: middle;
}

h3 {
    padding: 10px 0 10px;
}

.tab-content > .tab-pane {
    margin-top: 10px;
}

.reportList {
    cursor: pointer;
}

/*
	Bootstrap changes
*/

a { color: #307FE2; }

.breadcrumb { background-color: #D9D9D6; }

.nav-pills .nav-link.active {
    background-color: #D9D9D6;
    color: #307FE2;
}

/*
	Nav
*/

.navbar { background-color: #00003d !important; }
.navbar .nav-item::after{content:'';display:block;width:0;height:2px;background:#0bbbef;}
.navbar .nav-item:hover::after{width:100%;transition: 0.2s;}
.navbar .nav-link{padding:15px 5px; color:white;}
.navbar .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#0bbbef;font-weight: 500}

/*
	Footer
*/

#footer {
    margin: 20px 0;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    opacity: 0.5;
}

@media (max-width: 768px) {
    #footer {
        font-size: 12px;
    }
}

/*

	Steps
*/

.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
    height: 40px;
}

.step .step-item:not(:first-child)::before {
    background: #319B42;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item p {
    color: #acb3c2;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none;
}

.step .step-item p::before {
    background: #319B42;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: .9rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: .9rem;
    z-index: 1;
}

.step .step-item.active p::before {
    background: #fff;
    border: .1rem solid #319B42;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item p::before {
    background: #e7e9ed;
}


/*
	Dashboard
*/

#dashboard-container {
    padding: 0px;
}

#dashboard-container a {
    color: #212529;
}

#dashboard-container .client {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#dashboard-container .client:before,
#dashboard-container .client:after {
    content: '';
    border-top: 1px solid #7f7f7f;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

#dashboard-container .client:after {
    margin: 0 0 0 20px;
}

#dashboard-container #documents .date {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 6px;
}

#dashboard-container #documents .date:after {
    content: '';
    border-top: 1px solid #f3f3f3;
    margin: 0 20px 5px 20px;
    flex: 1 0 20px;
}

#dashboard-container #documents .document {
    padding-left: 10px;
}

#dashboard-container #documents .document a:hover {
    color: #7f7f7f;
    text-decoration: none;
}

#dashboard-container .card-announcement {
    margin-bottom: 12px;
}

#dashboard-container .card-announcement img {
    height: 57px;
}

@media (max-width: 768px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 769px) {
    .card-columns {
        column-count: 2;
    }
}


/*
	Account Management
*/

.account-menu {
    margin-bottom: 0;
}
.account-menu>a{
    margin-bottom: 0;
    color:#000000;
    font-weight: bold;
}
.account-menu>a:hover{
    background-color: #f5f5f5;
}

.account-menu>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
.account-menu>a.active {
    background-color: #110b36 !important;
    color: #FFFFFF !important;
}
.account-menu>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    /*top: 50%;*/
    /*margin-top: -13px;*/
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #110b36;
}

.account-content > .tab-pane {
    padding-left:20px;
}

/*
	Profile
*/

.myaccount-setting {
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #D9D9D6;
    border-radius: 10px;
    cursor: pointer;
}

.myaccount-setting-detail {
    margin-top: 20px;
    width: 100%;
}

.mfa-steps { display: none; }

.mfa-prev {
    float: left;
    margin: 10px;
}

.mfa-next {
    float: right;
    margin: 10px;
}

/*
	Document
*/

#loading-pdf {
    width: 100%;
    margin-top: 30px;
}

#unknown-preview {
    height: fit-content;
    padding: 40px;
    min-height: 180px;
    width: calc(100% - 20px);
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 0;
    cursor: pointer;
}

#unknown-preview img {
    height: 50%;
    width: 50%;
    margin: auto;
    display: block;
    margin-top: 5px;
    opacity: 0.5;
}

#pdf-canvas {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 0;
    cursor: pointer;
}

#preview-overlay {
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
    background: #616161f7;
    color: white;
    z-index: 100;
}

#preview-overlay:before, #preview-overlay:after {
    content: "";
    position: absolute;
}

#preview-overlay:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #464646;
    border-left: 10px solid transparent;
}

#preview-overlay:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #464646;
    border-right: 10px solid transparent;
}

#preview-overlay a {
    color: #fff;
}

#preview-title {
    font-size: 30px;
}

#preview-download {
    font-size: 18px;
}

.pdf-content {
    border: 1px solid #000000;
}

#notes-area {
    border: 1px solid black;
    padding: 5px;
}

#notes-area > legend {
    width: 15%;
}

.display-5 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: center;
}

#signature-area {
    border: 1px solid #ced4da;
    border-radius: 4px;
    min-height: 116px;
}

#signature-drawn {
    /* margin: 0 10% 5%; */
    min-height: 75px;
}

#signature-typed {
    font-family: 'Satisfy', cursive;
    font-size: 3em;
    border-bottom: 2px dashed #b3b3b3;
    margin: 20px 40px;
    min-height: 75px;
}

#signature {
    font-family: 'Satisfy', cursive;
    font-size: 40px;
}

/*
	Document Inbox
*/

.inbox-container {
    margin: 15px 0;
}

#selected-toolbox {
    padding-top: 10px;
}

#selected-toolbox button {
    min-width: 32px;
}

.inbox-container table td {
    padding: 0.6rem;
}

.inbox-container .document-row {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.inbox-container .document-row:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.badge-arrow-success {
    border-left-color:#28a745;
}

.badge-arrow-danger {
    border-left-color:#dc3545;
}

.badge-arrow-danger {
    border-left-color:#dc3545;
}

.badge-arrow-right {
    position: relative;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    margin-right:10px;
}

.badge-arrow-right:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 9px;
    border-bottom-width: 9px;
    border-left-color: inherit;
    margin-top: -9px;
}

@media (max-width: 768px) {

    .inbox-container table {
        width: auto;
        margin-left: -14px;
        margin-right: -14px;
    }

    .inbox-container table td {
        vertical-align: top;
    }

    .inbox-container .col {
        width: 1px;
        /* flex-grow: 0.4; */
    }

    .inbox-container .title {
        display: block;
        line-height: 1.5rem;
        min-width: 245px;
    }

    .inbox-container .date {
        min-width: 80px;
        text-align: center;
        line-height: 1.5rem;
    }
}

@media (min-width: 769px) {
    .inbox-container .status {
        text-align: center!important;
    }
    .inbox-container .date {
        min-width: 120px;
        text-align: right;
    }

}

.document-row .title {
    font-weight: bold;
    margin-right: 10px;
}

.document-row .details {
    color: #afafaf;
    font-size: 14px;
}

.document-row:hover {
    border: 1px solid #2cb6c5;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.09);
    box-shadow: 0px 5px 5px -4px rgba(0,0,0,0.09);
    cursor: pointer;
}

.document-row .shortcut-buttons {
    /* display:none; */
    position: absolute;
    right: 0;
    background-color: white;
    width: 70%;
}

.document-row .shortcut-buttons button {
    border-radius: 15px;
    line-height: normal;
    border: 1px solid #dadada;
    width: 40px;
    background-color: white;
    color: #696969;
}

.document-row .shortcut-buttons button:hover {
    background-color: #f3f3f3;
    color: #696969;
}

.document-row .pretty {
    margin: 0;
}

.document-options > button {
    color: #cccccc;
}

.document-options > button:hover {
    color: #2cb6c5;
}

@media (max-width: 769px) {
    .document-options > button {
        display:none;
    }
}

/*
	Statements
*/

#payment-footer {
    z-index: 100;
    position: sticky;
    bottom: 0;
    padding: 10px 22px;
    background-color: rgba(45, 45, 53, 0.75);
    width: 100%;
    color: white;
}

/*

	Document Upload

*/

#html5upload{
    background-color:#373a3d;
    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);
    padding:30px;
    border-radius:3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#html5drop{
    background-color: #2E3134;
    padding: 50px;
    margin-bottom: 30px;
    border: 2px dashed #585858;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#html5drop a{
    background-color: #d1e147;
    padding:12px 26px;
    color: #343a40;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-left:12px;
    line-height:1;
}

#html5drop a:hover{
    background-color: #f8ffbd;
}

#html5drop input{
    display: contents;
    opacity: 0;
}

#html5upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
    padding:0;
}

#html5upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 60px;

    position: relative;
}

#html5upload ul li input{
    display: none;
}

#html5upload ul li p{
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 100px;
}

#html5upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#html5upload ul li canvas{
    top: 5px;
    left: 32px;
    position: absolute;
}

#html5upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/layout/upload/icons.png') no-repeat;
    position: absolute;
    top: 22px;
    right: 33px;
    cursor:pointer;
}

#html5upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#html5upload ul li.error p{
    color:red;
}

.link-primary {
    cursor: pointer;
}

.tis-admin {
    padding: 0 40px 10px 40px;
}

.br {
    border-right: 1px solid rgba(0,0,0,.1);
}


/* Dashbord alert */
.alert {
    padding: 20px;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.closebtn {
    margin-left: 15px;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* tick animation */
.circle-loader {
    margin: 1em;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}
.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}
.checkmark {
    display: none;
}
.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: '';
    left: 1.75em;
    top: 3.5em;
    position: absolute;
}
@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }
    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}

#savedMessage {
    z-index: 10;
    height: 50px;
    width: 150px;
    background-color: green;
    border-radius: 10px;
    position: fixed;
    left: calc(50% - 75px);
    color: white;
    line-height: 3;
    bottom: 60px;
    display: none;
}

.hide {
    display: none;
}

.vl {
    border-right: 1px solid #dee2e6;
    margin: 0 10px 0 10px;
}
