@media (min-width: 576px) {
    .footer {
        height: 2.5rem;
    }

    .navbar-vertical .navbar-vertical-footer {
        height: 2.5rem !important;
    }
}

.navbar-vertical-collapsed .content {
    margin-left: 3.5em !important;
}

.navbar-vertical-collapsed #nav-search {
    display: none !important;
}

.hidden {
    display: none !important;
}

:root.dark .d-dark-none {
    display: none !important;
}

:root:not(.dark) .d-light-none {
    display: none !important;
}

.textarea {
    height: 100px !important;
}

:root.dark .btn-close {
    filter: invert(1) !important;
}

.svrtech-logo {
    height: 24px;
    /*filter: brightness(100%) contrast(100%) invert(100%);*/
    opacity: 0.8;
}

.svrtech-logo:hover {
    opacity: 1;
}

:root:not(.dark) .svrtech-logo {
    height: 24px;
    /*filter: initial;*/
    opacity: 0.8;
}

:root:not(.dark) .svrtech-logo:hover {
    opacity: 1;
}

.logoSprite {
    width: 152px;
    height: 50px;
    background-size: cover !important;
    background-position: 0px 50px !important;
}

:root:not(.dark) .logoSprite {
    width: 152px;
    height: 50px;
    background-size: cover !important;
    background-position: 0px 0px !important;
}

.LoaderOverlay {
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: 0px;
    display: block;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(.25rem);
}

span.LoadingText {
    position: fixed;
    top: 40%;
    left: 50%;
    color: #adb5bd;
    font-size: 16px;
    width: 110px;
    margin-left: -105px;
    text-align: center;
    /*background-color: #212529;*/
    border-radius: 10px;
    padding: 10px;
}

 .swal2-styled.swal2-confirm {
    background-color: #141824 !important;
} 

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.form-control:disabled {
    color: inherit !important;
}

.jstree-anchor {
    white-space: normal !important;
    height: auto !important;
    margin: 2px !important;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

.hr-text:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

/* .form-floating label {
    font-weight: 900;
    color: black !important;
    opacity: 1 !important;
} */
.onlyPrinting {
    display: none;
}

.selectStyle {
    font-size: 0.8rem;
    border-radius: 0.375rem;
    border: 1px solid var(--phoenix-input-border-color);
}

/* .selectStyle {
    display: block;
    width: 100%;
    padding: 0.5rem 0rem 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.49;
    color: #31374a;
    background-color: #fff;
    background-position: right 1rem center;
    background-size: 9px 12px;
    border: 1px solid #cbd0dd;
    border-radius: 0.375rem;
    -webkit-box-sizing: border-box;
} */

.select2-selection__rendered {
    font-size: 0.8rem;
    font-weight: 600 !important;
    line-height: 27px !important;
    padding-left: 15px !important;

}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: var(--phoenix-gray-900) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    background-color: var(--phoenix-input-bg) !important;
    color: var(--phoenix-gray-900) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    background-color: var(--phoenix-input-bg) !important;
    color: var(--phoenix-gray-900) !important;
}

/* .select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
} */
.select2-container--focus {
    outline: none;
}

.select2-container {
    width: 100% !important;
}

/* .select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: 0;cursor: pointer
} */
.select2-container--bootstrap-5 .select2--small.select2-selection--single {
    background-color: var(--phoenix-input-bg);
    border: 1px solid var(--phoenix-input-border-color);

}

.select2-container .select2-selection--single {
    height: 35px !important;
    font-size: 10px;

}

.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg) !important;
}

.select2-selection__arrow b {
    transform: rotate(180deg) !important;
}

.select2-search input {
    background-color: var(--phoenix-input-bg);
}

.select2-results {
    background-color: var(--phoenix-input-bg);
}

li .rowDanger svg path {
    -webkit-animation: rowDangerAnimation 1s infinite;
    -moz-animation: rowDangerAnimation 1s infinite;
    -o-animation: rowDangerAnimation 1s infinite;
    animation: rowDangerAnimation 1s infinite
}

@-webkit-keyframes rowDangerAnimation {

    0%,
    49% {
        background-color: darkred;
        color: #dbd0d0
    }

    50%,
    100% {
        color: #790606
    }
}

