/* @CHARSET "UTF-8";
*{
  box-sizing:border-box;
}
body.mobile{
    background: url('../icons/back_mobile.png');
    overflow:auto;
    background-position-y: 30px;
    text-shadow: 0px 0px 10px #ffffff;
    height: unset;
    min-height: 100vh;
    display: block;
}
.container{
    text-align:center;
    height: calc(100% - 300px);
    position: relative;
    min-height: 500px;
}
.vertical-center{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-height: 600px) {
    .container{
        height: 100%;
        margin-bottom:50px
    }
    .vertical-center{
        transform: translate(-50%, -50%);
    }    
}
#textHeader{
    color: #04244c;
    font-size: calc(15pt + 2vw);
    width: 100%;
    margin: 30px 0;
    margin-bottom: 48px;
}

#logo {
  float: left;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: left;
  text-align: center;
}

#logo img {
  max-width: 100%;
  height: auto;
  padding: 10px;
  max-height: 170px;
}

#logo a {
  display: inline-block
}
.visible-phone {
    display: none !important;
}
.header {
    position: relative !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background: white;
    box-shadow: 1px 15px 40px 16px white;
}
@media (min-width:1200px){
    #logo {
        width: 1170px;
    }
}


@media (min-width: 979px){
    #logo {
        background-image: url(https://www.primariatulcea.ro/wp-content/uploads/2022/01/logo-desktop-1.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    #logo {
        float: none !important;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        text-align: center;
        line-height: 0;
    }
    #logo {
        text-align: left;
        background-image: url(https://www.primariatulcea.ro/wp-content/uploads/2022/01/logo-desktop-1.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    
}
#divMapLoad{
    display:none;
    width: 98%;
    height: 96%;
    margin-left: auto;
    background-color: white;
    position: absolute;
    top: 2%;
    left: 1%;
    box-shadow: 0px 0px 20px 0px #d3d3d3;
    z-index: 103;
}
@media (max-width: 979px){
    .visible-desktop {
        display: none !important;
    }
    #logo #logo-phone {
        display: inline !important;
        padding: 0px;
    }    
    .div-adresa{
        flex-wrap: wrap
    }
    #cc tr td:last-child{
        min-width: 1%!important;
        white-space:nowrap;
        width: 1%!important;
    }
    #divMapLoad{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
}

#menuVerticalParcari{
    position: fixed;
    top: 15%;
    left: 0.1%;
    height: 60%;
    list-style-type: none;
    padding: 0;
    background: none;
    z-index: 100;
    float: left;
}
#divCautaLocuri{
    width: 100%;
    max-width: 720px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    border-radius: 5px;
    padding:15px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 2px #ccc;
}
#divCautaLocuri .grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
#divCautaLocuri .item{
    position: relative;
    width: 100%;
    min-height: 1px;
    max-width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0;
    text-align: left;
}

#divCautaLocuri .item.col-3{
    max-width: 32%;
    flex: 1 1 32%;
}
#divCautaLocuri .item.col-2{
    max-width: 49%;
    flex: 1 1 49%;
}

@media screen and (min-width:1050px) {  
    #divParcareUser {
        position: absolute;
        background-color: white;
        border-radius: 5px;
        width: 81%;
        left: 10%;
        height: 91%;
        top: 5%;
        z-index: 102;
    }
}

@media screen and (max-width:1050px) {
    #divParcareUser{
        position: absolute;
        background-color: white;
        border-radius: 5px;
        width: 95%;
        left: 2.5%;
        height: 90%;
        top: 10%;
        z-index: 102;
        overflow: auto;
    }
    #divCautaLocuri{
        width: 95%;        
    }
    .tab-contents{
        padding:15px;
    }
    .container{    
        height: calc(100% - 200px);
    }
}
@media (max-width: 500px){
    #divCautaLocuri {
        width: calc(100% - 20px);
    }
}


.form-style-5{
    max-width: 500px;
   padding: 0;
   background: white;#f4f7f8;
   margin: 10px auto;
   padding: 20px;
   border-radius: 8px;
   font-family: Georgia, "Times New Roman", Times, serif;
   transform: translatez(0px);
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}

fieldset{
  margin: 0 0 1rem 0;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
     border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #f5f7f7;#e8eeef;
    color:#151617; #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 10px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d8eaf5;#d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #0079c1;#1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 10px 39px 28px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #0079c1;#1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid white;#16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #00598D;#109177;
}

#tabs3 .form-style-5 label {
    display: inline; 
}


@media (min-width: 750px) and (max-width: 981px) and (orientation: portrait) {  
 div.swal-overlay--show-modal .swal-modal{
    width: 90%  !important;
    height: auto  !important;
  }
  div.swal-content, #tabsParcari div#divTermeniConditii > .butoaneForm, #divHelp, .swal-button.swal-button--cancel,  .swal-button.swal-button--confirm,
  #tabsParcari #titluTab1, #tabsParcari #titluTab2, #tabsParcari #titluTab3, #tabsParcari #titluTab4, div#divTermeniConditii table tr td:first-child,
  #tabsParcari input[type="text"],  #tabsParcari table#factDov tr.odd,  ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front,
  #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    font-size: 19pt  !important;
  }
  #tabsParcari .tab-nav {
     font-size: 15pt !important;
  }
  {
  font-size: 35pt  !important;
  }
  .swal-text, #tabsParcari .tab-contents legend, #tabsParcari .tab-contents fieldset,  #tabsParcari table#cc,  #tabsParcari .butoaneForm  {
    font-size: 25pt !important;
  }
  
  img#inchideF_cautare {
    width: 18px !important;
  }
   #tabsParcari table#cc td,  #tabsParcari table#cc label {
    font-size: 20pt !important;
   }
   #tabsParcari table#cc td img {
    width: 45px;
   }
    #menuVertical img.btnsRotunde, #rotatePhone {
    max-width: unset;
    width: 80px;
    height: 80px;
   } 
   #btnHelp{
    width: 70px;
    height: 60px;
    max-width: unset;
   }
   
   input[type="radio"], input[type="checkbox"] {
       transform: scale(1.8);
       width: 35px;
   }
}


@media (max-width: 981px) and (orientation: landscape) {  

  #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all, ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    font-size: 11pt  !important;
  }
  
   #tabsParcari table#cc td img {
    width: 45px;
   }
 
}

table#cc.dataTable, table#factDov.dataTable {
    width: 100% !important; 
}

 table#factDov.dataTable td {
    width: unset !important;
    min-width: unset !important;
}

.ui-widget-content {
    font-size: 1rem;
}

.tab-title {
    display: inline-block;
}
.inchide{
    padding-right: 3px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.inchide img{
    position: absolute;
    top: 0;
    right: 0;
}
.swal-modal {
    overflow: auto;
    max-height: 93%;
}
.form-style-5 .div-adresa input[type="text"]:not(:last-child) {
    margin-bottom: 0px;
}
.swal-text {
    color: #3c3c3c;
}

.btn {
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
.btn-confirm{    
    background-color: #0079c1;
    color: #fff;
}
.btn-cancel {
    color: #555;
    background-color: #efefef;
}
.precompletare[readonly] {
    background-color: #dddddd!important;
    cursor: not-allowed;
}



.mobile #btnHelp {
    max-width: 40px;
}
.mobile .imagini {
    padding: 10px;
    text-align: center;
} */

