@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/OpenSans-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend-Medium';
    src: url('../fonts/Lexend-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend-SemiBold';
    src: url('../fonts/Lexend-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend-Bold';
    src: url('../fonts/Lexend-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a {
    color: #000000 !important;
}

main#content{
  padding-bottom: 200px;
}
footer#footer{
  position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    background: #f3f3f3;
}
div#page{
  position: relative;
  min-height: 100vh;
}
.ml-0 {
    margin-left: 0!important;
}

.ml-5 {
    margin-left: 5%;
}

.ml-10p {
    margin-left: 10%;
}

.mr-5 {
    margin-right: 5%;
}

.mt-10 {
    margin-top: 10%;
}

.mb-10 {
    margin-bottom: 10%;
}

.mt-15 {
    margin-top: 15%;
}

.mt-20n {
    margin-top: -30px;
}

.pt-40 {
    padding-top: 40%;
}

.padH50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pad0 {
    padding: 0!important;
}

.pad50 {
    padding: 50px;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%!important;
}

.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%!important;
}

.w-85 {
    width: 85%;
}

.font-12 {
    font-size: 12px!important;
}

.font-14 {
    font-size: 14px!important;
}

.font-16 {
    font-size: 16px!important;
}

.font-18 {
    font-size: 16px!important;
}

.font-25 {
    font-size: 25px!important;
}

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

.text-end {
    text-align: end;
}

.custom-container {
    position: relative;
/*     margin-left: 10%;
    margin-right: 10%; */
    margin-left: 7%;
    margin-right: 7%;
}

.main-text {
    font-size: 20px;
    font-family: 'Lexend';
    color: #000000;
}

.secondary-text {
    font-size: 16px;
    font-family: 'Lexend';
    color: #7D7D7D;
}

.small-text {
    font-size: 14px!important;
    font-family: 'Lexend';
    color: #7D7D7D!important;
}

.main-button {
    /* max-width: 270px; */
    text-align: center;
    height: 45px;
    font-size: 16px;
    font-family: 'Lexend';
    background-color: #0600B7;
    padding: 14px 32px;
    color: #ffffff!important;
    border-radius: 5px;
    border: 0;
    line-height: 1;
}

.secondary-button {
    text-align: center;
    height: 45px;
    max-width: 350px;
    font-size: 14px;
    font-family: 'Lexend';
    background-color: #ffffff;
    padding: 14px 32px;
    color: #0600B7;
    border: 1px solid #0600B7;
    border-radius: 5px;
}

.upload-button {
    border: 1px dashed #7D7D7D;
    height: 54px;
    max-width: 300px;
    font-size: 16px;
    font-family: 'Lexend';
    color: #7D7D7D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0 !important;
}

.title {
    font-size: 38px;
    font-family: 'Lexend-SemiBold';
}

.large-title {
    font-size: 60px;
    font-family: 'Lexend-SemiBold';
    line-height: 1.25;
}

.logo {
    width: 200px;
    height: 100px;
}

.header-selected {
    display: block;
    content: '';
    border-bottom: 1px solid #0600B7;
}

.footer-copyright {
    font-size: 12px;
    font-family: 'Lexend';
    color: #7D7D7D;
}

.background-briefcase {
    background-image: url('../img/briefcase.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100% cover;
}

.background-hand {
    background-image: url('../img/hand.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100% cover;
}

.background-paper {
    background-image: url('../img/paper.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100% cover;
}

.feature-title {
    font-size: 20px;
    font-family: 'Lexend-Medium';
    color: #000000;
}

.col-title {
    font-size: 20px;
    font-family: 'Lexend-Semibold';
    color: #000000;
}

.quote {
    font-size: 18px;
    font-family: 'OpenSans-Italic';
    color: #7D7D7D;
}

.gray-container {
    padding: 4% 4%;
    background-color: #F6F6F6;
}

.my_container {
    width: 88%;
    margin: 0 auto;
}

.elements_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vertical_line {
    border: 1px dotted #3a3a3a;
    height: 900px;
    width: 0px;
    position: relative;
    z-index: -1;
}

#element1 {
    position: absolute;
    top: 0px;
    z-index: 3;
}

#element2 {
    position: absolute;
    top: 23%;
    z-index: 3;
}

#element3 {
    position: absolute;
    top: 46%;
    z-index: 3;
}

