body {
    background: none !important;
    background-color: #eceff1 !important;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #55bcef;
}
a:hover {
    color: #f1b345;
}
a[title='edit'] {
    color: #55bcef;
}
a[title='edit']:hover {
    color: #55bcef;
}
h1.login-text {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}

a[title="Înapoi"] { color: #fff !important;     background-color: #55bcef !important;
    border: 2px solid #55bcef !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.2rem !important;
 }
/*a[title="Înapoi"]:hover { background-color: #4b6069 !important;
    border: 2px solid #4b6069 !important; }*/

input,
button,
select,
optgroup,
textarea,
a.btn,
a.remember-me-link,
.categorie-item {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
}
input:not(form[name='login'] input.input):not(input[value='Autentificare']):not(input[value='Caută']),
select,
optgroup,
textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: 0.25rem 0.5rem;
    color: #37474f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b0bec5;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
}
.logo {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 19px !important;
}
input[name='q'] {
    display: inline-block !important;
    max-height: 35.2px;
    margin-right: 5px;
}
.tdcauta {
    display: flex;
    align-items: center;
}
.haddlist { border: 2px solid grey !important; background-color: grey !important; }

#burger {
    font-size: 16px;
}
#navigation {
    background: #55bcef;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.dlogo {
    min-height: 66px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
body.menu-active #navigation {
    left: 0;
    width: 250px;
    transition: 0.3s;
}
body.menu-active #navigation .tbh {
    display: inline-block;
}
body #navigation {
    left: 0;
    width: 60px;
    transition: 0.3s;
}
body #navigation .tbh,
body:not(.menu-active) #navigation .logo {
    display: none;
}
/*body:not(.menu-active) #navigation:hover { width: 250px; }*/
#navigation .close {
    background-image: url(../../images/burger.png);
    background-repeat: no-repeat;
    background-position: bottom;
    min-width: 13px;
    min-height: 10px;
    top: 28px;
    right: 20px;
}
ul.menu li {
    min-height: 39px;
}
body:not(.menu-active) #navigation UL {
    margin-top: 15px;
}
body:not(.menu-active) #navigation .close {
    right: 24px;
}
#navigation LI A {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 400;
    min-height: 39px;
}
#navigation LI.activ A {
    background: rgba(255, 255, 255, 0.15);
}
#navigation LI A:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
.logo {
    background-image: url('/static/images/logo-mysmslist-4.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    font-size: 18px;
    color: #fff;
    border-bottom: none;
}
#container {
    margin-left: 60px;
}
#header .welcome {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #4b6069;
}
.ccauta { color: #4b6069; }
.login-box {
    padding: 2.6rem 0;
}
form[name='login'] .login-box {
    width: 44%;
    border-radius: 0;
}
form[name='login'] .fa-user,
form[name='login'] .fa-lock,
form[name='login'] .fa-book,
form[name='login'] .fa-phone,
form[name='login'] .fa-briefcase,
form[name='login'] .fa-home,
form[name='login'] .fa-building,
form[name='login'] .fa-envelope {
    background-color: #f5f5f5;
    border: 1px solid #b0bec5;
    border-radius: 0;
    display: flex;
    align-items: center;
    text-align: right;
    width: 43px;
    height: 43px;
    font-size: 0.9rem;
}
form[name='login'] input.input,
form[name='login'] select {
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    margin-left: -1px;
    font-size: 0.9rem;
    width: calc(80% - 47px);
}
form[name='login'] input.input:focus {
    border: 1px solid #90a4ae !important;
}
form[name='login'] input.input::placeholder {
    font-size: 0.9rem;
}
.input-box {
    gap: 0 !important;
    justify-content: center !important;
}
.login-text {
    margin-bottom: 1.5rem !important;
    font-size: 1.8rem;
    margin-top: -10px;
}
.login-text,
.icon {
    color: #37474f !important;
}
.remember-me-link {
    color: #55bcef !important;
}
.remember-me-link:hover {
    color: #647cfb !important;
}
.register-btn:link,
.register-btn:visited,
#changePassBtn {
    color: #fff !important;
    background-color: #f1b345 !important;
    border: 2px solid #f1b345 !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}
.register-btn:hover,
.register-btn:active,
#changePassBtn:hover {
    background-color: #f1bb52 !important;
    border: 2px solid #f1bb52 !important;
    color: #fff !important;
}
.categorie .categorie-item .btn:not(.btnDel),
.btnAdd {
    color: #fff !important;
    background-color: #2ad170 !important;
    border-radius: 0.2rem !important;
}
.categorie .categorie-item .btn:not(.btnDel):hover,
.btnAdd:hover {
    background-color: #f1bb52 !important;
}
.categorie .categorie-item .btnDel {
    background-color: #f1b345;
}
.categorie .categorie-item .btnDel:hover {
    background-color: #f1bb52;
}

