html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #3E3F42;
}

/********** START - GLOBALS **********/
.full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.full-width:before,

.full-width:after {
    display: table;
    content: " ";
}

.full-width:after {
    clear: both;
}

.background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.no-wrap {
    white-space: nowrap;
    display: inline-block !important;
    overflow: hidden;

}

.no-border {
    border: none !important;
}

.height1{
    min-height: calc(100vh );
}

.height-header-background {
    height: 225px;
}
/********** END - GLOBALS **********/



/********** START - NAV BAR **********/
.navigators-container {
    transition: top 0.5s;
    z-index: 2030 !important;
}

.nav-auth-container {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    height: 25px;
    transition: 0.5s;
}

.nav-auth-up {
    transition: top 0.5s;
    top: -30px !important;
}

.auth-item {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-auth-container .auth-item:hover {
    color: #D44787 !important
}

.nav-container {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.navbar-logo {
    /*height: 30px !important;*/
    /*width: 120px !important;*/
    height: 45px !important;
    width: auto !important;
}

.nav-shadow {
    -webkit-box-shadow: 0 10px 20px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 10px 20px rgba(50, 50, 50, 0.3);
    box-shadow: 0 10px 20px rgba(50, 50, 50, 0.3);
    transition: 1s;
}

.nav-item {
    margin-right: 20px;
    white-space: nowrap;
    display: inline-block;
}

.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    color: #002494;
}

.navbar-nav .nav-link {
    color: #002494;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #D44787 !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown .nav-link  {
    pointer-events: none;
}

.dropdown-container {
    margin: 0 0 0 0;
    background-color: rgba(255, 255, 255, 0.95);
    border:none;
}

.dropdown-item {
    background-color: transparent !important;
}

.dropdown .dropdown-item:hover {
    color: #D44787 !important
}

.nav-search {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #002494;
    font-size: 16px !important;
}

.search-icon {
}

.nav-button {
    background-color: #CE1126;
    border-radius: 4px;
    border: none;
}
.btn-contact-submit {
    background: #CE1126 !important;
    border-color: #CE1126 !important;
}

.nav-button:hover {
    /*background-color: #002494;*/
}

.nav-button a:hover, .nav-button-blue a:hover {
    color: white;
}

.nav-button-blue {
    background-color: #002494;
    border-radius: 4px;
    border: none;
}

.nav-button-blue:hover {
    /*background-color: #D44787;*/
}

.underline-nav-item {
    border-bottom: 2px solid #D44787;
}

/********** END - NAV BAR **********/


/********* START -  FOOTER ********/
.footer-container {
    background-color: #002494 !important;
    width: 100%;
}

.footer-logo {
    fill: white !important;
}

.footer-category-title {
    border-bottom: 1px solid;
    border-color: #D44787 !important;
    padding: 0 20px 0 0;
    white-space: nowrap;
    display: inline-block;
}

.footer-category-item {
    color: white !important;
    /*white-space: nowrap;*/
    /*display: inline-block;*/
}

.footer-container a:hover {
    color: #D44787 !important;
}

.footer-category-item:hover {
    color: #D44787 !important;
    border-bottom: 5px;
}

.footer-bottom-bar {
    background-color: #5C6AB3;
}

.footer-bottom-bar a:hover {
    color: #D44787 !important;
}

.footer-shadow {
    -webkit-box-shadow: 0 -14px 13px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 -14px 13px rgba(50, 50, 50, 0.3);
    box-shadow: 0 -14px 13px rgba(50, 50, 50, 0.3);
}

.arrow-top {
    position: absolute;
    right: 40px
}
/********** END -  FOOTER ********/



/********* START -  HOME ********/
.carousel .slick-prev {
    position: absolute;
    left: 10%;
    top: 45%;
    z-index: 10;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowLeftHomeCarousel.png') no-repeat;
    background-size: 45px 80px;
    height: 80px;
    width: 45px;
}

.carousel .slick-next {
    position: absolute;
    z-index: 10;
    right: 10%;
    top: 45%;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowRightHomeCarousel.png') no-repeat;
    background-size: 45px 80px;
    height: 80px;
    width: 45px;
}

.slick-dots li.slick-active button {
    background-color: #D44787;
    border-color: #D44787;
}

.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.slick-dots li button {
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
    outline: 0;
    border: 0;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.90);
    font-size: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    transform: scale(0.65);
}

.slick-dots {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute;
    padding-left: 0;
}

