@font-face {
    font-family: 'Material Icons Sharp';
    src: url('../fonts/MaterialIconsSharp-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIconsSharp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons Round';
    src: url('../fonts/MaterialIconsRound-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIconsRound-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons Two Tone';
    src: url('../fonts/MaterialIconsTwoTone-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIconsTwoTone-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons Outlined';
    src: url('../fonts/MaterialIconsOutlined-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIconsOutlined-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIcons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Material Symbols Outlined';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIcons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.material-icons, .material-icons-outlined {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Default size */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-symbols-outlined, .material-icons-outlined {
    font-family: Material Icons Sharp;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Default size */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


.main-sidebar  { margin-top: 0px !important; }
.nav > li > a { padding-left : 8px !important;}

body
{
    font-size: 0.9rem;
    font-family: "Roboto";
    background-color: white;
    color: var(--bs-gray-900);
}

breadbrumb-item active > a
{
    color : #2e6290 !important
}
div#brandLarge {
    cursor: pointer;
    padding: 0px!important;
    margin-bottom: 20px;
    gap: 10px;
}
div#brandLarge svg {
    max-width: 166px;
    height: unset;
    width:100%;
    display: block;
}

.nav-header
{
    color: var(--bs-gray-400)!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .6rem;
    margin: .6rem .65rem .1rem .1rem;
    text-align: left!important;
}
.badge-sb
{
    background-color: #64aade;

    text-align: center !important;
    margin-top: -2px;
    font-size: 0.8rem;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: -8px !important;
    color: #FFFFFF;
}
/* tdImage */
.tdImage {
    height: 100px;
    width: 150px;
    object-fit:contain;
    object-position:center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-select
{
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    height: calc(2.25rem) !important;
    padding-bottom: 4px;

}

.dt-button
{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
}

.bg-gradient-secondary{
    color:#fff
}
.bg-gradient-secondary.btn:hover{background:#83B2DF linear-gradient(180deg, #89b9fa, #71a3d3) repeat-x!important;border-color:#545b62;color:#ececec}
.bg-gradient-secondary.btn.active,.bg-gradient-secondary.btn:active,.bg-gradient-secondary.btn:not(:disabled):not(.disabled).active,.bg-gradient-secondary.btn:not(:disabled):not(.disabled):active
{background:#6c757d linear-gradient(180deg,#6e7479,#545b62) repeat-x!important;border-color:#4e555b;color:#fff}
.bg-gradient-secondary.btn.disabled,.bg-gradient-secondary.btn:disabled
{background-image:none!important;border-color:#6c757d;color:#fff}

.btn-select-opt
{
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    height: calc(2.25rem) !important;
    padding-bottom: 4px;
    background-color: #f2f4f7;

}

.btn-select-opt:active
{
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    height: calc(2.25rem) !important;
    padding-bottom: 4px;
    color: #f2f4f7 !important;
    background-color: #17263a;

}


.bootstrap-select.form-control
{
    height: calc(2.25rem) !important;
}

.form-control
{
    border-radius: 4px!important;
    background-color: #F9FAFB;
    border: 1px solid #F2F4F7;
    line-height: 2.625rem;
    outline: none!important;
}
.form-control[readonly], .form-control[disabled], .disabled {
    background-color: var(--bs-gray-200);
    color: var(--bs-gray-500);
}

.filter-option-inner-inner
{
    padding-top: 0px !important;
    margin-bottom: 1px !important;
    font-size: 1rem !important;
    color: #495057 !important;
}

xlabel
{
//padding-top: 7px;
    font-weight: 500 !important; color: #c3cfdc;

    xtext-shadow: 1px 1px 2px rgba(110,110,110,0.45);
}

label
{
//padding: 0px !important;color: #000;font-weight: 500 !important;margin: 8px 0px;font-size: .8rem;display: flex;align-items: center;gap: 4px;cursor: pointer;}

.col-form-label
{
    padding-top:4px !important;
    font-size: 1.1rem;
}

table { font-size: 0.85rem;}

th, td { vertical-align: middle !important;}
.nav-item {}
.nav-item2 { font-size: 0.85rem;}
.nav-item3 { font-size: 0.75rem;}
.nav-item4 { font-size: 0.70rem;}

.nav-link.active
{
    margin-left: 0px !important;
    /* font-size: 1rem; */
}

.xsidebar, .sidebar-dark-primary
{
    background: linear-gradient(180deg, #2e6290, #152b44 ) repeat-x!important;
//background: #011488;
}

.fa-2x
{
    font-size: 1.3rem;
    color: #666666;
}

.fa-2x:hover
{
    font-size: 1.5rem;
    color: #83B2DF;
}


.fa-star-o
{
    color: #000000 !important;
}

.content-wrapper
{
    background-color: #FFFFFF;
}

.breadcrumb
{}
.main-footer
{
    font-size: 0.85rem;
    border:0px;
    background: #f2f4f7;
    padding: 0.5rem;
    padding-bottom:0px;
}
ol.breadcrumb a {
    color: #8E8E8E!important;
    text-decoration: unset;
}
.form-control-lg
{
    height: calc(3.25rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
}
#searchInput
{
    background-color: #2f3c4e;
    font-size: 1rem;
    height: calc(2.25rem + 3px) !important;
}

.main-footer a { color: #5e94e3; text-decoration: none; }

th, td {vertical-align: middle !important;/* text-align: center !important; */}

.card
{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
    background-color: #FFFFFF;
}

.card:hover
{
}
.card-header {padding:0px;border-bottom: 0px;width: 100% !important;display: flex;flex-direction: row;align-items: center;margin-bottom: 5px;background-color: transparent;}

.card-content
{
}
.card-body
{padding: 0px;}

.card-title
{flex-grow: 1;color: var(--bs-gray-800);font-weight: 600;font-size: 1.375rem;line-height: 50px;}

.content-wrapper{padding-inline: 2rem 1.25rem;overflow: auto;width: 100%;overflow-y: auto;overflow-x: hidden;}
.fluid-content {
    height: 100vh;
    overflow: hidden;
}
@media (max-width:992px)
{
    #sbMenu { padding-bottom: 20px; }
    #brandLarge { display: none}
    #brandSmall { display: block}
    #brandSmall { padding : 4px !important; }
    #brandImage { height: 47px; }
    .brandText
    {
        margin-left: 2px;
        font-size: 1.65rem;
        font-weight:500;
        color: #141656;
        background: #2e6290;
    //background: -webkit-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: -moz-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: linear-gradient(to left, #25cedf 0%, #2950a0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width:993px)
{
    #sbMenu { padding-bottom: 150px; }
    #brandLarge { display: block; }
    #brandSmall { display: none; }
    #brandImage { width: 70%; }
    #brandLarge { padding : 10px !important; }
    .brandText
    {
        margin-top: -5px;
        font-size: 2.25rem;
        font-weight:500;
        color: #141656;
        background: #2e6290;
    //background: #25cedf;
    //background: -webkit-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: -moz-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: linear-gradient(to left, #25cedf 0%, #2950a0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }
}

.dataTables_filter
{
    float: right !important;
    margin-top:3px !important;
    xmax-width: 200px !important;
}

.buttons-collection
{
    color: white !important;
}

.xdt-button-sm
{
    xfont-size: 0.8rem !important;
    color: white !important;
}

.dataTables_scrollBody
{
    border: 0px;
    border-left: 1px solid #f2f4f7 !important;
    border-right: 1px solid #f2f4f7 !important;
    border-bottom: 1px solid #f2f4f7 !important;
}

.dataTables_info
{
    margin-top:1px !important;
    font-size: 0.8rem !important;
}


.dt-button
{
    border-radius: 5px !important;
    border: 1px solid #dee2e6 !important;
    margin-right: 0px !important;
    box-shadow: none!important;
}

.dt-buttons { float:left !important;}



#fluid .idCol {
    min-width: 40px!important;
    max-width: 40px!important;
    width: 40px!important;
}

#fluid .sortableCol {
    min-width: 40px!important;
    max-width: 80px!important;
    width: fit-content!important;
}

.numCol {min-width: 80px !important; max-width: 80px !important; width: 80px !important;}
.smCol {min-width: 120px !important; max-width: 120px !important; width: 120px !important;}
.mdCol {min-width: 180px !important; max-width: 80px !important; width: 180px !important;}
.lgCol {min-width: 250px !important; max-width: 80px !important; width: 250px !important;}
.xlCol {min-width: 400px !important; max-width: 400px !important; width: 400px !important;}

.dataTables_scroll {}

.dt-down-arrow
{
    color: white !important;
}

#t_previous
{
    font-size: 0.8rem !important;
}

#t_next
{
    font-size: 0.8rem !important;
}

.paginate_button
{
    font-size: 0.8rem !important;
}

a.current
{

    font-size: 0.8rem !important;
    border-radius: 4px;
    color: white !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */

:root {
    --sb-track-color: #ffffff;
    --sb-thumb-color: #dbecfa;
    --sb-size: 10px;
}

::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size)
}

::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

@supports not selector(::-webkit-scrollbar) {
    html {
        scrollbar-color: var(--sb-thumb-color)
        var(--sb-track-color);
    }
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2e6290;
    transition: width 0.6s ease;
}

.dt-button-collection button.dt-button {
    justify-content: flex-start!important;
}
.tab-content{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 12px;
}

.nav-tabs > .nav-item
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-tabs > .nav-item > .nav-link
{
    background-color: #eeeeee;
    min-width: 100px;
    color: #2e6290;
}


.nav-tabs > .nav-item > .active
{
    background-color: #ffffff;
    min-width: 100px;
    font-weight: bold;
    color: #83B2DF;
}


.swal2-timer-progress-bar
{
    height: 0.25em;
    background: #82b1df;
}

li.dropdown-header { text-align: left !important;}
.opt {font-size: 0.85rem !important;}




.cropper-view-box
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    outline: 1px solid #b5dfff;
    outline-color: #b5dfff;
}

.cropper-modal
{
    opacity: .70;
    background-color: #000;

    filter: alpha(opacity=70);
}

.cropper-point
{
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border-color: #1d5dbd;
    border: 1px solid;
    opacity: 0.75;
    background-color: #FFFFFF;
}

.cropper-dashed
{
    position: absolute;
    display: none;
    opacity: 0;
    border: 0 dashed #eee;
    filter: alpha(opacity=0);
}

.logoHolder
{
    width: 100%;
    height: 253px;
    xdisplay: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    border-radius: 4px
}

.logoHolder2
{
    width: 100%;
    height: 217px;
    xdisplay: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    border-radius: 6px
}

#logoInfo
{
    cursor:pointer;
    font-size:1.25rem;
    xpadding-top:90px;
    top:0;
    bottom:0;
    width:100%;
    height:201px;
    left:0;
    right:0;
    position: relative;
    z-index: 10;
    text-align: center
}



#thumb
{
    width:100%;
    height: 212px;
    display: none
}


#btnDelCropper
{
    margin:0px;
    width: 100%;
}


.ethumb
{
    border-radius: 5px;
    border : 1px solid #999999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);

}

.avatar
{
    margin: 10px;
    border-radius: 50%;
    border : 1px solid #333333;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

}

.swal2-styled
{
    min-width: 100px !important;


}

.swal2-title
{
    padding: 0 !important;
}

.swal2-popup, .swal2-show, .swal2-toast
{-moz-box-shadow: 0px 5px 10px 0px rgba(90,90,90,0.7) !important;filter: drop-shadow(0px 0px 6px #9993);box-shadow: unset!important;}


.dropdown-item
{
    color: #2e6290 !important;
    font-size: 0.85rem !important;
}

.breadcrumb-item .text-primary
{
    color: #2e6290 !important;
}


.nav-header
{
    color : #4b8fa6 !important;
    font-weight: bold;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after
{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 50%;
    border: 16px solid #FFFFFF;
    border-color: #1925428c #19254273 #1925422e #19254217;
    animation: lds-dual-ring 1.10s ease-in-out infinite;
}

@keyframes lds-dual-ring
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}

td {
    color: var(--text-gray-900);
}

.toggle-on { padding-top:4px !important;}

.dataTables_processing {
    background: rgba(0, 0, 0, 0) !important;
    background-color: transparent !important;
}



/*
#### NEW CSS 2022 CI
 */


/*
#### NEW CSS 2022 CI
 */

.tagContent {
    display: none;
}
.tagFilterInner {
    gap:10px;
    margin:10px 0px;
}
.tags label {
    width: 100%;
    font-size: 13px!important;
    height: 57px;
    border-radius: 0px!important;
    margin: 0px;
    margin-bottom: 10px;
}
.tags ul {list-style: none;padding: 0px;display: grid;grid-template-columns: repeat(6, 1fr);gap: 10px;padding-right: 20px;}

.tags ul li {
    display: inline-block;
    text-align: center;
    margin: 2px;
    border: 1px solid #80808036;
    border-radius: 10px;
    box-shadow: 2px 4px 10px #0000000a;
}
.tags ul li small {
    display:block;
    margin-bottom:10px;
    color:var(--bs-gray-400)!important
}
th.editCol {
    max-width: 155px;
}
th.questionCol.sorting {
    overflow: hidden;
}

td.questionCol {
    overflow-x: auto;
}

th.questionCol {
    width: 400px!important;
}

td.questionCol > figure {
    margin: auto;
    display: block;
    width: 100%!important;
}

td.questionCol > figure > table {
    margin: auto;
}
div#modalAddSoru .modal-content {
    width: 100%;
    height: 100%;
}

.ck.ck-editor__main {
    height: calc(100vh - 300px);
}

form#addQuestionForm  {
    height: 100%;
}
input[type=file] {visibility: hidden;opacity: 0;height: 0px;}


.ck-editor__editable {
    height: 100%;
}

form#fileImportF {
    width: 100%;
}
td.templateCol {
    overflow-x: auto;
}

.progress {
    border-radius: 20px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    height: 35px!important;
    display: flex;
}

table .progress {
    border-radius: 20px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    height: 15px!important;
    display: flex;

    &.high-progress {
        .progress-bar {
            background-color:#52A894!important;
        }
        span {
            color:#ffffff!important;
        }
    }
    &.medium-progress {
        .progress-bar {
            background-color:#F1582B!important;
        }
        span {
            color:#ffffffb5!important;
        }

    }
    &.low-progress {
        .progress-bar {
            background-color:#BB254A!important;
        }
        span {
            color:black!important;
        }
    }
}

.progress-bar {
    border-right: 1px solid white;
}

.progress-bar {
    font-size: 14px!important;
    text-shadow: 0px 0px 1px black;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1.5rem 1.5rem;
    border: none;
}

td.templateCol > figure,table {/* margin:auto; */}
button.form-control i {border: 2px solid #3d3d3d63;padding: 2px;border-radius: 32px;background-color: #00000066;box-shadow: -1px 0px 7px #00000036;font-size: .5rem;}
button#selectTags {
    min-width: 200px;
    margin-right: 30px;
}
.tags {
    height: 300px;
    overflow-x: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #80808021;
}

div#debug-icon {
    display: none!important;
}

/* DT */

td.idCol.sorting_1 {max-width: 50px!important;width: 50px!important;}

th.idCol {
}

thead .sorting, thead .sorting_asc {
    background-image: none!important;
}

table.dataTable thead th, table.dataTable thead td {
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd)>*, .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: none;
    --bs-table-bg-type: transparent;
    border: none;
}

td.avatar-column img {
    border-radius: 50%;
    max-width: 50px;
    height: auto!important;
}

.blackout {
    background-color: black;
    opacity: 0.5;
}

/* mobile */


@media screen and (max-width: 768px) {

    .image-upload-sections.cropper {
        height: 185px !important;
        border: 1px dashed var(--bs-gray-400);
        border-radius: 7px;
        overflow: hidden;
    }

    .document-upload-sections label img {
        /*  width: auto !important; */
    }

    .mobile-p-images{
        max-width: 100% !important;
    }

    .document-upload-sections label{
        margin: 0 !important;
        height: 185px !important;
    }

    .profile-avatar:before{
        content: "" !important;
    }

    .content-wrapper{
        padding-inline: 1rem 1rem;
    }

    div.empty-data svg{
        width: 80%;
    }

    #brandSmall {
        padding: 0px !important;
    }
    #brandSmall img{
        padding: .35rem;
    }

    .save-flat-btn{
        position: fixed;
        top: calc(80vh - 50px);
        left: 80%;
        width: 36px;
        border-radius: 50%;
        font-size: 1.5rem;
        z-index: 1000;
        height: 36px !important;
        white-space: nowrap;
    }

    #page-tab-menu {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0px;
        margin: 0px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: hidden;
    }

    div.dt-buttons {
        width: 100% !important;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 18px;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        float: none !important;
    }

    div#members-table_filter {
        width: 100%;
        display: block;
        position: relative;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px !important;
    }

    div.dt-buttons .dt-button {
        margin-right: 10px;
        font-size: 12px;
        white-space: nowrap !important;
        min-width: 100px;
        justify-content: start !important;
        display: flex;
        width: auto !important;
        min-width: 200px !important;
        flex-wrap: nowrap !important;
        span {
            white-space: nowrap !important;
        }
    }

    .sidebar-collapse aside.main-sidebar {
        display: none;
    }

    .open-mobile-menu-tag{
        background-color: white !important;
    }

    .sidebar-open {
        .open-mobile-menu-tag i{

        }
    }

    .sidebar-collapse nav.main-header{
        width: 100vw !important;
        left: 0px !important;
        padding-left: 20px !important;
        border-bottom: 2px solid #f2f2f2;
        min-width: 100vw !important;
        right: 0px !important;
        z-index: 1000;
    }

    aside.main-sidebar{
        top: 70px !important;
        position: absolute !important;
        z-index: 200;
    }

    nav.main-header {
        width: 100vw !important;
        left: 0px !important;
        padding-left: 20px !important;
        border-bottom: 2px solid #f2f2f2;
        min-width: 100vw !important;
        right: 0px !important;
        z-index: 1000;
    }

    .push-btn:hover {
        text-decoration: none;
        color: #666666;
    }

    .push-btn {
        margin-right: 0.5rem;
        text-decoration: none;
        color: #666666;
        font-size: 1.5rem !important;
    }

    .push-btn::before {
        content: "\2630";
    }

    .push-btn.active::before {
        /* Change icon when button is active */
        content: "\2715"; /* Unicode character for close icon */
    }

    #fluid .soft-badge-button {
        white-space: pre-wrap;
        font-size: 14px !important;
    }

    div.dt-button-collection{
        width: auto;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .sidebar-collapse aside.main-sidebar {
        display: none;
    }

    .project-header {
        margin: 0rem 0 !important;
    }

    .project-header h1 {
        font-size: 24px !important;
    }

    .project-header h2 {
        font-size: 16px !important;
    }

    .push-btn:hover {
        text-decoration: none;
        color: #666666;
    }

    .push-btn {
        margin-right: 0rem !important;
        text-decoration: none;
        color: #666666;
        font-size: 1.5rem !important;
    }

    .push-btn::before {
        content: "\2630";
    }


}

/* desktop */
@media screen and (min-width: 992px) and (max-width: 1366px) {
    aside.main-sidebar {
        min-width: 15rem !important;
    }

    nav.main-header {
    }

    .project-header h1 {
        font-size: 28px !important;
    }

    .project-header h2 {
        font-size: 18px !important;
    }

    .project-header {
        margin: 0rem 0 !important;
    }

    .dc-number{
        font-size: 2.5rem !important;
    }

    .dc-text{
        font-size: 1.35rem !important;
    }

    .content-wrapper{
        padding-inline: 1.3rem 1.8rem !important;
    }
}

/* large desktop */
@media screen and (min-width: 1366px) and (max-width: 1920px) {

}

/* extra large desktop */
@media screen and (min-width: 2150px) {
    html{
        font-size: 115%;
    }

    aside.main-sidebar {
        min-width: 19rem !important;
    }

    nav.main-header {
    }
}

@media screen and (min-width: 720px) {
    body .user-select-project {
        left:54px!important;
        width:calc(100% - 45px)!important
    }

    body .media-logo {
        display:block!important;
    }
}

span.material-symbols-outlined{
    max-width: 20px !important;
}

.admin .nav-link span.bug-count{
    color: #fff !important;
    font-size: .8rem;
}