@CHARSET "UTF-8";
*{
  box-sizing:border-box;
}

#tabsParcari input,
#tabsParcari textarea {
  text-transform: uppercase;
}

.div-adresa input,
.div-adresa textarea {
    text-transform: uppercase;	
}

body.mobile{
    background: url(../images/first_page/back.png);
    overflow:auto;
    background-position-y: 30px;
    min-height: 100vh;
    background-position-x: center;
    background-size: cover;
    background-position-y: 100px;
}



.visible-phone {
    display: none !important;
}
.header {
    /* position: relative !important; */
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background: #fff;
    box-shadow: 1px 15px 61px 60px #ffffff;
}

fieldset {
    margin: 0 15px 1.5rem 0;
}

.modal-fida{
    border-radius: 0px;
    box-shadow: 5px 5px 8px 0px #242424;
    background: var(--f-modal-gradient);
    border: none;
}

.modal-fida .item{
    text-align: left;
}

.modal-fida-350{
    width: 100%;
    max-width: 350px;
    margin: auto;
    z-index: 102;
    border-radius: 0px;
    padding:15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 8px 0px #242424;
    background: var(--f-modal-gradient);
    color: white;
}

/* #divParcareUser {
    position: absolute;
    background: linear-gradient(to bottom, #55515c 13%, #00295b);
    width: 95%;
    max-width: 1000px;
    height: 80%;
    top: 5%;
    z-index: 102;
    left: 50%;
    overflow: auto;
    transform: translateX(-50%);
} */
/* @media screen and (min-width:1050px) {  
    #divParcareUser {
        position: absolute;
        width: 95%;
        max-width: 1200px;
        height: 90%;
        top: 5%;
        z-index: 102;
        left: 50%;
        transform: translateX(-50%);
    }
} */

