
:root {
      --bt-blue: #0b5cab;
      --bt-blue-2: #0d6fd1;
      --bt-yellow: #f2c200;
      --text: #132033;
      --text-soft: #5f6f85;
      --line: #e6edf5;
      --line-strong: #d7e2ef;
      --surface: #ffffff;
      --surface-soft: #f7faff;
      --bg: #f3f7fb;
      --success: #0a8f5b;
      --shadow-lg: 0 24px 60px rgba(16, 24, 40, 0.10);
      --shadow-md: 0 12px 28px rgba(16, 24, 40, 0.07);
      --shadow-sm: 0 8px 18px rgba(16, 24, 40, 0.05);
      --radius-xxl: 28px;
      --radius-xl: 20px;
      --radius-lg: 16px;
      --radius-md: 12px;
      --transition: 180ms ease;
    }

/*
input[type=checkbox], input[type=radio] {  
    width: 25px !important;
    height: 25px !important;
    border-radius: 6px !important;
    border: #cccccc 2px solid !important;  
}
*/


#articles_cerere
{
    width: 800px;
    max-width: 100%;  
    margin-bottom: 10px;
    margin-top: 10px;
     
}

.top_detalii 
{  
      backdrop-filter: blur(10px);
      border: 1px solid #eeeeee ;
      border-radius: var(--radius-xxl);
      box-shadow: var(--shadow-sm); 
}

 #confident_div 
{ 
    width: 760px !important;
    max-width: 100%;
    text-align: left !important;
}

.login_field
{ 
    width: 800px !important;
}

.login_field input, .login_field textarea, .login_field select {
    border: 0;
    background: none;
    width: 800px !important;
    max-width: 95% !important;
}

.buton_colectie, .buton_colectie:hover
{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    white-space: nowrap;
    
    color: #ffffff;
    border: 1px solid rgba(52, 152, 243, 0.85);
    background: linear-gradient(135deg, #1d8ff2 0%, #3498f3 52%, #64b5ff 120%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 30px rgba(52, 152, 243, 0.24); 
    
    
    padding: 7px 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    padding-right: 65px;
}

.buton_colectie::after
{ 
    position: absolute;
    right: 20px;
    top: 13px;
    z-index: 1;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-left: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    content: "→";
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease;
}

.buton_colectie:hover::after
{ 
    right: 17px;
}

.buton_colectie::before {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease;
}

.buton_colectie:hover {
    background: linear-gradient(135deg, #1179d4 0%, #2387df 55%, #3aa7ff 125%);
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 20px 40px rgba(52, 152, 243, 0.32);
}

.buton_colectie:hover::before {
    left: 130%;
}

.buton_colectie2, .buton_colectie2:hover
{
    color: #020617;
    border: 1px solid #cccccc;
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 18px 38px rgba(17, 24, 39, 0.15);
    color: #111827;
}

.buton_colectie:hover
{ 
    transform: translateY(-2px);
}

.buton_colectie2::before {
    background: linear-gradient(90deg, transparent, rgba(52, 152, 243, 0.14), transparent);
}

.buton_colectie2::after
{ 
    position: absolute;
    right: 20px;
    top: 13px;
    z-index: 1;
    width: 26px;
    height: 26px;
    margin-left: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    content: "↓";

    background: rgba(17, 24, 39, 0.06);
    border: 1px solid rgba(17, 24, 39, 0.10);    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease;
}

.buton_colectie2:hover::after
{ 
    right: 17px;
}

.buton_colectie3, .buton_colectie3:hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.10), rgba(52, 152, 243, 0.16));
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.14);
}

.buton_colectie3::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(52, 152, 243, 0.55), rgba(17, 24, 39, 0.85), rgba(52, 152, 243, 0.32));
    z-index: -1;
    opacity: 0.9;
}
 

.cta-label {
    padding-left: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #374151;
    white-space: nowrap;
}

.cta-text
{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    min-width: 180px; 
    padding: 15px 25px 15px 40px;
    gap: 12px;
    background: linear-gradient(135deg, #020617 0%, #111827 48%, #243044 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 36px rgba(17, 24, 39, 0.30);
    padding: 7px 30px;
    height: 40px;
    line-height: 40px;
    padding-right: 45px;
}

.cta-text:hover
{ 
    transform: translateY(-2px);
}

.cta-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease;
}

