#myBackground  {
    background-image: url('../../images/1_1_1_2.jpg') ;
    height: 100%;
    animation-direction: alternate;
}

divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
    .modal-dialog {
        width: 70% !important;
        max-width: 70% !important;
        max-height: 70% !important;
    }

    .modal-dialog{
        overflow-y: initial !important
    }
    .modal-body{
        height: 80vh;
        overflow-y: auto;
    }
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.text-left{
    text-align: left;
}

.container-butoane{
    max-width: 420px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 227px;
}

.countdown-label {
    padding: 10px;
}

#timer1, #timer2 {
    padding: 10px;
}

li.list-group-item.text-left.grayscale a {
    color: gray;
}

button.btn.btn-white.btn-lg.btn-block {
    color: #1266f1;
}

.checkbox-round {
    border-radius: 10px !important;
}

.form-check {
    clear: both;
}

.quizzContainer .form-check .form-check-label {
    margin-top: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 0.125rem;
    margin-top: 0.19em;
    margin-right: 6px;
}

.quizzContainer {
    max-width: 80%;
    margin: 0 auto;
}

.the-calendar-card {
    padding: 27px 22px 7px 22px;
}

.the-calendar-display a {
    color: #fff;
}

.the-calendar-display .fc-toolbar.fc-header-toolbar {
    margin-bottom: 7px !important;
}

.the-calendar-display > .fc-view-harness,
.the-calendar-display > .fc-view-harness > .fc-view,
.the-calendar-display > .fc-view-harness > .fc-view > table {
    border-radius: 7px;
}

.the-calendar-display .fc-daygrid-day.fc-day-today {
    background-color: #243552 !important;
}

.the-calendar-display .fc-toolbar-title {
    font-size: 17px !important;
}

.the-calendar-display .fc-button,
.the-calendar-display .fc-button:active,
.the-calendar-display .fc-button:focus,
.the-calendar-display .fc-button:hover {
    line-height: 1.2 !important;
}

.the-calendar-display .fc-button .fc-icon {
    font-size: 17.7px !important;
}

.the-calendar-display .fc-view-harness {
    background: #1e293b;
}

.the-calendar-display table {
    font-size: 12px !important;
}

.the-calendar-display .fc .fc-button {
    font-size: 12px !important;
}

.fc-daygrid-day-events {
    cursor: pointer;
}

.fc-daygrid-day-events .fc-h-event {
    border: 1px solid #034a57;
    background-color: #07b6d5;
    font-size: 12px;
}

.fc-daygrid-day-number {
    color: #fff !important
}

.fc-button-group>.fc-button {
    padding: 2px 2px 6px 2px !important;
}

.eventLinkButton,
.eventLinkButton:active,
.eventLinkButton:focus,
.eventLinkButton:hover {
    display:none;
    background-color: #07b6d5;
    border-radius: 4px;
    color: white;
    padding: 13.3px;
    border: none;
    cursor: pointer;
}

.deleteEventButton {
    display:none;
    background-color: red;
    border-radius: 4px;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.modal-calendar {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5); 
}

.modal-content-calendar {
    background-color: #fff;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 
    border-radius: 5px;
}

.modal-content-calendar p {
    margin-bottom: 7px;
}

.modal-content-calendar p#eventDescription {
    margin-bottom: 17px;
}

.close-calendar {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-calendar:hover,
.close-calendar:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.buton-pornire-simulari,
.buton-pornire-simulari:hover {
    text-decoration: none;
}

.buton-pornire-simulari button {
    white-space: normal;
    font-size: 17px;
    text-decoration: none;
}
form.text-center .btn-success {margin-bottom: 20px;background:}
form.text-center .btn-primary {margin-bottom: 20px;background:}
form.text-center .btn-warning {margin-bottom: 20px;background:#515151; border-color:#515151;color:#ffff; }
form.text-center #reportButton {margin-bottom: 20px;}
form.text-center .btn-danger{margin-bottom:20px;background:red;}
.quizzContainer #timer1 {font-size: 20px;}
.quizzContainer h4 {font-size: 25px;}
.form-check-input {position: initial !important;}