.login-btn,
input[type='submit']:not(.tdcautasubmit input[type="submit"]),
a.btn:not(a[title="Înapoi"]):not(.haddlist),
#uploadBookPhoto,
#uploadBookAudio {
    color: #fff !important;
    background-color: #f1b345 !important;
    border: 2px solid #f1b345 !important;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}
.login-btn:hover,
.login-btn:active,
input[type='submit']:hover,
a.btn:hover:not(a[title="Înapoi"]:hover),
#uploadBookPhoto:hover,
#uploadBookAudio:hover {
    background-color: #f1bb52 !important;
    border: 2px solid #f1bb52 !important;
    color: #fff !important;
}
.remember-me-box h6 {
    color: #37474f;
    margin-left: 5px;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
}
.input-pss {
    margin-bottom: 0 !important;
}
.remember-forgot {
    margin-bottom: 20px !important;
}
.remember-forgot,
.register-login-box {
    width: 80% !important;
}
#particles-js {
    position: fixed;
    width: 100vw;
    height: 100vh;
}
.fa-building:before,
.fa-home:before,
.fa-briefcase:before,
.fa-phone:before,
.fa-book:before,
.fa-envelope:before,
.fa-user:before,
.fa-lock:before {
    margin-left: 15px;
}
.fa-magnifying-glass:before { content: "\f002"; }
.tdcautasubmit { position: relative; }
.tdcautasubmit input[type="submit"] {     color: #fff !important;
    border: 2px solid grey !important;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.2rem !important;
 padding-left: 30px; background-color: grey !important; width: auto !important;
    height: auto !important;
    padding-left: 30px !important; }
.tdcautasubmit input[type="submit"]:hover { background-color: #f1b345 !important; border: 2px solid #f1b345 !important; }
.tdcautasubmit i.fa-magnifying-glass { position: absolute; top: 20px; left: 13px; color: #fff; }
.fa-trash-alt { color: #ef5350; }
#changePassBtn {
    margin-top: 10px;
}
.check_disp input[type='checkbox'] {
    display: inline-block !important;
    height: auto !important;
}
.check_disp label {
    display: inline-block;
    margin-top: 1px;
}
.files-list {
    color: #4b6069;
}
.fa-upload {
    color: #fff;
    margin-right: 4px;
}

td {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #4b6069;
    border-bottom: 1px solid #f3f3f3;
}
th { color: #4b6069; }
.list-import { color: #4b6069; }
.add-dest { color: #4b6069; }
#contacts td { color: #4b6069; }
.page-head {
    min-height: 50px;
}
#group-header h3,
.page-head,
h3 {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
#page-form form table {
    padding: 1.4375rem 1.125rem;
    /*border-bottom: 1px solid #eceff1;*/
}

#page-form form table tr:last-child td {
    border-bottom: none;
}

tr:nth-child(even) {
    background-color: #fff;
}
.admin_content {
    font-size: 80%;
}
.admin_content th,
.admin_content td {
    padding: 0.75rem;
}
.tdcoperta {
    padding-bottom: 6px !important;
}
.admin_content td img {
    height: 40px;
}
td.first {
    padding-left: 1.625rem;
}
td.last {
    padding-right: 1.625rem;
}
/*td:has(> input[name="search"]) { text-align: right; }*/
thead td {
    font-weight: bold !important;
}
.tabC {
    margin-top: -6px;
}
.tabC table thead td,
.tabC table tbody td {
    color: #4b6069;
}
table thead td {
    background-color: #f9f9f9;
    border-top: 1px solid #dfdfdf;
}
table tfoot th {
    background-color: #f9f9f9;
    border-top: 1px solid #dfdfdf;
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem !important;
    /*font-weight: 400 !important;*/
    line-height: 1.5;
    color: #4b6069;
    border-bottom: 1px solid #f3f3f3;
}
tr:hover {
    background-color: #fff;
}

#audio-files-list .file-size {
    width: 100px;
}
#audio-files-list .file-date-added {
    width: 170px;
}
#audio-files-list .btn:not(.delete-item-btn) {
    background-color: #2ad170;
}
#audio-files-list .btn:not(.delete-item-btn):hover {
    background-color: #f1bb52;
}
#audio-files-list .delete-item-btn {
    background-color: #f1b345;
}
#audio-files-list .delete-item-btn:hover {
    background-color: #f1bb52;
}