#element4 {
    position: absolute;
    top: 69%;
    z-index: 3;
}

#element5 {
    position: absolute;
    top: 92%;
    z-index: 3;
}

.left {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(315%);
    right: 57%;
    left: 8%;
}

.right {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(160%);
    left: 57%;
}

.right2 {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(470%);
    left: 57%;
}

.left2 {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(808%);
    right: 57%;
    left: 8%;
}

.right3 {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(780%);
    left: 57%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 300px;
}

.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}

.swiper-pagination-bullet-active {
    background-color: #0600B7;
}

.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
    bottom: 7px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0600B7;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0600B7;
}

input:checked+.slider:before {
    -webkit-transform: translateX(44px);
    -ms-transform: translateX(44px);
    transform: translateX(44px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.plan-title {
    font-size: 24px;
    font-family: 'Lexend-Medium';
    color: #7D7D7D;
}

.plan-border {
    border: 1px solid #DBDBDB;
    border-radius: 10px;
}

.price-label {
    font-size: 60px;
    font-family: 'Lexend-SemiBold';
}

.price-decimals {
    font-size: 35px;
    font-family: 'Lexend-SemiBold';
    margin-top: 10px;
}

.dashed-border {
    width: 100%;
    background: #f3f3f3;
    border-bottom: 0.5px dashed #707070;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

.plan-list-container>ul {
    font-size: 35px;
}
.plan-list-container>ul>li>p{
      font-size: 16px;
    font-family: 'Lexend';
    color: #7D7D7D;
}
ul li {
    margin-left: -12px;
}

ul li::marker {
    font-size: 25px;
    color: #0600B7;
    margin-left: -5px;
    font-weight: bold;
}

.plan-list-container>ul>li>div {
    margin-top: -10px;
}

.column-margins .col-lg-4 {
    flex: 0 0 30.33%;
}

.middle-column-background {
    background-color: #F3F3F3;
}

.col-img {
    width: 100px;
    height: 100px;
}

.contact-title {
    font-size: 24px;
    font-family: 'Lexend-SemiBold';
    color: #000000;
}

.contact-form-container, .newFile-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 768px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 40px 90px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(6, 0, 183, 19%);
    -moz-box-shadow: 5px 5px 15px 0px rgba(6, 0, 183, 19%);
    box-shadow: 5px 5px 15px 0px rgba(6, 0, 183, 19%);
}

.newFile-container {
    padding: 0;
}

label {
    font-size: 16px;
    font-family: 'Lexend';
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
}

input {
    width: 20px;
    height: 34px;
    border: 0.5px solid #7D7D7D;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    padding-left: 5px;
}

select {
    border: 0.5px solid #7D7D7D;
}

textarea {
    border: 0.5px solid #7D7D7D;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    padding-left: 5px;
}

select {
    height: 50px;
    font-size: 18px;
    font-family: 'Lexend';
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../img/down-arrow.svg") no-repeat;
    background-position: 97% 53%;
}

.error {
    font-size: 40px!important;
    font-family: 'Lexend-Bold'!important;
    color: #000000;
}

.welcome-user {
    font-size: 16px;
    font-family: 'Lexend';
    color: #0600B7;
    padding: 0 10px;
    border: 0;
    background-color: transparent;
}

.hidden {
    display: none;
}

#back-button {
    display: none;
    width: 240px;
    height: 53px;
    margin-left: 10%;
    border-radius: 5px;
    /* background-color: #F3F3F3; */
    margin-top: 20px;
    margin-bottom: 35px;
    align-items: center;
}

.back-button {
    display: none;
    border: 0;
    width: 240px;
    background-color: #F3F3F3;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.border-right {
    border-right-width: 0.5px;
    border-right-color: #DBDBDB;
}

.border-bottom {
    border-bottom-width: 0.5px solid #DBDBDB;
}

.border-right {
    border-right: 0.5px solid #DBDBDB;
}

.newFile-container label {
    text-transform: none;
}

.newFile-container input[type=checkbox]:checked {
    color: red;
}

.newFile-container label[for="bunuri"], .newFile-container label[for="servicii"], .newFile-container label[for="da"], .newFile-container label[for="nu"], .newFile-container label[for="da-concesionata"], .newFile-container label[for="nu-concesionata"], .newFile-container label[for="da-intermediara"], .newFile-container label[for="nu-intermediara"], .newFile-container label[for="transfer-bancar"], .newFile-container label[for="chitanta"] {
    margin-left: 5px;
}

.newFile-container .col-lg-4 label {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.newFile-container .pad50 {
    padding-top: 0;
    padding-bottom: 0;
}

.newFile-container .secondary-button {
    width: 280px;
    height: 34px;
    padding: 0;
}

.newFile-container .main-button {
    max-width: 400px;
}

.gray-background {
    background-color: #F3F3F3;
    padding: 50px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.gray-text {
    font-size: 18px;
    font-family: 'Lexend';
    color: #7D7D7D;
}

.transparent {
    font-size: 16px;
    font-family: 'Lexend';
    color: #0600B7;
    background-color: transparent;
    border: 0;
}

table tr td {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Lexend';
    text-align: center;
    color: #000000;
}

table tr {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* table > tbody > tr:nth-child(1) > td:nth-child(1), table > tbody > tr:nth-child(2) > td:nth-child(1) {
    text-align: left;
} */

ul.dashed {
    list-style-type: none;
    padding: 0;
}

ul.dashed>li {
    font-size: 18px;
    font-family: 'Lexend';
    text-indent: 15px;
}

ul.dashed>li:before {
    content: "-";
    margin-right: 10px;
}

[id^="onboarding"] .secondary-button {
    max-width: 450px;
}

#onboarding-3 .contact-form-container {
    padding: 30px 90px;
}
.w-80{
    width:80%;
}
.sectiune-mesaj{
    background-color:#F3F3F3;
    padding:20px;
}
.tooltip-text {
    font-size: 12px;
    font-family: 'Lexend';
    color: #000000!important;
}
.text-row>span{
    font-weight: bold!important;
    text-align: left;
}
.text-row{
    color:black;
    margin-bottom: 5px;
    
}
.debitor-detalii{
    font-family: 'Lexend';
    font-size: 14px;
    text-decoration: underline;
    cursor:pointer;
    color:#0600B7!important;
    text-align: center;
    display: block;
    margin-top: 0px!important;
    margin-left: 10px;
}
.tooltip-container-da{
    background-color: white;
    padding:20px;
    width:100%;
    height:100%;
    text-align:left;
    width:300px;

}
.tooltip.show {
    opacity: 1;
  }
  
  .tooltip-inner {
    background-color: white;
    box-shadow: 4px 5px 15px 2px rgba(0,0,0,0.3);
    opacity: 1 !important;
    width:auto;
  }
  .tooltip-inner {
    max-width: 400px;
    /* If max-width does not work, try using width instead */
    width: fit-content; 
}
  
  .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: white !important;
  }
  
  .tooltip.bs-tooltip-left .arrow:before {
   border-left-color: white !important;
  }
  
  .tooltip.bs-tooltip-bottom .arrow:before {
   border-bottom-color: white !important;
  }
  
  .tooltip.bs-tooltip-top .arrow:before {
   border-top-color: white !important;
  }
.font-bold{
    font-weight: bold;
    color:black;
    margin-bottom: 20px;
}
.tab {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
}

.tab.button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 0;
    margin: 0 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tabcontent {
    display: none;
  padding-top: 10px;
}

.active {
    border-bottom: 1px solid #0600B7!important;
}

.tab-container {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(6, 0, 183, 19%);
    -moz-box-shadow: 5px 5px 15px 0px rgba(6, 0, 183, 19%);
    box-shadow: 5px 5px 15px 0px rgba(6, 0, 183, 19%);
}

.tab-column {
    font-size: 30px;
    font-family: 'Lexend';
    color: #000000;
}

.green-percentage {
    font-size: 14px;
    font-family: 'Lexend';
    color: #4F9F62;
}

.red-percentage {
    font-size: 14px;
    font-family: 'Lexend';
    color: #B70000;
}

.percentage {
    font-size: 14px;
    font-family: 'Lexend';
    color: #000000;
}

.button-transparent {
    position: relative;
    border: 0;
    background-color: transparent;
}

.selected-filter {
    padding: 5px 10px;
    border: 1px solid #0600B7;
    border-radius: 5px;
    color: #0600B7;
}

.active-file {
    font-size: 16px;
    font-family: 'Lexend';
    background-color: #4F9F62;
    border-radius: 10px;
    color: #ffffff;
    padding: 3px 15px;
    width:fit-content;
    margin-top: ;
}

.inactive-file {
    font-size: 16px;
    font-family: 'Lexend';
    background-color: #B70000;
    border-radius: 10px;
    color: #ffffff;
    padding: 3px 15px;
    width:fit-content;
}
.gri-file{
    font-size: 16px;
    font-family: 'Lexend';
    background-color: #797979;
    border-radius: 10px;
    color: #ffffff;
    padding: 3px 15px;
    width:fit-content;
}
.inchis-file{
    font-size: 16px;
    font-family: 'Lexend';
    background-color: #727070 ;
    border-radius: 10px;
    color: #ffffff;
    padding: 3px 15px;
}

.notification {
    position: absolute;
/*     left: 130px; */
    right: 0;
}
.d-flex.flex-row.align-items-center.justify-content-center{
  position: relative; 
}
.tooltip-container>.tooltip-inner {
    background-color: green;
}

.notofication-tooltip {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;

}

#dosare select {
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 30px;
    background-position: 80% 53%;
}

#dosare input {
    width: 70%;
    height: 35px;
    margin-left: 10px;
}

