/*---*** Log In Page Start ***---*/

.login-panel {
    width: 100%;
    height: 100vh;
    background: var(--white);
}

@media only screen and (max-width: 767px) {
    .bg_login {
        display: none !important;
    }

    .login-panel .bg_login {
        width: 100%;
    }

    .login-panel .login-container {
        width: 100% !important;
    }
}

.login_logo .logo-img {
    max-width: 200px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.login-panel .bg_login {
    width: 40%;
    height: 100vh;
    background: linear-gradient(#20325b82, #20325b82), url('../images/bg_1.jpg');
    background-position: center;
    background-size: cover;
}

.login-panel .login-container {
    width: 60%;
}

.login-panel .login-container .login-title {
    font-weight: 600 !important;
}

.login-panel .login-container .login-form,
.login-panel .login-container .login-title {
    width: 60%;
    margin: 10px auto !important;
}

.login-panel .login-container .login-form .login-input {
    width: 100%;
    border: 1px solid #cdcdcd;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

.login-panel .login-container .login-form .login-button {
    background: var(--brandColorIcon);
    border: 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 600 !important;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.login-panel .login-container .login-form .login-button:hover {
    background: #1a294d;
}

.login-panel .login-container .login-form .forgot-psw {
    color: #bbbbbb !important;
    font-size: 15px;
    margin: 5px 0 !important;
}

.login-panel .login-container .login-form .sign-in {
    font-size: 15px;
    margin-top: 10px !important;
    text-align: center;
}

/*---*** Log In Page End ***---*/

/*---*** Dashboard Start ***---*/

/* Box Count */

.dashboard-search label {
    font-weight: 600;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000 !important;
}

.dashboard-search input {
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    padding: 10px !important;
}

#dashboard .box-count .card {
    height: 100%;
    background-color: transparent !important;
    padding: 20px 25px !important;
}

.box-count .card .card-body {
    padding: 0;
}

.box-count .card .card-title h6 {
    color: #868e96;
    font-weight: 600 !important;
}

.box-count .card .card-body h1 {
    font-size: 50px;
    font-weight: 400 !important;
}

.box-count .card .card-body .card-chart {
    width: 100%;
}


/* Type Chart */

.type-chart {
    height: 100%;
    grid-column-start: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}

.type-chart>div {
    height: 100%;
}


/* Line Chart */

.line-chart {
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 5;
}

#line-chart {
    height: 100%;
    padding: 30px;
}

/* Calendar */

.calendar {
    height: 100%;
    grid-column-start: 4;
    grid-row-start: 3;
    grid-row-end: 5;
}

/*---*** Dashboard End ***---*/

/*---*** Preview Start ***---*/

main .container-fluid .news-area .news-preview {
    width: 49%;
}

@media only screen and (max-width: 991px) {
    main .container-fluid .news-area .news-preview {
        width: 100%;
        margin-top: 50px;
    }
}

main .container-fluid .news-form .btn-submit {
    width: 49%;
    border-radius: 0;
    border: 1px solid var(--brandColor);
    transition: 0.5s;
}

main .container-fluid .news-form .btn-submit:hover {
    background-color: var(--brandColor);
    color: white;
}

/*-- News Preview --*/

main .news-area .news-preview {
    height: 100%;
}

main .news-area .news-preview .news-img {
    width: 100%;
    height: 300px;
    border: 1px solid var(--brandColor);
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

main .news-area .news-preview .news-img .news-category,
.modal .modal-dialog .modal-content .news-img .news-category {
    background-color: var(--brandColor);
    border-radius: 2px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    padding: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: 0.5s;
}

main .news-area .news-preview .news-img .news-category:hover {
    background-color: var(--brandColorHover);
}

main .news-area .news-preview .news-content {
    height: 50%;
}

main .news-area .news-preview .news-content .news-button {
    cursor: pointer;
}

main .news-area .news-preview .news-content .news-button h6:first-child,
.modal .modal-dialog .modal-content .news-content .news-button h6:first-child {
    margin-right: 5px !important;
}

main .news-table {
    width: 90%;
}

main .news-table #newsList_wrapper {
    width: 100%;
}

main .news-table #newsList_wrapper tbody tr {
    cursor: default;
}

.modal .modal-dialog .modal-content .news-img {
    border: 1px solid var(--brandColor);
    width: 100%;
    height: 300px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.modal .modal-dialog .modal-content .news-content .news-button {
    cursor: pointer;
}

.modal-open,
.modal-open .modal {
    padding: 0 !important;
}

main .news-preview .news-content {
    opacity: 0;
    transition: 0.3s;
}

.news-preview .news-content .news-date {
    color: var(--decoColor) !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.news-preview .news-content .news-category {
    color: var(--decoColor) !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.news-preview .news-content .news-source {
    color: var(--decoColor) !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

/*---*** Preview End ***---*/

/*---*** Dashobard Calendar ***---*/

#dashboard .fc-listWeek-view {
    border: 0 !important;
}

#dashboard .fc-theme-standard .fc-list-day-cushion {
    background: #fff !important;
}

/*---*** Dashobard Calendar End ***---*/


/*---*** Profile Start ***---*/

.profile button:not(.btn-close),
.profile .user-action a {
    background-color: rgba(13, 110, 253, 1) !important;
    border: 0;
    border-radius: 4px;
    color: var(--white) !important;
    font-size: 15px;
    padding: 7px 15px;
    transition: 0.3s;
    margin-bottom: 10px;
}

.profile button:not(.btn-close):hover,
.profile .user-action a:hover {
    background-color: rgb(20, 104, 230) !important;
    color: var(--white) !important;
}

.profile .user-informations i {
    font-size: 80px;
    margin-right: 20px;
}

.profile .user-informations h4 {
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.profile .user-informations h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.profile .user-informations p {
    color: #8b8b8b;
    font-size: 14px;
}

/*---*** Profile End ***---*/


/*---*** Documets Start ***---*/

#dettaglio_documento .table .tr {
    width: 100%;
    display: flex;
}

#dettaglio_documento .table .tr .td {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 10px;
}

/*---*** Documets End ***---*/

/*---*** Progress Step ***----*/


.progress-container {
    width: 100%;
    margin: 2em auto;
}

.progress-steps {
    counter-reset: step;
    width: 100%;
}

.progress-steps li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: .7em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #999;
}

.progress-steps li:before {
    width: 2.5em;
    height: 2.5em;
    content: counter(step);
    counter-increment: step;
    line-height: 2.5em;
    border: 2px solid #999;
    display: block;
    text-align: center;
    margin: 0 auto .7em auto;
    border-radius: 50%;
    background-color: white;
}

.progress-steps li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #999;
    top: 1.3em;
    left: -50%;
    z-index: -1;
}

