﻿
.extra-space-sm {
    padding-top: 4rem !important;
}

.header-sm {
    /*    background-color: #fff;*/
    background-color: #369656;
    background-image: linear-gradient(to bottom, #40ac62, #369656);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0 10px 0;
    position: fixed;
    top: 0;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.16);
    z-index: 3;
}

.navbar-sm {
    background-color: white;
    ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93%;
    max-width: 1200px;
}

.navbar-left {
    max-width: 100%;
    height: auto;
}

    .navbar-left .logo {
        width: 11.25rem;
    }

.navbar-mid {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 65%;
}

.navbar-items {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    text-transform: uppercase;
    color: #03045E;
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    height: 70px;
}

.navbar-items-drop {
    display: flex;
    gap: 0.2rem;
    align-items: center;
    justify-content: center;
}

    .navbar-items-drop a {
        display: flex;
        gap: 0.1rem;
        align-items: center;
        justify-content: center;
    }

.drop-arrow {
    width: 1rem;
    height: auto;
}

.item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-dropped-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .navbar-dropped-list .item-dropped {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: start;
        font-family: "Archivo", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 6px 0px 7px 0px;
        color: #03045E;
        width: 10rem;
    }

    .navbar-dropped-list a,
    .item a {
        text-decoration: none;
        color: #03045E;
    }

        .navbar-dropped-list a:hover,
        .navbar-dropped a:hover,
        .navbar-items-drop:hover,
        .item a:hover {
            color: #369656;
            cursor: pointer;
        }

.navbar-dropped a {
    text-decoration: none;
    color: #03045E;
}

.category1 {
    visibility: hidden;
    position: absolute;
    margin-top: 11rem;
    background-color: #F4F4F4;
    border-radius: 0px 0px 0px 0px;
    min-width: 10rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 1rem;
    transition: all .1s ease-in-out;
    transform: translateY(0);
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 4rem;
}

#category1:hover {
    .category1

{
    visibility: visible;
    transition: all .1s ease;
    transform: translateY(0);
    margin-top: 13rem;
}

}

.category2 {
    visibility: hidden;
    position: absolute;
    margin-top: 11rem;
    background-color: #F4F4F4;
    border-radius: 0px 0px 0px 0px;
    min-width: 10rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 1rem;
    transition: all .1s ease;
    transform: translateY(0);
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 4rem;
}

#category2:hover {
    .category2

{
    visibility: visible;
    transition: all .1s ease-in-out;
    transform: translateY(0);
    margin-top: 14rem;
}

}


.navbar-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
}

.btn-humburger {
    height: 1.1rem;
}


.btn-humburger-sm {
    width: 2.6rem;
    background-color: #369656;
    height: 2.1rem;
    display: none;
}

    .btn-humburger-sm:focus {
        background-color: #c36;
    }

#btn-humburger {
    border: none;
}

.btn-offer {
    background-color: #369656;
    font-family: "Oswald", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 35px 16px 35px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.navbar-right a {
    text-decoration: none;
}

    .navbar-right a:hover {
        text-decoration: none;
        background-color: #369656;
        color: #fff;
    }

.page-header {
    font-family: "Oswald", Sans-serif;
}

    .page-header h2 {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 0px;
        /* color: #2D2D2D;*/
        color: #369656;
    }

.col-12-2 {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

#obtine-cot {
    cursor: not-allowed;
}

.btn-default[disabled]:hover {
    background-color: #757575 !important;
}

.row {
    /*     font-family: "Archivo", Sans-serif;*/
    /*    font-family: "Oswald", Sans-serif;*/
    /*    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: Abel, sans-serif;
    font-size: 0.9rem;
}

.card-block {
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07) !important;
    border-radius: 28px !important;
    width: 100%;
    /*height:100%; */
    padding: 1rem;
    /*color:#fff!important;*/
}

.card-sm {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07) !important;
    border-radius: 0 !important;
    /* width: 100%;*/
    width: 12rem;
    /*height:100%; */
    padding: 1rem;
    /*background-color:#1B1B1B;*/
    /* background-color: #03045E;*/
    background-color: #369656;
    color: #fff;
    border-radius: 1rem !important;
}

    .card-sm:hover {
        /*background-color: #369656;*/
        /*        background-color: #cf9440;*/
        transition: .3s ease-in-out;
        transform: translateY(-8px);
        cursor: pointer;
    }