#dosare label {
    margin-bottom: 20px;
    text-transform: none;
}

#portofoliu select {
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 30px;
    background-position: 80% 53%;
}

#portofoliu input {
    width: 70%;
    height: 35px;
    margin-left: 10px;
}

#portofoliu label {
    margin-bottom: 20px;
    text-transform: none;
}

table.dataTable thead th, table.dataTable thead td {
    border: none;
}

table.dataTable.no-footer {
    border: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 10px;
}

.debitor-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    border-radius: 5px;
    padding: 20px;
    transition: 0.3s ease-in;
}

/* .debitor-container.active-file:hover {
    background-color: #0600B7!important;
    opacity: 42%;
    transition: 0.3s ease-in;
}

.debitor-container.active-file:hover .container-butoane {
    display: flex;
    flex-direction: row;
    align-items: center;
} */

.closed {
    background-color: #7D7D7D!important;
}

.closed-file {
    color: #B70000;
    text-transform: uppercase;
}

.container-butoane {
    display: none;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.container-butoane a {
    color: #fff!important;
}

.add-debitor-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #707070;
    border-radius: 5px;
}

.add-debitor {
    font-size: 20px;
    font-family: 'Lexend';
    color: #0600B7;
}

.add-debitor-button {
    align-self: center;
    width: 40px;
    height: 40px;
}

