﻿:root {
    --theme-dark-color: #070b0e;
}


body {
    background-image: url('../img/fundal.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.c-dark {
    color: var(--theme-dark-color);
}

.header-logo > .siglanew {
    width: 20rem;
    height: 6rem;
    background-image: url("/img/logo2.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.transparentbg {
    background-color: transparent;
}

.card-body-instructiuni-btn-bg {
    background-image: url('/img/instructiuni_buton_gri.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-in-out;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    font-weight: bold;
    text-decoration: none;
}


    .card-body-instructiuni-btn-bg:hover {
        background-image: url('/img/instructiuni_buton_verde.svg');
    }


.bg-hover-white:hover {
    background-color: white;
    transition: background-color 0.3s;
}

.infosubnav .nav-link {
    margin: 4px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 15px;
    color: black;
    background-color: transparent;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
}


    .infosubnav .nav-link.active {
        color: white;
        background-color: black;
        border-color: black;
    }


.infosubnav .tab-content {
    border: none;
    padding: 0;
}

.infosubnav .nav-tabs {
    border-bottom: 0;
}

.infosubnav .nav-link:hover {
    background-color: white;
    color: black;
    border-color: black;
}

.infocardheader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    
    .infocardheaderimg {
        height: 50px;
        width: auto;
        margin-left: 10px
    }

.lineheigh_s {
    line-height: 1;
}

.auto_left_10 {
    width: auto;
    margin-left: 10px;
}

.info_youtube {
    height: 300px;
    width: 472.8px;
    border-radius: 15px;
}

.video_info {
    display: flex;
    justify-content: flex-start;
}
.video_info_img {
    height: 18px;
    width: auto;
    margin-right: 10px;
}
.video_info_txt {
    font-size: 12px;
    font-weight: bold;
}

.h_100 {
    height: 100px;
}

.arrow_3 {
    height: 100px;
    width: auto;
    margin-right: 10px;
}

.pdf_download_btn {
    border-radius: 30px;
    border-color: black;
    margin-left: 10px;
}

.pdf_download_btn_img {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.back_btn {
    border-radius: 20px;
    border-color: black
}