.card:hover {
}

select:hover {
    cursor: pointer;
}

.car-sm {
    max-width: 6rem;
    height: 100%;
    width: 100%;
    min-width: 2rem;
    cursor: pointer;
}

.mb-0 {
    color: #369656;
    /*    font-family: "Oswald", Sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.4rem;
    font-weight: 700 !important;
}

.chosen-select {
    max-height: 50px;
    transition: ease-in-out .1s;
}

    .chosen-select:focus {
               
        max-width: 18rem;
        /*        transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out, ease-in-out .3s;*/
        min-height: 20rem;
    }

    .chosen-select option {
        /*    padding: 5px  13px 5px 13px;*/
        padding: 13px;
        margin: 0;
        z-index: 1000;
        transition: border-color .05s ease-in-out, box-shadow .05s ease-in-out, ease-in-out .05s;
    }
   
    .chosen-select option:hover{
        background-color:#cbe7f8;
    }

select.form-control[multiple] {
    padding: 0;
    margin: 0
}

.links-sm {
    font-family: "Archivo", Sans-serif;
    letter-spacing: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

    .links-sm label {
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.5em;
    }

.body {
    display: flex;
    padding-top: 10rem;
    background-color: purple;
    width: 100vh;
}



.navbar-device {
    z-index: 3;
    background-color: #00000044;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    position: fixed;
    transition: 0.5s;
    overflow-x: hidden;
}

.navbar-device-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 21.875rem;
    max-width: 21.875rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    overflow-x: hidden;
}

.navbar-device-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 1.4rem 0.7rem 1rem 0.4rem;
}

.logo-device {
    max-width: 10rem;
    max-height: 3.2rem;
}

.btn-close-sm {
    background-color: #369656;
    color: #fff;
    font-family: "Oswald", Sans-serif;
    border: 1px solid rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    padding: 8px 8px 8px 8px;
    width: 45px;
    border-radius: 3px;
}

.navbar-device-mid {
    padding-top: 1rem;
    overflow-y: scroll;
}

    .navbar-device-mid ul {
        padding-left: 0;
    }

.item-device a {
    text-decoration: none;
    color: #000;
    padding: 15px 15px 15px 15px;
}

.item-device2 a {
    text-decoration: none;
    color: #000;
}