@media print {
    @page {
        size: auto;
    }

    .showPrinting {
        display: inherit !important;
    }

    .onlyPrinting {
        display: inherit !important;
    }

    .hidePrinting {
        display: none;
    }

    .collapse {
        display: inherit !important;
    }

    #cntComments a:hover {
        color: inherit !important;
        text-decoration: inherit !important;
    }



    #printSection,
    #printSection * {
        font-size: 12px;
        font-weight: 400;
        color: black;
    }

    h3.m-portlet__head-text {
        font-size: 18px !important;
    }

    h4 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .modal-xl {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1540px;
    }
}

button#feedback-btn {
    margin-bottom: 15px;
    margin-right: 10px;
}

.feedback-btn-wrapper.hidePrinting {
    opacity: 0.7;
}

.feedback-btn-wrapper.hidePrinting:hover {
    opacity: 1 !important;
}

.bgicon {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    font-size: 90px;
    margin-top: 30px;
    margin-left: -45px;
    opacity: 0.3;
    height: 90px;
    z-index: -1;
}

/* Datatable */
table>tbody>tr>td {
    padding-left: 5px !important;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: none !important;
    outline-offset: none !important;
}

#linkedin-scrollbar::-webkit-scrollbar {
    width: 8px;
}

#linkedin-scrollbar::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #141824;
    border: 1px solid #373e53;
}

#linkedin-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #395169;
}

:root:not(.dark) #linkedin-scrollbar::-webkit-scrollbar-track {
    background-color: #ffffff;
    border: 1px solid #cacaca;
}

.socialSprite {
    object-position: 0px -10px;
}

:root:not(.dark) .socialSprite {
    object-position: 0px 8px;
}

.socialphoto-circle-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.socialphoto-image-container {
    width: 50px;
    height: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.socialphoto-image-container img {
    width: 50px;
    height: auto;
    object-fit: cover;
    object-position: 0px -9px;
}

.socialSprite {
    object-position: 0px -9px;
}

:root:not(.dark) .socialSprite {
    object-position: 0px 8px;
}

.nav-link-text {
    text-wrap: wrap !important;
}

.dashboard-designer .draggable {
    cursor: move;
    min-height: 50px;
    position: relative;
    padding: 3px !important;
    overflow: hidden !important;
}

.dashboard-designer .draggable-body {
    border: 5px solid #f5f7fa !important;
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}

.dashboard-designer .dropzone {
    border: 2px dashed #ddd;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.dashboard-designer .dragging {
    opacity: 0.5;
}

.dashboard-designer .placeholder {
    background: #f0f0f0 !important;
    border: 2px dashed #ddd !important;
    min-height: 50px;
}

.dashboard-designer #alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.dashboard-designer .control-buttons {
    margin-top: 5px;
}

.dashboard-designer .offcanvas-backdrop {
    display: none !important;
}

.dashboard-designer .nav-item {
    min-height: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
}

.dashboard-designer #myTab {
    width: 100% !important;
    min-width: 100% !important;
}

.dashboard-designer .offcanvas-body {
    overflow-y: auto !important;
}

.dashboard-designer .offcanvas-body .draggable {
    padding: 3px !important;
}


.dashboard-designer .offcanvas-end {
    position: fixed;
    bottom: 0;
    top: 65px !important;
    height: auto !important;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    transition: transform 0.3s ease-in-out;
    transform: translateX(400px);
    padding-bottom: 65px !important;
}

.dashboard-designer .offcanvas-end.show {
    transform: translateX(0);
}


.dashboard-designer .tab-pane {
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-designer .col-select-box {
    width: 80px;
    height: 30px;
    display: inline-block;
}

.dashboard-designer .col-select-box>.col-select {
    width: 80px;
}

.dashboard-designer .ac-horizontal-separator {
    display: none !important;
}

.dashboard-designer .dropzone-container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.dashboard-designer #sm-dropzones {
    max-width: 576px !important;
}

.dashboard-designer #md-dropzones {
    max-width: 992px !important;
}

.dashboard-designer #lg-dropzones {
    max-width: 1200px !important;
}

.dashboard-designer #draggable-items .draggable {
    width: 500% !important;
}

#NavbarTopNotificationBell a:hover {
    color: inherit !important;
    text-decoration: inherit !important;
}

