/* 
    Created on : 25. 11. 2022, 10:26:53
    Author     : TB
*/


@charset 'UTF-8';







.text-nowrap {
    white-space: nowrap;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-stretch {
    align-items: stretch;
}

.d-none, 
.d-xs-none {
    display: none;
}

.d-block, 
.d-xs-block {
    display: block;
}

.d-flex, 
.d-xs-flex {
    display: flex !important;
}

.d-flex-inline,
.d-xs-flex-inline {
    display: inline-flex !important;
}

.d-table-cell,
.d-xs-table-cell {
    display: table-cell;
}

.rounded {
    border-radius: 3px !important;
}

.text-white {
    color: #fff !important;
}

.container-fluid {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.row {
    
    --gutter-x: 10px;
    --gutter-y: 0;
    
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--gutter-y) * -1);
    margin-right: calc(var(--gutter-x) * -.5);
    margin-left: calc(var(--gutter-x) * -.5);
    
    box-sizing: border-box;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-top: var(--gutter-y);
    
    box-sizing: border-box;
}

.col-1,
.col-xs-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}

.col-2,
.col-xs-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}

.col-3,
.col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4,
.col-xs-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-5,
.col-xs-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}

.col-6,
.col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7,
.col-xs-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}

.col-8,
.col-xs-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}

.col-9,
.col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10,
.col-xs-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}

.col-11,
.col-xs-11 {
    flex: 0 0 auto;
    width: 91.666667%;
}

.col-11,
.col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.p-0 {
    padding:0!important
}
.p-1 {
    padding:.25rem!important
}
.p-2 {
    padding:.5rem!important
}
.p-3 {
    padding:1rem!important
}
.p-4 {
    padding:1.5rem!important
}
.p-5 {
    padding:3rem!important
}
.p-6 {
    padding:4rem!important
}
.p-7 {
    padding:6rem!important
}
.p-8 {
    padding:8rem!important
}
.p-9 {
    padding:10rem!important
}
.p-10 {
    padding:12rem!important
}
.p-11 {
    padding:14rem!important
}
.p-12 {
    padding:16rem!important
}
.px-0 {
    padding-right:0!important;
    padding-left:0!important
}
.px-1 {
    padding-right:.25rem!important;
    padding-left:.25rem!important
}
.px-2 {
    padding-right:.5rem!important;
    padding-left:.5rem!important
}
.px-3 {
    padding-right:1rem!important;
    padding-left:1rem!important
}
.px-4 {
    padding-right:1.5rem!important;
    padding-left:1.5rem!important
}
.px-5 {
    padding-right:3rem!important;
    padding-left:3rem!important
}
.px-6 {
    padding-right:4rem!important;
    padding-left:4rem!important
}
.px-7 {
    padding-right:6rem!important;
    padding-left:6rem!important
}
.px-8 {
    padding-right:8rem!important;
    padding-left:8rem!important
}
.px-9 {
    padding-right:10rem!important;
    padding-left:10rem!important
}
.px-10 {
    padding-right:12rem!important;
    padding-left:12rem!important
}
.px-11 {
    padding-right:14rem!important;
    padding-left:14rem!important
}
.px-12 {
    padding-right:16rem!important;
    padding-left:16rem!important
}
.py-0 {
    padding-top:0!important;
    padding-bottom:0!important
}
.py-1 {
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
}
.py-2 {
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
}
.py-3 {
    padding-top:1rem!important;
    padding-bottom:1rem!important
}
.py-4 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important
}
.py-5 {
    padding-top:3rem!important;
    padding-bottom:3rem!important
}
.py-6 {
    padding-top:4rem!important;
    padding-bottom:4rem!important
}
.py-7 {
    padding-top:6rem!important;
    padding-bottom:6rem!important
}
.py-8 {
    padding-top:8rem!important;
    padding-bottom:8rem!important
}
.py-9 {
    padding-top:10rem!important;
    padding-bottom:10rem!important
}
.py-10 {
    padding-top:12rem!important;
    padding-bottom:12rem!important
}
.py-11 {
    padding-top:14rem!important;
    padding-bottom:14rem!important
}
.py-12 {
    padding-top:16rem!important;
    padding-bottom:16rem!important
}
.pt-0 {
    padding-top:0!important
}
.pt-1 {
    padding-top:.25rem!important
}
.pt-2 {
    padding-top:.5rem!important
}
.pt-3 {
    padding-top:1rem!important
}
.pt-4 {
    padding-top:1.5rem!important
}
.pt-5 {
    padding-top:3rem!important
}
.pt-6 {
    padding-top:4rem!important
}
.pt-7 {
    padding-top:6rem!important
}
.pt-8 {
    padding-top:8rem!important
}
.pt-9 {
    padding-top:10rem!important
}
.pt-10 {
    padding-top:12rem!important
}
.pt-11 {
    padding-top:14rem!important
}
.pt-12 {
    padding-top:16rem!important
}
.pe-0 {
    padding-right:0!important
}
.pe-1 {
    padding-right:.25rem!important
}
.pe-2 {
    padding-right:.5rem!important
}
.pe-3 {
    padding-right:1rem!important
}
.pe-4 {
    padding-right:1.5rem!important
}
.pe-5 {
    padding-right:3rem!important
}
.pe-6 {
    padding-right:4rem!important
}
.pe-7 {
    padding-right:6rem!important
}
.pe-8 {
    padding-right:8rem!important
}
.pe-9 {
    padding-right:10rem!important
}
.pe-10 {
    padding-right:12rem!important
}
.pe-11 {
    padding-right:14rem!important
}
.pe-12 {
    padding-right:16rem!important
}
.pb-0 {
    padding-bottom:0!important
}
.pb-1 {
    padding-bottom:.25rem!important
}
.pb-2 {
    padding-bottom:.5rem!important
}
.pb-3 {
    padding-bottom:1rem!important
}
.pb-4 {
    padding-bottom:1.5rem!important
}
.pb-5 {
    padding-bottom:3rem!important
}
.pb-6 {
    padding-bottom:4rem!important
}
.pb-7 {
    padding-bottom:6rem!important
}
.pb-8 {
    padding-bottom:8rem!important
}
.pb-9 {
    padding-bottom:10rem!important
}
.pb-10 {
    padding-bottom:12rem!important
}
.pb-11 {
    padding-bottom:14rem!important
}
.pb-12 {
    padding-bottom:16rem!important
}
.ps-0 {
    padding-left:0!important
}
.ps-1 {
    padding-left:.25rem!important
}
.ps-2 {
    padding-left:.5rem!important
}
.ps-3 {
    padding-left:1rem!important
}
.ps-4 {
    padding-left:1.5rem!important
}
.ps-5 {
    padding-left:3rem!important
}
.ps-6 {
    padding-left:4rem!important
}
.ps-7 {
    padding-left:6rem!important
}
.ps-8 {
    padding-left:8rem!important
}
.ps-9 {
    padding-left:10rem!important
}
.ps-10 {
    padding-left:12rem!important
}
.ps-11 {
    padding-left:14rem!important
}
.ps-12 {
    padding-left:16rem!important
}