.item-device {
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.item-device2 {
    padding: 10px 15px 10px 15px;
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.items-device-drop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px 0px 0px;
}

.device-drop-arrow-cont {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 42px;
    height: 20px;
    border: #03045E 1px solid;
    border-radius: 1rem;
}

.device-drop-arrow {
    width: 1rem;
    /*    border: #03045E 1px solid;
    border-radius: 1rem;
    padding: 2px 13px;*/
}

.item-device-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 27px 0 27px 0;
    list-style: none;
    max-height: 2500px !important;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

.item-device-dropped {
    padding: 10px 15px 15px 15px;
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.items-device-dropped a {
    padding-left: 25px;
    color: #03045E;
    font-family: "Archivo", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.items-device-dropped {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    /* transition: visibility 0s, height 0.3s ease-in-out;  */
}

    .items-device-dropped.show {
        visibility: visible;
        height: auto;
        padding: 10px 0px 15px 0px;
        font-family: "Archivo", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }

.hide {
    display: none;
}
/*content START*/
.container {
    /*  background: url("/images/img-bg-02-min.png") no-repeat 0 0% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    opacity:1.1!important;*/
}

.extra-space-btn-sm {
    margin-top: 1.720rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datepicker {
    z-index: 1 !important;
    cursor: pointer;
}

.arrow-right-sm {
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    margin-top: -2px;
}

.pb-3 .container {
    overflow: hidden;
    /*    margin-right: 0;
    margin-left: 0;*/
}

.card-body h4 {
    color: #369656;
}



/*content END*/
/* FOOTER START */
.footer {
    box-sizing: border-box !important;
    background-image: url(/images/geometric-pattern.png) !important;
    background-position: center center !important;
    background-size: cover !important;
    /*    padding-top: 100px !important;*/
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #369656 !important;
    margin: 0 !important;
    font-family: "Archivo", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: -0px !important;
    color: #FFFFFFC2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.footer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    justify-content: center;
    align-items: center;
}

.footer-container-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 92%;
    gap: 3rem;
    padding-bottom: 60px;
}

.footer ul {
    padding-left: 0;
}

.footer-column p {
    line-height: 1.3em;
    width: 20rem;
}

.footer-container-bottom {
    display: flex;
    flex-direction: row;
    width: 92%;
}

.footer-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
    width: 100%;
    gap: 1.2rem;
}

.logo-footer-white {
    width: 142px;
    max-height: 100%;
}

.footer-container-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .footer-container-list a {
        text-decoration: none;
        color: #FFFFFFC2;
    }

        .footer-container-list a:hover {
            color: #fff;
            transition: .2s ease-in-out;
        }

.footer-icon {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
}

.footer-list-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.3rem
}

    .footer-list-item a:hover {
        color: #fff !important;
    }

.footer-header-title h4 {
    font-family: "Oswald", Sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer-container-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    border-top: 1px dashed #FFFFFF45;
    padding: 30px 0 0 0;
}

.bottom-link {
    width: 230px;
    height: auto;
}

.bottom-link2 {
    width: 180px;
    height: 45px;
    border-radius: 10px;
}

.footer-bottom p {
    color: #fff;
    font-size: 17px;
}

.footer-bottom-links {
    display: flex;
    gap: 1rem;
}
/* FOOTER END */
@media screen and (max-width:1115px) {
    .navbar-items {
        /* gap:1rem; */
    }

    .navbar-mid {
        width: 65%;
        /* max-width:500px;
    flex-wrap: wrap;
    justify-content:unset;
    align-items: unsafe; */
    }
}

@media screen and (max-width:1024px) {

    .logo {
        width: 9.76rem !important;
        ;
    }

    .btn-humburger-sm {
        display: inline;
    }

    .navbar-mid {
        display: none;
    }

    .footer-container-top {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-column p {
        width: auto;
    }

    .footer-container {
        justify-content: center;
        align-items: start;
    }

    .footer-container-bottom {
        flex-direction: column;
        gap: 1.5rem;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-footer-white {
        width: 50px;
    }

    .footer {
        padding-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .logo {
        width: 8.75rem !important;
    }

    .btn-offer {
        display: none;
    }

    .logo-footer-white {
        width: 142px;
    }
}

@media screen and (max-width:350px) {
    .navbar-device-menu {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
}


























.table-users {
    border: 1px solid #327a81;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    max-width: calc(100% - 2em);
    margin: 1em auto;
    overflow: hidden;
    width: 100%;
}

.tabel_cotatii .bonusMalusStyle {
    font-style: italic;
    font-size: 13px;
}

.tabel_cotatii .informatii_suplimentare ul li {
    font-size: 11px;
    text-align: start;
}

.tabel_cotatii .informatii_suplimentare label {
    font-size: 14px;
    margin-left: 40px;
}

.tabel_cotatii .informatii_suplimentare p {
    font-size: 10px;
}

table {
    width: 100%;
}

    table header {
        background-color: #327a81;
        color: white;
        font-size: 1.5em;
        padding: 1rem;
        text-align: center;
        text-transform: uppercase;
    }

    table td, table th {
        color: #2b686e;
        padding: 10px;
    }

    table td {
        text-align: center;
        vertical-align: middle;
    }

        table td:last-child {
            font-size: 0.95em;
            line-height: 1.4;
            text-align: left;
        }

    table th {
        background-color: #daeff1;
        font-weight: bold;
    }

    table tr:nth-child(2n) {
        background-color: white;
    }

    table tr:nth-child(2n+1) {
        background-color: #edf7f8;
    }

.logo-lacoli {
    width: 11rem;
}

@media screen and (max-width: 700px) {
    /*table, tr, td {
        display: block;
    }*/

    td:first-child {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
    }

    td:not(:first-child) {
        clear: both;
        margin-left: 100px;
        padding: 4px 20px 4px 90px;
        position: relative;
        text-align: left;
    }

        td:not(:first-child):before {
            color: #91ced4;
            content: '';
            display: block;
            left: 0;
            position: absolute;
        }

    /*td:nth-child(2):before {
            content: 'Name:';
        }

        td:nth-child(3):before {
            content: 'Email:';
        }

        td:nth-child(4):before {
            content: 'Phone:';
        }

        td:nth-child(5):before {
            content: 'Comments:';
        }*/

    tr {
        padding: 10px 0;
        position: relative;
    }

    /*tr:first-child {
            display: none;
        }*/
}

@media screen and (max-width: 500px) {
    /*.header {
        background-color: transparent;
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        padding: 0;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    }*/

    td:first-child {
        background-color: #c8e7ea;
        border-bottom: 1px solid #91ced4;
        border-radius: 10px 10px 0 0;
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }

    td:not(:first-child) {
        margin: 0;
        padding: 5px 1em;
        width: 100%;
    }

        td:not(:first-child):before {
            font-size: 0.8em;
            padding-top: 0.3em;
            position: relative;
        }

    td:last-child {
        padding-bottom: 1rem !important;
    }

    tr {
        background-color: white !important;
        border: 1px solid #6cbec6;
        border-radius: 10px;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
        margin: 0.5rem 0;
        padding: 0;
    }

    .table-users {
        border: none;
        box-shadow: none;
        overflow: visible;
    }
}

.hovertext {
    position: relative;
}

    .hovertext:before {
        content: attr(data-hover);
        visibility: hidden;
        opacity: 0;
        width: 140px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
        transition: opacity 1s ease-in-out;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 110%;
    }

    .hovertext:hover:before {
        opacity: 1;
        visibility: visible;
    }

.mytooltip {
    display: inline;
    position: relative;
    z-index: 999
}

    .mytooltip .tooltip-item {
        background: rgba(0, 0, 0, 0.1);
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        padding: 0 10px
    }

    .mytooltip .tooltip-content {
        position: absolute;
        z-index: 9999;
        width: 360px;
        margin: 0 0 20px -180px;
        bottom: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 30px;
        -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
        box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
        background: #2b2b2b;
        opacity: 0;
        cursor: default;
        pointer-events: none
    }

        .mytooltip .tooltip-content::after {
            content: '';
            top: 100%;
            border: solid transparent;
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: #2a3035 transparent transparent;
            border-width: 10px;
        }

    .mytooltip .tooltip-content-1::after {
        transform: translateX(30%);
        margin-left: 35px
    }

    .mytooltip .tooltip-content-2::after {
        margin-left: 150px
    }

    .mytooltip .tooltip-content img {
        position: relative;
        display: block;
        float: left;
        margin-right: 1em
    }

    .mytooltip .tooltip-item::after {
        content: '';
        position: absolute;
        width: 360px;
        height: 20px;
        bottom: 100%;
        left: 50%;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .mytooltip:hover .tooltip-item::after {
        pointer-events: auto
    }

    .mytooltip:hover .tooltip-content {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
    }

    .mytooltip:hover .tooltip-content2 {
        opacity: 1;
        font-size: 18px
    }

    .mytooltip .tooltip-text {
        font-size: 14px;
        line-height: 24px;
        display: block;
        padding: 1.31em 1.21em 1.21em 0;
        color: #fff
    }

.page {
    padding: 50px 80px;
    margin: 50px;
    background: white;
    min-width: 500px;
}

.container-load {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.load-container {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    overflow: hidden;
    letter-spacing: normal;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.linespinner {
    width: 10px;
    height: 30px;
    background: #74a4ff;
    position: relative;
    animation: linespinner 1s ease-in-out infinite;
    animation-delay: 0.4s;
    border-radius: 8px;
}

    .linespinner:after,
    .linespinner:before {
        border-radius: 8px;
        content: "";
        position: absolute;
        width: 10px;
        height: 30px;
        background: #74a4ff;
        animation: linespinner 1s ease-in-out infinite;
    }

    .linespinner:before {
        right: 18px;
        animation-delay: 0.15s;
    }

    .linespinner:after {
        left: 18px;
        animation-delay: 0.6s;
    }

@keyframes linespinner {
    0%, 100% {
        background-color: #74a4ff;
        box-shadow: 0 0 0 #74a4ff, 0 0 0 #74a4ff;
    }

    50% {
        background-color: #0052ec;
        box-shadow: 0 -15px 0 #0052ec, 0 15px 0 #0052ec;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-left: 10%;
    padding-right: 10%;
}

    .modal p {
        margin: 10px 0 10px 10px;
    }

/* Modal Content/Box */
.modal-content {
    top: 50%;
}

.content-list-idd {
    --bg: #fdfdfd;
    --highlight1: #ED4264;
    --highlight2: #FFEDBC;
    --color: #1a1e24;
    --font-number: Montserrat, Roboto, Helvetica, Arial, sans-serif;
    --font-head: "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.list-idd {
    list-style: none;
}

.item-idd {
    display: block;
    clear: both;
    counter-increment: list;
    padding-bottom: 4rem;
    font-size: 1.1rem;
    line-height: 1.375;
    position: relative;
}

    .item-idd:before {
        font: bold 2.25rem/1 var(--font-number);
        content: counter(list);
        width: 5rem;
        height: 5rem;
        float: left;
        margin: 0 1.5rem 0.75rem 0;
        color: var(--bg);
        background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
        text-shadow: 0 0 2px var(--highlight1);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        shape-outside: ellipse();
        z-index: 1;
    }

    .item-idd:after {
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: var(--highlight1);
        z-index: -1;
        border-top-left-radius: 3px;
    }


.headline-idd {
    padding: 0rem 0 50px 0;
    margin: 0 0 1rem 0;
    font: normal 2rem var(--font-head);
}

.card {
    border: none;
}

.card-img {
    border-radius: 0;
}

.vgr-cards .card {
    display: flex;
    flex-flow: wrap;
    flex: 100%;
    margin-bottom: 40px;
}

    .vgr-cards .card:nth-child(even) .card-img-body {
        order: 2;
    }

    .vgr-cards .card:nth-child(even) .card-body {
        padding-left: 0;
        padding-right: 1.25rem;
    }

.card-group .detailperson {
    background-color: #369656;
    min-width: 2rem;
    max-width: 6rem;
    border-radius: 1rem;
}



:root {
    --color-text: #616161;
    --color-text-btn: #ffffff;
    --card1-gradient-color1: #f12711;
    --card1-gradient-color2: #f5af19;
    --card2-gradient-color1: #7F00FF;
    --card2-gradient-color2: #E100FF;
    --card3-gradient-color1: #3f2b96;
    --card3-gradient-color2: #a8c0ff;
    --card4-gradient-color1: #11998e;
    --card4-gradient-color2: #38ef7d;
}

.card-wrap {
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: var(--color-text);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.card-wrap-header {
    height: 200px;
    width: 100%;
    background: red;
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: grid;
    place-items: center;
}

    .card-wrap-header i {
        color: #fff;
        font-size: 72px;
    }

.card-wrap-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.card-wrap-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.card-wrap-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.card-wrap-btn {
    border: none;
    border-radius: 100px;
    padding: 5px 30px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card-wrap-header.one {
    background: linear-gradient(to bottom left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}

.card-wrap-header.two {
    background: linear-gradient(to bottom left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}

.card-wrap-header.three {
    background: linear-gradient(to bottom left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}

.card-wrap-header.four {
    background: linear-gradient(to bottom left, var(--card4-gradient-color1), var(--card4-gradient-color2));
}

.card-wrap-btn.one {
    background: linear-gradient(to left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}

.card-wrap-btn.two {
    background: linear-gradient(to left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}

.card-wrap-btn.three {
    background: linear-gradient(to left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}

.card-wrap-btn.four {
    background: linear-gradient(to left, var(--card4-gradient-color1), var(--card4-gradient-color2));
}


@media (max-width: 1140px) {
    .vgr-cards .card-img {
        margin: 0;
        transform: none;
        width: 100%;
        height: auto;
    }
}

.vgr-cards .card-body {
    flex: 2;
    padding: 0 0 0 1.25rem;
}

.form-group {
    margin-bottom: 0px !important;
}

@media (max-width:991px) {
    .row-sm1 {
        gap: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        /*width:100%;*/
    }
}

@media only screen and (max-width: 992px) {
    .btnCuDecontare {
        margin-left: 0px;
    }

    .btnFaraDecontare {
        margin-right: 0px;
    }
}

@media (max-width: 576px) {
    .vgr-cards .card {
        display: block;
    }

    .row-sm2 {
        gap: 1rem;
        justify-content: center;
        align-items: center;
        /*width: 100%;*/
    }

    .car-sm {
        width: 30%;
        height: auto;
    }
}

.vgr-cards .card-img-body {
    flex: 1;
    overflow: hidden;
    /* position: relative;*/
    padding-top: 40px;
}

@media (max-width: 576px) {
    .vgr-cards .card-img-body {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
}

.vgr-cards .card-img {
    width: 70%;
    height: auto;
    /*  position: absolute;*/
    margin-left: 50%;
    transform: translateX(-50%);
}



@media (max-width: 576px) {
    .vgr-cards .card-body {
        padding: 0;
    }
}

@media screen and (max-width: 470px) {
    * {
        max-width: 100% !important;
    }

    body {
        overflow-x: hidden;
    }

    .navbar-sm,
    .footer-container,
    .footer-container-top,
    .footer-container-bottom,
    .header-sm,
    .navbar-device-menu {
        max-width: 100% !important;
    }

    .row {
        --bs-gutter-x: 0 !important;
    }
}

@media only screen and (min-width: 993px) {
    .btnCuDecontare {
        margin-left: 20px;
    }

    .btnFaraDecontare {
        margin-right: 20px;
    }
}


.input-with-image {
    position: relative;
}

    .input-with-image input[type="text"] {
        padding-right: 40px; /* lățimea imaginii plus puțin spațiu */
    }

    .input-with-image img {
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }

.ul-codPostal {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    text-align: left;
    line-height: 1.53;
    max-height: 200px;
    overflow: auto;
    font-size: 15px;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    background: #369656
}

    ::-webkit-scrollbar-thumb:hover {
        background: #f0ad4e;
    }

::-webkit-scrollbar:hover {
    background-color: #f0ad4e;
    color: #fff;
}

.li-codPostal {
    padding: 5px 2px 5px 2px;
    font-size: 15px;
    cursor: pointer;
    font-family: "Archivo", Sans-serif;
    color: #697a8d;
}

    .li-codPostal:hover {
        background-color: #f0ad4e;
        color: #fff;
    }

.codHover {
    cursor: pointer;
}

.zipcode {
    background-color: #f0ad4e;
    border-radius: 100%;
}

    .zipcode img {
        background-color: #369656;
        border-radius: 100%;
        width: 1.7rem;
        height: 1.7rem;
        padding: 0.3rem;
        transition: .3s ease-in-out;
    }

        .zipcode img:hover {
            background-color: #f0ad4e;
            transition: .3s ease-in-out;
            transform: translateY(-16px);
        }

.zipcode-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pb-3 {
    overflow: hidden;
}

.tooltip-img {
    width: 1.2rem;
    height: 1.2rem;
}

    .tooltip-img:hover {
        cursor: pointer;
    }

@media (min-width: 320px) {
    .container-sm, .container {
        max-width: 727px !important;
    }
}


@media (min-width:576px) {
}

@media (min-width:768px) {
    .container {
        /* max-width: 720px;*/
        max-width: 920px !important;
    }
}

@media (min-width:992px) {
    .container {
        /*max-width: 960px*/
        max-width: 1280px !important;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1280px !important;
    }
}
