pre {font-family: "Poppins Medium"; font-size:16px;}

hr {opacity: 1;}

body {
    /*background-image: linear-gradient(45deg, #ffffff, #fafafa);*/

    background-size: cover;
    background-image: url("../assets/SVG/Background.svg"), linear-gradient(45deg, #aac850, #14b4dc);
    background-repeat: repeat;
    background-position: top;
    justify-content: space-between;
    min-height: 100vh;
}

.img-responsive {max-width: 100%; height: auto;}

.bodyinterior { /*background-image: linear-gradient(45deg, #ffffff, #fafafa);*/
    background-size: cover;
    background-image: url("../assets/SVG/Background-gray.png"), linear-gradient(45deg, #ffffff, #fafafa);;
    background-repeat: repeat;}


.logo {margin-bottom: 50px;}


.bluetext {color: #2d87c3;}
.bluetext span {color:#f3519a;}

.gvdiv input { margin: 15px 0;}


.notificare {text-align: center; color:#14b4dc;}
.notificare a {color:#e55c93;}

.button-box {width:100%; text-align: center;}
.premium-button {background-color: #ffd700; color:#ff0000; cursor: pointer;
    width: 100%;
    border: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    font-family: "Poppins Medium";
    font-size: 20px;
    text-decoration: none;
}
.logout-button {background-color: grey; color:#e4e4e4; cursor: pointer;
    width: 100%;
    border: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    font-family: "Poppins Medium";
    font-size: 20px;
    text-decoration: none;
}
.log-in-button {text-decoration: none; margin: 15px 0; padding:2px 50px;}

.welcome-msg {color:red;}

.warning {
    border-radius: 25px;
    border: 2px solid #ff0000;
    padding: 20px;
    width: 100%;
    color: #ff0000;
    font-size:13px;
    font-weight:bold;
    margin: 10px 0 20px 0;
}
.warning i {
    font-size: 32px;
    margin-right: 5px;
    float: left;
}


/*******MESAJE********/


.messageadd {
    display:none;
    /*margin: auto;
     left: 50%;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    top: 90px;
    position: absolute;
    padding:40px;
    border-radius: 5px;
    text-align:center;
    font-size:20px;
    font-weight: 700;
    background: rgba(255, 255, 0, 0.9);
    color:#1c8617;
    z-index: 9999999999;
}


.errorMessage {
   /* background-color: #FF6600;
    border: #AA4502 1px solid;*/
    padding: 5px 10px;
    color: #FF0000;
    /*border-radius: 3px;*/
    font-size:15px;
    font-weight:bold;
}

.successMessage {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 5px 10px;
    color: #3d503d;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9em;
}
.info {
    font-size: 0.9em;
    color: #FF6600;
    font-weight:bold;
    letter-spacing: 2px;
    padding-left: 5px;
}

/*********************/

.headergvdi {
    position: fixed;
    width: 100%;
    margin-top: 0;
    z-index: 99999999;
    background: linear-gradient(45deg, #858ac3, #ef578e);
}
.nav-top{
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    z-index: 999999;
}

.contentgvd {
    position: relative;
    padding: 20px;
    max-width: 480px;
    margin: 40px auto;
    text-align: center;
}
.contentgvdi {
    position: relative;
    padding: 0 20px 20px 20px;
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}

/*************titleX**************/
.titlebar {
    margin:60px 0 20px;
}


.titlebarx {
    margin:60px 0 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.titlebarx .leftx, .titlebarx .rightx {display:block; width:100%}

.titlebarx .titlex {min-width: 200px; text-align: center; color:#14b4dc; text-transform: uppercase;}
hr.bluel {
    border: 2px solid #14b4dc;
}




/****************accordion************/

.card-group.card-group-custom {
    display: block;
    margin-bottom: 0;
}

.card-group.card-group-custom .card-heading + .card-collapse > .card-body,
.card-group.card-group-custom .card-heading + .card-collapse > .list-group {
    border-top: 0;
}

.card-group.card-group-custom .card + .card {
    margin-top: 0;
}

.card-group.card-group-corporate .card + .card {
    margin-top: 30px;
}

.card-title {
    margin-bottom: 0;
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.card-custom a {
    display: block;
}

.card-custom .card-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-custom .card-body {
    padding: 0;
    border: 0;
}

* + .card-group-custom {
    margin-top: 35px;
}

@media (min-width: 768px) {
    * + .card-group-custom {
        margin-top: 50px;
    }
}

.card-light:first-child .card-title {
    /*  border-top: 1px solid #d9d9d9;*/
}

.card-light .card-title {
    /* border-bottom: 1px solid #d9d9d9;*/
}

.card-light .card-title:nth-child(n + 2) {
    margin-top: -1px;
}

.card-light .card-title a {
    position: relative;
    padding: 24px 55px 22px 32px;
    font: 700 16px/24px "PT Serif", "Times New Roman", Times, serif;
    color: #000;
    transition: 1.5s all ease;
}

.card-light .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-light .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;
}

.card-light .card-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    transition: .33s;
    will-change: transform;
}

.card-light .card-arrow:before, .card-light .card-arrow:after {
    content:url(../images/right.png);
    /*content: '';*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
   /* background: #cca876;*/
}

.card-light .card-arrow:before {
    width: 14px;
    height: 2px;
    right: 0;
}

.card-light .card-arrow:after {
    width: 2px;
    height: 14px;
    right: 6px;
    transition: .2s all ease;
}

.card-light .card-collapse {
    position: relative;
    margin-top: -1px;
    /*border-bottom: 1px solid #d9d9d9;*/
    color: #9f9f9f;
    will-change: transform;
}

.card-light .card-body {
    padding: 25px 44px 25px 32px;
}

@media (max-width: 767px) {
    .card-light .card-title a,
    .card-light .card-body {
        padding-left: 15px;
    }
    .footer {
        text-align:center;
    }
}

.card-corporate .card-title a,
.card-corporate .card-collapse {
    background: #fff;
    box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 24px 82px 22px 32px;
    font: 700 16px/24px "PT Serif", "Times New Roman", Times, serif;
    color: #000;
    transition: 1.3s all ease;
    border-radius: 6px 6px 0 0;
    /* border-bottom: 1px solid #dedede;*/
}

.card-corporate .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-corporate .card-title a.collapsed {
    border-radius: 6px;
}

.card-corporate .card-title a.collapsed .card-arrow {
    border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;
}

.card-corporate .card-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 70px;
    /*background: #cca876;*/
    border-radius: 0 6px 0 0;
    transition: 1.3s all ease;
}

.card-corporate .card-arrow:before, .card-corporate .card-arrow:after {
    content:url(../images/right.png);
    /*content: '';*/
    position: absolute;
    top: 50%;
    z-index: 4;
   /* transform: translateY(-50%);*/
    background: #fff;
}

.card-corporate .card-arrow::before {
    width: 14px;
    height: 2px;
    right: 28px;
}

.card-corporate .card-arrow::after {
    width: 2px;
    height: 14px;
    right: 34px;
}

.card-corporate .card-collapse {
    position: relative;
    z-index: 2;
    color: #9f9f9f;
    border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
    padding: 25px 44px 25px 32px;
}

@media (max-width: 767px) {
    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 25px;
    }
}

.card-light:first-child .card-title {
    /* border-top: 1px solid #d9d9d9;*/
}

.card-light .card-title {
    /*  border-bottom: 1px solid #d9d9d9;*/
}

.card-light .card-title:nth-child(n + 2) {
    margin-top: -1px;
}

.card-light .card-title a {
    position: relative;
    padding: 12px 55px 11px 32px;
    font: 700 18px/28px "Poppins SemiBold", "PT Serif", "Times New Roman", Times, serif;
    letter-spacing: -.025em;
    color: #000;
    transition: 1.5s all ease;
}

.card-light .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-light .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;

}

@media (max-width: 767px) {
    .card-light .card-title a {
        padding: 12px 15px 11px 32px;
    }
}

.card-light .card-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 26px;
    transition: .33s;
    will-change: transform;
}

.card-light .card-arrow:before, .card-light .card-arrow:after {
    content:url('../images/right.png');
    /*content: '';*/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
   /* background: #cca876;*/
}

.card-light .card-arrow:before {
    width: 14px;
    height: 13px;
    right: 8px;
    top: 10px;
}

.card-light .card-arrow:after {
    width: 14px;
    height: 13px;
    right: 8px;
    top: 10px;
    transition: .2s all ease;
    /*transform: rotate(90deg);*/
}

.card-light .card-collapse {
    position: relative;
    margin-top: -1px;
    /* border-bottom: 1px solid #d9d9d9;*/
    color: #9f9f9f;
    will-change: transform;
}

.card-light .card-body {
    padding: 5px 54px 5px 52px;
}

@media (max-width: 575px) {
    .card-light .card-title a,
    .card-light .card-body {
        padding-left: 15px;
    }
}




.biblio {padding: 12px 55px 11px 32px;}
.forgot {padding:2px;}
.forgot a {color:#f3519a;}
.forgot a:hover {color:#ffffff;}

/*************buttons list *************/
.blist {}
.blist a {margin:15px 0; padding:10px 0; color:#ffffff;}
.blist a:hover {color:#a4cd54;}

.blist a.wh {color:#34ade2;}
.blist a.wh:hover {color:#a4cd54;}


.titlepagina {color:#aac850; font-size:20px; text-align: center;}
.subtitlupagina {color:#14b4dc; font-size:16px; text-align: center;}
.subtitlupagina2 {color:#f0508c; font-size:16px; text-align: center;}



/********* title bar ************/
.titlebar::before {content: " ";display: table;}
.titlebar .bubble1 {background:#aac850; padding:5px 10px; border-radius: 20px;float:left;}
.titlebar .bubble1 a {color:#ffffff;}
.titlebar .group1 {float:left;}
.titlebar .group1 img {height: 15px;}
.titlebar .group1 .leftarrow {padding:5px; float:left;}
.titlebar .group1 .rightarrow {padding:5px; float:left;}
.titlebar .group1 .bubble2 {border:2px solid #14b4dc; border-radius: 50%;float:left; padding:5px 10px;}
.titlebar .group1 .bubble2 a {color: #14b4dc;}
.title1 {padding:5px; color: #14b4dc; text-align:left;}



.groups {background: linear-gradient(45deg, #9bc65e, #1cb5d5); border-radius: 30px; display: flex;}
.groups .bubble3 {border:2px solid #9bc65e; color:#9bc65e;  border-radius: 50%;float:left; padding:3px 10px; background: #ffffff;
    display: flex;
    justify-content: center;
    align-items:center;
    width:40px;
    height:40px;
    margin: auto 0;

}
.groups .titles {padding:6px 10px; color:#ffffff;}
.groups .card-arrow {border:2px solid #1cb5d5; border-radius: 50%;float:left; padding:16px 16px; background: #ffffff; right:57px !important;}

@media (max-width: 767px) {
    .groups .card-arrow {
        right: 17px !important;
    }
}

.card-light .lectiecard .card-body {padding: 3px 54px 3px 52px;}
.lectie-body {padding: 0px 4px 0px 10px; border-left:1px solid #aac850;}

.lectiebar {background: #14b4dc; border-radius: 30px; margin:15px 0; position: relative; display: flex;}
.lectiebar .bubble4 {border:2px solid #14b4dc; color:#14b4dc;  border-radius: 50%;float:left; padding:2px 10px; background: #ffffff;
    display: flex;
    justify-content: center;
    align-items:center;
    width:40px;
    height:40px;
    margin: auto 0;
}
.lectiebar .titlel {padding:5px 40px 5px 10px; color:#ffffff;}
.lectiebar .titlel a {color:#ffffff;}

.lectiebar .titlew {padding:4px 50px; color:#ffffff;padding: 5px 50px;}

@media (max-width: 767px) {
    .card-light .lectiecard .card-body {
        padding: 3px 15px 3px 52px;
    }
}

.tstcount {color:#14b4dc; text-align: center;}
.tstintrebare {color:#f0508c;}
.tstintrebare span {color:#aac850; font-size: 17px; font-weight: bold;}

.quest label {display: block!important; cursor: pointer;}


.checkgvd {
    float: left;
    right: 10px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lacat {
    float: left;
    right: 5px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.lacat img {width: 36px; height: 36px;}
.book img {width: 36px; height: 36px;}
.link img {width: 36px; height: 36px;}


.link {

    border-radius: 50%;
    float: left;
    background: #ffffff;
    right: 57px !important;

    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    transition: .33s;
    will-change: transform;
}

@media (max-width: 767px) {
    .groups .link {
        right: 17px !important;
    }
    .groups .titles {
        padding: 6px 36px 6px 10px;
        color: #ffffff;
    }
}

/*************check***********/
.checkbox-round {
    width: 25px;
    height: 25px;
    background-color: #14b4dc;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ffffff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #f0508c;
}







/************ main content interior *************/
.mainsection {color:#000000; text-align: left;}
.section20 {margin:20px 0;}


.gvdlist ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}
.gvdlist li {
    padding-left: 25px;
}
.gvdlist li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    width: 25px;
    color: #14b4dc;
}






.buttons {margin:auto;}


.tbox {
    width: 100%;
    padding:5px;
    border: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;}







.carouselinterior {margin:50px 0;}
.carousel-control-prev, .carousel-control-next {
    bottom: auto;
    opacity: 1;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0508c' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0508c' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}






/* The Modal (background) */
.modalgvd {
    text-align: center;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.modalgvd-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    color:#14b4dc;
}
.modalgvd-content p {margin-bottom: 0;}

.modalgvd-content .modinp {text-align: center; width:100px;border-radius: 10px; border-color: #14b4dc}


/* The Close Button */
.close {
    top:-25px;
    color: #ef578e;
    /*float: right;*/
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}








/************** FOOTER ****************/
.footer a {color:#f3519a}