.ptr--text {
    color: inherit !important;
}

.ptr--icon {
    color: inherit !important;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

/*
.form-floating>label {
    padding: 5px 1rem !important;
}
*/

table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: none !important;
}

#datatables_buttons_info {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    background: var(--phoenix-body-bg);
    padding: 2rem;
    border-radius: var(--phoenix-border-radius);
    border-color: var(--phoenix-border-color);
    z-index: 999;
}

html:not(.dark) table thead tr {
    background-color: rgb(255 255 255 / 1) !important;
    /*rgb(249 250 251 / 1) !important;*/
    color: rgb(17 24 39 / 1) !important;
    border-color: #e5e7eb !important;
}

html:not(.dark) table tr th {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

html:not(.dark) .table-striped>tbody>tr:nth-of-type(odd)>* {
    --phoenix-table-accent-bg: rgb(249 250 251 / 1) !important;
}

html:not(.dark) .table-striped>tbody>tr:nth-of-type(even)>* {
    --phoenix-table-accent-bg: rgb(255 255 255 / 1) !important;
}

.MobileBack {
    position: fixed;
    z-index: 10;
    bottom: 2rem;
    left: 2rem;
}

.choices .choices__list {
    z-index: 999;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: unset !important;
}

.video-play-btn {
    position: absolute;
    opacity: 40%;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    padding: 20px;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}

.video-play-btn:hover {
    color: #FF0000;
    opacity: 75%;
}

.hide {
    display: none;
}

.select2-container .select2-selection {
    padding: 2px 5px !important;
    display: flex !important;
    flex-direction: row !important;
    height: 37px !important;
    align-items: center !important;
}

.select2-container .select2-container--open .select2-selection {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

.select2-container .select2-selection__rendered {
    padding: 0px !important;
    flex-wrap: nowrap !important;
}

.select2-container .select2-selection__choice {
    height: 28px !important;
    margin-top: 5px !important;
}

.select2-container .select2-selection__choice__display {
    white-space: nowrap !important;
    font-weight: 400 !important;
}

/* .select2-container .select2-results__option {
    color: #212529;
    border-top:1px solid oklch(92.8% 0.006 264.531);
    border-left:1px solid #fff !important;
    border-right:1px solid #fff !important;
} */
.select2-container .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted),
.select2-container .select2-results__option--selected {
    background-color: oklch(70.7% 0.165 254.624) !important;
    color: #fff !important;
}

.select2-container .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted)::after,
.select2-container .select2-results__option--selected::after {
    content: '\2713' !important;
    font-size: 18px !important;
    color: #fff !important;
    vertical-align: middle !important;
    position: absolute !important;
    right: 15px !important;
}

.select2-container .select2-dropdown {
    border: 1px solid #ced4da !important;
}

/* Print olduğunda kapalı tablo satırlarını açılır hale getirmek için kullanıldı */
@media print {
    .details-row {
        display: table-row !important;
    }
}

.tox-promotion {
  display: none !important;
}
.tox-statusbar__branding {
  display: none !important;
}
}

#mdl_FormsManagement_StepInfo .modal-content {
    box-shadow: 0 8px 40px 8px rgba(0,0,0,0.45), 0 1.5px 4px rgba(0,0,0,0.20);
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    background-clip: padding-box;
}

.custom-progress {
    padding:10px !important;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:9999 !important;
}

.custom-progress .custom-backdrop {
    background-color:black;
    opacity: 0.4;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}

.custom-progress .progress-bar-area {
    z-index:1 !important;
    min-width:300px;
    width:50%;
    max-width:700px;
}

input.dtsb-input {
    width: 95% !important;
}

/* In-Document View Begin */
#inDocumentView {
    height: 85vh;
    width: 90vw;
    margin-left: 5vw;
}

#inDocumentView .offcanvas-header {
    background: var(--phoenix-body-bg);
}

#inDocumentView .offcanvas-body {
    background: var(--phoenix-body-bg);
}

#inDocumentViewFrame {
    width: 100%;
    height: calc(85vh - 65px);
    border: none;
}
/* In-Document View End */

.card.h-100 {
    overflow: hidden;
}

*::selection {
    background: #cc0000;
    color: #ffffff;
}