@media screen and (max-width:1050px) {
    .tab-contents{
        padding:15px;
    }
    /* .container{    
        /*height: calc(100% - 200px);
    } */
}
@media (max-width: 500px){    
    #logo:after {
        right: 8px;
    }
}

@media screen and (max-width: 576px) {
    .buton-parcari {
      width: 300px;
      height: 100px;
    }
  }


.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
    /* background: #ffffff80; */
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 10px 39px 28px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #0079c1;/* #1abc9c; */
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid white;/* #16a085; */
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #00598D;/* #109177; */
}

#tabs3 .form-style-5 label {
    display: inline; 
}




@media (max-width: 981px) and (orientation: landscape) {  

  #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all, ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    font-size: 11pt  !important;
  }
  
   #tabsParcari table#cc td img {
    width: 45px;
   }
}



table#cc.dataTable, table#factDov.dataTable {
    width: 100% !important; 
}

 table#factDov.dataTable td {
    width: unset !important;
    min-width: unset !important;
}

.ui-widget-content {
    font-size: 1rem;
}

.tab-title {
    display: inline-block;
}
.inchide{
}

.inchide>*{
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    display: inline-block;
    vertical-align: middle;
}
.swal-modal {
    overflow: auto;
    max-height: 93%;
    border-radius:0;
}
.form-style-5 .div-adresa input[type="text"]:not(:last-child) {
    margin-bottom: 0px;
}
.swal-text {
    color: #3c3c3c;
}
.swal-title {
    font-size: 24px;
}
/* .btn, .swal-button {
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
} */
.btn-confirm, .swal-button--confirm{
    color: #082d5c;
    background-color: #ffffff;
    border: 1px solid #082d5c;
}
.btn-cancel, .swal-button--cancel {
    background-color: #082d5c;
    color: #fff;
    border: 1px solid white;
}
.precompletare[readonly] {
    background-color: #dddddd!important;
    cursor: not-allowed;
}
.btn-cancel:hover, .swal-button--cancel:hover {
    background: #ffffff;
    color: #082d5c;
    border-color: #082d5c;
}
.btn-confirm:hover, .swal-button--confirm:hover{
    background: #082d5c;
    color: white;
    border-color: white;
}

.mobile #btnHelp {
    max-width: 40px;
}
.mobile .imagini {
    padding: 10px;
    text-align: center;
}

/* andrei */


.tab-section {
    background: unset;
}

.form-style-5  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1; /* Firefox */
}

.form-style-5  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

.form-style-5  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #cccccc;
}

select option{
    color: #00295b;
}

.alert-red{
    background-color: #00000021;
    font-size: 0.9rem!important;
    color: #ffa464;
    padding: 0 3px;
    display: inline-block;
    display: none;
    /* position: absolute; */
    /* top: -1rem; */
    width: 100%;
}
.tab-title.is-active {
    border-bottom: none;
    /* background-color: #2f3f5c; */
}
.tab-title{
    background: unset;
    color:white;
}
input:disabled, select:disabled, textarea:disabled {
    opacity: .8;
    cursor: not-allowed;
}
.div-adresa{
    display: flex;
}
.iframe_incarca_doc{
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 38px;
    width: calc(100% - 30px);
}
.divvdocAtas{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 0;
    /* padding: 0 10px; */
}
.divvdocAtas .fa, .deIFrame .fas, .deIFrame .fa, .deIFrame .far{
    color: #ffa464;
    text-align: center;
    height: 28px;
    border-radius: 3px;
    width: 28px;
    font-size: 18px;
    padding-top: 2px;
    cursor: pointer;
}
.deIFrame .fas span {
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue",sans-serif;
    font-weight: normal;
}
.divvdocAtas .fa{    
    border: 3px solid #ffa464;
}
.deIFrame .fas {
    width: 100%;
    padding: 5px 5px;
    height: unset;
    border: none;
}
.fa:hover, .fas:hover, .fa:hover, .far:hover, .deIFrame a:hover i {    
    transform:scale(1.1);
}

