:root {
    --mdb-link-color: #1050B4;
}

body {
    font-size: 0.9em;
}

h2 {
    color: black;
    font-family: Archivo;
    font-weight: 600;
}

h3 {
    color: black;
    font-family: Archivo;
}

h4 {
    color: black;
    font-family: Archivo;
}

.btn-primary {
    background-color: #1050B4 !important;
    box-shadow: 0 4px 9px -4px #1050B4 !important;
}

.btn-primary:hover {
    background-color: #0d408d !important;
}

.btn-primary:focus {
    background-color: #0d408d !important;
}

.btn-primary:active {
    background-color: #0b3776 !important;
}

.content {
    background-image: linear-gradient(to bottom, #eaf0f8, #ffffff);
    padding-top: 30px;
    padding-bottom: 30px;
}

.sign-in-form {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 400px;
}

.ticket-bar {
    display: flex;
}

.ticket-bar>div {
    margin-right: 20px;
}

.ticket-message {
    margin: 20px 0px;
    padding: 15px;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 3px;
}

.ticket-message-header {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ticket-right {
    background-color: #e9edf0;
    padding: 20px 20px 10px 20px;
}

.ticket-right-header {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.ticket-right-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
}

.file-upload-wrapper {
    border: 1px solid #eee;
}

.loading-screen {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-text {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
}

.form-outline {
    margin-bottom: 15px;
}


table.dataTable thead tr {
    background-color: #f4f4f4;
    color: #555555;
}

.table thead th {
    border-top: none;
    font-weight: 500
}

.table td,
.table th,
.table thead th {
    border-bottom: 1px solid rgba(234, 243, 253, .9)
}

table th {
    background-color: #d1dae6 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f6ff;
}

.table.table-bordered,
.table.table-bordered td,
.table.table-bordered th::after,
.table.table-bordered thead th {
    border: 1px solid rgba(234, 243, 253, .9)
}

.table.v-align-middle tr td {
    vertical-align: middle
}

.table.table-borderless td,
.table.table-borderless th,
.table.table-borderless thead th {
    border: none !important
}

table.dataTable {
    border-collapse: collapse !important
}

.dataTables_info,
.dataTables_paginate {
    margin: 25px 0 15px !important
}

.pagination .page-item.disabled .page-link,
.pagination .page-link {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #399AF2 !important;
    border-color: #399AF2;
    border-radius: 100%;
    box-shadow: none;
    outline: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 0 0
}

.pagination a:link,
.pagination a:visited {
    color: #353a40;
    line-height: 1
}

.pagination a:hover {
    color: #399AF2
}

.pagination a:active,
.pagination a:focus {
    box-shadow: none;
    outline: 0
}

.table-bordered.dataTable,
.table-bordered.dataTable td,
.table-bordered.dataTable th {
    border: 1px solid rgba(234, 243, 253, .9)
}

.text-8 {
    font-size: 0.8em;
}

.text-9 {
    font-size: 0.9em;
}

.line {
    border-bottom: 1px solid #dddddd;
}

.bg-gray1 {
    background-color: #bacade;
}

.badge {
    padding-top: 7px;
}

.bar-container {
    width: 100%;
    height: 20px;
    border: 1px solid #ffffff;
    position: relative;
    font-size: 0.75em;
}

.free-mb {
    height: 100%;
    background-color: #14A44D;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 2px 0px 0px 2px;
}

.extra-mb {
    height: 100%;
    background-color: #F44336;
    position: absolute;
    top: 0;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 0px 2px 2px 0px;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.hero {
    background-image: url('../img/bg-line-vertical.png');
    background-size: auto 100%;
    background-position: center center;
}

.hero-wrapper {
    height: 600px;
    background-image: url('../img/hero.png');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center center;
    max-width: 1300px; 
    margin: 0 auto; 
}

@media (max-width: 768px) { 
    .hero-wrapper {
        background-size: cover;
        background-position: top center; 
    }
}

.hero-bg-agent {
    background-image: url('../img/banner-agent.jpg') !important;
}

.custom-text1 {
    color: black;
    font-size: 3em;
    font-family: Archivo;
    font-weight: 700;
    word-wrap: break-word;
}

.custom-text2 {
    color: black;
    font-size: 3em;
    font-family: Archivo;
    font-weight: 100;
    word-wrap: break-word;
}

.custom-text3 {
    color: black;
    font-size: 2em;
    font-family: Archivo;
    font-weight: 600;
}

.custom-text4 {
    font-size: 1em;
    font-family: Archivo;
}

.custom-text5 {
    color: black;
    font-size: 1.2em;
    font-family: Archivo;
    font-weight: 600;
}

@media (min-width: 500px) and (max-width: 900px) {
    .hero-wrapper {
        height: 400px;
    }

    .custom-text1 {
        font-size: 2.4em !important;
    }

    .custom-text2 {
        font-size: 1.8em !important;
    }

    .custom-text3 {
        font-size: 1.8em !important;
    }

    .custom-text4 {
        font-size: 1em !important;
    }
}

@media (max-width: 500px) {
    .hero-wrapper {
        height: 400px;
    }

    .custom-text1 {
        font-size: 2em !important;
    }

    .custom-text2 {
        font-size: 1.6em !important;
    }

    .custom-text3 {
        font-size: 1.4em !important;
    }

    .custom-text4 {
        font-size: 0.9em !important;
    }
}

.projects {
    background-image: linear-gradient(to bottom, #eaf0f8, #ffffff);
}

.projects .card-title {
    font-size: 1.4em;
    color: black;
    padding-bottom: 10px;
}

.projects .card-body {
    line-height: 1.8em;
}

.projects .card-title i {
    color: #1050B4;
}

.rotated-icon {
    transform: rotate(45deg);
}

.about {
    padding-top: 50px;
}

.about i {
    color: #1050B4;
    margin-top: 5px;
    margin-right: 10px;
}

.contact {
    background-image: linear-gradient(to bottom, #ffffff, #eaf0f8);
}

.contact i {
    color: #1050B4;
    margin-top: 5px;
    margin-right: 10px;
}

.features {
    background-image: linear-gradient(to bottom, #ffffff, #eaf0f8);
}

.features i {
    color: #1050B4;
    margin-top: 5px;
    margin-right: 10px;
}

.iot-solutions i{
    margin-top: 5px;
    margin-right: 10px;
}

.package-name {
    color: #1050B4;
    font-weight: bold;
    font-size: 1.6em;
}

.gradient {
    background-image: linear-gradient(to bottom, #ffffff, #eaf0f8);
}


.gradient i {
    color: #1050B4;
    margin-top: 5px;
    margin-right: 10px;
}

@media (min-width: 576px) {
    .custom-width {
        max-width: 90%;
    }
}

.form-title {
    color: black;
    font-weight: 500;
    font-size: 1.5em;
}

.custom-navbar {
    background-color: #1050B4 !important;
}

.custom-navbar a.nav-link {
    color: white !important;
}

.package input[type="radio"] {
    vertical-align: top;
    margin-top:5px;
}

.package label {
    vertical-align: top;
}

.project-features{
    padding-left:0px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    color: #ffffff;
}

.accordion-button {
    background-color: transparent !important;
}
.accordion-item {
    background-color: transparent !important;
}

.separator {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.separator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #999999;
    width: 100%;
    transform: translateY(-50%);
}

.separator .text {
    position: relative;
    background-color: #ffffff;
    padding: 0px 10px;
    z-index: 2;
}

.line-date{
    text-align: right;
    white-space: nowrap;
}

.social-icons img {
    width: 25px; 
}

.datepicker-modal-container {
  max-height: unset !important;
  height: auto !important;
}

.datepicker-main {
  padding-bottom: 60px; /* Spațiu extra pentru footer */
}

.datepicker-footer {
  position: relative !important;
}
.datepicker-main {
  padding-bottom: 0 !important;
}