.card-image {
    height: 150px !important;
    align-self: center;
}

.custom-card {
    background-color: white;
}

.custom-card a:hover {
    color: #D44787 !important;
    text-decoration: underline;
}
/********** END -  HOME *********/


/******* START -  CMS INFO ******/
.card.collapsed {
    border-width: 0 0 1px 0;
    border-color: #7EC0F4;
}

.card-header.collapsed {
    background-color: white !important;
    border-width: 0 0 1px 0;
    border-color: #7EC0F4;
}

.card-header:not(.collapsed) {
    background-color: #5C6AB320 !important;
    border: none;
}

.card-body.collapsed {
    background-color: white !important;
}

.card-body:not(.collapsed) {
    background-color: #5C6AB320 !important;
}

/******** END -  CMS INFO *******/


/******* START -  CMS ARTICLES *******/
.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-img-top-highlighted {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 3px;
}

.img-300pxh {
    width: 100%;
    height: 300px;
    object-fit: cover;
    float: right !important;
}

.img-article {
    width: 100%;
    /*height: 300px;*/
    object-fit: cover;
    float: right !important;
}

.img-500pxh {
    width: 100%;
    height: 500px;
    object-fit: cover;
    float: right !important;
}

.background-overlay {
    background-color: #5C6AB350;
    width: 100%;
}
/******* END -  CMS ARTICLES *******/



/******* START -  CMS MEDIA *******/
.media-card {
    background-color: #7EC0F425;
}
/******* END -  CMS MEDIA *******/



/******* START -  CMS COMMUNICATES *******/
.active-communicate {
    background-color: white !important;
    border-width: 0 0 1px 0 !important;
    border-color: #7EC0F4 !important;
}

.inactive-communicate{
    float: right !important;
}
/******* END -  CMS COMMUNICATES *******/


/******* START -  CMS COMMUNICATES *******/
.full-height-image {
    width: 100%;
    min-height: 100%;
    object-fit: cover;


}
/******* END -  CMS COMMUNICATES *******/


/******* START -  CMS WHAT IS PAD *******/
.what-is-pad-img {
    width: 70%;
    object-fit: contain;
    display:block;
    margin:auto;
}

.section-img {
    width: 70%;
    object-fit: contain;
    display:block;
    margin:auto;
}
/******* END -  CMS WHAT IS PAD *******/


/******* START -  WIDGET PARTNERS *******/
.partner-avatar {
    height: 120px;
    object-fit: contain;
    display:block;
}

.scrollPartners .slick-prev {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowLeft.png') no-repeat;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

.scrollPartners .slick-next {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 30px;
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/paid/arrowRight.png') no-repeat;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
}

/******* END -  WIDGET PARTNERS *******/


/******* START -  CMS ABOUT US*******/
.post-avatar {
    width: 100%;
    object-fit: cover;
    display:block;
}
/******* END -  CMS ABOUT US *******/


/******* START -   SEARCH*******/
.search-card-shadow {
    -webkit-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 10px rgba(50, 50, 50, 0.1);
}
/******* END -  SEARCH*******/


/******* START -   CONTACT*******/
.contact-form input, .contact-form select {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
    color: #002494;
    font-family: Merriweather-Regular !important;
}

.contact-form input::placeholder{
    color: #002494;
    font-family: Merriweather-Regular !important;

}

.contact-form label{
    margin-top: 10px;
    color: #002494;
    font-size: 14px;
    font-weight: 500;
}

.contact-form textarea{
    resize: none;
    border: 1px solid #002494;
    border-radius: 3px;
    color: #002494;
}

.field-gdpr-inline_fg {
    display: flex;
    align-items: center;
}

.field-gdpr-inline label {
    margin-top: 6px!important;
    margin-left: 14px;
}

.here-class {
    text-decoration: underline;
}

.back-icon {
    height: 11px;
    width: 11px;
}

.back-search-text {
    font-family: Merriweather-Sans-Bold;
    font-size: 14px;
    color: #002494;
    letter-spacing: 0.42px;
    margin-left: 8px;
    margin-top: 3px;
}

.go-back-container {
    display: flex;
    align-items: center;

    border: 1px solid #002494;
    border: 1px solid #002494;
    border-radius: 4px;
    opacity: 1;

    padding: 11px 115px;

    position: absolute;
    bottom: -5em;
    left: 6em;
}

.field-email-inline_fg {
    display: flex!important;
    align-items: center;
}

.field-email-inline_fg label{
    margin-left: 11px;
    margin-bottom: 0!important;
}

.btn-submit-email-icon_cfg {
    padding-top: 43px;
}

.btn-submit-email_cfg {
    height: 100%;
    margin-top: 16px;
}

.info-tooltip-pad {
    top: 46%;
}

.input-group-text {
    background-color: transparent;
    border: none;
}

.event-query-container {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #002494;

    margin-bottom: 24px;
}

.floor-container {
    padding-bottom: 0!important;
}

.checked-icon {
    background-image: url('../controllers/myPad/img/checkedIcon.png');
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 24px 24px;
    background-position: left center;
}

.gdpr-screen-container {
    margin-left: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-form .text-gdpr a {
    resize: none;
    color: #047bff;
    border: none !important;
}

.contact-form .field-gdpr-inline_fg {
    display: flex;
    align-items: center;
}

.contact-form .field-gdpr-inline_fg label{
    margin-left: 10px;
}

.contact-form .checker {
    margin-top: 10px;
}

.contact-form a{
    margin-top: 20px;
    resize: none;
    border: 1px solid #002494;
    border-radius: 3px;
    color: #002494;
    width: 35%;
}
/******* END -   CONTACT*******/




/******* START -   SHARE*******/
.icon-share {
    margin-right: 5px;
}

.share-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.3);
    box-shadow: 0 5px 10px rgba(50, 50, 50, 0.3);
}