@media (min-width: 576px) {

    .d-sm-none {
        display: none;
    }

    .d-sm-block {
        display: block;
    }
    
    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-table-cell {
        display: table-cell;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }
    
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    
    .mt-sm-1 {
        margin-top: .25rem !important;
    }

    .mt-sm-2 {
        margin-top: .5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    
}

@media (min-width: 768px) {

    .d-md-none {
        display: none;
    }

    .d-md-block {
        display: block;
    }
    
    .d-md-table-row {
        display: table-row;
    }
    
    .d-md-flex {
        display: flex;
    }

    .d-md-flex-inline {
        display: inline-flex !important;
    }

    .d-md-table-cell {
        display: table-cell;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
    
    .mt-md-0 {
        margin-top: 0 !important;
    }
    
    .mt-md-1 {
        margin-top: .25rem !important;
    }

    .mt-md-2 {
        margin-top: .5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }
    
}

@media (min-width: 992px) {

    .d-lg-none {
        display: none;
    }

    .d-lg-block {
        display: block;
    }
    
    .d-lg-flex {
        display: flex;
    }

    .d-lg-table-cell {
        display: table-cell;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }
    
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    
    .mt-lg-1 {
        margin-top: .25rem !important;
    }

    .mt-lg-2 {
        margin-top: .5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    
}

@media (min-width: 1200px) {

    .d-xl-none {
        display: none;
    }

    .d-xl-block {
        display: block;
    }
    
    .d-xl-flex {
        display: flex;
    }

    .d-xl-table-cell {
        display: table-cell;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }
    
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    
    .mt-xl-1 {
        margin-top: .25rem !important;
    }

    .mt-xl-2 {
        margin-top: .5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    
}

@media (min-width: 1400px) {

    .d-xxl-none {
        display: none;
    }

    .d-xxl-block {
        display: block;
    }
    
    .d-xxl-flex {
        display: flex;
    }

    .d-xxl-table-cell {
        display: table-cell;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .w-xxl-100 {
        width: 100% !important;
    }

    .w-xxl-auto {
        width: auto !important;
    }
    
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    
    .mt-xxl-1 {
        margin-top: .25rem !important;
    }

    .mt-xxl-2 {
        margin-top: .5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    
}






















.card {
    box-shadow: 0 0 .875rem 0 rgba(53,64,82,.05);
    border-radius: 4px;
    background-color: #fff;
}

.card-body {
    padding: 1.25rem;
}

.position-relative {
    position: relative;
}


.text-danger {
    color: var(--color-danger);
}

.text-center {
    text-align: center !important;
}