.logo_fida {
    position: fixed;
    bottom: 0;
    left: 15px;
    line-height: 1rem;
}
.timer{
    font-weight: bold;
    color: var(--f-color-focus);
}

/* Buton minimalist Ã®n dreapta sus */
.btn-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: #2c3e50;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  z-index: 2;
  transition: background 0.3s;
}
.btn-toggle:hover {
  background: #1a252f;
}

/* Panoul lateral (desktop default) */
.help-menu {
  position: fixed;
  top: 0;
  right: -30%;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  box-shadow: -2px 0 10px rgba(0,0,0,0.3);
  transition: right 0.3s ease-in-out;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  overflow-y: auto;      
  -webkit-overflow-scrolling: touch;  
}

/* Activ */
.help-menu.active {
  right: 0;
}

/* Header meniu */
.menu-header {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menu-header h5 {
  margin: 0;
  font-size: 1.1rem;
  color: #2c3e50;
}

/* Buton X (close) */
.btn-close {
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #2c3e50;
}

/* ConÈ›inut scrollabil */
.menu-body {
  flex-grow: 1;
  overflow-y: auto;
  padding-bottom: 1rem;
}

/* Lista meniului */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-list li {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.menu-list a {
  display: block;
  padding: 0.9rem 1.2rem;
  text-decoration: none;
  color: #2c3e50;
  font-size: 0.95rem;
  transition: background 0.2s, padding-left 0.2s;
}
.menu-list a:hover {
  background: rgba(44, 62, 80, 0.1);
  padding-left: 1.5rem;
}

/* Sub 768px â†’ jumÄƒtate de ecran */
@media (max-width: 768px) {
  .help-menu {
    width: 100%;
    right: -100%;
    overflow-y: auto; 
  }
  .help-menu.active {
    right: 0;
  }
}

/* Sub 480px â†’ 80% din ecran */
@media (max-width: 480px) {
  .help-menu {
    width: 100%;
    right: -100%;
    overflow-y: auto;
  }
  .help-menu.active {
    right: 0;
  }
}

#divTermeniConditii{
    text-align: center;
    /* background: linear-gradient(to right, var(--f-color-10), var(--f-color-20)); */
    /* opacity: 0.5; */
    z-index: 100;
    display: block;
    background-color: #efefef;
    border-radius: 0;
    border: 1px solid #999999;
    padding: 8px;
    position: fixed;
    bottom: 0%;
    height: auto;
    width: 100%;
    left: 0%;
    opacity: 92%;
    overflow-x: auto;
}
.divSemnaturaTableta{
    z-index: 0;
    display: none; 
    color:white;
    width: 60%;
    padding: 8px;
    /* opacity: 0.8;     */
    height: 70%;
    position: relative;
    top: 10%;  
    left:20%;  
}

#divCautaLocuri {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(4px);

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 15px;
    z-index: 99 !important;
}

/* Corp modal */
#divCautaLocuri .form-style-5 {
    background: #fff;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;

    padding: 22px 26px;
    overflow-y: auto;

    box-shadow: 0 15px 35px rgba(0,0,0,0.2);

    /* fără rounded corners – conform cerințelor tale */
    border-radius: 0;
}

/* Header */
#title_cautare {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Grid responsive */
#divCautaLocuri .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
}

/* Col control */
.item.col-3 { grid-column: span 4; }
.item.col-2 { grid-column: span 6; }

/* Inputs */
#divCautaLocuri input,
#divCautaLocuri select {
    width: 100%;
    /* padding: 12px; */
    font-size: 14px;
}

/* Footer butoane */
#divCautaLocuri .swal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* Icon închidere */
#inchideF_cautare {
    cursor: pointer;
}

/* Responsive Phone */
@media (max-width: 768px) {

    #divCautaLocuri .form-style-5 {
        max-width: 100%;
        max-height: 100%;
        padding: 18px;
    }

    .item.col-3,
    .item.col-2 { 
        grid-column: span 12;
    }

    #divCautaLocuri .swal-footer {
        flex-direction: column;
        gap: 10px;
    }

    #divCautaLocuri button {
        width: 100%;
    }
}

/*  */
/* ==================================== */
/* 1. STILURI DE BAZĂ ȘI LAYOUT PRINCIPAL (IZOLATE) */
/* ==================================== */