.grid-container .form-line label {
    margin-bottom: 7px;
}

label {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #78909c;
    cursor: pointer;
    display: block;
}
/* label[for='username'] {
    margin: 0 63.5% 1px 0;
}
label[for='password'] {
    margin: 0 72.5% 1px 0;
} */

/* formular */
.formbooks.field_box {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.formbooks .grid-container {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
.formbooks .attributes-cell,
.book-photo-container {
    width: 45.8%;
    background: #fff;
    padding: 15px;
}
.formbooks .grid-container .form-line {
    width: 100% !important;
}
.formbooks .attributes-cell input,
.attributes-cell select,
.attributes-cell textarea,
.book-photo-container input,
.book-photo-container select,
.book-photo-container textarea {
    max-width: unset;
}
.formbooks .selected_options a {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #55bcef;
    background-color: #f9f9f9;
}
.formbooks .selected_options a:hover {
    color: #647cfb;
}
.formbooks .ui-button {
    background-color: #f9f9f9;
}
.formbooks #image-element-div {
    padding-bottom: 10px;
}
.formbooks input::placeholder {
    font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}
.formbooks .grid-container .form-line label {
    margin-bottom: 1px;
}
LABEL {
    margin-bottom: 1px;
}
.add-file-audi-cell {
    background: #fff;
    width: calc(100% - 30px) !important;
    padding: 15px;
}
.drop-text-button h4 {
    color: #333;
    font-weight: 500;
}

/* toggle switch */

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 24px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #55bcef;
}
input:focus + .slider {
    box-shadow: 0 0 1px #55bcef;
}
input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/*input::placeholder { color: #4b6069; }*/

.pagination { --bs-pagination-padding-x: 0.55rem; --bs-pagination-padding-y: 0.175rem; }
.hrddd { border-top: 1px solid #ddd; }
.page-footer ul.header_menu { margin-bottom: 60px; }
#recipient_phone, #recipient_obs { max-height: 33.61px; }
.sausau { margin-top: 0.5rem;
    margin-bottom: 0.1rem; }
.schtxt { text-decoration: underline; }
.schtxt:hover { color: #f1b345; }
.fltc { margin-top: 26px; }
.rowv { padding: 0 15px 10px 15px; margin: 0 -15px; }
#recipient_prefix { max-height: 35.2px; }
.fa-arrow-up, .fa-arrow-down { font-size: 14px !important; }
.cprght { text-align: center; color: #4b6069; }
.footer { position: absolute; bottom: 8px; left: 250px; width: calc(100% - 250px); }
body { position: relative; overflow: visible; min-height: 100vh; }
#container { padding-bottom: 60px; }