.share-option:hover {
    border-color: #cdd;
}

.share-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-dialog {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    z-index: 99;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}

.share-dialog.is-open {
    display: block;
    z-index: 999999999;
}

.targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.close-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/******* END -   SHARE*******/

/******* START -   MAP*******/
#map {
    width:600px;
    position:relative;
    margin:auto;
    margin-top: -75px;
    height: 530px;
}

#map-content .text {
    font-size: 22px;
    font-weight: bold;
    color: #D44787;
}

#map-content .shape img {
    height: 150px;
}

#map-content .info {
    font-size: 15px;
    color: #002494;
    text-transform: uppercase;
}

#map-content path {
    cursor: pointer;
}

#map-content text {
    pointer-events: none;
}

#map-content .pad-info {
    text-align: center;
    margin-top: 20px;
}

#map-content .pad-info-date {
    color: #002494;
}
/******* END -   MAP*******/

/******* START - FEEDBACK************/
#feedback-form .col-form {
    margin-bottom: 15px;
}
#feedback-form input[type="text"], #feedback-form textarea {
    max-width: 500px;
    border-color: #002494;
}
#feedback-form input[type="text"] {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
}


.form-group label {
    font-size: 18px;
    font-family: Merriweather-Regular !important;
    color: #002494 !important;
    margin-top: 20px;
}

.choice {
    font-size: 18px;
    font-family: Merriweather-Regular !important;
    color: #002494;
}

.col-form-field_text label {
    font-size: 18px;
    font-family: Merriweather-Regular !important;
    color: #002494;
}

.col-form-field_textarea label {
    font-size: 18px;
    font-family: Merriweather-Regular !important;
    color: #002494;
}

.col-form-field_textarea textarea {
    font-family: Merriweather-Regular !important;
    color: #002494;
}

.choice_container {
    margin-top: -8px;
}

.choice input {
    border: 1px solid #7FC4FD !important;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    margin-bottom: -2px;
    background-color: #0024941A;
}

.choice.checked input {
    border: 5px solid #002494 !important;
    background-color: white;
}
/******* END -   FEEDBACK**************/

/******* START - CAROUSEL************/
.image-button {
    background-color: #002494;
    border-radius: 4px;
    border: none;
}

.image-button a:hover {
    color: white !important;
}

.background-overlay-white {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 4px;
}
/******* END - CAROUSEL**************/

/******* START - STATS************/
#stats-form .field_select_fg {
    margin-bottom: 0;
}
#stats-form select, #stats-form .btn-get-stats {
    margin-top: 40px;
}

#mediu-judet {
    margin-bottom: 20px;
}

/******* END - STATS**************/
.popup-home .modal-dialog {
    margin-top: 200px;
}

.popup-home p {
    font-size: 14px;
    font-family: Merriweather-Regular !important;
    /*color: #002494 !important;*/
}


/********START - FORM VERIFICA POLITA*************/
#pad-verify-form .btn-secondary {
    background-color: #CE1126;
    border-radius: 4px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*#pad-verify-form .btn-secondary:hover {*/
