#credite{
    cursor: pointer;
}
ul.folder-list {
	font-size: 14px;
    list-style-type: none;
	padding:0px !important;
	margin-left: -10px;
}

ul.folder-list .folder {
    cursor: pointer;
	padding: 0 0 0 15px !important;
}
/* Icon pentru foldere - Folosește un folder Font Awesome */
.folder::before {
    content: '\f07b'; /* Codul pentru iconul de folder din Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1px;
	color: orange;
}

/* Icon pentru fișiere .docx - Folosește un icon Word din Font Awesome */
.template::before {
    content: '\f1c2'; /* Codul pentru iconul Word din Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 1px;
	color: blue;
}
.template {
    padding-left: 15px; /* Indentare pentru fișiere */
}
.template:hover {
    color: blue;      /* Schimbă culoarea textului la hover */
}


.btn-primary {
  color: #000;
  background-color: #ffc900;
  border-color: #ffc900;
}

.btn-primary:hover {
  color: #000;
  background-color: #e6bf00; /* o nuanță mai închisă la hover */
  border-color: #e6bf00;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #000;
  background-color: #ffc900;
  border-color: #ffc900;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #d4aa00; /* și mai închis */
  border-color: #c7a000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.5);
}