.progress-steps li:first-child:after {
    content: none;
}

.progress-steps li.active {
    color: #20325b;
}

.progress-steps li.active:before {
    border-color: #20325b;
}

.progress-steps li.active+li:after {
    background-color: #20325b;
}

/*---*** Checkout Start ***---*/

.payment-card {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #20325b !important;
    border-radius: 0 !important;
    padding: 5px 15px !important;
}

.payment-card i {
    font-size: 25px;
    margin-right: 10px;
}

.payment-card input[type=radio] {
    width: 15px;
    height: 15px;
    margin-right: 20px;
}

/*---*** Checkout End ***---*/

/*---*** Icon Picker Start ***--*/

.icon-picker {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: .375rem .75rem;
    border-radius: 8px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ced4da;
    width: 200px;
    justify-content: space-between;
    background: white;
    transition: 0.2s;
}

.icon-picker:hover {
    background: #f0f0f0;
}

.icon-list-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 3px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 15px;
    width: 80%;
    max-width: 400px;
    z-index: 1000;
}

.icon-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.icon-list i {
    font-size: 24px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.icon-list i:hover {
    background: #007bff;
    color: white;
}

.icon-search {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

/*---*** Icon Picker End ***--*/

/*---*** Tabella Email Start ***--*/

#tab_email thead tr th:nth-child(4),
#tab_email thead tr th:nth-child(5),
#tab_email thead tr th:nth-child(6),
#tab_email thead tr th:nth-child(7),
#tab_email thead tr th:nth-child(8),
#tab_email thead tr th:nth-child(9),
#tab_email thead tr th:nth-child(10),
#tab_email thead tr th:nth-child(11),
#tab_email thead tr th:nth-child(12) {
    text-align: center !important;
}


#tab_email_coda thead tr th:nth-child(3),
#tab_email_coda thead tr th:nth-child(4),
#tab_email_coda thead tr th:nth-child(5),
#tab_email_coda thead tr th:nth-child(6),
#tab_email_coda thead tr th:nth-child(7),
#tab_email_coda thead tr th:nth-child(8),
#tab_email_coda thead tr th:nth-child(9),
#tab_email_coda thead tr th:nth-child(10),
#tab_email_coda thead tr th:nth-child(11),
#tab_email_coda thead tr th:nth-child(12) {
    text-align: center !important;
}

/*---*** Tabella Email End ***--*/

.termini-condizioni p {
    font-size: 12px;
}

.vedi-tutti {
    width: 100%;
}

.vedi-tutti:hover {
    color: #fff !important;
}