/*    background-color: #002494;*/
/*    color: white;*/
/*}*/

#pad-verify-form .btn-light {
    background-color: white !important;
    border-radius: 4px;
    /*font-family: Merriweather-SemiBold !important;*/
    font-weight: bold;
    padding: 8px 22px 8px 22px;
    border: 2px solid #002494;
    color: #002494;
}

#pad-verify-form label {
    font-family: Merriweather-Regular !important;
    font-size: 18px;
}

#pad-verify-form small {
    font-family: Merriweather-Regular !important;
    font-size: 12px;
}

#pad-verify-form .layout-default {
    width: 50%;
}

#pad-verify-form .float-right-not-mobile {
    float: right;
}


/********END - FORM VERIFICA POLITA*************/

/********START - GDPR*************/
#gdpr p{
    color: #002494;
    font-family: Merriweather-Regular !important;
    font-size: 18px;
}

#gdpr span{
    color: #002494;
    font-family: Merriweather-Regular !important;
    font-size: 16px;
}

#gdpr h3{
    color: #002494;
    font-family: Merriweather-Bold !important;
    font-size: 22px !important;
}

#gdpr h2{
    color: #002494;
    font-family: Merriweather-Bold !important;
    font-size: 24px !important;
}

#gdpr h4{
    color: #002494;
    font-family: Merriweather-Bold !important;
    font-size: 20px !important;
}

#gdpr li {
    color: #002494;
    font-family: Merriweather-Regular !important;
    font-size: 16px;
}
/********END - GDPR*************/

h1 {
    font-weight: 500;
}

.subfieldset {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
}
.subfieldset legend {
    border-bottom: 1px solid #ddd;
    color: #002494;
}

.nav-auth-container .dropdown-item {
    padding: 5px 1rem;
}
.nav-auth-container .dropdown-menu {
    min-width: auto;
}

.dropdown-menu .img-lang {
    margin-right: 6px;
}
.img-lang {
    width: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.btn-pad:active ,
.btn-pad:focus ,
.btn-pad:hover {
    background-color: #CE1126;
    border: 1px solid #CE1126;
    color: #fff !important;
}
.btn-pad {
    background-color: #CE1126;
    border: 1px solid #CE1126;
    border-radius: 4px;
    padding: 11px 25px 7px 25px;
    color: #fff;
    font-family: Merriweather-Bold !important;
    font-size: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .footer-container .col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-container .col.col-12 ,
    .footer-container .col-lg-3 ,
    .footer-container .col.col-6 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .nav-auth-container .justify-content-center {
        -ms-flex-pack: flex-end !important;
        justify-content: flex-end !important;
    }
}
@media (max-width: 992px) {
    .info-pad-fix_cfg {
        position: absolute;
        right: 0;
        top: 318px !important;
        z-index: 99;
    }
}
@media (max-width: 768px) {
    .info-pad-fix_cfg {
        position: absolute;
        right: 0;
        top: 318px !important;
        left: 85%;
        z-index: 99;
    }

    .notify-info-img {
        background: #fff;
    }

    .go-back-container {
        left: 4em;
    }

    .example-notify-open-container::before {
        left: 89%;
    }

    .example-notify-open-container {
        right: 19em;
    }

    .merriweather-light-italic-18 {
        padding-right: 0!important;
        margin-bottom: 10px;
    }

    .intl-tel-input .selected-flag .iti-arrow {
        right: 0!important;
    }

    .flag-container {
        width: 100% !important;
    }

    .navbar-buttons-bundle {
        display: grid !important;
        justify-content: initial !important;
    }
    .navbar-buttons-bundle .nav-button {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 1300px) {
    .smallHeader .navbar-nav .nav-item:first-of-type .nav-link{
        white-space: normal;
    }
    .smallHeader .nav-item {
        text-align: center;
    }
    .smallHeader .nav-button {
        max-width: 186px;
        font-size: 12px !important;
    }
    .smallHeader .navbar-nav {
        align-items: center;
    }
    .smallHeader .navbar-logo {
        height: auto !important;
        width: 107px !important;
    }
    .smallHeader .nav-container .col-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nav-search {
        max-width: 175px;
    }
    .search-nav{
        max-width: 150px;
    }
    .smallHeader .nav-search {
        max-width: 100px;
    }
    .smallHeader .nav-link {
        font-size: 14px !important;
    }
    .nav-item {
        margin-right: 10px;
    }
    .smallHeader .nav-item {
        margin-right: 7px;
    }
    .smallHeader .nav-button .text-nowrap{
        white-space: normal !important;
    }
}

.popup-home .modal-dialog {
    max-width: 650px;
}

/*.button-center {*/
/*    */
/*}*/
.button-banner-RD {
    position: absolute;
    right: 0;
    bottom: 8%;
}
.button-banner-RU {
    position: absolute;
    right: 0;
    top: 23%;
}
.button-banner-LD {
    position: absolute;
    left: 0;
    bottom: 8%;
}
.button-banner-LU {
    position: absolute;
    left: 0;
    top: 23%;
}
.button-banner-CD {
    position: absolute;
    left: 0;
    bottom: 8%;
    right: 0;
    width: 200px;
    margin: auto;
}
.button-banner-CU {
    position: absolute;
    left: 0;
    top: 23%;
    right: 0;
    width: 200px;
    margin: auto;
}


.button-text-RD {
    position: absolute;
    right: 0;
    bottom: 8%;
}
.button-text-RU {
    position: absolute;
    right: 0;
    top: 14%;
}
.button-text-LD {
    position: absolute;
    left: 0;
    bottom: 8%;
}
.button-text-LU {
    position: absolute;
    left: 0;
    top: 14%;
}
.button-text-CD {
    position: absolute;
    left: 0;
    bottom: 8%;
    right: 0;
    margin: auto;
}
.button-text-CU {
    position: absolute;
    left: 0;
    top: 14%;
    right: 0;
    margin: auto;
}

#accordion .card-header {
    border: none;
    border-bottom: 1px solid #7EC0F4;
}
#accordion .card:nth-of-type(5) .card-header {
    margin-bottom: 1px;
}
#accordion .card {
    border: none;
}