.cta-text:hover::before {
    left: 130%;
}

.cta-text::after
{ 
    position: absolute;
    right: 20px;
    top: 13px;
    z-index: 1;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-left: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    content: "→"; 
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease;
}

.cta-text:hover::after
{ 
    right: 17px;
}



 @media screen and (max-width: 799px) {  
 .buton_colectie3, .buton_colectie3:hover {
      top: -35px;
      gap: 8px;
 }
      .cta-label
     { 
         padding-left: 8px;
         font-size: 12px;
     }
      .cta-text
     { 
         display: inline-block; 
        min-width: 110px;
    padding-right: 45px;
    padding-left: 20px;
         font-size: 12px;
     }
     .cta-text::after { 
    right: 10px;
     }
 }


.articles .article .art_left_2 .art_content
{
    
    max-height: 400px;
}

.articles {  
    margin-bottom: 0; 
}


 @media screen and (max-width: 799px) {  
 #articles_cerere
{
    width: auto!important;
    display: block!important;
}
.top_detalii,  #confident_div , .login_field , .login_field input, .login_field textarea, .login_field select
{ 
    width: auto !important;
    display: block !important;
}
 }



#articles_cerere .article:hover, .articles .article_shd {
 
      box-shadow: var(--shadow-lg);
}
#articles_cerere .article {
      border: 1px solid rgba(11, 92, 171, 0.08);
      border-radius: var(--radius-xxl);
      padding: 12px; 
      background: #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
      background-size: 100% 100px;
      background-repeat: no-repeat;
}

#articles_cerere  br
{
    display: none !important;
}

#articles_cerere .article .art_left {
 display: none;
}

#articles_cerere .article .art_right {
 padding: 20px !important;
}

#articles_cerere .article .art_right label strong {
      font-weight: bold;
      font-size: 20px;
      letter-spacing: -0.02em;
}


#articles_cerere .article .art_right div div {
 background: #FFFFFF;
      backdrop-filter: blur(10px);
      border: 1px solid #eeeeee ;
      border-radius: var(--radius-xxl);
      box-shadow: var(--shadow-sm); 
      margin-bottom: 10px;
      margin-top: 5px;
      font-weight: bold; 
      padding: 0 !important;
      padding-top: 20px !important;
      padding-bottom: 5px !important;
      background: linear-gradient(180deg, rgba(11,92,171,0.12), rgba(11,92,171,0.01));
}

#articles_cerere .article .art_right div div strong {
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
}

#articles_cerere .article .art_right div div div
{ 
    border-bottom: #eeeeee 1px solid;
    border-radius: 0;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
      padding: 0 !important; 
      border: 0 ;
      border-top: 1px solid #eeeeee ;
     background: none;
      backdrop-filter: none;
      box-shadow: none; 
    padding-left: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    position: relative;
}

#articles_cerere .article .art_right div div div label
{ 
    font-size: 16px !important;
}

.atr_desc
{
    display: block !important;
    font-size: 12px;
    font-weight: normal !important;
}

.atr_desc_det
{ 
    display: block !important;
    font-size: 14px;
    font-weight: bold; 
    height: 30px;
    line-height: 30px;
    cursor: pointer; 
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: #eeeeee 1px solid; 
    white-space: nowrap;
    color: #0B5CAB; 
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: absolute;
    top: 20px;
    right: 20px;
}

.atr_desc_det i
{
    display: none;
}

#articles_cerere .article .art_right div div .detalii_btn
{
    padding-right: 120px !important;
}


 @media screen and (max-width: 799px) { 
     
.atr_desc_det {      padding-left: 10px;    padding-right: 10px; right: 10px; }
     .atr_desc_det span {    display: none; }
     .atr_desc_det i {    display: inline-block; }
#articles_cerere .article .art_right div div .detalii_btn { padding-right: 50px !important; }
.articles .article .art_right { padding: 10px; }
 }


#articles_cerere .article .art_right div div div input
{
    position: absolute;
    top: 15px !important;
    left: 10px !important;
}

#articles_cerere .article .art_right input[type=checkbox]
{
    vertical-align: middle !important;
}
 