/* Containerul Formularului (tabsParcari) - Cardul central al modalului tău */

#divParcareUser{
	position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 103;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px;
    overflow-x: hidden; 
    overflow-y: auto;   
}

#divParcareUser.is-active {
    display: flex;              /* 🔥 IMPORTANT */
}

.tabs-container {
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 1200px;
    max-height: calc(100vh - 30px); /* padding-ul overlay-ului */
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 0;
}
	

/* Header (Timer și Close) */
.tabs-container tabs-header img {
    transition: opacity 0.2s;
}
.tabs-container.tabs-header img:hover {
    opacity: 1 !important;
}


/* ==================================== */
/* 2. TAB NAVIGAȚIE (IZOLATĂ) */
/* ==================================== */

.tabs-container .tab-nav {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #fdfdfd;
}

.tabs-container .tab-title {
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    cursor: pointer;
    color: #666;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
}

.tabs-container .tab-title:hover { background: #f0f0f0; }
.tabs-container .tab-title.is-active {
    /* color: #003366; */
    border-bottom: 3px solid #003366;
}
.tabs-container .tab-title.disabledTab {
    color: #ccc;
    pointer-events: none;
}


/* ==================================== */
/* 3. STILURI FORMULAR (form-style-5) - IZOLATE */
/* ==================================== */

.tabs-container .form-style-5 {
    padding: 20px;
    background: #fff;
    height: 100%;
}

/* Resetarea Fieldset: elimină border-ul implicit al Fieldset-ului */
.tabs-container .form-style-5 fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
}

/* Stil pentru titlurile de secțiune */
.tabs-container .form-style-5 legend:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    /* padding-bottom: 10px; */
    /* margin-bottom: 15px; */
    border-bottom: 1px solid #eee;
}
/* Sub-legend-urile mici */
.tabs-container .form-style-5 fieldset legend[style*="font-size: small"] {
    font-size: 12px !important;
    font-weight: 400;
    border-bottom: none !important;
    color: #666;
    margin-top: 5px;
}

/* Stil pentru celelalte <legend> (Label-uri de câmp) */
.tabs-container .form-style-5 legend {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 0;
    margin-top: 15px; 
    margin-bottom: 5px; 
    width: 100%;
    border: none;
    display: block;
}

/* Stil pentru Input-uri (design flat) - IZOLAT */
.tabs-container .form-style-5 input[type="text"],
.tabs-container .form-style-5 input[type="number"],
.tabs-container .form-style-5 input[type="email"],
.tabs-container .form-style-5 textarea,
.tabs-container .form-style-5 select {
    width: 100%; /* Forțăm 100% pentru input-urile standard (Nume, CNP, Email) */
    padding: 10px 12px;
    margin-bottom: 10px; 
    border: 1px solid #ccc;
    border-radius: 0; 
    box-sizing: border-box;
    font-size: 14px;
    transition: border 0.3s;
}

.tabs-container .form-style-5 input:focus, 
.tabs-container .form-style-5 textarea:focus,
.tabs-container .form-style-5 select:focus {
    outline: none;
    border-color: #003366;
}
.tabs-container .form-style-5 textarea {
    min-height: 100px;
    margin-top: 5px;
}


/* ==================================== */
/* 4. LAYOUT ADRESĂ (div-adresa) - FINAL FĂRĂ FLEX/GRID */
/* ==================================== */

/* Containerul de adrese */
.tabs-container .form-style-5 .div-adresa {
    display: block; 
    font-size: 0; /* Elimină spațiile nedorite */
    margin-bottom: 15px;
    padding: 0;
}

/* Stiluri pentru input-urile de adresă (Inline-Block) */
.tabs-container .form-style-5 .div-adresa input[type="text"] {
    display: inline-block; 
    font-size: 14px; 
    margin: 0 5px 10px 0; 
    height: 40px; 
    box-sizing: border-box;
}

/* Setăm lățimile în procente, pe un rând */
/* Strada (primul) */
.tabs-container .form-style-5 .div-adresa input:nth-child(1) {
    width: 25%; 
}
/* Celelalte 5 input-uri (Număr, Bloc, Scară, Etaj, Apartament) */
.tabs-container .form-style-5 .div-adresa input:not(:nth-child(1)) {
    width: 14%; 
}

/* ULTIMUL input (Apartament) nu are margine la dreapta */
.tabs-container .form-style-5 .div-adresa input:last-child {
    margin-right: 0;
}

