/*Global*/
/* Onest Black */
@font-face {
    font-family: 'onest-black';
    src: url('../fonts/Onest-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* Onest ExtraBold */
@font-face {
    font-family: 'onest-extrabold';
    src: url('../fonts/Onest-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/* Onest Bold */
@font-face {
    font-family: 'onest-bold';
    src: url('../fonts/Onest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Onest Medium */
@font-face {
    font-family: 'onest-medium';
    src: url('../fonts/Onest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Onest Regular */
@font-face {
    font-family: 'onest-regular';
    src: url('../fonts/Onest-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Onest Light */
@font-face {
    font-family: 'onest-light';
    src: url('../fonts/Onest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Onest Thin */
@font-face {
    font-family: 'onest-thin';
    src: url('../fonts/Onest-Thin.woff') format('woff');
    font-weight: 100; /* Thin weight */
    font-style: normal;
}

html, body {
    font-family: 'onest-regular';
    background-color: #1F242A;
}

h2 {
    font-family: 'onest-medium';
}

.bar {
    height: 4px;
    width: 85px;
    background: #1F75FE;
    margin: 14px auto 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.buton-eveniment2.btn.btn-primary {
    border-radius: 25px;
    background-color: #0099FF;
    width: 243px;
    /* height: 45px; */
    text-transform: uppercase;
    padding: 12px 23px;
}

    .buton-eveniment2.btn.btn-primary:hover {
        background-color: #1F75FE;
        border-color: #1F75FE;
    }

/*Topbar*/
.topbar-dark {
    background-color: #002865;
}

.topbar-link {
    color: #FFFFFF;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

    .topbar-link:hover {
        color: #0099FF;
    }

.topbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rmenu-block {
    color: #fff;
}


/*Header navigare*/
.navigare {
    align-items: center;
}

.navbar .container .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
}

.topbar-logo-menu {
    background-color: #000F30;
}

.nav-separator {
    color: #fff;
    padding: 0 14px;
}

.navbar-brand-item-text {
    line-height: 1.6rem;
    font-weight: 400;
    color: #fff;
    padding-left: 12px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/*.navbar-brand-item-text:hover {*/
/*    color: #0099FF;*/
/*}*/

.nav-item .nav-link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

    .nav-item .nav-link:hover {
        color: #0099FF;
    }

.navbar .nav-item .nav-link.active {
    color: #0099FF;
}

.buton-eveniment.btn.btn-primary {
    border-radius: 25px;
    background-color: #0099FF;
    text-transform: uppercase;
    padding: 10px 23px;
    margin-left: 10px;
}

    .buton-eveniment.btn.btn-primary:hover {
        background-color: #1F75FE;
        border-color: #1F75FE;
    }

@media (max-width: 525px) {
    .rapoarte-table {
        font-size: 12px !important;
    }

    .pager .page-item .page-link {
        font-size: 10px !important;
    }

    .pager .total-summary {
        font-size: 10px !important;
    }

    .reset-link {
        font-size: 15px !important;
    }
}

@media (min-width: 526px) and (max-width: 768px) {
    .rapoarte-table {
        font-size: 14px !important;
    }

    .pager .page-item .page-link {
        font-size: 12px !important;
    }

    .pager .total-summary {
        font-size: 12px !important;
    }

    .reset-link {
        font-size: 15px !important;
    }
}

@media (max-width: 991px) {

    .d-sm-none {
        display: inline-block !important;
    }

    .footer-rights {
        display: flex !important;
        flex-direction: column !important;
    }

    .topbar-phone,
    .topbar-login > a {
        display: none !important;
    }

    .navbar-nav {
        flex-direction: column-reverse;
    }

        .navbar-nav .nav-item .topbar-link {
            color: #0099FF;
            font-size: 20px;
        }

        .navbar-nav .nav-item .nav-link {
            color: #0099FF;
        }

            .navbar-nav .nav-item .nav-link:hover {
                color: #006fb4;
            }

        .navbar-nav .nav-item.nav-separator {
            display: none;
        }

    .nav-item-bar {
        display: block;
        border-top: 1px solid #0099FF;
        text-align: center;
        width: 85%;
        margin-top: 5px;
        padding-bottom: 8px;
    }

        .nav-item-bar a {
            padding-top: 12px;
        }
}

/*Block platforma-info*/
#platform-info {
    background-image: url(../img/back1.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 200ms ease-in-out 0ms;
}

    #platform-info.non-index {
        background-image: url(../img/head.png);
    }

#chart-container {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.platform-info-chart {
    min-height: 300px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-item .nav-link {
        font-size: 15px !important;
    }

    .nav-separator {
        padding: 0 3px !important;
    }

    .navbar-brand-item-text {
        font-size: 1rem !important;
        line-height: 1.25rem !important;
    }

    .navbar-brand-item {
        width: 75px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .nav-item .nav-link {
        font-size: 18px !important;
    }

    .nav-separator {
        padding: 0 7px !important;
    }
}

/*Block rapoarte*/
.block-rapoarte {
    background-color: #002865;
}

.th-title-block {
    border-bottom: 1px solid #0099FF;
}

.th-title {
    color: #0099FF !important;
}

.rapoarte-table {
    color: white;
    overflow-x: auto;
}

    .rapoarte-table .table > :not(caption) > * > * {
        background-color: #002865;
        color: #fff;
        border-bottom: none !important;
    }

.rapoarte-all-b {
    justify-content: center;
}

.buton-rapoarte {
    border-radius: 25px !important;
    max-width: 150px !important;
}

/*Block anunta eveniment*/
.block-anunta {
    background-color: #011945;
}

/*Block resurse*/
.block-resurse {
    background-color: #002865;
}

.item-card {
    background-color: unset;
    border: none;
}

.card-fold .card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-height: 350px;
    max-height: 350px;
}

.card .card-body .card-title {
    text-align: start;
}

    .card .card-body .card-title a {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.01rem;
    }

    .card .card-body .card-title .btn-link:hover {
        background-size: 100% 6%;
    }

.resurse-items > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.card-fold:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(-45deg, #002865 45%, #d5c4c4 45%, #34649f 50%, #c51e1e 70%);
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0.7rem 0 0 0;
}

.card:hover .card-fold:after {
    width: 40px;
    height: 40px;
}

.card-body .btn-link {
    padding-bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: inherit;
    padding: 0;
}

/*Block banere*/
.block-banere .item-banere {
    text-align: center;
}

    .block-banere .item-banere img {
        width: 25%;
        height: auto;
    }

/*Footer*/
.footer-bloc {
    padding-top: 3rem;
    padding-bottom: 0;
    background-color: #1F242A;
}

.footer-b h5,
.footer-rights p {
    color: #fff;
}

.footer-rights p {
    font-size: 14px;
}

.footer-b ul li a {
    width: fit-content;
}

.footer-bloc .container .row {
    justify-content: space-between;
}

.footer-b .bar {
    width: 38px;
    margin: 0;
}

.footer-b .nav-item .nav-link {
    font-size: 16px
}

.contacts-phone > i, .contacts-phone > em {
    font-size: 28px;
    display: block;
}

.contacts-text-block {
    padding-left: 12px;
}

    .contacts-text-block a {
        margin-top: 6px;
        font-size: 20px !important;
    }

.contacts-text-info {
    color: #646364;
    font-size: 14px;
    text-transform: uppercase;
}

.contacts-text-social > a {
    font-size: 18px !important;
}

.contacts-text-social a > i {
    transition: color .20s ease-in-out, background-color .20s ease-in-out, border-color .20s ease-in-out;
}

    .contacts-text-social a > i:hover {
        color: #0099FF !important;
    }

/*Raporteaza page*/
.block-raportare-main {
    padding-left: 15px;
    background-color: #002865;
}

.authent-form .form-check input {
    padding: 0.6rem;
    margin-top: 0px;
}

.authent-form .form-check {
    text-align: left;
    clear: both;
}

    .authent-form .form-check .form-check-label {
        font-size: 15px;
        padding-left: 7px;
        padding-top: 1px;
    }

.authent-form-text {
    font-size: 20px;
    float: left;
}

.upload-block .col-12 {
    background-color: #002865;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #0099ff;
}

.upload-block-label span {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.upload-block-file-delete {
    justify-content: center;
    padding: 2.025rem;
}

.upload-block .upload-block-data label {
    float: none;
    padding: 2rem;
    margin-bottom: 0;
}

    .upload-block .upload-block-data label .upload-block-data-text1 {
        font-size: 1rem;
        color: #8194B2;
    }

.upload-text {
    padding: 0 4px;
    color: #8194B2;
}

.upload-text-icon {
    color: #8194B2;
    font-size: 4rem;
}

.label-upload {
    text-align: start;
    font-size: 1.13rem;
}

.raporteaza-submit button {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 12px 43px;
}

/*Datepicker*/
.datepicker-cell, .datepicker .days .dow {
    color: #000;
}


/*Login page*/
.block-login-main, .block-register-main {
    padding-left: 15px;
    background-color: #002865;
}

.authent-form label {
    padding-left: 1px;
    float: left;
    font-size: 1.13rem;
}

.authent-form div.col-md-12 {
    padding-bottom: 28px;
}

.authent-form input,
.authent-form textarea,
.authent-form select {
    background-color: #002865;
    border-color: #0099ff;
    border-radius: 10px;
    padding: 1rem;
    color: #fff;
}

.authent-form textarea {
    border-radius: 10px;
}

    .authent-form input:focus,
    .authent-form textarea:focus {
        color: #fff;
        background-color: unset;
        border-color: #86b7fe;
    }

.authent-form div input::placeholder {
    color: #fff;
}

/*.authent-form textarea.form-control {*/
/*    min-height: calc(17em + 0.75rem + calc(var(--bs-border-width) * 2));*/
/*}*/

.login-button {
    padding: 15px 45px;
    border-radius: 50px;
}

.reset-pass {
    transition: color .20s ease-in-out, background-color .20s ease-in-out, border-color .20s ease-in-out;
}

.forms-button {
    width: fit-content;
    margin: 0 auto;
}

.reset-pass:hover {
    color: #0099FF !important;
}

.admin-header-links {
    background-color: #1F242A;
    text-align: center;
    color: #ddd;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }

.lang {
    margin-right: 10px
}

    .lang .btn {
        color: #fff;
        text-decoration: none;
    }

.flatpickr-calendar {
    background: #fff !important;
}

.required {
    color: #ff0000;
}

.authent-form div input::placeholder {
    color: #fff;
}

.authent-form div.col-md-6 span.required {
    float: left;
}

.block-raportare-main div.col-md-12 span.required {
    float: left;
}

.block-login-main div.col-md-12 span.required {
    float: left;
}

.block-login-main div.col-12 span.required {
    float: left;
}

.alert-custom {
    font-family: 'onest-medium' !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.btn-file,
.fileinput-remove-button {
    padding-top: 16px;
    padding-bottom: 16px;
}

.pager {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 10px;
}

    .pager ul {
        margin-bottom: 5px;
    }

    .pager .total-summary {
        color: #a9a9a9;
        font-size: 15px;
        flex-shrink: 1;
        align-items: center;
        height: 100%;
    }

.reset-link {
    text-decoration: none;
    font-size: 20px;
}

.policyLink {
    text-decoration: none;
    font-size: 15px;
    padding-left: 5px;
}

.message-error {
    color: red;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.file-preview .fileinput-remove {
    display: none !important;
}

.bi-plus-lg::before {
    display: none !important;
}

.form-label {
    color: white;
    float: left;
}

.white-label {
    color: white;
}

#NewPassword-error, #ConfirmNewPassword-error {
    color: white;
}

.disclaimer-zone {
    color: white;
}

.warning-custom {
    padding-right: 27px;
}

.captcha-box, .div-check {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.input-group-extra {
    display: grid !important;
}

.iti__country-list {
    color: black !important;
}

.iti__dropdown-content {
    border-radius: 10px !important;
}

.iti__search-input {
    color: black !important;
}

.text-hint {
    color: #a9a9a9;
    font-size: 14px;
    padding-left: 1px;
}

.fadeSpan {
    float: right;
    padding-right: 10px;
    opacity: 1;
    transition: opacity 1s ease-in-out, display 1s ease-in-out;
}

.validatorDiv {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.searchmodel-link {
    color: white;
    text-decoration: none;
}

    .searchmodel-link:hover {
        color: #0099ff;
        text-decoration: none;
    }

.dropzone {
    background-color: #002865 !important;
    border-color: #0099ff !important;
    border-radius: 10px !important;
    border-width: 1px !important;
    margin-top: 35px !important;
}

.dz-progress, .dz-error-message {
    margin-top: 15px !important;
}

.dz-remove {
    color: #a9a9a9;
    text-decoration: none;
}

.dz-message {
    color: royalblue;
}

.offcanvas {
    height: fit-content;
    width: 100% !important;
}