:root{
    --dbColorDark1: #444a3c;
    --dbColorLight1: #22352b;
}
/* Card Carousel */
.cc-container{
    /*margin: 0 100px;*/

    transition: 1s;
}
.cc-stepButtons{
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-image: url(/Public/images/nyil-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.cc-btnPrev{
    left: 0;
}
.cc-btnNext{
    right: 0;
    transform: rotate(180deg);
}
.cc-tape{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}
.cc-item{
border-radius: 1rem;
    transition: 0.6s;
}

.cc-item div, .cc-item img{
    border-radius: 30px;
}
.cc-shadowed{
    filter: brightness(0.6);
    bottom: 0;
    transform: scale(1.0);
}

.cc-focus{
    transform: scale(1.2) translateY(-40px);

    z-index: 22;
    filter: none;
    transition: 0.6s linear;
}

.cc-focus > div, .cc-focus > img {
    box-shadow: 0px 10px 10px #0000007d;

}
.cc-currentDay{
    background-color: #c8cec1;
}
@media (max-width: 500px){
    .cc-item{
        max-width: 500px;
    }
}

.cfc-bottomRow{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 100;
 }
.cfc-listBox {
    display: flex;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    gap: 10px;
}
.cfc-dot{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #858585;
    cursor: pointer;
}
.cfc-selectedDot{
    background-color: white;
}

.versionWindow{
    min-height: 500px;
    background-color: white;
    color: black;
    padding: 8px;
}

.loggedUser{
    background-color: yellow;
}
/* ÖK calculator */
.cal-title{
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
}


.Calcontainer{
    padding-left: 16rem;
    padding-right: 16rem;
    margin: 50px 0;
}
.Calculator{
    width: 100%;
    /* background-color: #90a295;
    border-radius: 15px; */
}
.calHeader{
    padding: 16px 0  ;
    position: relative;
    bottom: 40px;
}
.calBody{
    background-color: #90a295;
    border-radius: 15px;
}

.cal-resultContainer{
    min-height: 250px;
    height: 100%;
    width: 50%;
    align-content: space-between;
    justify-content: center;
    padding: 45px 0;
    background-color: #344f40;
    border-radius: 0px 15px 15px 0px;
}

/* calculator select */

.calSelect{
    background-color: #f9f9f9 !important;
    color: #344f40 !important;
    min-height: 30px;
    height: 50px;
    border-radius: 10px;
    padding-left: 20px;
    border:none;

}
.calInput{
    background-color: #f9f9f9 !important;
    color: #344f40 !important;
    min-height: 30px;
    height: 50px;
    border-radius: 10px;
    padding-left: 20px;
    border:none;
    font-size: 20px !important;
    width: 100%;
}
.calSelect .selectInput{
    border-radius: 10px;
    font-size: 20px !important;
    padding-right: 35px;
}

.calSelect .selectArrow{
    font-size: 35px;
    right:25px;
    top:5px;
}
.calSelect .selectList{
    background-color: transparent;
    padding: 0 17px;
}
.calSelect .selectList .selectListItem{
    color: #344f40;
    font-family: inherit;
    background-color: #f9f9f9;
    font-size: 20px;
    padding: 10px 5px;
}
.resultTitle{
    text-align: center;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-size: 25px;
    margin-bottom: 38px;
    margin-top: 0;
}

.calSelect .selectList .selectListItem:hover{
    background-color: #1e2e25;
    color: #fff;
}
.cal-itemsContainter{
    width: 50%;
    padding: 45px;
    justify-content: center;
}
.calHeader .cal-title{
    color: #fff;
    margin: 0;
    font-family: PPGatwick-Bold, sans-serif;
    font-size: 27px;
}
.calSelect .selectList .selectListItem{
    font-family: Montserrat, sans-serif !important;
}
.calSalary, .availabilityFeePrice, .newContractingPrice, .scholarsipPrice, .salarySum {
    font-family: Montserrat, sans-serif;

    font-size: 20px;
    text-align: center;
    /* border-top: 2px solid #c7d0ca; */
    width: 100%;
    /* min-height: 115px; */
    display: flex;
    justify-content: space-between;
    /* align-items: end; */
}
.price{
    color: #fff;
    font-weight: bolder;
}
.calSalary .label, .availabilityFeePrice .label, .newContractingPrice .label, .scholarsipPrice .label, .salarySum .label {
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: left;
    width: fit-content;
}
.salarySum .label{
    font-weight: bolder;
}

.calResultButton{
    transition: 0.3s;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding:16px;
    background-color: #ad8505;
    border-radius: 20px;
    cursor: pointer;
    width: 80%;
}
@media(max-width: 768px){
    .label{
        font-size: 15px;
    }
    .price{
        font-size: 15px;
    }
    .calResultButton p{
        font-size: 20px ;
    }
    .calResultButton{padding: 10px !important; }
    .salaryContainer{
        margin-bottom: 0px !important;
    }
    .cal-itemsContainter{
        padding:20px 0;
    }
    .cal-resultContainer{
        border-radius:inherit;
    }
    .calHeader .cal-title{
        font-size: 20px !important;
    }
    .calHeader{
        padding: 16px 0  ;
        position: inherit;
        bottom: 0;
    }
    .calSelect, .calInput {
        height: 40px;
    }
    .calSelect .selectArrow{
        font-size: 27px;
    }
    .calSelect .selectInput, .calInput{
        font-size: 16px !important;
    }
    .calHeaderTitle .cal-title{
        font-size: 20px !important;
    }
}
@media(max-width: 1000px){
    .cal-resultContainer{
        border-radius: 0px 0px 15px 15px;
    }
    .row.Calcontainer{
        padding: 15px !important;
    }
    .row.calBody{
        padding: 10px !important;
    }
}

@media (max-width: 1200px){
    .calHeader .cal-title{
        font-size: 22px;
    }
    .calHeader{
        padding: 16px 0  ;
        position: relative;
        bottom: 30px;
    }
    .cal-title{
        font-size: 16px;
    }
    .calResultButton{width: 100%;padding: 10px; }

    .calSelect .selectList .selectListItem{
        font-size: 15px;
    }
    .row.ButtonContainer{
        padding: 35px 25px !important
    }
    .label{
        font-size: 15px;
    }
    .price{
        font-size: 15px;
    }
}


.calResultButton:hover{
    transition: 0.3s;
    transform: translateY(-10px);
    box-shadow: 0px 3px 0px 0px #939393;
}

.calResultButton:hover p{
    color: #fff;
    transition: 0.3s;
}

.calResultButton:active{
    transition: 0.1s;
    transform: translateY(-7px);
    box-shadow:0px 0px 0px 0px #939393;
}

.calResultButton p {
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin: 0px;
    font-weight: bold;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}

.salaryContainer{

    border-radius: 20px;
    width: 80%;
    padding: 35px 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    /* margin-bottom: 45px; */
}

.calWarning{
    border: 3px solid #e6a300;
}

.row.ButtonContainer{
    justify-content: center;
}
.calResult {
    margin: 13px 0px;
}
.calResult:nth-last-child(-n+1) {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 16px !important;
}

.calResultTitle{
    border-bottom: 2px solid #ffffff;
}
.CalculatorContainer{
    width: 100%;
}

.calHeaderTitle .cal-title{
    color: #344f40;
    font-family: PPGatwick-Bold, sans-serif;
    color: #344f40;
    text-transform: uppercase;
    width: 100%;
    font-size: 35px;
    margin: 40px auto;
    text-align: center;
}

.calResultSubTitle{
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: left;
    width: 100%;
    font-style: italic;
    font-size: 12px;
}

.calSubTitle{
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: left;
    width: 100%;
    font-style: italic;
    font-size: 12px;
    text-align: center;
}

p.resultSubtitle{
    margin:3px;
}
.calborder{
    padding-top: 10px;
    border-top: 2px solid #fff;
}

span.specialMenuItem {color: #ad8505;}

.Calculator input::placeholder{
    font-style: italic;
}

.calInput[data-name=daysofactiveInput]{
    font-family: Montserrat, sans-serif;
}

.schoolLvL .cal-title{
    margin-top: 10px;
}

/* Tag */
.tagButton{
    font-size: 10px;
    padding: 2px;
    color: var(--bgLight1);
    border-radius: 4px;
    border: 1px solid white;
    text-decoration: none;
    background-color: var(--bgDark1);
}
.tagButton:hover{
    color:white;
    background-color: black;
}
.tagLink{
    color: inherit;
}
.tagLink:hover{
    color: black;
}
.tagButton[tag-type=author]{
    background-color: #B2A59BFF;
}
.tagButton[tag-type=category]{
    background-color: #B2A59Bcc;
}
.tagButton[tag-type=tag]{
    background-color: #B2A59B99;
}
.tagButton[tag-type=photographer]{
    background-color: #B2A59B66;
}

/* Dashboard */
.db-body{
    padding-right: 0 !important;
    font-family: Montserrat, sans-serif;
    height: 100vh;
    overflow: hidden;
    background-color: #efefef;
}
.db-sidePanel{
    position:relative;
    width: 250px;
    min-width: 250px;
    height: 100vh;
    background-color: var(--dbColorDark1);
}
.db-mainPanel{
    width: 100%;
    position: relative;
}
.db-topBar{
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: var(--dbColorDark1);
    padding: 0 1rem;
}
.db-buttons{
    position: relative;
}
.db-subPanel{
    padding: 5px;
    box-shadow: 0 1px 2px 0 white;
    color: white;
}
.db-userPanel{
    height: 150px;
}
.db-mainButton{
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--dbColorDark1);
    color: white;
    border: none;
    font-family: Bebas Neue, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.db-mainButton:hover{
    background-color: var(--dbColorLight1);
}
.db-activeButton{
    color: var(--dbColorLight1) !important;
    background-color: white !important;
    pointer-events: none;
}
.db-content{
    height: 100%;
    background-image: url(/Public/images/hokosz-logo.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center center;
    box-shadow: inset 6px 6px 12px 0 #b9c8a6;
    padding: 1rem;
}
.db-version{
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    font-size: 11px;
}
.db-windowTitle{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px;
    border-bottom: 2px solid var(--dbColorDark1);
    color: var(--dbColorDark1);
}
.db-windowControls{
    display: flex;
    flex-wrap: wrap;
    background-color: #444a3c66;
    gap: 1rem;
    padding: 1rem 2rem;
}
.db-windowButton{
    background-color: var(--dbColorDark1);
    color: white;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 2px solid var(--dbColorDark1);
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.db-windowButton:hover{
    color: var(--dbColorLight1);
    background-color: white;
}
.db-folderTree{
    min-width: 400px;
    padding-top: 1rem;
    padding-right: 1rem;
    height: 80vh;
    overflow: auto;
    border-right: 1px solid var(--dbColorDark1);
    background-color: #444a3c66;
}
.db-files{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 1rem 0 1rem 1rem;
    width: 100%;
    height: 80vh;
    overflow-y: auto;
}
.db-tagButton{
    font-size: 9px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
}
.db-separator{
    border-top: 1px solid grey;
}
.db-windowContent{
   /* padding-top: 1rem;*/
}
.db-statContent{
    position: relative;
    display: flex;
    gap: 2rem;
    height: 70vh;
}
.db-input{
    border-radius: 8px;
}
.db-iconBtn{
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center center;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.db-iconBtn:hover{

}
.db-btnPatch{
    background: url("/Public/icons/patch.svg");
    background-size: contain;
    background-position: center center;
}
.fullVisitors{
    font-size: 20px;
    font-weight: 600;
}
#chart{
    height: 70vh;
    width: 60% !important;
}

/* Download controller */
.dc-container{
    display: flex;
    flex-direction: column;
    background-color: var(--dbColorDark1);
    border-radius: 1rem;
    padding: 0 1rem;
    transition: 0.5s;
}
.dc-titleBar{
    border-bottom: 2px solid white;
    display: flex;
    justify-content: space-between;
}
.dc-title{
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.dc-searchField{
    padding: 5px 10px;
    border: none;
    border-radius: 12px;
    margin-bottom: 4px;
}
.dc-treeContainer{
    width: fit-content;
    min-width: 300px;
    padding-right: 1rem;
    border-right: 1px solid white;
}
/*.dc-fileContainer{*/
/*    padding-left: 1rem;*/
/*    min-width: 500px;*/
/*}*/
.dc-fileContainer{
    display: flex;
    flex-direction: column;
    min-width: 500px;
    padding-left: 1rem;
    gap: 10px;
    transition: 0.5s;
}
.dc-fileBox{
    position: relative;
    display: flex;
    padding: 6px 10px;
    background-color: white;
    border-left: 4px solid transparent;
    border-radius: 6px;
    min-height: 45px;
    color: black;
    transition: 0.3s;
}
.dc-fileBox:hover{
    transform: translateX(10px);
    background-color: #c2c2c2;
}
.dc-typeIcon{
    width: 30px;
    margin-right: 1rem;
}
.dc-infoBox{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.dc-fileName{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.dc-info{
    display: flex;
    font-size: 12px;
    gap: 2px;
    padding-top: 5px;
    z-index: 2;
}
.dc-date{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.dc-date > span{
    text-align: center;
}
.dc-details{
    display: flex;
    flex-direction: column;
}
.dc-fileLink{
    border-left: 4px solid red;
}

.clearSearchField{
    position: absolute;
    right: 3px;
    top: 3px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s;
}
.clearSearchField:hover{
    background-color: grey;
    color: white;
}

.usernameLabel{
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.cke_notifications_area{
    display: none;
}

/* tagsColor */

[class*=tagInfo-]:after{
    width: 20px;
    height:20px;
    border-radius: 50%;
}
[class*=tag-]{
    color: var(--bgLight3);
    padding: 5px 10px;
    transition: 0.2s ease-in-out;
}

[class*=tag-]:hover{
    filter: brightness(1.2);
    transition: 0.2s ease-in-out;
}

.tagInfo:before{
    content: "";
    display: block;
    position:relative;
    width: 10px;
    height:10px;
    top:0;
    left:5px;
    background-color: #aaada7;
    border-radius: 50%;
}

.tagInfo{
    width: fit-content;
    color:var(--bgLight3);
    height:0;
    padding-right: 15px;
    padding-left:0px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 20px solid #aaada7;
}

.tagInfo-tag,.tag-tag, .tagTag{
    background-color: #989032;
}
.tagInfo-category,.tag-category,.tagCategory{
    background-color: #739832;
}
.tagInfo-author,.tag-author, .tagAuthor{
    background-color: #986f32;
}
.tagInfo-photographer,.tag-photographer, .tagPhotographer{
    background-color: #328c98;
}