/* Responsivitate pentru ecrane mici (Toate 100%) */
@media (max-width: 768px) {
    .tabs-container .form-style-5 .div-adresa {
        font-size: 14px; 
    }
    .tabs-container .form-style-5 .div-adresa input[type="text"] { 
        display: block;
        width: 100% !important; 
        margin-right: 0;
    }
}


/* ==================================== */
/* 5. BUTOANE ȘI ELEMENTE DE CONTROL - IZOLATE */
/* ==================================== */

/* Stil pentru grupurile de elemente radio (Tip persoană, Tip adresă) */
.tabs-container .form-style-5 > div > div[style*="display: flex"] {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
    align-items: center; 
    flex-wrap: wrap; 
}

/* Input-urile radio/checkbox trebuie să fie mici și bine aliniate */
.tabs-container .form-style-5 input[type="radio"],
.tabs-container .form-style-5 input[type="checkbox"] {
    width: auto;
    height: 16px; 
    margin-right: 5px;
    margin-bottom: 0; 
    vertical-align: middle;
}

/* Etichetele (label) pentru radio/checkbox */
.tabs-container .form-style-5 label {
    display: inline-flex;
    align-items: center; 
    cursor: pointer;
    font-weight: 400; 
}
/* Stil pentru link-urile din Termeni și Condiții */
.tabs-container .form-style-5 input[type="checkbox"] + * {
    margin-right: 20px;
    display: inline;
}
.tabs-container .form-style-5 a {
    color: #003366;
    text-decoration: none;
    cursor: pointer;
}
.tabs-container .form-style-5 a:hover {
    text-decoration: underline;
}

/* Container Butoane (pentru Inapoi/Continua/Salveaza) */
.tabs-container .form-style-5 > div:last-child {
    padding-top: 15px; 
    border-top: 1px solid #eee;
    margin-top: 20px; 
}

/* Butoanele principale */
.butoaneForm {
    background: #003366;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.2s;
}
.butoaneForm:hover { background: #002244; }
.butoaneForm[style*="background: #ccc"] {
    background: #ccc !important;
    color: #333 !important;
}
.butoaneForm[style*="background: #ccc"]:hover {
    background: #bbb !important;
}

/* Mesaje de eroare */
.alert-red { color: #d9534f; font-size: 12px !important; margin-left: 5px; }
.uppercase { text-transform: uppercase; }
/*  */

#divMapLoad{
    display:none;
    width: 98%;
    height: 96%;
    margin-left: auto;
    background-color: white;
    position: absolute;
    top: 2%;
    left: 1%;
    box-shadow: 0px 0px 20px 0px #d3d3d3;
    z-index: 103;
}

/* ================================================= */
/* STILURI REVIZUITE PENTRU MODALUL DE PLATĂ (Plătește online) */
/* Obiectiv: Potrivire exactă cu designul din imaginea de VIZUALIZARE/MODIFICARE (info icon) */
/* ================================================= */

.swal-modal.modal-fida-350 {
    /* Setări de bază - Fundal alb, colțuri ROTUNJITE, text centrat */
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    border-radius: 5px !important; /* Colțuri rotunjite (conform modalului din imagine) */
    padding: 30px 25px 20px 25px !important; /* Padding mai mare pentru a face loc iconiței */
    width: 100%;
    max-width: 450px; 
    text-align: center; /* Tot textul centrat */
}

/* Ascunde titlul original al modalului de plată și iconița SweetAlert default (dacă există) */
.swal-modal.modal-fida-350 .swal-title {
    display: none;
}
.swal-modal.modal-fida-350 .swal-icon {
    display: none;
}


/* Adaugă iconița informativă specifică din imagine */
.swal-modal.modal-fida-350 .swal-content::before {
    /* content: '\f05a'; */ /* Unicode pentru iconița 'info-circle' din Font Awesome (presupunând că folosești FA) */
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro'; /* Asigură-te că fontul e încărcat */
    font-weight: 900;
    font-size: 50px; /* Mărimea iconiței */
    color: #0079c1; /* Culoarea albastră din imagine */
    display: block;
    margin: 0 auto 15px auto;
    border: 3px solid #e0e0e0;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 57px;
}

/* Stil pentru textul de sub iconiță (care conține titlul și input-urile de plată) */
.swal-modal.modal-fida-350 .swal-content > div {
    text-align: center; /* Centrează textul/titlul */
}

/* Titlul principal al modalului de plată devine textul descriptiv */
.swal-modal.modal-fida-350 > div > div:first-child {
    font-size: 15px !important; 
    font-weight: 400; /* Text normal */
    line-height: 1.4;
    color: #666;
    padding-bottom: 0;
    margin-bottom: 25px; /* Spațiu sub textul descriptiv */
    border-bottom: none;
}

/* Etichete Input-uri (le transformăm în placeholder-uri vizuale, centrate) */
.swal-modal.modal-fida-350 .swal-content > div > br + br + *,
.swal-modal.modal-fida-350 .swal-content > div > br + * + br + * {
    display: none; /* Ascunde label-urile (Cod unic/Nr. mașină) și le înlocuim cu placeholder-uri */
}

/* Stil pentru INPUT-uri (identifOnline, nrMas) */
.swal-modal.modal-fida-350 input[type="text"],
.swal-modal.modal-fida-350 input#identifOnline,
.swal-modal.modal-fida-350 input#nrMas {
    width: 100%;
    max-width: 300px; /* Lățime restrânsă, ca în imagine */
    display: block;
    margin: 10px auto; /* Centrate */
    padding: 10px 12px;
    height: 40px; /* Înălțime mai mare */
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px; /* Font mai mare în input */
    color: #333;
    background-color: #fff;
}

