@property --p{
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
  }

.--c{
    background: red;
}

.alert{
    background: rgba(81, 56, 238, 0.7) !important;
}
.alert-danger{
    background: rgb(181, 73, 73) !important;
}
  
  .pie {
    --p:20;
    --b:22px;
    --c:darkred;
    --w:200px;
    
    width:var(--w);
    aspect-ratio:1;
    position:relative;
    display:inline-grid;
    margin:5px;
    place-content:center;
    font-size:1.4em;
    font-weight:bold;
    font-family:sans-serif;
  }
  .pie:before,
  .pie:after {
    content:"";
    position:absolute;
    border-radius:50%;
  }
  .pie:before {
    inset:0;
    background:
      radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
      conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
            mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
  }
  .pie:after {
    inset:calc(50% - var(--b)/2);
    background:var(--c);
    transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
  }
  .animate {
    animation:p 1s .5s both;
  }

  .no-round{
    background: rgba(81, 56, 238, 0.1) !important;
    border-radius: 50%;
  }


  .no-round:before {

    z-index: 0;
    background-size:0 0,auto;
  }
  .no-round:after {
    content:none;
  }
  @keyframes p {
    from{--p:0}
  }
  



body{
    background-image: url("/1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
}

.packageBG{
    padding: 10px;
  
    background-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 50px;
    box-shadow: 0px 5px 15px #2a1c8580;
}



.oktatoanyagokGomb{
    margin: 20px;
    font-size: 1.5em !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #5138ee;
    border-radius: 50px !important;
    padding: 20px !important;

}


.alert{
    font-size: 1.1em !important;
    border-radius: 30px !important;
}

.dropdown-menu>li>a:hover {
    color:#fff !important;
}

.btn{
    border-radius: 20px !important;
}

.btnExtra{
    font-size: 1.2em !important;
    padding-left:20px !important;
    padding-right:20px !important;
    padding-top:10px !important;
    padding-bottom :10px !important;
}


.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 23px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 20px;
}


.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


.ace_editor, .ace_editor * {
    position: relative;
    overflow: hidden;
    font-family: monospace !important;
    font: normal !important;
    font-size: 13px !important;
    direction: rtl !;
    text-align:left !important;
}




/* Supporting wider description lists */

@media screen and (min-width: 768px) {
    .dl-horizontal dt {
        width: 200px;
    }

    .dl-horizontal dd {
        margin-left: 220px;
    }
}

h2 .glyphicon {
    font-size: .75em;
}
h3 .glyphicon {
    font-size: .8em;
}

tbody>tr.selected {
    background-color: rgb(218, 231, 255);
}

.table-hover>tbody>tr.selected:hover {
    background-color: rgb(205, 212, 226);
}

.row-actions .row-action {
    padding-right: 15px;
}

.row-actions .row-action:last-child {
    padding-right: 0px;
}

.navbar-brand
{
    color:cornflowerblue !important;
    font-weight: bold;
}