.total-creanta {
    color: #B70000!important;
}

.dropdown-toggle::after {
    display: none;
}

#portofoliu tr {
    cursor: pointer;
}

.border-top-blue {
    width: 100%;
    border-top: 3px solid #0600B7;
}

.border-top-dashed {
    width: 100%;
    border-top: 3px dashed #706D6D;
}

.border-top-dashed-thin {
    width: 100%;
    border-top: 0.5px dashed #706D6D;
}

.file-progress {
    position: absolute;
    top: 105%;
    left: -2%;
}

.progress-img {
    width: 70px;
    height: 70px;
}

.left-6 {
    position: absolute;
    top: 105%;
    left: -6%;
}

.left-12 {
    position: absolute;
    top: 105%;
    left: -12%;
}

.log-text {
    font-size: 18px;
    font-family: 'Lexend-Medium';
    color: #000;
}

.doc-img {
    width: 147px;
    height: 189px;
}
.doc-img>img{
  width: 100%;
}
.doc-title {
    font-size: 16px;
    font-family: 'Lexend';
    color: #000;
}

.doc-container {
    display: flex;
    flex-direction: column;
    width: 147px;
    height: 189px;
    text-align: center;
}

.doc-img {
    display: inline-block;
    position: relative;
}

.doc-img:hover {
    background-color: #0600B7;
    transition: all 0.3s ease-in;
    opacity: 42%;
}