/* MY FLOW NAVBAR */

.my-flow-navbar-circle{
    height: 32px;
    width:32px;

    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.my-flow-navbar-inner-circle{
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    font-family: Merriweather-Sans-Bold;
    font-size: 15px;
}

.my-flow-navbar-line-container{
    display: flex;
    height: 100%;
}

.my-flow-navbar-line {
    height: 2px;
    width: 94px;
    z-index: 4;
}

.my-flow-navbar-container{
    display: flex;
    flex-direction: row;
}

.my-flow-navbar-row{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.my-pad-background{
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
}

.navigatior-my-flow{
    padding-top: 30px;
}

.navbar-expand-my-flow{
    flex-direction: row;
    flex-wrap: initial;
}

.next-btn-container_cfg {
    float: right;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.policy-example-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.policy-example-modal .modal-header {
    display: none;
}

#policy-example-modal .modal-header {
    display: none;
}

.example-notify-container {
    display: flex;
    align-items: center;
    z-index: 98;
}

.my-pad-flow-content-container{
    background-color: white;
    border: 1px solid white;
    margin-top: -6em;
    padding: 68px 4em 4em;

    width: 100%;
    height: 100%;
    left: 0;

    /*z-index: 99999;*/
    position: relative;
}

.arrow-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    cursor: pointer;
}

.nopad-img-container{
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.general-container-my-flow{
    width: 90%;
    margin: 0 auto;
}
.line-height-40{
    line-height: 40px;
}
.email-field-border{
    padding-left: 0;
    padding-bottom: 20px;

    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    /*border-bottom: 1px solid #002494;*/
    border-color: #002494;
    border-bottom-width: 1px;
}
.email-field-border::placeholder{
    color: #002494;
    font-size: 14px !important;
    text-align: left;
    font-family: Merriweather-Regular;
}
.btn-submit-email_cfg{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    max-height: 90px;
}

.space-input-button{
    display: block;
    margin-top: 199px;
}
.button-back-phone-screen{
    min-width: 272px;
    width: 25%;
    max-height: 48px;
    border-radius: 4px;
    border: 2px solid #002494;
}

.search-btn {
    margin: 0;
    width: 212px;
    height: 48px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-house-succes{
    padding-bottom: 51px;
}
.btn-pad-Succes-Screen{
    border-radius: 4px;
}
.space-question-screen{
    margin-bottom: 31px;
}
.space-question-info-screen{
    margin-top: 0;
    margin-bottom: 11px;
}

.left-bottom-btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.left-bottom-btn > a{
    padding: 15px 98px 15px 98px;
}

.center-text-mobile-info-one-screen{
    margin-left: 15px !important;
}
.location-type_fg{
    display: flex;
    width: 100%;
}
.location-type_fg > label {
    margin-right: 27px;
}

.location-type-radio > label, .location-type_fg > label {
    margin-top: 0;
}

.location-type > span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-type > span > .input-radio {
    display: flex;
}

.align-container-left {
    margin-left: 15px !important;
}
.email-field-border_cfg{
    flex-direction: row;
    display: flex;
}
.email-field-border_fg{
    width: 100%;
    display: flex;
}
.email-field-border_fg > label{
    width: 100%;
    margin-top: 10px;
}
.email-field-border_fg > input {
    padding-bottom: 0;
}
.btn-info-container{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.btn-continua-pad-info-two{
    width: 272px;
    height: 48px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip-container {
    margin-left: 5px;
}

.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content::before {
    content: "\f0d8";
    position: absolute;
    top: -16px;
    color: #262626;
    font-family: "Font Awesome 5 Pro";
    left: 8px;
    transform: scale(1.5,3);
}

.tooltip-inner, .ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {
    width: 120px;
    background-color: #F1F9FF;
    color: #123AB9;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    box-shadow: none;
}

.info-pad-fix_cfg {
    position: absolute;
    right: 60.2%;
    top: 340px;
    z-index: 99
}

.email-data-event_cfg span.input-group-append {
    right: 36px!important;
}

.question-container {
    display: flex;
}

.text-gdpr-inline-link {
    text-decoration: underline;
}

.url-myPad .field-gdpr-inline_fg, .url-myPad .field-email-inline_fg {
    margin-left: 15px;
    display: flex;
}
.field_text_fg input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #002494;
}

.checkbox-events-query .checker {
    display: flex;
    align-items: center;
}

.checkbox-events-query-gdpr .checker {
    display: flex;
    align-items: start;
}

.checkbox-events-query .input-checkbox {
    margin-right: 14px;
}

.checkbox-events-query-gdpr .input-checkbox {
    margin-right: 14px;
    margin-top: 5px;
}

span.choice.checked {
    color: #D44787;
}

.event-description-query {
    padding-left: 0;
    padding-bottom: 20px;

    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #002494;*/
    border-color: #002494;
    border-bottom-width: 1px;
}

.next-btn-query1_cfg {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.my-pad-flow-content-container .field_text_fg input {
    margin-bottom: 24px;
}

.field_text_fg::placeholder{
    color: #002494 !important;
}
.boolean-input-margin{
    margin-top: 44px;
}
.field_boolean_inline_fg{
    margin-left: 0 !important;
}
.align-text-in-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-fast-fix-no-pad{
    margin-bottom: 0;
    line-height: 15px;
}
.btn-white{
    border-radius: 4px;
    border: 2px solid #002494;
    width: 272px;
    height: 48px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 23px;
    height: 23px;
    border: 1px solid #D3D3D3;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 8px;
    height: 12px;
    transform: scale(0) rotate(40deg)!important;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    border-bottom: 2px solid #26D617;
    border-right: 2px solid #26D617;
    color: #26D617;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
}

input[type="checkbox"]:checked::before {
    transform: scale(1) rotate(40deg)!important;
}

.next-button-my-flow {
    padding: 15px 65px 15px 65px;
    margin-top: 15px;
}

.is-mobile .page-title-bar {
    height: 4px;
    width: 50%;
}

.otp-btn_cfg {
    justify-content: flex-start;
    display: flex;
    align-items: flex-end;
}

.otp-btn-background {
    background-color: #7FC4FD;
}

.secondary-color_fg > label {
    color: #D44787 !important;
}


.no-pad-text-container {
    display: flex;
    justify-items: flex-start;
}
.progress-bar-active-dot{
    background-color: #D34786 !important;
}
.change-flex-direction{
    display: flex;
    flex-direction: row;
}
.padding-mobile-warning{
    padding-left: 1%;
}

.example-notify-open-container {
    padding: 20px;
    background: #F1F9FF 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 314px;
    margin-top: 15px;

    position: relative;
}

.example-notify-open-container::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 18px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F1F9FF;
}


.tooltip-circle-content {
    background: none;
    border: none;
}
.tooltip > .tooltip-inner, .ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {
    background-color: #262626;
    color: #F7F7F7;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 20px;
    font-family: Merriweather-Light;
}
.col-form-field_raw{
    display: flex;
    align-items: end;
}

.only-bloc .form-control {
    padding: 0;
}

.required-only-ro .form-control {
    padding: 0;
}

.floor-address_cfg select {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
    padding: 0;
}

#data-adresaDomiciliuStrada_fg .input-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#data-adresaDomiciliuStrada_fg .form-control {
    margin-bottom: 0;
}

.value-bulevard select {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
    padding: 0;
}

.postal-code-address_cfg input {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
    border: none;
    border-bottom: 1px solid #002494;
    border-radius: 0;
}

.select2-selection {
    border-color: #002494!important;
}

.fields-custom-width_cfg {
    display: block!important;
}
.responsive-block-text{
    margin-left: 4.5%;
}
.align-item-left{
    display: flex;
    justify-content: left;
}
/*.tooltip-pad-fix_cfg{*/
/*    margin-bottom: 15px;*/
/*}*/
.placeholder-otp-fix_fg > label{
    color: #D44787 !important;
}
.placeholder-otp-fix::placeholder{
    color: #002494;
}
.text-underline{
    text-decoration: underline;
}

.input-icons > .input-group > .input-group-append{
    position: absolute;
    right: 0;
}
.input-icons > .input-group > .input-group-append  .input-group-text{
    border: none;
    background-color: initial;
    color: #D44787;
}

.navbar-buttons-bundle {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.tooltip-field_cfg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Phone prefix field */

.phone_type {
    position: absolute;
    left: 23%;
    top: 68%;
    font-size: 18px;
    color: #449D44;
    font-weight: bold;
}

.my-account-phone_fg .intl-tel-input .selected-flag {
    padding: 0;
}
.my-account-phone_fg .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: none;
}

.my-account-phone_fg .intl-tel-input.allow-dropdown input {
    padding-left: 48px;
}

.my-account-phone_fg {
    position: relative;
}

.my-account-phone_fg:before {
    position: absolute;
    content: "";
    top: 61px;
    left: 42px;
    font-size: 16px;
    color: #002494;
    z-index: 1;
}

.my-account-phone_fg {
    display: flex;
    flex-direction: column;
}

.closer-tooltip_cfg {
    margin-left: 1em;
}

.tooltip-text-color {
    color: #fff !important;
}

.placeholder-pink {
    color: #D44787 !important;
}

.insured-location-field_fg {
    width: 100%;
}

/* MyPad Select Style */
.hasDatepicker-field:after, .hasDatepicker-field_cfg:after, .hasDatepicker-field_fg:after {
    content: ' ' !important;
}

.url-myPad select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.url-myPad .email-field-border:after {
    content: '^';
    font: 23px 'Consolas', monospace;
    color: #002494;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 11px;
    top: 0px;
    /*Adjust for position however you want*/
    position: absolute;
    pointer-events: none;
}

.layout-mypad.url-myPad .form-control:focus {
    box-shadow: none !important;
}

.tooltip {
    z-index: 9999999999;
}

.btn-no-cnp-container {
    display: flex;
    justify-content: center;
    font-style: initial;
}

.line-height-custom {
    line-height: 35px;
}

.layout-home .swal2-actions button.swal2-confirm {
    display: none !important;
}
.swal2-content {
    padding-top: 25px !important;
}
.swal2-close {
    outline: none !important;
}
.layout-home .swal2-close {
    display: none !important;
}
.contact-form .field_raw_fg.label-position-left {
    width: 100%;
}

/*check pad*/
.padding-pad-check {
    padding: 80px 0;
}
.pad-check-txt {
    margin-bottom: 50px;
}

.diagonal-arrow {
    display: none;
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 100px;
    height: 2px;
    background-color: rgba(0,36,148, 1);
    transform: rotate(-45deg);
    transform-origin: left center;
    animation: arrowMove 1.5s infinite;
}

.diagonal-arrow::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid rgba(0,36,148, 1); /* culoarea vârfului */
    transform: rotate(120deg);
}

@keyframes arrowMove {
    0%   { transform: rotate(-45deg) translateX(0); }
    50%  { transform: rotate(-45deg) translateX(-10px); }
    100% { transform: rotate(-45deg) translateX(0); }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .navbar-buttons-bundle button,
    .navbar-buttons-bundle .nav-button {
        padding: 5px !important;
        height: max-content;
        a {
            white-space: wrap !important;
            font-size: 12px;
        }
    }
}