﻿:root {
    --sm-primary-txt-color: #000;
}

.calculator-rca label {
    display: flex;
    justify-content: start;
    align-items: start;
}

.calculator-rca .quform-element {
    margin: 0 !important;
}

.calculator-rca .form-control {
    /* height: 33px !important;*/
    height: 40px !important;
    border: 1px solid #ced5dd !important;
    margin: 0;
}

.calculator-rca .tooltip-detail {
    margin-left: -5px;
    width: 40px;
    height: 40px;
}

.calculator-rca .col-md-12 {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.calculator-rca .col-md-6 {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.calculator-rca .col-sm-12 {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}

.calculator-rca .tooltip-message article p {
    font-size: 12px !important;
}

.calculator-rca input[type=checkbox]:after, body input[type=radio]:after {
    content: "";
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0px;
    position: relative;
    border: 1px solid #b4c2d3;
}

.row-2 .quform-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*    gap: 30px;*/
    padding-top: 2rem;
}

    .row-2 .quform-input label {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

        .row-2 .quform-input label a {
            color: #2238a3 !important;
            font-size: 15px;
        }

.red {
    color: red;
}

figcaption {
    color: #000 !important;
}

.calculator-rca label {
    margin: 0 !important;
    
    
}

.tabel_cotatii .info-container .list-info li {
    display: flex;
    width: 100%;
    font-size: 14px;
    margin: 0;
}

.tabel_cotatii .tds .info-green p {
    font-size: 14px !important;
}




.input-with-image{
    display:flex;
    justify-content:center;
    align-items:center;
}
.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: #e27730;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #4D33B1;
    }

::-webkit-scrollbar:hover {
    background-color: #e27730;
    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: #e27730;
        color: #fff;
    }
.codHover {
    cursor: pointer;
}

.zipcode {
    
    display: flex;
    width: 2.2rem;
    height: auto;
    margin-left: 5px;
}

    .zipcode img {
        background-color: #e27730;
        border-radius: 100%;
        width: 1.7rem;
        height: 1.7rem;
        padding: 0.3rem;
        transition: .3s ease-in-out;
    }

        .zipcode img:hover {
            background-color: #FCA311;
            transition: .3s ease-in-out;
            transform: translateY(-5px);
        }

.zipcode-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}



/* Modal Custom */
/* Modal Custom */
.modal-o {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    animation: fadeIn-o 0.3s ease;
}

.modal-content-o {
    background-color: #fefefe;
    margin: 15% auto;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    animation: slideDown-o 0.3s ease;
}

.modal-header-o {
    padding: 15px 20px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #28a745;
    color: white;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.modal-title-o {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
}

.close-o {
    background: none;
    border: none;
    font-size: 28px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    line-height: 1;
}

    .close-o:hover {
        opacity: 0.8;
    }

.modal-body-o {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.modal-footer-o {
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-primary-o {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .btn-primary-o:hover {
        opacity: 0.9;
    }

@keyframes fadeIn-o {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown-o {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}



#snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

    #snackbar.show {
        visibility: visible;
        animation: fadein 0.5s, fadeout 0.5s 8.5s;
    }

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


.searchable-select {
    font-size: 15px;
    letter-spacing: 0px;
    overflow: hidden;
    padding: 12px !important;
    background-color: #f8f8f8 !important;
}

/* Stil pentru containerul de rezultate */
#rezultatDRPCIV {
    z-index:10;
    margin-top: 65px;
    font-size: 14px;
    position:absolute;
    max-width:25rem;
}

/* Animatie pentru loading */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.btn-drpciv {
    background-color: #e27730 !important;
    border: none !important;
    height: 40px !important;
    margin-top: 0 !important;
    min-height: 40px !important;
    font-weight: 600 !important;
    margin-left:10px;
}
.btn-drpciv-completare {
    padding: 10px 20px;
    font-family: var(--bs-btn-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: var(--bs-btn-line-height);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: #FCA311;
    border-radius: 0.25rem;
    background-color: #e27730;
    transition: all .2s ease-in-out;
    transform: none !important;
    box-shadow: none !important;
}
    .btn-drpciv-completare:hover {
       background-color: #FCA311;
    }

.btn-drpciv-anulare {
    padding: 10px 20px;
    font-family: var(--bs-btn-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: var(--bs-btn-line-height);
    color: #2b2b2b;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: #f1f5f9;
    border-radius: 0.25rem;
    background-color: #f1f5f9;
    transition: all .2s ease-in-out;
    transform: none !important;
    box-shadow: none !important;
}
    .btn-drpciv-anulare:hover {
        background-color: #E2E8F0;
        border: #E2E8F0
    }