.doc-img:hover img {
    visibility: hidden;
}

.doc-img:hover .container-butoane2 {
    display: flex;
}

.container-butoane2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.container-butoane2 img {
    visibility: visible!important;
}

.warning-container {
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 25px;
}

.continue-buttons .main-button, .continue-buttons .secondary-button {
    max-width: 100%!important;
    width: 85%!important;
}

.uppercase {
    text-transform: uppercase;
}

.gray-input {
    background-color: #F3F3F3;
}

.gray-circle {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #F3F3F3;
    margin-right: 15px;
}

.dropdown-menu {
    width: 89%;
    margin-top: 10px;
    background-color: #F3F3F3;
}
.red-input{
  border-color: red;
}
button.red-input{
  border-color: red;
  color: red;
}
.red-input::placeholder{
  color: red;
}
.container-delete-factura{
  justify-content: flex-end !important;
    flex-direction: row-reverse !important;
    margin-top: 35px;
}
.btn-add-dosar-portofoliu{
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 16px;
    transition: 0.3s;
    font-size: 17px;
    background: #0600B7;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 8px;
}
.d-flex.flex-row.align-items-center.mt-3 label{
  text-transform: inherit;
}
.mt-4, .my-4 {
    margin-top: 1rem!important;
}
.newFile-container label{
  display: flex;
}
.btnDownloadDocumentatie{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.btnDownloadDocumentatie>img, .btnDescarcaAcordPlata>img, .btnGenereazaCerereRenuntare>img, .btnDescarcaAcordPlataInstanta>img, .descarcaDocumentBtn>img {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
}
.btnIncarcaDocumente{
    width:360px;
    height:45px;
}
.container-generated-doc>.btnGenereazaAwb{
    width:360px;
    height:55px;
}
.margin-0-auto{
    margin:0 auto;
}
.form-doc-files{
  display: flex;
}
.form-pay, .container-uploaded-docs, .form-pay-modal{
  display: none;
  margin-bottom: 15px;
}
.justify-content-between>.container-uploaded-docs{
    margin-bottom: 0px;
    margin-left: 20px;
}
.form-pay{
    margin-bottom: 0px;
    margin-left: 20px;
}
.btnIncarcaDocumente{
    border: 1px dashed #0600B7;
    color:#0600B7;
}
.floating-btn-add-dosar>img{
  margin-right: 0 !important;
}
.container-floating-element{
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 999;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
}
.floating-btn-add-dosar{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #0600B7;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 5px;
}
button.tablinks{
  background: #ffffff;
    border: none;
    border-bottom: none !important;
}
.font-info-page-step{
    background: #0600b7;
    padding: 15px;
    color: #ffffff;
    border-radius: 5px;
}
.container-btn-top-portofolio{
      display: flex;
    align-items: center;
}
.btnModificaDocument{
  margin-right: 10px;
}
.font-info-page-step-error {
    background: #d02a1e;
    color: #ffffff;
}
.pad50.clone{
  display: none !important;
}
.img-testimoniale{
  width: 100px;
}
.container-chitanta-serie{
  width: 66.6666%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.fixed-page-element{
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25px;
  position: fixed;
}
.container-top-creante{
    padding-left: 0;
    padding-right: 0;
}
.container-facturi-title{
    padding-left: 50px;
    padding-right: 50px;
}
.sursa-creanta-top-margin{
  margin-top: 0 !important;
  padding-top: 15px;
}
.container-box-debitor{
  margin-bottom: 30px;
}
.debitor-container .main-text{
  min-width: 100px;
}
.center-element-on-page{
  transform: translateY(200px);
}
.full-center-text{
  width: 100%;
  text-align: center;
}
#onboarding-5 .welcome-user.pad0{
  font-size: 22px;
}
#onboarding-5 .ml-5.mr-2{
  margin-left: 7px !important;
}
.form-pay-modal{
  display: flex;
}
.container-procent-penalizari{
  display: none;
}
.container-facilities{
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  display: flex;
}
.box-facility{
  width: 48%;
}
.img-testimonial{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit:cover;
}
.btnIncarcaDocumentePopup, .btnIncarcaDocumente, .btnPreviewDoc{
  cursor: pointer;
}
#my_pdf_viewer{
  width: 100%;
}
#my_pdf_viewer>canvas{
  width: 100%;
}
.btnGoToInstanta{
  cursor: pointer;
}
select{
  height: 34px;
  font-size: 12px;
}
.container-elements-generate-renuntare{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items:center;
}
.container-uploading-cerere-renuntare, .container-genereaza-acord-plata-instanta{
  display: none;
}
.btnIncarcaCerereRenuntare{
  cursor: pointer;
  margin-top:0px!important;
}
.container-table-events-document{
  width:100%;
  height:auto;
}
#onboarding-7{
  margin-top: 35px;
}
.container-bottom-footer{
  justify-content: center;
}
.container-bottom-footer>a{
  margin-left: 25px;
  margin-right: 25px;
}
.font-28{
  font-size: 28px;
}
#imputernicire-selected{
    display: none;
}
.imputernicire-edit{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cumparaBtn{
    width:200px;
    margin:0 auto;
    margin-top: 40px;
    cursor: pointer;
}
.numarCredite{
    font-size: 12px;
    font-family: 'Lexend-SemiBold';
    text-align: center;
}
.adaugaDosar{
    cursor: pointer;
}
.credite-insuficiente{
    width:100%;
    height: 100px;
    background-color: #C73E3E;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border-radius: 10px;
    display: none;
}
.credite-insuficiente-titlu{
    font-size: 30px;
    font-family: 'Lexend-SemiBold';
    color:white;
    text-align: center;
}
.credite-insuficiente-subtitlu{
    font-size: 16px;
    font-family: 'Lexend-SemiBold';
    color:white;
    text-align: center;
}
.btn-modal-plateste{
    background-color: #0600B7;
    font-family: 'Lexend';
    font-size: 14px;
}
.btn-modal-plateste:hover{
    background-color: #0600B7;
}
.btn-modal-renunta:hover{
    background-color: #0600B7;
    color:white;
}
.btn-modal-renunta{
    background-color: white;
    border:1px solid #0600B7;
    font-family: 'Lexend';
    font-size: 14px;
    color:#0600B7;
    border-radius: 5px;
}
.cumpara-credite-btn{
    background-color: #0600B7;
    color:white!important;
    border-radius: 5px;
    padding:14px 32px;
}
.instanta-neplatit-div{
    border-radius: 5px;
    background-color: #0600B7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100px;
    margin-top: 20px;
}
.instanta-neplatit-text{
    font-family: 'Lexend';
    color: white;
    font-size: 16px;
}
.border-top-dashed{
    position:relative;
}
.dash{
    position:absolute;
    top:-3px;
    left:0;
    border-top: 3px solid #0600B7;
    width:50%;
}
.documente-container{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
}
.documente-container-column{
    width:33%;
}
.documente-container-text{
    font-family: 'Lexend';
    color: #000000;
    font-size: 16px!important;
}
.documente-container-row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
}
.document-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    width:44%;
    margin-bottom: 20px;
}
.document-item-image:hover>.document-overlay{
    opacity:1;
    transition:0.3s;
}
.document-overlay{
    position:absolute;
    top:0;
    left:0;
    background-color: #9794E1;
    width:100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    opacity:0;
    transition:0.3s;
}
.document-overlay-butoane{
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.document-overlay-butoane>a{
    width:30px;
    height:30px;
    display: block;
    margin-right: 5%;
    margin-left: 5%;
}
.document-overlay-butoane>a>img{
    width:100%;
    height: 100%;
    margin-bottom: 0px;
    margin-top: 0px!important;
}
.full-width-contain{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.document-item-image{
    width:100%;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
}
.document-text{
    font-family: 'Lexend';
    color: #000;
    font-size: 12px;
}
.reseteaza-parola{
  display:none;
}
.btnRegister{
    background-color:#00B050;
}
.btnRegister:hover{
    text-decoration: underline;
}
.am-uitat:hover{
    text-decoration: underline;
}
.verifica-corectitudinea{
    display: none;
}
.adauga-class{
    display:flex;
    flex-direction: row;
    width:40px;
    height:40px;
    align-items: center;
    justify-content: center;
    font-family: 'Lexend';
    color:white!important;
    font-size:30px;
    text-align: center;
    background-color: #0600B7;
    border-radius: 5px;
    margin-left: 20px;
    padding-bottom: 2px;
}
.border-top-bottom{
    border-top: 2px solid #E9E9E9;
    border-bottom: 2px solid #E9E9E9;
    padding:20px;
}
.text-sus{
    font-family: 'Lexend';
    color: #000000;
    text-align: center;
}
.text-jos{
    font-family: 'Lexend';
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.event-item{
    font-family: 'Lexend';
    color: #000000;
    font-size: 16px;
}
.documente-container{
    width:100%;
    height: auto;
    border:2px solid #E9E9E9;
    padding:20px;
}
.w-48{
    width:48%;
}
.document-pdf-image{
    width:20px;
    height: 20px;
    margin-right: 10px;
}
.document-text{
    font-family: 'Lexend';
    color: #000000;
    font-size: 16px;
}
.document-download-image{
    width:20px;
    height: 20px;
    transform:rotate(180deg);
}
.w-42{
    width:42%;
}
.sectiune-stanga{
    flex:0 0 75%;
    max-width:75%;
}
.sectiune-dreapta{
    flex: 0 0 25%;
    max-width: 25%;
}
.genereaza-buton-plata{
    height:65px;
}
.rata-input{
    width:100px;
    height:30px;
}
.rata-checkbox{
    height:30px;
    width:30px;
}
.rata-text{
    font-weight: bold;
}
.table-esalonata{
    width:30%;
    margin-bottom:20px;
}
.rata-row{
    margin-bottom: 10px;
}
.rate-container{
    display: none;
}

.mesaj-completeaza-detalii-creanta{
    background-color:#F3F3F3;
    padding:20px;
}
.mesaj-completeaza-detalii-creanta-custom{
    background-color:#F3F3F3;
    padding:20px;
}
.no-padding-left{
    padding-left:0px;
}
.border-flex{
    width: 100%;
    background: #f3f3f3;
    border-bottom: 0.5px dashed #707070;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}
.border-container>.uploaded_file_name{
    width:25%;
    margin-left:20px;
}
.incarca-cesiune-container{
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.incarca-cesiune-container>.uploaded_file_name{
    width:20%;
    margin-left:20px;
}
.cesiune-border{
    border-top: 2px solid #E9E9E9;
}
.table-center{
    margin:0 auto;
}
.mesaj-completeaza-afisare-la-modifica{
    display: none;
}
.verifica-corectitudinea{
    display: none;
}
.bine-ai-venit-title{
    font-weight:bold;
    font-size:22px;
    margin-bottom: 20px;
}
.pasi-link{
    text-decoration: underline;
    text-decoration-color: #0600B7;
}
.etape-background{
    background-image: url('../img/etape.png');
    width: 1214px;
    height: 970px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.etape-btn{
    margin-top: 0px;
}
.mobile-navbar{
    display: none!important;
}
.navbar-nav{
    padding:20px;
}
.nav-item{
    margin:0 auto;
    margin-bottom: 20px;
    text-align: center;
    width:fit-content;
}
.nav-item>.main-text{
}
.active{
    border-bottom: 0px!important;
}
.container-bottom-footer>.main-text{
    margin:0 auto;
    margin-bottom: 20px;
    text-align: center;
    width:fit-content;
}
.incarca-btn-documentatie-semnata{
    margin-left: 20px;
    display:none;
    flex-direction:row;
}