/* Mesajul de eroare sub input-uri */
.swal-modal.modal-fida-350 .alert-red {
    display: block !important; /* Forțează afișarea alert-red sub input-uri */
    font-size: 12px !important;
    text-align: left;
    max-width: 300px;
    margin: -10px auto 15px auto;
    color: #d9534f;
}

/* Secțiunea de butoane (Footer) */
.swal-modal.modal-fida-350 .swal-footer {
    padding: 0;
    margin-top: 25px; 
    display: flex;
    justify-content: center; /* Butoanele centrate */
    gap: 10px; 
}

/* Stil de bază pentru butoane */
.swal-modal.modal-fida-350 .swal-button {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px; 
    min-width: 120px; 
}

/* Butonul "Renunță" (Cancel) - ca "Închide" din imagine (Albastru închis, text alb) */
.swal-modal.modal-fida-350 .swal-button--cancel {
    background-color: #003366 !important; /* Albastru închis */
    color: #fff !important;
    border: 1px solid #003366 !important;
}

.swal-modal.modal-fida-350 .swal-button--cancel:hover {
    background-color: #002244 !important;
    border-color: #002244 !important;
}

/* Butonul "Plătește" (Confirm) - ca "Accesează rezervarea" (Alb, text albastru, bordură albastră) */
.swal-modal.modal-fida-350 .swal-button--confirm {
    background-color: #fff !important; 
    color: #003366 !important; 
    border: 1px solid #003366 !important;
}

.swal-modal.modal-fida-350 .swal-button--confirm:hover {
    background-color: #003366 !important;
    color: #fff !important;
}

/* Responsive: Butoane pe două rânduri sau full width pe mobil */
@media (max-width: 480px) {
    .swal-modal.modal-fida-350 .swal-footer {
        flex-direction: column;
    }
    .swal-modal.modal-fida-350 .swal-button {
        width: 100%;
    }
}

/* Extra small devices (telefoane foarte mici) portrait */
@media (max-width: 480px) and (orientation: portrait) {
  .container {
    min-height: 700px;
  }
}

/* Extra small devices (telefoane foarte mici) landscape */
@media (max-width: 480px) and (orientation: landscape) {
  .container {
    min-height: 700px;
  }
}

/* Small devices (telefoane mici/medii) portrait */
@media (min-width: 481px) and (max-width: 600px) and (orientation: portrait) {
  .container {
    min-height: 700px;
  }
}

/* Small devices (telefoane mici/medii) landscape */
@media (min-width: 481px) and (max-width: 600px) and (orientation: landscape) {
  .container {
    min-height: 700px;
  }
}

/* Medium devices (telefoane mari) portrait */
@media (min-width: 601px) and (max-width: 768px) and (orientation: portrait) {
  .container {
    min-height: 700px;
  }
}

/* Medium devices (telefoane mari) landscape */
@media (min-width: 601px) and (max-width: 768px) and (orientation: landscape) {
  .container {
    min-height: 700px;
  }
}