/* 300 - Light */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* 400 - Regular */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* 500 - Medium */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* 600 - SemiBold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* 700 - Bold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* 800 - ExtraBold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}


.composite-main-content {
    background: #000;
    height: calc(100vh - 30px);
    padding-top: 6px;
    font-family: "Open Sans", sans-serif !important;
}
.d-flex {
  display: flex !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox!important;
    display: flex !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center!important;
    align-items: center !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.btn:focus-visible {
  outline: none;
  box-shadow: none;
  background: transparent;
}
button.waves-effect:focus:not(:focus-visible) {
    outline: 0;
}

#page-topbar {
  position: fixed;
  top: 3%;
  right: 0;
  left: 0;
  z-index: 9;
  background-color: var(--bs-header-bg);
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05);
}

.composite-page-content {
  padding:10px;
  background:#000;
  height: calc(100vh - 30px);
}
select.form-select:focus, select.form-select:focus-visible {
    outline: none;
}
.submit-loan {
  white-space: nowrap;
  line-height: 1.22857143;
  border: 0;
  padding: 6px 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #2e5edf 0, rgb(51 127 243) 50%, #2e5edf 100%) !important;
}

.form-label {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.15rem !important;
  color: #ffffff;
}
.form-select,
input.form-control-new {
  height: 24px !important;
  padding: 0.1rem 0.5rem !important;
  font-size: 0.85rem !important;
  background-color: transparent;
}
.form-select,
input.form-control-new::placeholder {
 color:#b8bcc3;
}
.sectionStyle {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  min-height: 40px;
}
.sectionStyle, .accordion-item-section {
	  margin-bottom: 10px;
}
.sectionStyle, .accordion-item-section{
  background: #0D0D0D;
  border: 1px solid #494f5d;
}
.submitbox.d-flex {
    justify-content: right;
    margin-bottom: 6px;
}
.submit-loan:focus {
    outline: none !important;
}
.composite-reset-btn:hover {
    background: linear-gradient(90deg, #2e5edf 0, rgb(51 127 243) 50%, #2e5edf 100%);
    color: #fff;
    transition: background-position 0.4s ease;
}
.webhd,
.webhd-simple {
  font-size: 0.85rem !important;
 /*  background: #0c0d0f !important; */
  color:#3476c8 !important;
  text-transform: uppercase;
}
.webhd {
  padding: 6px 0px !important;
 /*  border-radius: 6px !important;
  border: 1px solid #292d36 !important; */
}
/* .webhd-position {
  position: absolute;
  top: -20px;
} */
.webhd-simple {
  border-radius: 6px;
}
.form-control-new:focus {
  background-color: #141415;
  border-color: #2d3448;
}
.accordion-item-section {
  position: relative;
  border-radius: 4px;
  padding: 4px 10px;
  min-height: 30px;
}
.accordion-button-custom {
  padding: 0;
  background: 0 0;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.file-submit {
      padding: 4px 12px;
    font-size: 0.85rem;
    position: absolute;
    right: 16px;
    top: 45px;
    min-width: 130px;
}
.composite-refresh-btn
 {
    top: 14px !important;
    right: 15px !important;
     padding: 4px 10px !important;
}
.document-tab {
  min-width: 155px;
  padding: 5px;
  font-size: 0.85rem;
  background:#2c2c2c;
  border: 1px solid #3d3d3d !important;
  color: #d4e4f9;
  border-radius: 4px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.document-tab:hover {
    transform: scale(0.96);
}
.document-tab.nav-link.active {
  background: #162850;
  border: 1px solid #1b3a7f !important;
  color: #3476c8;
}
.accordion-button-custom::after {
    content: "";
    border: solid #5c9dff;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: transform 0.3s ease;
    position: relative;
    top: -1px;
}
.accordion-button:not(.collapsed)::after {
    content: "";
    transform: rotate(45deg);
}
.accordion-button,
.accordion-button:not(.collapsed) {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: #fff;
}
.row-number {
    color: #fff;
}
.add-button {
  background: linear-gradient(90deg, #2e5edf 0, rgb(51 127 243) 50%, #2e5edf 100%);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 9;
  min-width: 80px;
  align-items: center;
  justify-content: center;
}
.accordion-button-custom {
    display: inline-block;
    width: auto;
}
/* .party-list {
    padding: 6px 10px;
} */
.party-row {
  display: grid;
 /*  grid-template-columns: 40px 1fr 1fr 1fr 1fr 40px; */
 grid-template-columns: 301px 301px 301px 301px 1fr;
  gap: 5.8px;
  align-items: center;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.delete-button > i {
  color: #ff8b8b;
  cursor: pointer;
}
.section-content {
  overflow: auto;
  max-height: 9rem;
  margin-top:4px;
}
#documentMatrix {
  margin-top: 10px;
}
.documentScroll {
  overflow: auto;
  max-height: 20rem;
}
.matrixhd {
  display: flex;
  width: 97%;
  justify-content: space-between;
  color: #fff;
 /*    position: absolute; */
 padding: 6px 10px 0px;
}
.submitbox>.btn {
    line-height: 1.2;
    font-size: 0.85rem;
}
.matrix-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 4px;
  /* border-top: 1px dotted #595959; */
  padding-top: 6px;
}
.matrix-data > h6 {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 2px;
  color:#b8bcc3;
  margin-top: 0;
  font-weight:bold;
}
.matrix-data > p {
  margin-bottom: 0;
}
.matrix-data > p {
  font-size: 0.85rem;
  color: #b8bcc3;
}
.matrix-data {
  border: 1px solid #2d3448;
  padding: 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-maxtrix{border-color:#505483;}
.account-maxtrix p{color: #6B76E6;}
.uploaded-matrix{border-color:#415f33;}
.uploaded-matrix p{color: #59A436;}
.required-matrix{border-color:#59291B;}
.required-matrix p{color: #F9913C;}
.shortfall-matrix{border-color:#4B3619;}
.shortfall-matrix p{color: #F7CA15;}
.matrix-tab-flex {
  display: flex;
  border: 1px solid #292d36;
  border-radius: 4px;
}
.matrix-tab-flex button.nav-link.active {
  background: #162850;
  border: 1px solid #1b3a7f;
  color: #3476c8;
}
.matrix-tab-flex button.nav-link {
  margin: 4px;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 500;
  background: #070707;
  color: #3476c8;
  border: 1px solid #2d3448;
}
.notification-box {
  max-height: 260px;
  overflow: auto;
}
.section-content::-webkit-scrollbar {
  width: 6px;
}
.section-content::-webkit-scrollbar-track {
  background: #2b2f38;
}
.section-content::-webkit-scrollbar-thumb {
  background: #2e5edf;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-title h5 {
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.dashboard-title p {
  color: #b0b8d1;
  margin: 0;
  font-size: 14px;
}
.new-application-btn {
  background: linear-gradient(
    90deg,
    #2e5edf 0,
    rgb(51 127 243) 50%,
    #2e5edf 100%
  );
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
    right: 15px;
    top: 10px;
    white-space: nowrap;
}
.composite-back-btn{
	  background: linear-gradient(
    90deg,
    #2e5edf 0,
    rgb(51 127 243) 50%,
    #2e5edf 100%
  );
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  padding: 6px 20px;
	    position: absolute;
    left: 30px;
    top: 10px;
}
.new-application-btn i {
  font-size: 18px;
}
.card-custom {
  border-radius: 12px;
  padding: 10px 20px;
  transition: 0.3s;
  border: 1px solid #292d36;
}
.card-custom:hover {
  background: rgba(255, 255, 255, 0.1);
}

button.download-btn {
    border: 0;
    background: linear-gradient(90deg, #2e5edf 0, rgb(51 127 243) 50%, #2e5edf 100%);
    border-radius: 4px;
    font-size: 0.72rem;
    align-items: center;
    padding-top: 4px;
    margin-right: 6px;
}

.form-control-new {
    display: block;
    width: 100%;
    /* padding: .47rem .75rem;
    font-size: .9rem; */
    font-weight: 400;
    color: #b8bcc3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid #2d3448;
    border-radius: 0.2rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #b8bcc3;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #2d3448;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.form-select option {
    background: #000000;
}
.me-1{
	margin-right:.25rem!important;
}
.mb-10{
	margin-bottom:10px;
}
.mb-6{
	margin-bottom:6px;
}
.d-block{
	display:block !important;
}
.p-0{
	padding:0 !important;
}
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.nav-new {
    padding: 0.5rem 1rem;
    color: #6c757d;
    border: 1px solid #2d3448;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #181818;
    border-radius: 4px;
}
.doc-submission {
    padding: 4px;
}
.form-control-new::placeholder {
    color: #b8bcc3;
}
.btn:hover, .btn:focus, .btn.focus{
	outline: none;
}
/* Table */
.darkTable .document-tab,
.darkTable thead {
  background: #2b3553;
  color:#fff;
}
.darkTable .table > :not(caption) > * > * {
  padding: 0.4rem 0.5rem;
  font-size: 0.7rem;
  background: 0 0;
}
.top-table-part {
  background: #1d274c;
  padding: 8px;
  color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.darkTable td { border: 1px solid #2d3448;font-size: 0.8rem;}
.darkTable>thead>tr>th {border-bottom: 1px solid #2d3448; font-size: 0.75rem; font-weight:500; letter-spacing: 0.5px;}
.darkTable {color: #fff;}
.border-0{border: 0px !important;}
.pad-0{padding: 0 !important;}
.w-100{ width:100%;}
.composite-text-right{text-align: right;}
.composite-main-content input[type="file"]:focus, .composite-main-content input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0;
}
.conposite-clearTrailBtn{margin-right: 90px;}
.matrix-tab-flex button.nav-link:hover {
    transform: scale(0.96);
}
.form-control-new:-webkit-autofill,
.form-control-new:-webkit-autofill:hover,
.form-control-new:-webkit-autofill:focus,
.form-control-new:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #070707 inset !important;
  -webkit-text-fill-color: #b8bcc3 !important;
  caret-color: #000; /* cursor color */
  transition: background-color 9999s ease-in-out 0s;
}
.maxtrixHistory-tab{margin-bottom: 5px;}
.bg-transparent{
	background:transparent !important;
}

.form-select::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.form-select::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.form-select::-webkit-scrollbar-thumb {
  background: #888; 
}


@media (min-width:1024px){
	.row-new {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0.5rem);
    margin-right: calc(-.5 * 0.5rem);
    margin-left: calc(-.5 * 0.5rem);
}
.row-new > * {
  flex-shrink: 0;
  padding-right: calc(0.5rem * 0.5);
  padding-left: calc(0.5rem * 0.5);
  margin-top: 0.5rem;
}
}

/*-----------New Screen --------*/

.darkTable .progress {
    height: 7px;
    margin-bottom: 2px;
}
.table-filter{display: flex;}
.new-application-tab {
    position: absolute;
    top: 8px;
    right: 15px;
}
.webBg-border {
    background: #162850;
     border: 1px solid #1b3a7f !important;
}
.card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
.stat-title {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #B8BCC3;
    font-weight: bold;
}
.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.stat-sub {
    font-weight: 500;
}
.justify-content-between {
    justify-content: space-between;
}
.new-application-btn.nav-link.active{
    display: none;
}
.custom-cardbg{
	background: #0d0d0e;
}
.bg-value{
    background-color: #559739;
}
.text-value{
    color: #559739;
}
.bg-loanSize{
   background-color: #a79f0e;
}
.text-loanSize{
   color: #a79f0e;
}
.bg-activeStage{
    background-color: #11b3d5;
}
.text-activeStage{
    color: #11b3d5;
}
.actionbtn {
	cursor:pointer;
    text-align: center;
    display: inline-flex;
    background: #162850;
    padding: 1px 10px;
    color: #0f9cf3;
     border-radius: 20px;
}
.custom-text-info {
    color: #1fb3fb;
}
.ag-composite {
    margin-top: 6px;
}
.ag-composite .ag-header-viewport {
    background: #333333;
    color: #FFFFFF ;
    font-size: 12px;
    font-weight: 600;

}
.ag-composite .ag-row .ag-cell:first-child {
    border-left: 1px solid #242425;
}
.ag-composite .ag-row-even {
    background-color: #1A1A1A  !important;
    border-bottom: 1px solid #333333 !important;
}
.ag-composite .ag-row-odd {
    background-color: #1A1A1A !important;
    border-bottom: 1px solid #333333 !important;
}
.ag-composite .ag-cell-no-focus {
    border-right: 1px solid #151516 !important;
    color: #999999; 
}
.ag-composite .ag-header-cell {
    border-right: 1px solid #3e3e3e !important;
}
.ag-composite .ag-body {
    background-color: #111111 !important;
}
.composite-grid-sec .dropdown-menu {
    background-color: #1b1b1b !important;
}
.composite-grid-sec .grid-search, .composite-grid-sec .date-search, .composite-grid-sec .function-inputbox {
    background-color: #0b0b0b !important;
    border: #6f6d6d 1px solid !important;
}
/* .composite-grid-sec .gridheading-controls.composite-status-view {
    position: relative !important;
    right: auto;
    top: auto;
} 
.composite-grid-sec .composite-filter-flex {
    display: flex;
    gap: 0 10px;
}
*/
/*-------2nd theme -------*/

.second-theme-main-container .composite-back-btn, .second-theme-main-container .submit-loan, .second-theme-main-container .submitbox>.btn {
    background:#1e1e1e;
    border: 1px solid #706c6c;
    color:#fff !important;

}
 .second-theme-inner .sectionStyle, .second-theme-inner .accordion-item-section
 {
    background: #1e1e1e;
    border: 3px solid #706c6c;
    margin-bottom:15px;
    padding: 20px 10px;
}
/*  .second-theme-inner .form-select,  .second-theme-inner input.form-control-new {
    font-size: 0.85rem !important;
    background-color: transparent;
    padding: .4rem !important;
} */

/*  .second-theme-inner .accordion-button,  .second-theme-inner .webhd-position {
    position: absolute;
    top: -12px;
} */

.second-theme-inner .second-theme-action-button {
    background: #1924b1 !important;
    border: 1px solid #7781ff !important;
    text-transform: uppercase;
    box-shadow: 1px -2px 0px #505cff !important;
    transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
    overflow:hidden;
}
.second-theme-inner .second-theme-action-button:hover{
	transform: scale(0.96);
}

.second-theme-inner .second-theme-action-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%);
    transform: skewX(-20deg);
    opacity: 0;
}

/* Hover animation */
.second-theme-inner .second-theme-action-button:hover::before {
    animation: run-light-left 1s ease-out forwards;
    opacity: 1;
}

@keyframes run-light-left {
    0% { left: -100%; }
    100% { left: 100%; }
}

 .second-theme-inner .document-tab.nav-link.active,  .second-theme-inner .matrix-tab-flex button.nav-link.active {
    background: #1924b1 !important;
    color: #ffefef;
    border: #333333 !important;
    box-shadow: 1px -2px 0px #505cff;
}
 .second-theme-inner .second-theme-doc {
    margin-top: 10px;
    display:block;
    
}
.second-theme-inner .matrix-tab-flex button.nav-link {
    background: transparent;
    /* border: transparent; */
    box-shadow: 1px -2px 0px #636363;
}
.second-theme-inner .matrix-tab-flex {
    background: #181818;
    border-bottom: 1px dotted gray;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.second-theme-inner .secondtheme-docSubmit>.webhd-position {
    top: -10px;
}
.second-theme-inner .nav-new {
   border-top:0;
   border-left:0;
   border-right:0;
   border-bottom: 1px dotted #929292;
}
.second-theme-inner .secondtheme-docSubmit .document-tab {
    background: transparent;
    border-color: transparent !important;
}
.second-theme-inner .second-theme-doc .file-submit {
    margin-top: -27px;
}
.second-theme-inner .second-theme-matrix .accordion-item-section{
	padding:0;
	border: 1px solid #706c6c;
}
.second-theme-inner .add-button {
    margin-top: 0px;
}
.second-theme-inner .accordion-button-custom::after {
    content: "";
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.sec-theme-btn {
    min-width: 215px;
    overflow: hidden; 
    position: absolute;
    top: -12px;
    display: flex;
    align-items: center;
    gap: 0 6px;
    background: #1924b1 !important;
    padding: 6px 12px !important;
    border-radius: 4px;
    border: 1px solid #7781ff !important;
    white-space: nowrap;
    color: #fff !important;
    font-weight: bold;
    font-size: .85rem !important;
    text-transform: uppercase; 
    /* box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.5), inset 0 -11px 9px rgb(11 51 197 / 40%), 0 2px 4px rgb(14 57 181 / 40%); */
    box-shadow: 1px -2px 0px #505cff !important;
    transform: scale(1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sec-theme-btn:hover{
	transform: scale(0.96);
}
.sec-theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%);
    transform: skewX(-20deg);
    opacity: 0;
}

/* Hover animation */
.sec-theme-btn:hover::before {
    animation: run-light 1s ease-out forwards;
    opacity: 1;
}

@keyframes run-light {
    0% { left: -100%; }
    100% { left: 100%; }
}



.second-theme-inner .file-submit{ margin-top: -31px; right: 120px;}
.second-theme-inner .second-theme-doc-submission-hd {
    margin-top: 10px;
        margin-bottom: 6px;
}
.second-theme-inner .second-theme-docSubmission-hd{
	top: -5%;
}
/* .second-theme-inner .second-theme-matrix .accordion-button {
    position: relative !important;
} */
.second-theme-inner .section-content {
    margin-top: 14px;
}
.second-theme-inner .matrix-tab-flex button.nav-link {
    color: #aaaaaa;
}
.d-none{
	display:none;
}
.second-theme-icon i.d-none {
    display: inline;
}
.second-theme-inner .second-theme-matrix .matrix-row {
    padding: 6px;
}
.second-theme-inner .second-theme-doc-submission-hd .document-tab{
    /* background: transparent;
    border: transparent !important; */
    box-shadow: 1px -2px 0px #636363;
    border-radius: 0 !important;
    margin-right: 4px;
}
.status-complete {color: #28a745 !important;}
.status-pending {color: #ff9800;}
.status-incomplete { color: #dc3545;}
.complete-bg {border: 1px solid #082c08;}
.matrix-box-view{
	margin-bottom: 6px !important;
}
.second-theme-inner {
    margin-top: 20px;
}
.second-theme-inner .second-theme-matrix .matrix-tab-flex button.nav-link {
    padding: 6px 12px;
    border-radius: 0 !important;
}
.second-theme-inner .form-select, .second-theme-inner input.form-control-new {
    height: 30px !important;
    border: 1px solid #e8e8e8b0;
}
.second-theme-inner .second-theme-margin-top{
	margin-top:0px;
}
.second-theme-inner .form-label {
    font-weight: 400;
}
.second-theme-inner .second-theme-matrix .composite-refresh-btn.add-button
 {
    margin-top: -2px;
}
.second-theme-inner .conposite-clearTrailBtn {
    margin-right: 80px;
    top: -37px !important;
}
.matrix-history-section{
    padding: 8px 10px !important;
}
.second-theme-inner .matrix-history-section{
   margin-top:10px;
   padding:0 !important;
}
/*Tab Document Animation */
.second-theme-matrix .tab-content > div {
  opacity: 0;
  animation: none; 
}
.second-theme-matrix .tab-content > div:not(.ng-hide) {
  animation: fadeSlideIn .5s ease forwards;
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.header-center .ag-header-cell-label, .cell-center{
    display: flex !important;
    align-items: center; 
    justify-content: start;    
    height: 100%;
}

.ag-composite {
    text-align: left !important;
}

.composite-status {
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
    padding: 0px 6px;
    border-radius: 4px;
    height: 80%;
    width: fit-content;
    text-transform: capitalize;
    min-width: 94px;
}

/* PROCESSING / SUCCESS */
.composite-status-green {
    color: #22C55E;
    background: #122d28;
    border: 1px solid #307054;
}

/* IN PROGRESS */
.composite-status-blue {
    color: #3B82F6;
    background: #102437;
    border: 1px solid #395a9b;
}

/* DELETED */
.composite-status-red {
    color: #ff6868;
    background: #2e0f14;
    border: 1px solid #7b1e23;
}

/* SUBMITTED */
.composite-status-yellow {
    color: #EAB308;
    background: #322b0c;
    border: 1px solid #7e6a1c;
}

/* DOWNLOADED */
.composite-status-purple {
    color: #A855F7;
    background: #241036;
    border: 1px solid #7231a4;
}

/* REJECTED */
.composite-status-dark-red {
    color: #DC2626;
    background: #341111;
    border: 1px solid #7b1e1e;
}
.pending-bg {
    border-color: #7e3939;
}
.pending-bg p{
	color:#ff4c4c;
}
/* Scroll */
.documentScroll {
    overflow-y: auto; 
    scrollbar-width: thin;
    scrollbar-color:#9e9e9f #474747;
}
.documentScroll::-webkit-scrollbar {
    width: 4px;
}
.documentScroll::-webkit-scrollbar-track {
    background: #706c6c;
}
.documentScroll::-webkit-scrollbar-thumb:hover {
    background: #a0a8ff;
}
