body, html {
    margin: 0px;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: rgb(236, 240, 244);
    overflow-x: hidden;
}

html {
    text-size-adjust: none;
}

input[type="submit"] {
    appearance: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: rgb(85, 85, 85);
}

a:focus, a:hover {
    outline: 0px;
    text-decoration: none;
}

:focus {
    outline: 0px;
}

img {
    border: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

input, select, textarea {
    resize: none;
    font-family: Inter, sans-serif;
}

select, textarea {
    outline: 0px;
}

.slick-slide, a, button, input {
    outline: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    color: rgb(32, 35, 66);
    font-family: Inter, sans-serif;
}

ol, p, ul {
    padding: 0px;
}

ol, ul {
    margin: 0px;
    list-style: none;
}

p {
    margin: 0px 0px 15px;
}

.container {
    max-width: 1120px;
    width: 100%;
}

.pre-loader {
    background: center center / 13% rgb(255, 255, 255);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.pre-loader .loader-logo {
    padding-bottom: 15px;
}

.pre-loader .loader-progress {
    height: 8px;
    border-radius: 15px;
    max-width: 200px;
    margin: 0px auto;
    display: block;
    background: rgb(236, 240, 244);
    overflow: hidden;
}

.pre-loader .bar {
    width: 0%;
    height: 8px;
    display: block;
    background: rgb(27, 0, 255);
}

.pre-loader .percent {
    text-align: center;
    font-size: 24px;
    display: none;
}

.pre-loader .loading-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}

.mx-w-150 {
    max-width: 150px;
}

.mx-h-300 {
    max-height: 300px;
}

.mx-h-350 {
    max-height: 350px;
}

.mx-h-380 {
    max-height: 380px;
}

.mx-h-400 {
    max-height: 400px;
}

.mx-h-450 {
    max-height: 450px;
}

.pd-0 {
    padding: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.chat-box .chat-desc ul, .pd-ltr-20 {
    padding: 20px 0px 0px 5px;
}

.pd-30 {
    padding: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.margin-5 {
    margin: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.font-30 {
    font-size: 30px;
    line-height: 1.33em;
}

.font-24 {
    font-size: 24px;
    line-height: 1.42em;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5em;
}

.font-18 {
    font-size: 18px;
    line-height: 1.65em;
}

.font-16 {
    font-size: 16px;
    line-height: 1.62em;
}

.font-14 {
    font-size: 14px;
    line-height: 1.71em;
}

.font-12 {
    font-size: 12px;
    line-height: 1.83em;
}

.h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.h1, .h2, .h3 {
    color: rgb(27, 49, 51);
    font-family: Inter, sans-serif;
}

.h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

.h3 {
    font-size: 24px;
    line-height: 1.5;
}

.h3, .h4 {
    font-weight: 700;
}

.h4, .h5, .page-header h4 {
    font-size: 20px;
    line-height: 1.35;
    color: rgb(27, 49, 51);
    font-family: Inter, sans-serif;
}

.h5 {
    font-size: 18px;
    font-weight: 600;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-2 {
    line-height: 1.2;
}

.line-height-1-3 {
    line-height: 1.3;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.height-auto {
    height: auto;
}

.height-100-p {
    height: 100%;
}

.width-50-p {
    width: 50%;
}

.width-box {
    width: 50px;
    height: 50px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 700px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-900 {
    max-width: 900px;
}

.max-width-1000 {
    max-width: 1000px;
}

.min-height-200px {
    min-height: 200px;
}

.bg-cover {
    background-size: cover !important;
}

.bg-light-blue {
    background-color: rgb(225, 225, 245);
}

.color-light-blue {
    color: rgb(225, 225, 245);
}

.bg-light-gray {
    background-color: rgb(236, 240, 244);
}

.bg-white {
    background: rgb(255, 255, 255);
}

.color-white {
    color: rgb(255, 255, 255);
}

.bg-light-green {
    background-color: rgb(65, 204, 186);
}

.text-light-green {
    color: rgb(0, 224, 145);
}

.bg-blue {
    background-color: rgb(27, 0, 255);
}

.text-blue {
    color: rgb(27, 0, 255);
}

.text-light-blue {
    color: rgb(41, 118, 170);
}

.bg-light-orange {
    background-color: rgb(245, 103, 103) !important;
}

.text-light-orange {
    color: rgb(245, 103, 103);
}

.bg-light-purple {
    background-color: rgb(166, 131, 235) !important;
}

.text-light-purple {
    color: rgb(166, 131, 235);
}

.bg-orange {
    background-color: rgb(245, 149, 108);
}

.text-orange {
    color: rgb(245, 149, 108);
}

.text-yellow {
    color: rgb(236, 199, 47);
}

.text-green {
    color: rgb(70, 190, 138);
}

.text-orange-50 {
    color: rgb(242, 166, 84);
}

.text-blue-50 {
    color: rgb(98, 168, 234);
}

.text-red-50 {
    color: rgb(225, 78, 80);
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.border-radius-0 {
    border-radius: 0px;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-6 {
    border-radius: 6px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-100, .user-info-dropdown .dropdown-toggle .user-icon img {
    object-fit: cover;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 10px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 28px;
}

.wave1 {
    background-image: url("../images/wave.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.card-box, .da-card {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 28px;
}

.card-img-top {
    border-radius: 10px 10px 0px 0px;
}

.card-img-bottom {
    border-radius: 0px 0px 10px 10px;
}

.card-img {
    border-radius: 10px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
}

.card-header {
    font-weight: 500;
    font-size: 16px;
}

.card-text, .price del {
    font-size: 15px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-sm {
    padding: 0.45em 0.55em;
    font-size: 60%;
}

.badge-md {
    padding: 0.65em 0.75em;
    font-size: 70%;
}

.page-link:focus {
    box-shadow: none;
}

.highcharts-root {
    font-family: Inter, sans-serif !important;
}

.bootstrap-select .dropdown-toggle {
    height: 45px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 400;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    height: 38px;
    padding-right: 30px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}

.bootstrap-select .dropdown-toggle.btn-light {
    background-color: transparent;
    border-color: rgb(212, 212, 212);
}

.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: rgb(212, 212, 212);
}

.dropdown-toggle::after {
    content: "";
    font-family: FontAwesome;
    vertical-align: unset;
    width: auto;
    height: auto;
    border: 0px !important;
}

.bootstrap-select .dropdown-toggle::after {
    position: absolute;
    right: 10px;
}

.dropdown.show > .dropdown-toggle::after {
    content: "";
}

.dropdown-toggle.no-arrow::after {
    display: none;
}

.dropdown-menu {
    border: 0px;
    padding: 0px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 28px;
}

.dropdown-item {
    font-size: 15px;
    font-weight: 400;
    padding: 0.657rem 1rem;
    letter-spacing: 0px;
    color: rgb(68, 68, 68);
    font-family: Inter, sans-serif;
    transition: 0.3s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: rgb(236, 240, 244);
    color: rgb(27, 0, 255);
}

.form-group {
    margin-bottom: 20px;
}

.form-group > label {
    font-weight: 500;
    font-size: 12px;
}

.custom-file-input, .custom-file-label, .custom-select, .form-control {
    font-family: Inter, sans-serif;
    color: rgb(19, 30, 34);
    font-weight: 400;
    height: 35px;
    border-color: rgb(212, 212, 212);
    transition: 0.3s ease-in-out;
}

.custom-file-input, .custom-select, .form-control {
    font-size: 12px;
    border-radius: 8px;
}

.form-control.form-control-sm {
    height: 38px;
}

.form-control.form-control-line {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
}

.custom-file-label {
    padding-top: 0.475rem;
    letter-spacing: 0.035em;
}

.custom-file-label::after {
    height: 100%;
    padding-top: 0.475rem;
}

textarea.form-control {
    height: 180px;
}

.custom-file-input:focus, .custom-select:focus, .form-control:focus {
    color: rgb(19, 30, 34);
    border-color: rgb(27, 0, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 28px;
}

.form-control.height-auto {
    height: auto;
}

.input-group {
    margin-bottom: 25px;
}

.input-group.custom > .custom-select, .input-group.custom > .form-control {
    width: 100%;
}

.input-group.custom > .custom-select:not(:first-child), .input-group.custom > .form-control:not(:first-child) {
    border-radius: 0.25rem;
    padding-left: 50px;
}

.input-group.custom > .custom-select:not(:last-child), .input-group.custom > .form-control:not(:last-child) {
    border-radius: 0.25rem;
    padding-right: 50px;
}

.input-group-prepend.custom {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12;
    height: 100%;
}

.input-group-append.custom {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 12;
    height: 100%;
}

.input-group-text {
    border: 0px;
    background: 0px 0px;
}

.input-group-text i {
    font-size: 20px;
}

.form-control:focus ~ .input-group-append .fa {
    color: rgb(27, 0, 255);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: 50px;
    font-size: 16px;
}

.has-success {
    color: rgb(40, 167, 69);
}

.form-control-success {
    border-color: rgb(40, 167, 69);
    background-image: url("../images/check-mark-green.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
}

.form-control-success:focus {
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 1px;
}

.has-warning {
    color: rgb(255, 193, 7);
}

.form-control-warning {
    border-color: rgb(255, 193, 7);
    background-image: url("../images/caution-sign.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
}

.form-control-warning:focus {
    border-color: rgb(255, 193, 7);
    box-shadow: rgb(255, 193, 7) 0px 0px 0px 1px;
}

.has-danger {
    color: rgb(220, 53, 69);
}

.form-control-danger {
    border-color: rgb(220, 53, 69);
    background-image: url("../images/cross.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px 14px;
}

.form-control-danger:focus {
    border-color: rgb(220, 53, 69);
    box-shadow: rgb(220, 53, 69) 0px 0px 0px 1px;
}

.btn {
    font-family: Inter, sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 0.719rem 1rem;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
}

.btn-lg {
    padding: 0.657rem 1rem;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 16px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.4rem 0.8rem;
    font-size: 11px;
}

.btn-xs {
    padding: 0px 0.4rem;
    font-size: 12px;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-rounded {
    border-radius: 25px;
}

.breadcrumb {
    background: 0px 0px;
    padding: 0.75rem 0px;
}

.breadcrumb-item.active {
    color: rgb(27, 0, 255);
    font-weight: 500;
}

.breadcrumb-item a {
    color: rgb(3, 30, 35);
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: FontAwesome;
    content: "";
}

.customscroll-10-p > .mCustomScrollBox > .mCSB_container {
    padding: 10px;
}

.datepicker {
    z-index: 1060;
}

.datepicker--day-name, .datepicker--time-current-hours, .datepicker--time-current-minutes {
    color: rgb(27, 0, 255);
}

.datepicker--nav-action path {
    stroke: rgb(27, 0, 255);
}

.datepicker--cell.-focus-, .datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: rgb(225, 225, 245);
    color: rgb(27, 0, 255);
}

.datepicker--cell.-selected- {
    color: rgb(255, 255, 255);
}

.datepicker--time-current-hours::after, .datepicker--time-current-minutes::after {
    display: none;
}

.datepicker-inline .datepicker {
    margin: 0px auto;
}

.form-control.time-picker-default:disabled, .form-control.time-picker-default[readonly], .form-control.time-picker:disabled, .form-control.time-picker[readonly] {
    background: rgb(255, 255, 255);
}

.custom-control {
    padding-left: 35px;
    cursor: pointer;
    padding-bottom: 5px;
}

.custom-control-label {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
    background-color: transparent;
    border: 2px solid rgb(27, 0, 255);
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    left: -30px;
    background-size: 60%;
    top: 2px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgb(27, 0, 255);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/check-mark.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgb(27, 0, 255);
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    border: 2px solid transparent;
}

.select2-container .select2-selection--single {
    height: 35px;
    border-color: rgb(212, 212, 212);
    outline: 0px;
    letter-spacing: 0.035em;
    transition: 0.3s ease-in-out;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-dropdown {
    border-color: rgb(212, 212, 212);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(27, 0, 255);
    color: rgb(255, 255, 255);
    border-color: rgb(27, 0, 255);
}

.select2-container--default .select2-selection--multiple {
    min-height: 45px;
    border-color: rgb(212, 212, 212);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 3px;
}

.select2-container--default .select2-selection__rendered {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container {
    width: 100% !important;
}

.select2-container .selection {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    box-sizing: border-box;
}

.select2-container--default .select2-selection__rendered {
    display: block;
    width: calc(100% - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection__arrow {
    width: 30px;
}

.select2-selection__clear {
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgb(255, 255, 255);
}

.select2-dropdown {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 28px;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
}

.bootstrap-select .dropdown-menu li .dropdown-item.active:hover, .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: rgb(27, 0, 255);
    color: rgb(255, 255, 255);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(27, 0, 255);
}

.bootstrap-select.btn-group .dropdown-menu.inner, table.dataTable > tbody > tr.child ul.dtr-details .dtr-title {
    display: block;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px !important;
}

.bootstrap-select .dropdown-header {
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-size: 15px;
}

.bootstrap-select .dropdown-menu li .dropdown-item:hover {
    color: rgb(27, 0, 255);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 13px;
}

.bootstrap-select .bs-ok-default::after {
    border-width: 0px 2px 2px 0px;
}

.dropup .dropdown-toggle::after {
    content: "";
    font-family: FontAwesome;
    vertical-align: unset;
    width: auto;
    height: auto;
    border: 0px !important;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 0.55rem 1rem;
    color: rgb(102, 127, 135);
    font-family: Inter, sans-serif;
    transition: 0.3s ease-in-out;
}

.bootstrap-select.btn-group .dropdown-menu li.divider {
    border: 1px solid rgb(234, 234, 234);
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background: rgb(225, 225, 245);
    color: rgb(19, 30, 34);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    color: rgb(206, 206, 206);
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: rgb(225, 225, 245);
    color: rgb(19, 30, 34);
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    background: url("../images/check-mark-green.png") 0% 0% / contain;
    width: 15px;
    height: 15px;
}

.label-info {
    background-color: rgb(0, 158, 251);
}

.bootstrap-tagsinput .tag {
    display: inline-block;
    padding: 2px 6px;
    margin: 2px;
    font-size: 15px;
    border-radius: 2px;
}

.docs-options .dropdown-menu {
    max-height: 250px;
    overflow: auto;
}

.docs-buttons {
    padding-top: 15px;
}

.docs-buttons label, .notification-list ul li a p, .project-info-right p {
    margin-bottom: 0px;
}

.docs-buttons .btn {
    margin-bottom: 5px;
}

.table thead th {
    font-weight: 600;
    font-size: 15px;
    border-bottom: 0px;
    padding-left: 1rem;
}

.table td, .table th {
    vertical-align: middle;
}

.table td {
    font-size: 14px;
    font-weight: 500;
    padding: 1rem;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: rgb(234, 238, 242);
}

table.dataTable.display tbody tr.odd, table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover, table.dataTable.stripe tbody tr.odd {
    background: rgb(236, 240, 243) !important;
}

table.dataTable tbody tr.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
    background-color: rgb(24, 31, 72) !important;
    color: rgb(255, 255, 255);
}

table.dataTable.display tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
    background-color: rgb(27, 0, 255) !important;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::after, table.dataTable thead .sorting_desc_disabled::before {
    font-family: dropways;
    font-size: 14px;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::before {
    content: "";
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc_disabled::after {
    content: "";
    right: 0.2em;
}

.blog-list ul li:hover .blog-caption h4 a, .fontawesome-icon-list .fa-hover:hover a, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::after {
    color: rgb(27, 0, 255);
}

table.dataTable > tbody > tr.child ul.dtr-details {
    white-space: normal;
}

.dataTables_length, .dt-buttons, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    padding-left: 15px;
    padding-right: 15px;
}

.dt-checkbox, .dt-checkbox input {
    width: 20px;
    height: 20px;
    position: relative;
}

.dt-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0px;
    top: 0px;
}

.dt-checkbox span, .dt-checkbox span::before {
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
}

.dt-checkbox span {
    position: relative;
    display: block;
    border: 1px solid rgb(158, 158, 158);
    border-radius: 4px;
}

.dt-checkbox span::before {
    content: "";
    background: url("../images/check-mark.png") center center / 12px 12px no-repeat;
    position: absolute;
    left: 0px;
    top: -1px;
    transform: scale(0);
}

.dt-checkbox input:checked ~ span {
    background: rgb(27, 0, 255);
    border-color: rgb(27, 0, 255);
    color: rgb(255, 255, 255);
}

.dt-checkbox input:checked ~ span::before {
    transform: scale(1);
}

.plyr {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 2px;
}

.popover-header {
    font-weight: 500;
}

.list-group-flush .list-group-item {
    border-top: 0px;
    margin-bottom: 0px;
}

.docs-cropped .modal-body > canvas, .docs-cropped .modal-body > img, .img-preview > img {
    max-width: 100%;
}

.apexcharts-svg * {
    font-family: Inter, sans-serif !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    font-family: FontAwesome;
    background: 0px 0px;
    content: "";
    color: rgb(68, 68, 68);
    font-size: 23px;
    left: 7px;
    top: 50%;
    margin-top: -7px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    content: "";
    background: 0px 0px;
}

.header {
    position: fixed;
    height: 60px;
    width: calc(100% - 240px);
    background: rgb(255, 255, 255);
    right: 0px;
    top: 0px;
    z-index: 123;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.header-left {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 20%;
}

.brand-logo a .dark-logo, .header-left .search-toggle-icon, .sidebar-light .brand-logo a .light-logo {
    display: none;
}

.header-left .header-search {
    width: 100%;
    padding-left: 20px;
}

.header-left .header-search .form-group {
    position: relative;
}

.header-left .header-search .search-icon {
    position: absolute;
    left: 17px;
    top: 12px;
    font-size: 20px;
    color: rgb(119, 119, 119);
}

.header-left .header-search .dropdown {
    position: static;
    right: 0px;
    top: 0px;
    padding-right: 10px;
}

.header-left .header-search .dropdown .dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-radius: 0px 0.25rem 0.25rem 0px;
    color: rgb(119, 119, 119);
    transition: 0.3s ease-in-out;
}

.contact-directory-box:hover .view-contact a, .header-left .header-search .dropdown .dropdown-toggle:hover, .header-left .header-search .dropdown.show .dropdown-toggle {
    background: rgb(27, 0, 255);
    color: rgb(255, 255, 255);
}

.header-left .header-search .dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
    margin-top: 5px;
    padding: 20px;
}

.header-left .header-search .search-input {
    padding-left: 50px;
    padding-right: 55px;
}

.header-right {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 50px;
    width: 80%;
}

.header-left .brand-logo {
    max-width: 240px;
    display: block;
}

.header-right .brand-logo a {
    padding: 0px 6px;
}

.header-right .menu-icon {
    position: relative;
    right: 0px;
    float: left;
    display: none;
}

.user-info-dropdown {
    padding: 5px 10px 5px 0px;
}

.user-info-dropdown .dropdown-toggle {
    display: block;
    padding: 5px 0px;
    font-size: 16px;
}

.user-info-dropdown .dropdown-toggle .user-icon {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: rgb(235, 239, 243);
    color: rgb(27, 0, 255);
    line-height: 42px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 10px;
}

.user-info-dropdown .dropdown-toggle .user-name {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: rgb(19, 30, 34);
    font-family: Inter, sans-serif;
}

.user-info-dropdown .dropdown-menu {
    min-width: 185px;
}

.dropdown-menu-icon-list .dropdown-item {
    position: relative;
    padding-left: 45px;
}

.dropdown-menu-icon-list .dropdown-item i {
    position: absolute;
    left: 16px;
    top: 50%;
    font-size: 18px;
    transform: translate(0px, -50%);
}

.user-notification {
    float: right;
    margin-right: 10px;
    padding: 17px 5px 10px 0px;
}

.user-notification .dropdown-toggle {
    font-size: 20px;
    padding: 10px;
    color: rgb(85, 85, 85);
    position: relative;
}

.user-notification .dropdown-toggle .badge {
    position: absolute;
    right: 8px;
    top: 10px;
    background: rgb(245, 103, 138);
    width: 8px;
    height: 8px;
    display: block;
    padding: 0px;
}

.user-notification .dropdown-menu {
    width: 400px;
    padding: 20px 10px;
}

.notification-list ul li a {
    display: block;
    position: relative;
    padding: 5px 15px 0px 55px;
    min-height: 50px;
    cursor: pointer;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    border-radius: 5px;
}

.notification-list ul li a img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 6px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 13px;
}

.notification-list ul li a h3 {
    font-size: 16px;
    color: rgb(32, 35, 66);
    font-weight: 700;
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    padding-bottom: 5px;
}

.notification-list ul li a h3 span {
    float: right;
    font-size: 12px;
    font-weight: 500;
    padding-top: 2px;
}

.header-dark .header, .header-dark .header-left .header-search {
    background: rgb(20, 33, 39);
}

.header-dark .header .user-info-dropdown .dropdown-toggle, .header-dark .header .user-info-dropdown .dropdown-toggle .user-name, .header-dark .menu-icon, .header-dark .search-toggle-icon, .header-dark .user-notification .dropdown-toggle {
    color: rgb(236, 240, 244);
}

.header-dark .header .header-left .header-search .search-input {
    background: rgba(236, 236, 236, 0.1);
    border-color: transparent;
    color: rgb(236, 240, 244);
}

.header-dark .header .header-left .header-search .search-input:focus {
    border-color: rgb(75, 77, 80);
}

.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder {
    opacity: 1;
    color: rgb(191, 196, 202);
}

.header-dark .header .header-left .header-search .search-icon {
    color: rgb(236, 240, 244);
}

.footer-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    font-weight: 500;
}

.footer-wrap a {
    color: rgb(27, 0, 255);
    text-decoration: underline;
}

.menu-icon, .search-toggle-icon {
    width: 47px;
    height: 47px;
    font-size: 28px;
    line-height: 1;
    color: rgb(85, 85, 85);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

.search-toggle-icon {
    font-size: 20px;
}

.brand-logo {
    width: 240px;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-logo a {
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    font-size: 22px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 45px;
    font-family: Inter, sans-serif;
    padding: 0px 20px;
}

.brand-logo a .light-logo, .sidebar-light .brand-logo a .dark-logo {
    display: block;
}

.brand-logo a span {
    display: block;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-logo a .svg, .brand-logo a img {
    max-width: 160px;
    display: block;
    height: auto;
}

.left-side-bar, .left-side-bar::before {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.left-side-bar {
    width: 240px;
    z-index: 1000;
    background: rgb(20, 33, 39);
}

.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgb(236, 240, 244);
}

.left-side-bar::before {
    content: "";
    z-index: -1;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.left-side-bar.open {
    left: 0px;
}

.left-side-bar .menu-block {
    height: calc(-60px + 100vh);
    padding: 6px 0px;
}

.left-side-bar .close-sidebar {
    font-size: 18px;
    color: rgb(136, 136, 136);
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
}

.sidebar-menu {
    padding: 0px 10px 20px 0px;
}

.sidebar-menu > ul > li {
    padding: 3px;
}

.sidebar-menu .dropdown-toggle {
    display: block;
    padding: 4px 5px 4px 36px;
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    position: relative;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    transition: 0.3s ease-in-out;
}

.sidebar-menu .dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 15px;
    font-size: 16px;
    font-weight: 700;
    top: 50%;
    transform: translate(0px, -50%);
    display: block;
    font-family: bootstrap-icons;
}

.sidebar-menu .dropdown.show > .dropdown-toggle::after {
    content: "";
}

.sidebar-menu .dropdown-toggle.no-arrow::after, .sidebar-menu .submenu li.dropdown::before {
    display: none;
}

.sidebar-menu.icon-style-2 .dropdown-toggle::after {
    content: "";
    font-size: 22px;
    font-weight: 700;
    font-family: bootstrap-icons;
}

.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle::after {
    content: "";
}

.sidebar-menu.icon-style-3 .dropdown-toggle::after {
    content: "";
    font-weight: 400;
}

.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle::after {
    content: "";
}

.sidebar-menu .dropdown-toggle:hover, .sidebar-menu .show > .dropdown-toggle {
    background: rgba(236, 240, 244, 0.19);
    color: rgb(255, 255, 255);
}

.sidebar-menu .show > .dropdown-toggle {
    border-radius: 8px 8px 0px 0px;
}

.sidebar-menu .dropdown-toggle .micon {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: transparent;
    top: 50%;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
    transform: translate(0px, -50%);
}

.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active .micon, .sidebar-menu .dropdown-toggle:hover .micon, .sidebar-menu .show > .dropdown-toggle .micon {
    color: rgb(255, 255, 255);
}

.sidebar-menu .dropdown-toggle .new {
    font-size: 24px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.sidebar-menu .dropdown-toggle .new::before {
    line-height: 14px;
}

.sidebar-menu .submenu {
    position: relative;
    width: 100%;
    display: none;
    background: rgba(236, 240, 244, 0.1);
    padding: 4px 6px;
    border-radius: 0px 0px 8px 8px;
}

.sidebar-menu .submenu::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 31px;
    top: 0px;
    display: none;
    background: 0px 0px;
    border-left: 2px dashed rgb(27, 0, 255);
}

.sidebar-menu .submenu li {
    position: relative;
    padding: 2px 0px;
}

.sidebar-menu .submenu li > a::before {
    content: "";
    position: absolute;
    line-height: 1;
    left: 28px;
    top: 50%;
    transform: translate(0px, -50%);
    font-family: Ionicons;
}

.sidebar-menu.icon-list-style-2 .submenu li > a::before {
    content: "";
    font-family: FontAwesome;
}

.sidebar-menu.icon-list-style-3 .submenu li > a::before {
    content: "";
    font-family: dropways;
}

.sidebar-menu.icon-list-style-4 .submenu li > a::before {
    content: "";
    font-family: dropways;
}

.sidebar-menu.icon-list-style-5 .submenu li > a::before {
    content: "";
    font-family: dropways;
}

.sidebar-menu.icon-list-style-6 .submenu li > a::before {
    content: "";
    font-family: dropways;
}

.mobile-menu-overlay, .sidebar-menu .submenu li a, .sidebar-menu .submenu li > a::before {
    transition: 0.3s ease-in-out;
}

.sidebar-menu .submenu li a {
    display: block;
    padding: 14px 15px 14px 60px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    border-radius: 8px;
    position: relative;
    font-family: Inter, sans-serif;
}

.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay, .chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a, .sidebar-menu .submenu li.dropdown > a::before, .sitemap ul li.child::after, .sitemap ul li.child::before {
    display: none;
}

.sidebar-menu .submenu li a.dropdown-toggle {
    padding: 14px 15px 14px 60px;
    font-size: 15px;
}

.sidebar-menu .submenu.child {
    padding-left: 15px;
}

.sidebar-menu .submenu li:hover > a::before {
    left: 18px;
}

.sidebar-menu .submenu li a.active, .sidebar-menu .submenu li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.4);
}

.sidebar-menu > ul > li > .dropdown-toggle.active {
    background-color: rgba(236, 240, 244, 0.19);
}

.sidebar-light .sidebar-menu > ul > li > .dropdown-toggle.active {
    background-color: rgb(20, 33, 39);
    color: rgb(255, 255, 255);
}

.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon, .sidebar-light .sidebar-menu .show > .dropdown-toggle .micon, .sidebar-menu .dropdown-toggle.active, .sidebar-menu .dropdown-toggle.active .micon {
    color: rgb(255, 255, 255);
}

.mobile-menu-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: 98% 15px / 20px rgb(18, 20, 33);
    opacity: 0.6;
    z-index: 123;
    display: none;
}

.sidebar-light .left-side-bar {
    background: rgb(255, 255, 255);
}

.sidebar-light .sidebar-menu .dropdown-toggle {
    color: rgb(11, 19, 43);
}

.sidebar-light .sidebar-menu .dropdown-toggle .micon {
    color: rgb(11, 19, 43);
}

.sidebar-light .sidebar-menu .submenu li a {
    color: rgb(11, 19, 43);
    font-weight: 400;
}

.sidebar-light .sidebar-menu .submenu {
    background: rgb(230, 235, 240);
}

.sidebar-light .sidebar-menu .dropdown-toggle:hover, .sidebar-light .sidebar-menu .show > .dropdown-toggle, .sidebar-light .sidebar-menu .submenu li a.active, .sidebar-light .sidebar-menu .submenu li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(20, 33, 39);
}

.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(14, 19, 43);
}

.sidebar-menu .dropdown-divider {
    margin: 20px 0px;
    border-color: rgba(255, 255, 255, 0.2);
    border-width: 2px;
}

.sidebar-light .sidebar-menu .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.2);
}

.sidebar-menu .sidebar-small-cap {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 0px 15px 10px;
}

.sidebar-light .sidebar-menu .sidebar-small-cap {
    color: rgb(21, 2, 189);
}

.login-header {
    position: relative;
    padding: 0px 15px;
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.login-header .brand-logo {
    width: auto;
    border: 0px;
}

.login-menu a {
    font-size: 20px;
    font-weight: 600;
    color: rgb(27, 0, 255);
}

.login-wrap {
    height: calc(100% - 70px);
    overflow: auto;
    padding: 30px 0px;
}

body.IE .login-wrap, body.IE .register-page-wrap {
    padding: 0px;
    display: block !important;
}

body.IE .login-wrap .container, body.IE .register-page-wrap .container {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.login-wrap .container, .register-page-wrap .container {
    max-width: 1300px;
}

.login-wrap .mCustomScrollBox {
    height: auto;
    width: 100%;
}

.login-box {
    max-width: 400px;
    width: 100%;
    padding: 40px 20px;
    margin: 5px auto;
}

.select-role {
    margin-bottom: 25px;
    padding: 0px 5px;
}

.select-role .btn-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.select-role .btn-group .btn {
    margin: 0px 5px;
    border: 1px solid rgb(212, 212, 212);
    text-align: left;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(50% - 10px);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: rgb(51, 51, 51);
    position: relative;
    border-radius: 5px !important;
}

.select-role .btn-group .btn.active, .select-role .btn-group .btn.active:focus, .select-role .btn-group .btn.focus.active {
    background-color: rgba(27, 0, 255, 0.05);
    border-color: rgba(27, 0, 255, 0.5);
    color: rgb(27, 0, 255);
}

.select-role .btn-group .btn .icon {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
}

.select-role .btn-group .btn .icon .svg {
    width: 30px;
    height: 30px;
}

.select-role .btn-group .btn span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgb(34, 34, 34);
}

.login-box .login-title {
    padding: 0px 0px 10px;
    margin-bottom: 30px;
}

.login-box .login-title h2 {
    font-size: 24px;
    font-weight: 700;
}

.login-box .login-img {
    display: block;
    margin: 0px auto 20px;
    max-width: 100px;
}

.forgot-password {
    text-align: right;
}

.register-page-wrap {
    height: calc(100% - 70px);
    padding: 30px 0px;
}

.register-page-wrap .register-box {
    max-width: 410px;
    margin: 0px auto;
}

.register-page-wrap, .register-page-wrap .wizard-content .wizard {
    position: relative;
    overflow: auto;
}

.register-page-wrap .wizard-content .wizard .steps {
    position: relative;
}

.register-page-wrap .wizard-content .wizard > .steps .step {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin: 0px auto;
    border-width: 2px;
    background-color: rgb(255, 255, 255);
    border-color: rgba(24, 31, 72, 0.3);
    transition: 0.3s ease-in-out;
}

.register-page-wrap .wizard-content .wizard > .steps > ul > li.done > a .step {
    background: url("../images/tick.svg") center center / 22px no-repeat rgb(236, 240, 244);
    font-size: 0px;
    border-color: rgba(24, 31, 72, 0.3);
}

.register-page-wrap .wizard-content .wizard.wizard-circle > .steps > ul > li::after, .register-page-wrap .wizard-content .wizard.wizard-circle > .steps > ul > li::before, .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li::after, .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li::before {
    background: rgba(24, 31, 72, 0.3);
}

.wizard-content .wizard.vertical.wizard-circle > .steps > ul > li.current ~ li::after, .wizard-content .wizard.vertical.wizard-circle > .steps > ul > li.current ~ li::before {
    background-color: transparent;
}

.register-page-wrap .wizard-content .wizard > .steps > ul > li.current .step {
    border-color: rgb(27, 0, 255);
    color: rgb(24, 31, 72);
    background-color: rgb(255, 255, 255);
}

.register-page-wrap .wizard-content .wizard > .steps .info {
    display: block;
    width: 100%;
    padding-top: 10px;
}

.register-page-wrap .wizard-content .wizard > .steps > ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0px 10px;
}

.register-page-wrap .wizard-content .wizard > .steps > ul > li {
    width: 25%;
}

.main-container, .register-page-wrap .wizard-content .wizard > .steps .info, .register-page-wrap .wizard-content .wizard > .steps > ul > li a {
    transition: 0.3s ease-in-out;
}

.register-page-wrap .wizard-content .wizard > .steps > ul > li a {
    padding: 20px 10px;
    margin: 0px;
    text-align: center;
    color: rgba(24, 31, 72, 0.6);
    font-size: 11px;
    font-weight: 700;
}

.register-page-wrap .wizard-content .wizard > .steps > ul > li.current > a, .register-page-wrap .wizard-content .wizard > .steps > ul > li.done > a {
    color: rgb(24, 31, 72);
}

.register-page-wrap .wizard-content .wizard > .content {
    overflow: hidden;
    padding: 15px 15px 0px;
    min-height: 320px;
}

.register-page-wrap .wizard-content .wizard > .actions {
    padding: 0px 15px 20px;
    text-align: right;
}

.register-info li {
    margin-bottom: 15px;
    font-size: 14px;
}

.main-container {
    padding: 60px 0px 2px 240px;
}

.page-header .dropdown-menu {
    border-radius: 5px;
}

.page-header {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 28px;
    margin-bottom: 30px;
    padding: 20px;
}

.page-header .row {
    -webkit-box-align: center;
    align-items: center;
}

.page-header h4 {
    font-weight: 600;
    padding-bottom: 5px;
}

.page-header .breadcrumb {
    padding: 0px;
    margin: 0px;
}

.search-icon-box, .timeline ul {
    position: relative;
}

.search-icon-box input {
    height: 70px;
    width: 100%;
    font-size: 20px;
    padding: 0px 60px 0px 30px;
    font-weight: 300;
    border: 0px;
    color: rgb(255, 255, 255);
    background: rgb(98, 9, 171);
}

.search-icon-box input::-webkit-input-placeholder {
    opacity: 1;
    color: rgb(255, 255, 255);
}

.search-icon-box .search_icon {
    position: absolute;
    font-size: 24px;
    line-height: 1;
    right: 20px;
    top: 26px;
    color: rgb(255, 255, 255);
}

.fontawesome-icon-list {
    padding-top: 20px;
}

.fontawesome-icon-list.custom-icon-list, .sitemap ul li.child h5 {
    padding-top: 0px;
}

.fontawesome-icon-list .fa-hover, .fontawesome-icon-list a {
    transition: 0.3s ease-in-out;
}

.fontawesome-icon-list .fa-hover {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;
}

.fontawesome-icon-list .fa-hover:hover {
    background: rgba(68, 66, 87, 0.13);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 18px;
}

.fontawesome-icon-list a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    color: rgb(19, 30, 34);
}

.fontawesome-icon-list a .icon-copy {
    position: absolute;
    left: 10px;
    top: 4px;
    font-size: 18px;
}

.fontawesome-icon-list a .icon-copy.bi::before {
    display: block;
}

.fontawesome-icon-list.custom-icon-list a {
    font-size: 14px;
    line-height: 24px;
}

.fontawesome-icon-list.custom-icon-list a .icon-copy {
    font-size: 24px;
    line-height: 1;
    top: 0px;
}

.foundation-icon.fontawesome-icon-list a .icon-copy {
    top: 0px;
    font-size: 24px;
    line-height: 24px;
}

.ionicons-list li {
    width: 8.3%;
    text-align: center;
}

.ionicons-list.fontawesome-icon-list a {
    padding-left: 0px;
}

.ionicons-list.fontawesome-icon-list a .icon-copy {
    font-size: 24px;
    left: 0px;
    position: relative;
}

.wysihtml5-toolbar .dropdown-menu a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 0.55rem 1rem;
    color: rgb(102, 127, 135);
    font-family: Inter, sans-serif;
    transition: 0.3s ease-in-out;
}

.html-editor textarea.form-control {
    height: 300px;
    font-weight: 400;
}

.copy-notification {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px 20px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align: center;
}

.error-page h1, .error-page-wrap {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: rgb(34, 34, 34);
}

.error-page h1 {
    font-size: 210px;
    text-shadow: rgb(24, 31, 72) 2px 2px 0px, rgb(255, 255, 255) 4px 4px 0px, rgb(24, 31, 72) 8px 8px 0px;
    line-height: 1;
    color: rgb(24, 31, 72);
}

.error-page h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 30px;
}

.project-info {
    padding-bottom: 15px;
}

.project-info-left {
    float: left;
    width: 60px;
    padding-top: 10px;
}

.project-info-left .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

.project-info-right {
    float: right;
    width: calc(100% - 60px);
    text-align: right;
}

.device-manage-progress-chart ul li, .error-page h3 {
    margin-bottom: 30px;
}

.device-manage-progress-chart ul li:last-child {
    margin-bottom: 0px;
}

.device-manage-progress-chart .device-name {
    width: 75px;
    float: left;
    text-align: right;
}

.device-manage-progress-chart .device-total {
    float: left;
    width: 45px;
    font-size: 14px;
}

.device-manage-progress-chart .device-progress {
    float: left;
    width: calc(100% - 120px);
    padding: 7px 10px 0px;
}

.device-manage-progress-chart .device-progress .grand_total {
    float: right;
}

.device-manage-progress-chart .device-progress .progress {
    margin-bottom: 0px;
    height: 10px;
}

.device-manage-progress-chart .device-progress .progress .progress-bar {
    height: 100%;
}

.device-manage-progress-chart .device-progress .progress .progress-bar.window {
    background: rgb(0, 188, 242);
}

.device-manage-progress-chart .device-progress .progress .progress-bar.mac {
    background: rgb(2, 116, 150);
}

.device-manage-progress-chart .device-progress .progress .progress-bar.android {
    background: rgb(0, 89, 178);
}

.device-manage-progress-chart .device-progress .progress .progress-bar.linux {
    background: rgb(138, 177, 183);
}

.to-do-list ul li {
    padding: 15px;
}

.to-do-list ul li, .to-do-list ul li:hover {
    background: rgb(236, 240, 244);
}

.to-do-list ul li:nth-child(2n) {
    background: rgb(255, 255, 255);
}

#browservisit path.jvectormap-region.jvectormap-element {
    stroke-width: 0.5px;
    stroke: rgb(102, 127, 135);
}

.jvectormap-goback, .jvectormap-zoomin, .jvectormap-zoomout {
    background: rgb(102, 127, 135);
}

.browser-visits ul li {
    margin-bottom: 40px;
}

.browser-visits ul li .icon, .browser-visits ul li .visit {
    width: 50px;
}

.browser-visits ul li .browser-name {
    width: calc(100% - 100px);
    font-size: 14px;
    font-weight: 600;
}

.docs-preview {
    margin-right: -1rem;
}

.img-preview {
    float: left;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    overflow: hidden;
}

.preview-lg {
    height: 9rem;
    width: 16rem;
}

.preview-md {
    height: 4.5rem;
    width: 8rem;
}

.preview-sm {
    height: 2.25rem;
    width: 4rem;
}

.preview-xs {
    height: 1.125rem;
    margin-right: 0px;
    width: 2rem;
}

.btn-list .btn {
    margin: 5px;
}

#login-modal .modal-dialog {
    max-width: 380px;
}

#login-modal .login-box {
    margin: 0px;
}

.confirmation-btn {
    width: 50px;
    height: 50px;
    margin: 0px auto;
}

.da-card .da-card-content {
    padding: 20px 15px;
    background: rgb(255, 255, 255);
    font-size: 14px;
}

.da-card, .da-card .da-card-photo {
    position: relative;
    overflow: hidden;
}

.da-card .da-card-photo img {
    position: relative;
    display: block;
    width: 100%;
    transition: 0.4s linear;
}

.da-card .da-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    overflow: hidden;
    background: rgba(19, 30, 34, 0.7);
    transition: 0.3s ease-in-out;
}

.da-card .da-overlay.da-slide-left {
    left: -100%;
}

.da-card .da-card-photo:hover .da-overlay.da-slide-left {
    left: 0px;
}

.da-card .da-overlay.da-slide-bottom, .da-card .da-overlay.da-slide-left, .da-card .da-overlay.da-slide-right, .da-card .da-overlay.da-slide-top {
    transition: 0.5s ease-in-out;
}

.da-card .da-overlay.da-slide-right {
    right: -100%;
    left: inherit;
}

.da-card .da-card-photo:hover .da-overlay.da-slide-right {
    right: 0px;
}

.da-card .da-overlay.da-slide-bottom, .da-card .da-overlay.da-slide-top {
    top: -100%;
}

.da-card .da-card-photo:hover .da-overlay.da-slide-bottom, .da-card .da-card-photo:hover .da-overlay.da-slide-top {
    top: 0px;
}

.da-card .da-overlay.da-slide-bottom {
    top: 100%;
}

.da-card .da-card-photo:hover img {
    transform: scale(1.2) translateZ(0px);
}

.da-card .da-card-photo:hover .da-overlay {
    opacity: 1;
    transform: translateZ(0px);
}

.da-card .da-card-photo:hover .da-social {
    opacity: 1;
}

.da-card .da-social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.da-card .da-social h5 {
    position: absolute;
    top: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
}

.chat-box .chat-desc ul li .chat-img, .da-card .da-social ul li {
    float: left;
}

.da-card .da-social ul li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid rgb(255, 255, 255);
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px;
    transition: 0.3s ease-in-out;
}

.da-card .da-social ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.da-card .da-social ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.da-card .da-social ul li a:hover {
    background: rgb(255, 255, 255);
    color: rgb(27, 0, 255);
}

.nav-tabs.customtab .nav-item.show .nav-link, .nav-tabs.customtab .nav-link.active {
    color: rgb(27, 0, 255);
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(27, 0, 255);
    border-image: initial;
}

.nav-tabs.customtab .nav-item {
    margin-bottom: 0px;
}

.nav-tabs.customtab .nav-link {
    color: rgb(24, 31, 72);
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor transparent;
    border-image: initial;
    transition: 0.3s ease-in-out;
}

.nav-tabs.customtab .nav-link:focus, .nav-tabs.customtab .nav-link:hover {
    color: rgb(27, 0, 255);
    border-width: 0px 0px 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(27, 0, 255);
    border-image: initial;
}

.nav.vtabs {
    border-bottom: 0px;
    border-right: 1px solid rgb(222, 226, 230);
    height: 100%;
}

.nav.vtabs .nav-link {
    border-radius: 0px;
}

.nav.vtabs .nav-item.show .nav-link, .nav.vtabs .nav-link.active {
    border-right: 0px rgb(222, 226, 230);
    border-top-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
    color: rgb(27, 0, 255);
}

.nav.vtabs.nav-pills .nav-item.show .nav-link, .nav.vtabs.nav-pills .nav-link.active {
    border-right: 0px rgb(222, 226, 230);
    border-top-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
    color: rgb(255, 255, 255);
}

.nav.vtabs.customtab .nav-item.show .nav-link, .nav.vtabs.customtab .nav-link.active {
    border-color: rgb(27, 0, 255);
}

.timeline ul::before {
    content: "";
    width: 3px;
    height: 100%;
    background: rgb(27, 0, 255);
    position: absolute;
    left: 150px;
}

.timeline ul li {
    position: relative;
    padding-left: 180px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.timeline ul li::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 142px;
    width: 18px;
    height: 18px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
    box-shadow: rgb(27, 0, 255) 0px 0px 0px 3px;
}

.timeline .timeline-date {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 120px;
    background: rgb(27, 0, 255);
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
}

.list-unstyled > li > ul {
    margin-left: 35px;
}

.list-unstyled > li > ul li {
    list-style: circle;
}

.sitemap {
    border-left: 2px dashed rgb(27, 0, 255);
}

.sitemap h5 {
    padding: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(27, 0, 255);
}

.sitemap ul, .sitemap ul li {
    position: relative;
    padding-left: 25px;
}

.sitemap ul li {
    min-height: 40px;
    padding-left: 35px;
    margin-bottom: 10px;
    padding-top: 2px;
}

.sitemap ul li:last-child {
    margin-bottom: 0px;
}

.sitemap ul li::before {
    content: "";
    background: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    border: 2px solid rgb(27, 0, 255);
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 5px;
}

.sitemap ul li::after {
    content: "";
    width: 25px;
    left: -25px;
    top: 40%;
    position: absolute;
    border-top: 2px dashed rgb(27, 0, 255);
}

.blog-list ul li, .sitemap ul li a {
    transition: 0.3s ease-in-out;
}

.fc th, .sitemap ul li a {
    font-weight: 500;
    font-size: 15px;
}

.sitemap ul li a {
    display: inline-block;
    color: rgb(11, 19, 43);
}

.sitemap ul li a:hover {
    color: rgb(0, 0, 0);
}

.sitemap ul li.child {
    padding-left: 0px;
    padding-top: 0px;
    border-left: 2px dashed rgb(41, 118, 170);
}

.calendar-wrap .fc-event.ui-draggable-handle {
    padding: 5px;
    margin-bottom: 5px;
}

.fc th {
    background: rgb(225, 225, 245);
    line-height: 1;
    padding: 10px !important;
}

.fc-day-grid-event .fc-time {
    font-weight: 500 !important;
}

.fc-day-grid-event .fc-content {
    padding: 3px 9px;
}

.fc-header-toolbar h2 {
    font-size: 18px;
    padding-top: 7px;
}

.blog-wrap {
    padding-bottom: 50px;
}

.blog-list ul li {
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 28px;
    background: rgb(255, 255, 255);
}

.blog-list ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 48px;
}

.blog-list ul li .blog-img {
    height: 100%;
    min-height: 200px;
    border-radius: 10px 0px 0px 10px;
    background-size: cover !important;
}

.blog-list ul li .blog-caption {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(3, 30, 35);
}

.blog-list ul li .blog-caption h4 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-list ul li .blog-caption h4 a, .product-caption h4 a {
    color: rgb(19, 30, 34);
}

.latest-post ul li {
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    color: rgb(120, 144, 156);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.latest-post ul li h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}

.blog-list ul li .blog-caption h4 a, .latest-post ul li h4 a, .product-box, .product-caption h4 a {
    transition: 0.3s ease-in-out;
}

.latest-post ul li h4 a {
    display: block;
    color: rgb(19, 30, 34);
}

.latest-post ul li h4 a:hover {
    color: rgb(27, 0, 255);
}

.blog-detail, .product-box {
    background: rgb(255, 255, 255);
}

.blog-detail .blog-caption {
    padding: 20px;
    font-size: 16px;
    color: rgb(120, 144, 156);
}

.blog-detail ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 28px;
}

.blog-detail ul li::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    color: rgb(64, 81, 88);
    left: 0px;
    top: 0px;
}

.blog-detail ol, .blog-detail ul {
    padding-left: 15px;
}

.blog-detail ol > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.blog-detail ol, .blog-detail ol > li > ol, .blog-detail ol > li > ol > li > ol {
    counter-reset: my-badass-counter 0;
}

.blog-detail ol > li > ol > li::before {
    content: counter(my-badass-counter, lower-alpha);
    counter-increment: my-badass-counter 1;
}

.blog-detail ol > li::before, .blog-detail ol > li > ol > li > ol > li::before {
    content: counter(my-badass-counter, lower-roman);
    counter-increment: my-badass-counter 1;
}

.blog-detail ol > li::before {
    content: counter(my-badass-counter);
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(64, 81, 88);
    font-weight: 500;
}

.gallery-wrap > ul > li, .product-list ul li {
    margin-bottom: 30px;
}

.product-box {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 28px;
    height: 100%;
}

.producct-img {
    overflow: hidden;
}

.producct-img img {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    transition: 0.8s ease-in-out;
}

.product-list ul li:hover .producct-img img {
    transform: scale(1.3);
}

.product-caption {
    padding: 20px;
}

.product-caption h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.product-caption .btn {
    border-radius: 22px;
}

.price {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    color: rgb(120, 144, 156);
}

.price ins {
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    color: rgb(19, 30, 34);
}

.product-slider {
    margin-bottom: 20px;
}

.slider-arrow .slick-arrow, .slider-arrow .slick-arrow::before {
    transition: 0.3s ease-in-out;
}

.slider-arrow .slick-arrow {
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border: 1px solid rgb(27, 0, 255);
    background: rgb(27, 0, 255);
    border-radius: 0px;
    cursor: pointer;
    font-size: 0px;
    text-align: center;
}

.slider-arrow .slick-arrow:hover {
    border-color: rgb(42, 45, 49);
}

.slider-arrow .slick-arrow:hover::before {
    color: rgb(255, 255, 255);
}

.slider-arrow .slick-arrow::before {
    font-family: dropways;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 38px;
}

.slider-arrow .slick-arrow.slick-prev {
    z-index: 12;
    left: 15px;
}

.slider-arrow .slick-arrow.slick-prev::before {
    content: "";
}

.slider-arrow .slick-arrow.slick-next {
    right: 15px;
}

.slider-arrow .slick-arrow.slick-next::before {
    content: "";
}

.product-slide-nav {
    padding: 10px;
}

.product-detail-desc {
    font-size: 16px;
    line-height: 1.5;
}

.faq-wrap .card {
    margin-bottom: 20px;
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 28px;
}

.faq-wrap .card-header {
    background: rgb(255, 255, 255);
    text-align: left;
    border: 0px;
    padding: 0px;
}

.faq-wrap .card-header .btn {
    background: 0px 0px;
    border-radius: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px 16px 16px;
    position: relative;
    white-space: normal;
    color: rgb(27, 0, 255);
    transition: 0.3s ease-in-out;
}

.faq-wrap .card-header .btn.collapsed {
    color: rgb(34, 34, 34);
}

.faq-wrap .card-header .btn::after {
    content: "";
    font-family: Ionicons;
    position: absolute;
    right: 10px;
    color: rgb(27, 0, 255);
    top: 16px;
}

.faq-wrap .card-header .btn.collapsed::after {
    content: "";
}

.faq-wrap .card-body {
    padding-top: 0px;
}

.pricing-table-wrap .card {
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 48px;
}

.pricing-table-wrap .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.pricing-table-wrap .list-group-flush .list-group-item {
    background: 0px 0px;
}

.pricing-card {
    text-align: center;
}

.pricing-card .price-title, .pricing-card .pricing-icon {
    padding-bottom: 30px;
    text-align: center;
}

.pricing-card .pricing-icon img {
    margin-top: -30px;
}

.pricing-card .price-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: rgb(27, 0, 255);
    letter-spacing: 0.15em;
}

.pricing-card .pricing-price {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 20px;
    color: rgb(27, 0, 255);
}

.pricing-card .pricing-price sub {
    font-size: 16px;
    font-weight: 400;
    color: rgb(253, 72, 110);
}

.pricing-card .pricing-price sup {
    font-size: 20px;
    font-weight: 400;
    color: rgb(253, 72, 110);
    top: 10px;
    vertical-align: top;
}

.pricing-card .text {
    padding-bottom: 30px;
}

.pricing-card .cta {
    max-width: 170px;
    margin: 0px auto;
    transform: translate(0px, 50%);
}

.pricing-card .cta .btn {
    display: block;
    text-align: center;
}

.pricing-card-style2, .profile-setting .profile-edit-list > li {
    padding: 20px;
}

.pricing-card-style2 .pricing-card-header {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(240, 242, 247);
}

.pricing-card-style2 .pricing-card-header .left {
    width: 60%;
}

.pricing-card-style2 .pricing-card-header .left h5 {
    color: rgb(27, 0, 255);
    font-size: 18px;
    font-weight: 700;
}

.pricing-card-style2 .pricing-card-header .left p, .pricing-points ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pricing-card-style2 .pricing-card-header .right {
    width: 40%;
    text-align: right;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.pricing-card-style2 .pricing-card-header .right span {
    display: block;
    font-size: 12px;
}

.pricing-card-style2 .pricing-card-body {
    padding-top: 30px;
    padding-bottom: 10px;
}

.pricing-points ul li {
    padding: 0px 30px 0px 0px;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    position: relative;
}

.pricing-points ul li::after {
    content: "";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: rgb(16, 97, 228);
    position: absolute;
    right: 0px;
    top: 0px;
}

.pricing-card-style2 .cta {
    max-width: 170px;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.pricing-card-style2 .cta .btn {
    display: block;
    text-align: center;
}

.profile-photo {
    width: 160px;
    margin: 0px auto 15px;
    position: relative;
}

.profile-photo .edit-avatar {
    position: absolute;
    right: -15px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
}

.contact-directory-box .contact-avatar span img, .profile-photo .avatar-photo, .profile-photo .edit-avatar {
}

.profile-info, .profile-skills, .profile-social {
    border-top: 2px dashed rgb(236, 240, 244);
    padding: 15px;
}

.profile-info ul li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    overflow-wrap: break-word;
}

.profile-info ul li span {
    display: block;
    font-size: 14px;
    color: rgb(27, 0, 255);
    font-weight: 500;
    padding-bottom: 5px;
}

.profile-info ul li:last-child {
    margin-bottom: 0px;
}

.profile-social ul li {
    float: left;
    margin: 5px;
}

.profile-social ul li .btn {
    padding: 0px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.notification-list.chat-notification-list ul li.active a, .notification-list.chat-notification-list ul li:hover a, .profile-tab .nav-tabs.customtab {
    background: rgb(255, 255, 255);
}

.profile-tab .nav-tabs.customtab .nav-link {
    padding: 9px 23px;
    background: 0px 0px;
    font-weight: 500;
    font-size: 15px;
}

.profile-setting {
    height: 100%;
}

.profile-setting .container {
    max-width: 800px;
}

.profile-tab .tab-content {
    height: calc(100% - 63px);
}

.profile-setting .profile-edit-list {
    padding: 30px 0px;
    margin: 0px;
}

.profile-setting .btn-outline-secondary {
    border-color: rgb(206, 212, 218);
}

.profile-setting .profile-edit-list .form-control {
    font-weight: 400;
}

.task-title {
    padding-bottom: 30px;
}

.task-title a {
    padding-left: 20px;
    padding-right: 20px;
}

.profile-task-wrap .container {
    max-width: 800px;
}

.profile-task-list ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    color: rgb(38, 50, 56);
    margin-bottom: 25px;
}

.profile-task-list.close-tasks ul li {
    color: rgb(144, 164, 174);
    text-decoration: line-through;
}

.profile-task-list ul li .task-type {
    font-size: 16px;
    color: rgb(144, 164, 174);
    font-weight: 500;
}

.profile-task-list ul li .task-assign {
    font-size: 16px;
    color: rgb(144, 164, 174);
    font-weight: 300;
}

.profile-task-list ul li .due-date {
    display: inline-block;
    padding-left: 10px;
}

.profile-task-list ul li .due-date::before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 8px;
    vertical-align: middle;
    margin-right: 8px;
    opacity: 0.5;
}

.profile-task-list ul li .custom-control, .profile-timeline-list ul::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.profile-task-list ul li .custom-control-label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.profile-task-list ul li .custom-control-label::after, .profile-task-list ul li .custom-control-label::before {
    top: 50%;
    margin-top: -12px;
    left: 0px;
}

.task-list-scroll {
    height: 303px;
}

.task-list-form > ul > li {
    padding: 30px 20px;
    background: rgb(231, 238, 240);
    position: relative;
    border-bottom: 2px dashed rgb(41, 118, 170);
}

.task-list-form > ul > li .remove-task {
    position: absolute;
    right: 22px;
    top: 3px;
    font-size: 18px;
    color: rgb(41, 118, 170);
}

.task-list-form .form-control {
    font-weight: 400;
}

.task-list-form textarea.form-control {
    height: 80px;
}

.task-list-form .btn-outline-primary {
    border-color: rgb(206, 212, 218);
}

.add-more-task, .chat-body .chat_time {
    text-align: right;
}

.add-more-task a {
    display: inline-block;
    padding: 10px;
    color: rgb(41, 118, 170);
}

.profile-timeline {
    padding: 30px;
}

.profile-timeline .timeline-month {
    margin-bottom: 20px;
}

.profile-timeline .timeline-month h5 {
    font-size: 16px;
    font-weight: 700;
}

.profile-timeline-list ul {
    padding-left: 15px;
    position: relative;
}

.profile-timeline-list ul::before {
    content: "";
    width: 2px;
    left: 4px;
    background-color: rgb(27, 0, 255);
}

.profile-timeline-list ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 100px;
    line-height: 24px;
    padding-top: 8px;
}

.profile-timeline-list ul li p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.profile-timeline-list ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid rgb(27, 0, 255);
    border-radius: 22px;
    position: absolute;
    left: -16px;
    top: 15px;
    background: rgb(27, 0, 255);
}

.profile-timeline-list .date {
    position: absolute;
    top: 8px;
    left: 5px;
    font-weight: 700;
    font-size: 13px;
}

.profile-timeline-list .task-name {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(27, 0, 255);
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

.profile-timeline-list .task-name i {
    position: absolute;
    left: -22px;
    top: 0px;
    font-size: 18px;
}

.profile-timeline-list .task-time {
    color: rgba(24, 31, 72, 0.71);
    font-size: 12px;
    font-weight: 700;
}

.contact-directory-list > ul > li {
    margin-bottom: 30px;
}

.contact-directory-box {
    background: rgb(255, 255, 255);
    min-height: 400px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 28px;
    border-radius: 10px;
}

.contact-dire-info {
    padding: 30px 25px 20px;
}

.contact-directory-box .contact-avatar span {
    display: block;
    margin: 0px auto 20px;
    width: 150px;
    height: 150px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    border-radius: 100%;
    overflow: hidden;
}

.contact-directory-box .contact-name, .contact-directory-box .contact-skill {
    padding-bottom: 20px;
}

.contact-directory-box .contact-name h4 {
    font-weight: 600;
    font-size: 18px;
}

.contact-directory-box .contact-name p {
    margin-bottom: 2px;
    color: rgb(127, 146, 169);
    font-size: 14px;
}

.contact-directory-box .contact-skill .badge {
    border: 1px solid rgb(206, 217, 238);
    font-weight: 500;
    font-size: 16px;
    padding: 7px 11px;
    margin: 3px 0px;
}

.contact-directory-box .contact-skill .badge.badge-primary {
    background: rgb(27, 0, 255);
    border-color: rgb(27, 0, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.contact-directory-box .profile-sort-desc {
    font-weight: 400;
    color: rgb(111, 124, 141);
}

.contact-directory-box .view-contact a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 5px;
    letter-spacing: 0.05em;
    position: relative;
    border-radius: 0px 0px 6px 6px;
}

.contact-directory-box:hover .view-contact a::before {
    opacity: 0;
}

.contact-directory-box .view-contact a, .contact-directory-box .view-contact a::before, .notification-list.chat-notification-list ul li a {
    transition: 0.3s ease-in-out;
}

.contact-directory-box .view-contact a::before {
    content: "";
    width: 80px;
    height: 1px;
    background: rgb(27, 0, 255);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px auto;
}

.invoice-wrap {
    overflow: auto;
}

.invoice-box {
    background: rgb(255, 255, 255);
    width: 800px;
    margin: 0px auto;
    padding: 20px;
}

.invoice-header {
    padding-bottom: 30px;
}

.invoice-desc .invoice-sub {
    width: 40%;
    float: left;
    padding: 8px 15px;
}

.invoice-desc .invoice-hours, .invoice-desc .invoice-rate {
    width: 20%;
    float: left;
    padding: 8px 15px;
}

.invoice-desc .invoice-subtotal {
    width: 20%;
    float: right;
    padding: 8px 15px;
}

.invoice-desc .invoice-desc-head {
    background: rgb(234, 234, 234);
    font-weight: 500;
}

.invoice-desc .invoice-desc-body {
    padding-top: 15px;
    min-height: 400px;
}

.invoice-desc .invoice-desc-footer .invoice-desc-body {
    min-height: 50px;
}

.invoice-desc .invoice-desc-body ul li {
    border-bottom: 1px solid rgb(234, 234, 234);
    padding-bottom: 5px;
}

.chat-list {
    border: 1px solid rgb(236, 240, 244);
    border-radius: 5px;
    height: 72vh;
}

.chat-search {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 10px;
    position: relative;
    height: 45px;
}

.chat-search > span {
    position: absolute;
    left: 30px;
    color: rgb(51, 72, 79);
}

.chat-search input {
    width: 100%;
    border: 0px;
    background: 0px 0px;
    padding-left: 50px;
    color: rgb(51, 72, 79);
}

.chat-list .notification-list {
    height: calc(100% - 76px);
    padding: 10px;
}

.notification-list.chat-notification-list ul li a {
}

.notification-list.chat-notification-list ul li a p, .upload-file-box .right h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-list.chat-notification-list ul li a p .fa {
    font-size: 10px;
}

.notification-list.chat-notification-list ul li a img {
    box-shadow: none;
}

.chat-detail {
}

.chat-profile-header {
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid rgb(239, 240, 244);
}

.chat-profile-header .left {
    float: left;
    width: 60%;
}

.chat-profile-header .left .chat-profile-photo {
    float: left;
    width: 90px;
}

.chat-profile-header .left .chat-profile-photo img {
    width: 66px;
    height: 66px;
    border-radius: 100%;
}

.chat-profile-header .left .chat-profile-name {
    float: left;
    padding-top: 15px;
}

.chat-profile-header .left .chat-profile-name h3 {
    font-size: 18px;
    color: rgb(68, 174, 255);
}

.chat-profile-header .left .chat-profile-name span {
    font-size: 12px;
    color: rgb(164, 164, 164);
    display: block;
    margin-bottom: 6px;
}

.chat-profile-header .left .chat-profile-name a {
    font-size: 10px;
    color: rgb(68, 174, 255);
    display: inline-block;
}

.chat-profile-header .right {
    float: right;
    width: 40%;
    padding-top: 15px;
}

.chat-profile-header .right .text-light-orange {
    color: rgb(245, 103, 103) !important;
}

.chat-box .chat-desc {
    height: calc(100% - 58px);
    padding: 8px 10px 14px;
}

.chat-box .chat-desc ul li {
    margin-bottom: 7px;
}

.chat-box .chat-desc ul li .chat-img img {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px;
}

.chat-box .chat-desc ul li .chat-body {
    margin-left: 44px;
    position: relative;
    margin-bottom: 14px;
}

.chat-box .chat-desc ul li .mesaj-alani {
    position: relative;
    text-align: left;
    background: rgb(244, 246, 251);
    border: 1px solid rgb(219, 226, 238);
    border-radius: 12px;
    padding: 10px 12px;
    word-break: break-word;
    line-height: 1.5;
    color: rgb(31, 41, 55);
    font-size: 0.92rem;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px;
    transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.chat-box .chat-desc ul li:hover .mesaj-alani {
    background: rgb(248, 250, 255);
    border-color: rgb(206, 216, 231);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 10px;
}

.chat-box .chat-desc ul li .mesaj-alani::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 10px solid rgb(219, 226, 238);
}

.chat-box .chat-desc ul li .mesaj-alani::after {
    content: "";
    position: absolute;
    top: 12px;
    left: -8px;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 9px solid rgb(244, 246, 251);
}

.chat-box .chat-desc ul li .mesajkullanicisi, .chat-box .chat-desc ul li .chat-name, .chat-box .chat-desc ul li .username {
    font-size: 0.92rem;
    font-weight: 700;
    color: rgb(91, 61, 245);
    line-height: 1.1;
}

.chat-box .chat-desc ul li .rutbe, .chat-box .chat-desc ul li .rank {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgb(102, 112, 133);
    margin-left: 4px;
}

.chat-box .chat-desc ul li .chat-body .chat_time {
    font-size: 10px;
    color: rgb(152, 162, 179);
    float: right;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.chat-box .chat-desc ul li .mesaj-alani, .chat-box .chat-desc ul li .mesaj-alani p, .chat-box .chat-desc ul li .mesaj-alani span, .chat-box .chat-desc ul li .mesaj-alani div {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.chat-box .chat-desc ul li.admin_chat .chat-img {
    float: left;
}

.chat-box .chat-desc ul li.admin_chat .chat-body {
    margin-right: 0px;
    margin-left: 46px;
    text-align: left;
}

.chat-box .chat-desc ul li.admin_chat .mesaj-alani::after {
    opacity: 1;
}

.chat-footer {
    height: auto;
    min-height: 58px;
    border-top: 1px solid rgb(231, 237, 245);
    background: rgb(255, 255, 255);
    padding: 6px 8px;
    display: flex;
    align-items: center;
}

.chat-footer .chat_text_area {
    float: none;
    width: calc(100% - 60px);
}

.chat-footer .chat_text_area textarea {
    width: 100%;
    min-height: 42px;
    max-height: 100px;
    border: 1px solid rgb(219, 226, 238);
    border-radius: 12px;
    font-size: 14px;
    color: rgb(31, 41, 55);
    background: rgb(248, 250, 252);
    padding: 10px 12px;
    resize: none;
    line-height: 1.4;
    transition: 0.15s;
}

.chat-footer .chat_text_area textarea:focus {
    outline: none;
    border-color: rgb(101, 113, 255);
    background: rgb(255, 255, 255);
    box-shadow: rgba(101, 113, 255, 0.1) 0px 0px 0px 3px;
}

.chat-footer .chat_send {
    float: none;
    width: 52px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-footer .chat_send .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgb(101, 113, 255), rgb(79, 94, 255));
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    padding: 0px;
    box-shadow: rgba(101, 113, 255, 0.24) 0px 8px 18px;
}

.chat-footer .chat_send .btn:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.chat-reply-box {
    border-radius: 10px;
    background: rgb(244, 246, 251);
    border: 1px solid rgb(219, 226, 238);
    padding: 6px 10px;
    margin-bottom: 6px;
    font-size: 12px;
    color: rgb(71, 84, 103);
}

.message-actions.visible {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgb(217, 223, 235);
    border-radius: 999px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 14px;
}

.upload-file-box {
    padding-bottom: 10px;
}

.upload-file-box .left {
    float: left;
    position: relative;
    width: 114px;
    height: 84px;
    overflow: hidden;
    border-radius: 5px;
}

.upload-file-box .left .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.upload-file-box .left .overlay a {
    display: block;
    width: 100%;
    height: 100%;
}

.upload-file-box .left .overlay a span {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    inset: 0px;
    margin: auto;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    line-height: 35px;
    text-align: center;
    font-size: 22px;
}

.upload-file-box .right {
    float: left;
    width: calc(100% - 114px);
    padding-left: 17px;
    padding-top: 17px;
}

.upload-file-box .right h3 {
    display: block;
    font-size: 14px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}

.upload-file-box .right a {
    display: inline-block;
    color: rgb(29, 141, 241);
    font-size: 14px;
}

.chat-profile-section {
    height: calc(-274px + 100vh);
}

.chat-profile-section .chat--profile-desc {
    height: 100%;
    padding: 20px;
}

.wizard-content .wizard > .actions > ul > li > a {
    background-color: rgb(27, 0, 255);
    font-weight: 600;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
    border-color: rgb(27, 0, 255);
    border-width: 2px;
    color: rgb(27, 0, 255);
}

.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
    display: none;
    border-color: rgb(27, 0, 255);
}

.widget-style1 {
    padding: 10px;
}

.widget-style1 .widget-data {
    width: calc(100% - 80px);
    padding: 0px 5px 0px 15px;
}

.widget-style1 .progress-data {
    width: 80px;
}

.widget-style1 .progress-data .apexcharts-canvas {
    margin: 0px auto;
}

.right-sidebar .right-sidebar-body .right-sidebar-body-content, .widget-style2 .widget-data {
    padding: 20px;
}

.widget-style3 {
    padding: 0px;
    overflow: hidden;
}

.widget-style3 .widget-data {
    width: calc(100% - 40px);
    padding: 5px;
}

.widget-style3 .widget-icon {
    width: 40px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(51, 65, 72);
    color: rgb(255, 255, 255);
}

.right-sidebar {
    position: fixed;
    right: -400px;
    top: 0px;
    width: 400px;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 160;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 18px;
    transition: 0.3s ease-in-out;
}

.right-sidebar-visible {
    right: 0px;
}

.right-sidebar .sidebar-title {
    height: 70px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.right-sidebar .sidebar-title h3 {
    font-weight: 600;
}

.right-sidebar .sidebar-title h3 span {
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.right-sidebar .close-sidebar {
    font-size: 18px;
    color: rgb(136, 136, 136);
    cursor: pointer;
}

.right-sidebar .right-sidebar-body {
    height: calc(100% - 70px);
}

.sidebar-btn-group {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sidebar-btn-group .btn {
    width: 48%;
}

.sidebar-radio-group .custom-control-inline {
    margin-right: 0px;
    width: 25%;
    margin-bottom: 10px;
}

.bootstrap-tagsinput .label-info {
    background: rgb(27, 0, 255);
}

.bootstrap-touchspin .btn {
    background: rgb(27, 0, 255);
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    justify-content: center;
}

.bootstrap-touchspin .input-group-btn-vertical .btn {
    height: 52%;
}

.bootstrap-touchspin .bootstrap-touchspin-postfix, .bootstrap-touchspin .bootstrap-touchspin-prefix {
    border-top: 1px solid rgb(212, 212, 212);
    border-bottom: 1px solid rgb(212, 212, 212);
}

.asColorPicker-buttons a, .asColorPicker-gradient-control a {
    font-size: 13px;
    font-weight: 500;
}

.dropzone {
    border-color: rgb(27, 0, 255);
}

.dropzone .dz-preview .dz-remove {
    color: red;
}

.fc-view-container tr:first-child > td > .fc-day-grid-event {
    background: rgb(27, 0, 255);
}

.fc-today.alert-info {
    background: rgb(224, 222, 239);
}

.fc-day-number, .fc-ltr .fc-axis {
    font-size: 13px;
    font-weight: 500;
}

.swal2-popup .swal2-title {
    font-size: 18px;
    font-weight: 600;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background: rgb(16, 0, 153);
}

.documentation-wrap {
    position: relative;
    height: 100%;
    padding-left: 300px;
}

.documentation-wrap .doc-sidebar {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(255, 255, 255);
    width: 300px;
    height: 100%;
}

.doc-content-wrap {
    padding: 30px;
}

.table-badge {
    padding: 8px 20px;
    font-size: 14px;
    background: rgb(27, 0, 255);
    color: rgb(235, 236, 239);
    font-weight: 500;
}

.user-list > ul > li {
    padding: 5px 0px;
}

.table-actions {
    display: flex;
}

.table-actions a {
    display: inline-block;
    font-size: 18px;
    color: rgb(19, 30, 34);
}

.table-actions a + a {
    margin-left: 10px;
}

.welcome-modal, .welcome-modal-btn {
    position: fixed;
    right: 24px;
    z-index: 12;
}

.welcome-modal {
    bottom: 0px;
    width: 320px;
    background: rgb(255, 255, 255);
    border-radius: 12px 12px 0px 0px;
    padding: 0px 24px 16px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 44px;
}

.welcome-modal iframe {
    pointer-events: none;
    max-width: 200px;
    margin: 0px auto;
    display: block;
}

.welcome-modal .welcome-modal-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 1;
    border: 0px;
    background: rgb(230, 235, 240);
    border-radius: 4px;
    color: rgb(0, 0, 0);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.welcome-modal .welcome-modal-close i::before {
    font-weight: 700 !important;
}

.welcome-modal-btn {
    bottom: 4px;
    height: 44px;
    padding: 0px 20px;
    background: rgb(3, 30, 35);
    color: rgb(255, 255, 255);
    font-size: 15px;
    border: 0px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.welcome-modal-btn.active {
    bottom: -50px;
}

.welcome-modal-btn i {
    margin-top: 6px;
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .header {
        width: calc(100% - 250px);
    }

    .brand-logo, .left-side-bar {
        width: 250px;
    }

    .main-container {
        padding-left: 250px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .device-usage-chart .width-50-p {
        width: 100%;
    }
}

@media (min-width: 1301px) {
    .sidebar-shrink .left-side-bar, .sidebar-shrink .left-side-bar.open {
        left: -281px;
    }

    .sidebar-shrink .header {
        width: 100%;
    }

    .sidebar-shrink .main-container {
        padding-left: 0px;
    }
}

@media (max-width: 1300px) {
    .main-container {
        padding-left: 0px;
    }

    .header-left .menu-icon {
        display: flex;
    }

    .header {
        width: 100%;
    }

    .left-side-bar {
        left: -281px;
    }

    .left-side-bar .close-sidebar {
        display: block;
    }

    .left-side-bar::before {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .left-side-bar.open::before {
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .left-side-bar .brand-logo a {
        text-align: left;
        padding: 5px 15px;
    }

    .left-side-bar .brand-logo a .svg, .left-side-bar .brand-logo a img {
        margin: 0px;
    }

    .header-right .brand-logo {
        display: table;
    }

    .header-right .menu-icon {
        display: block;
        padding-left: 15px;
        padding-top: 7px;
    }

    .footer-wrap {
        width: 100%;
    }

    .mobile-menu-overlay {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-menu-overlay.show {
        opacity: 0.6;
        visibility: visible;
    }
}

@media (min-width: 1025px) {
    .header-left .header-search {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .header {
        position: relative;
    }

    .header-left {
        width: 25%;
    }

    .header-right {
        width: 75%;
    }

    .main-container {
        padding-top: 0px;
    }

    .header-left .search-toggle-icon {
        display: flex;
    }

    .header-left .header-search {
        padding: 15px 20px;
        position: absolute;
        left: 0px;
        top: 100%;
        background: rgb(255, 255, 255);
        display: none;
    }

    .register-page-wrap .wizard-content .wizard {
        padding-left: 300px;
    }

    .register-page-wrap .wizard-content .wizard .steps {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .device-usage-chart .width-50-p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        left: 0px;
        top: 0px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 25px;
    }

    .main-container {
        padding-top: 50px;
    }

    .login-box {
        padding: 40px 15px;
    }

    .login-header .brand-logo a img {
        max-width: 150px;
    }

    .pre-loader {
        background-size: 43%;
    }

    .xs-pd-20-10 {
        padding: 20px 10px;
    }

    .xs-mb-20 {
        margin-bottom: 20px;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.6rem;
    }

    .h4, h4 {
        font-size: 1.4rem;
    }

    .main-container, .timeline ul li {
        padding-bottom: 0px;
    }

    .footer-wrap {
        position: relative;
        height: auto;
    }

    .user-notification {
        margin-right: 5px;
    }

    .user-notification .dropdown-menu {
        width: 100%;
        min-width: 300px;
    }

    .user-info-dropdown .dropdown-toggle .user-name {
        display: none;
    }

    .page-header {
        margin-bottom: 30px;
    }

    .forgot-password {
        text-align: center;
    }

    .ionicons-list li {
        width: 16.6%;
    }

    .timeline .timeline-date {
        position: relative;
        top: 0px;
        margin-bottom: 20px;
        left: 35px;
    }

    .timeline ul::before {
        left: 10px;
    }

    .timeline ul li {
        padding-left: 0px;
    }

    .timeline ul li::before {
        left: 2px;
        top: 28px;
    }

    .fc-toolbar .fc-left, .fc-toolbar .fc-right {
        float: none !important;
        padding-bottom: 10px;
    }

    .fc-toolbar .fc-left::after, .fc-toolbar .fc-right::after {
        content: "";
        clear: both;
        display: table;
    }

    .faq-wrap .card-header .btn {
        font-size: 17px;
    }

    .error-page h1 {
        font-size: 150px;
    }
}

@media (max-width: 660px) {
    .docs-buttons .btn-group-crop {
        display: block;
    }

    .select-role .btn-group .btn {
        padding-left: 35px;
        font-size: 14px;
    }

    .select-role .btn-group .btn .icon {
        left: 5px;
        width: 25px;
        height: 25px;
    }

    .select-role .btn-group .btn .icon .svg {
        width: 25px;
        height: 25px;
    }

    .forgot-password a {
        font-size: 14px;
        font-weight: 600;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 16px;
    }

    .register-page-wrap .wizard-content .wizard {
        padding-left: 0px;
    }

    .register-page-wrap .wizard-content .wizard .steps {
        display: none;
    }
}

.row.row-g6 {
    margin-left: -6px;
    margin-right: -6px;
}

.row.row-g6 > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.row.row-g3 {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-g3 > [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

.rounded-right-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-left-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.blog-caption h4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-caption p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-gutter-row {
    margin-left: -5px;
    margin-right: -5px;
}

.small-gutter-row > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.text-black {
    color: rgb(0, 0, 0) !important;
}

.message-item {
    position: relative;
}

.message-actions.visible {
    position: absolute;
    right: 0px;
    bottom: -14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgb(217, 223, 235);
    border-radius: 999px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 14px;
    transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}

.message-actions .action-btn {
    width: 21px;
    height: 20px;
    border: 0px;
    border-radius: 50%;
    background: transparent;
    color: rgb(75, 85, 99);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    transition: 0.15s;
}

.message-actions .action-btn:hover {
    background: rgb(238, 242, 255);
    color: rgb(76, 99, 255);
    transform: translateY(-1px);
}

.message-actions .action-btn.edit:hover {
    background: rgb(255, 244, 229);
    color: rgb(217, 119, 6);
}

.message-actions .action-btn.reply:hover {
    background: rgb(238, 242, 255);
    color: rgb(76, 99, 255);
}

.message-actions .action-btn.react:hover {
    background: rgb(245, 243, 255);
    color: rgb(124, 58, 237);
}

.message-actions .reaction-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.reaction-wrapper {
    position: relative;
}

.reaction-box {
    position: absolute;
    bottom: 32px;
    right: 0px;
    display: flex;
    gap: 6px;
    padding: 6px 8px;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px;
    opacity: 0;
    transform: translateY(5px);
    pointer-events: none;
    transition: 0.15s;
    z-index: 5;
}

.reaction-wrapper.open .reaction-box {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}

.reaction-box span {
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.15s;
}

.reaction-box span:hover {
    transform: scale(1.3);
}

.reaction-item {
    display: flex;
    align-items: center;
    padding: 2px;
    background: rgb(240, 242, 245);
    border-radius: 12px;
    font-size: 13px;
    cursor: pointer;
}

.reaction-item .count {
    font-size: 10px;
    opacity: 0.7;
}

.reaction-list {
    position: absolute;
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    bottom: -9px;
}

.reaction-item.mine {
    background-color: rgb(151, 179, 209);
    color: white;
}

.mesaj-alani {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 8px 10px;
    word-break: break-word;
}

.message-header {
    color: rgb(85, 85, 85);
    margin-bottom: 4px;
    font-weight: bolder;
}

.message-text {
    margin-bottom: 5px;
}

.reply-highlight .mesaj-alani {
    animation: 1.5s ease 0s 1 normal none running replyFlash;
}

@keyframes replyFlash {
    0% {
        background-color: rgb(255, 243, 205);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

.message-reply {
    margin: 0px 8px 6px;
    padding: 6px 8px;
    background: rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(61, 102, 123);
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.reply-user {
    font-size: 0.75em;
    font-weight: bolder;
}

.replytext {
    padding-right: 0px;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    color: rgb(51, 72, 79);
}

.chat-reply-box {
    position: absolute;
    bottom: 81px;
    width: 98%;
    display: none;
    border-left: 3px solid rgb(0, 123, 255);
    margin-bottom: -4px;
    padding: 5px 30px 5px 5px;
    z-index: 33;
    background: rgb(241, 241, 241);
}

.cancel-reply {
    float: right;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    position: absolute;
    right: 5px;
    top: 5px;
}

.duel-card {
    transition: transform 0.18s, box-shadow 0.18s, border-top-color 0.18s;
}

.duel-card:hover {
    transform: translateY(-2px);
    box-shadow: rgba(255, 140, 26, 0.28) 0px 12px 28px, rgba(255, 140, 26, 0.18) 0px 2px 10px;
    border-top-color: rgb(255, 166, 77);
}

body.dark .duel-card:hover {
    box-shadow: rgba(255, 140, 26, 0.4) 0px 12px 28px, rgba(255, 140, 26, 0.28) 0px 2px 10px;
}

.duel-card {
    border-width: 6px 0px 0px;
    border-style: solid none none;
    border-color: rgb(255, 140, 26) currentcolor currentcolor;
    border-image: initial;
    border-radius: 0.75rem;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 24px;
}

.duel-card .card-header {
    background-color: white;
}

.tduel-card {
    border-top: 6px solid red;
}

.duel-avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.duel-sep {
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgba(0, 0, 0, 0.06) currentcolor currentcolor;
    border-image: initial;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
}

.chip-blue {
    background: rgb(229, 237, 255);
    color: rgb(59, 91, 255);
    border: 1px solid rgb(201, 213, 255);
}

.chip-indigo {
    border: 1px solid rgb(211, 215, 255);
    background: rgb(228, 231, 255) !important;
    color: rgb(92, 108, 255) !important;
}

.chip-teal {
    background: rgb(217, 244, 239);
    color: rgb(14, 165, 168);
    border: 1px solid rgb(191, 233, 227);
}

.chip-green {
    background: rgb(220, 248, 232);
    color: rgb(15, 157, 88);
    border: 1px solid rgb(197, 239, 215);
}

.chip-amber {
    background: rgb(255, 232, 163);
    color: rgb(185, 119, 0);
    border: 1px solid rgb(255, 215, 119);
    transition: 0.2s;
}

.chip-amber:hover {
    background: rgb(255, 215, 102);
    color: rgb(138, 90, 0);
    border-color: rgb(255, 201, 51);
}

.chip-amber:active {
    background: rgb(255, 201, 51);
    color: rgb(112, 72, 0);
}

.badge-rose {
    background: rgb(255, 86, 112);
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 0.35rem 0.6rem;
}

.btn-indigo {
    background: rgb(92, 108, 255);
    color: rgb(255, 255, 255);
    border: 0px;
    box-shadow: rgba(92, 108, 255, 0.3) 0px 6px 16px;
}

.btn-indigo:hover {
    filter: brightness(1.03);
}

.btn-pill {
    border-radius: 0.75rem;
}

@media (max-width: 576px) {
    .duel-avatar {
        width: 36px;
        height: 36px;
    }

    .chip {
        font-size: 0.82rem;
        padding: 0.3rem 0.5rem;
    }

    .badge-rose {
        padding: 0.3rem 0.5rem;
    }
}

body.dark .duel-card {
    background: rgb(11, 18, 32);
    color: rgb(229, 231, 235);
    border-top-color: rgb(255, 140, 26);
}

body.dark .duel-sep {
    border-top-color: rgba(255, 255, 255, 0.08);
}

body.dark .chip-blue {
    background: rgb(31, 41, 55);
    color: rgb(147, 197, 253);
    border-color: rgb(31, 37, 51);
}

body.dark .chip-indigo {
    background: rgb(31, 37, 51);
    color: rgb(165, 180, 252);
    border-color: rgb(34, 40, 58);
}

body.dark .chip-teal {
    background: rgb(19, 58, 56);
    color: rgb(45, 212, 191);
    border-color: rgb(21, 66, 64);
}

body.dark .chip-green {
    background: rgb(19, 54, 31);
    color: rgb(34, 197, 94);
    border-color: rgb(21, 64, 33);
}

body.dark .chip-amber {
    background: rgb(58, 44, 18);
    color: rgb(251, 191, 36);
    border-color: rgb(74, 55, 22);
}

.topic-bar {
    font-size: 0.9rem;
    border-radius: 0.5rem;
}

.info-box {
    font-size: 0.85rem;
    border-radius: 0.5rem;
}

.label-icon {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.bg-teal {
    background-color: rgb(14, 165, 168) !important;
}

.duello-page {
}

@media (min-width: 992px) {
    .duello-page .col-lg-9 {
        position: relative;
    }

    .duello-page .row-g6:not(.duellocardrow) {
        position: relative;
        z-index: 2;
    }

    .duello-page .card-box {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .duello-page #bekleyenbireyselduellolar, .duello-page #bekleyentopluduellolar {
        flex: 1 1 0%;
        overflow: auto;
    }
}

@media (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
    .duello-page .card-box, .duello-page #bekleyenbireyselduellolar, .duello-page #bekleyentopluduellolar {
        height: auto;
        overflow: visible;
    }
}

@media (max-width: 991.98px) {
    .sm-pl-0 {
        padding-left: 0px !important;
    }

    .duello-page {
        margin-top: 15px;
    }

    .duello-page #bekleyenbireyselduellolar, .duello-page #bekleyentopluduellolar {
        max-height: 520px;
        overflow-y: auto;
        padding-right: 4px;
    }

    .duello-page .card-box {
        height: auto;
    }
}

.duello-chat-col {
    order: 1;
}

.duello-main-col {
    order: 2;
}

@media (max-width: 991.98px) {
    .duello-main-col {
        order: 1;
    }

    .duello-chat-col {
        order: 2;
    }

    .duello-chat-col .card {
        position: static !important;
        top: auto !important;
    }
}

@media (min-width: 768px) {
    .duellocardrow.tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .pd-md-1 {
        padding: 0.25rem !important;
    }

    .duellocardrow.tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .duellocardrow.tab-content > .tab-pane.fade {
        opacity: 1 !important;
    }
}

@media (max-width: 767.98px) {
    .duellocardrow.tab-content > .tab-pane {
        display: none;
        opacity: 0;
    }

    .duellocardrow.tab-content > .tab-pane.active.show {
        display: block;
        opacity: 1;
    }
}

.sidebar-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: linear-gradient(135deg, rgb(255, 234, 160), rgb(255, 183, 3));
    color: rgb(90, 58, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 18px 40px, rgba(255, 183, 3, 0.18) 0px 0px 0px 6px, rgba(255, 183, 3, 0.75) 0px 0px 34px, rgba(255, 255, 255, 0.65) 0px 2px 0px inset;
    animation: 1.1s ease 0s 1 normal none running fab-bounce, 2.6s ease 1.1s infinite normal none running fab-pulse-strong;
    transition: transform 0.25s, box-shadow 0.25s;
}

.sidebar-fab:hover {
    transform: translateY(-5px) scale(1.07);
    box-shadow: rgba(0, 0, 0, 0.42) 0px 22px 48px, rgba(255, 183, 3, 0.22) 0px 0px 0px 6px, rgba(255, 183, 3, 0.9) 0px 0px 46px, rgba(255, 255, 255, 0.7) 0px 2px 0px inset;
}

.sidebar-fab > img {
    width: 88px;
    height: 68px;
    max-width: unset;
    pointer-events: none;
}

@keyframes fab-bounce {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(-12px);
    }

    60% {
        transform: translateY(0px);
    }

    80% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fab-pulse-strong {
    0% {
        box-shadow: rgba(255, 183, 3, 0.75) 0px 0px 0px 0px, rgba(255, 183, 3, 0.55) 0px 0px 0px 0px;
    }

    60% {
        box-shadow: rgba(255, 183, 3, 0) 0px 0px 0px 26px, rgba(255, 183, 3, 0) 0px 0px 0px 44px;
    }

    100% {
        box-shadow: rgba(255, 183, 3, 0) 0px 0px 0px 0px, rgba(255, 183, 3, 0) 0px 0px 0px 0px;
    }
}

.fab-tooltip {
    position: absolute;
    right: 72px;
    background: rgb(255, 183, 3);
    color: rgb(61, 42, 0);
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(6px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 20px;
    transition: 0.2s;
}

.sidebar-fab:hover .fab-tooltip {
    opacity: 1;
    transform: translateY(0px);
}

.sidebar-fab .fab-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgb(220, 53, 69);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    padding: 0px 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgba(220, 53, 69, 0.9) 0px 0px 16px;
}

.sidebar-fab .fab-badge:empty {
    display: none;
}

.sidebar-fab.has-notification {
    animation: 2.2s ease 0s infinite normal none running fab-pulse-strong;
}

@media (max-width: 768px) {
    .right-sidebar {
    }

    .sidebar-fab {
        bottom: 20px;
        right: 20px;
    }
}

.right-sidebar-body-content, .tab, .tab-content, .tab-pane {
    height: 100%;
}

#aktif-uyeler-rsidebar {
    flex-direction: column;
}

#aktif-uyeler-rsidebar .chat-search {
    flex-shrink: 0;
}

#aktif-uyeler-rsidebar .chat-notification-list {
    flex: 1 1 0%;
    overflow-y: auto;
    height: calc(100% - 140px);
}

.aktiftumuyelerlist li a, .friend-list li a {
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 6px;
}

.aktiftumuyelerlist, .friend-list {
    height: 100%;
    padding: 5px;
}

.aktiftumuyelerlist li, .friend-list li {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 5px;
}

.aktiftumuyelerlist li a:hover, .friend-list li a:hover {
}

.aktiftumuyelerlist img, .friend-list img, .profilfoto {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.aktiftumuyelerlist li, .friend-list li {
    animation: 0.2s ease 0s 1 normal none running fadeInUp;
}

.aktiftumuyelerlist li, .friend-list li {
    border-radius: 6px;
    transition: background 0.15s;
    margin-bottom: 3px;
}

.aktiftumuyelerlist li:hover {
    background: rgba(0, 0, 0, 0.04);
}

.aktiftumuyelerlist li.vip {
    background: linear-gradient(90deg, rgb(255, 243, 205), rgb(255, 255, 255));
    border-left: 4px solid rgb(255, 193, 7);
}

.aktiftumuyelerlist li.friend {
    background: linear-gradient(90deg, rgb(232, 245, 233), rgb(255, 255, 255));
    border-left: 4px solid rgb(40, 167, 69);
}

.aktiftumuyelerlist li.vip.friend {
    background: linear-gradient(90deg, rgb(255, 243, 205), rgb(232, 245, 233));
    border-left: 4px solid rgb(220, 53, 69);
}

.aktiftumuyelerlist li.friend:hover {
    background: linear-gradient(90deg, rgb(208, 240, 214), rgb(255, 255, 255));
}

.aktiftumuyelerlist li.vip.friend:hover {
    background: linear-gradient(90deg, rgb(255, 248, 220), rgb(208, 240, 214));
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.friend-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.profilfoto {
    flex-shrink: 0;
}

.friend-info {
    min-width: 0px;
    margin-right: auto;
}

.friend-actions {
    flex-shrink: 0;
    white-space: nowrap;
}

.friend-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.friend-badges {
    display: flex;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
}

.friend-badges .badge {
    flex-shrink: 0;
}

.name-avatar .txt {
    max-width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-icon > img {
    max-height: 70px;
}

.friend-list li.friend.online {
    background: linear-gradient(90deg, rgb(232, 245, 233), rgb(255, 255, 255));
    border-left: 4px solid rgb(40, 167, 69);
}

.friend-list > li.friend.online:hover {
    background: linear-gradient(90deg, rgb(208, 240, 214), rgb(255, 255, 255));
}

.friend-list li.friend.offline {
    background: linear-gradient(90deg, rgb(253, 234, 234), rgb(255, 255, 255));
    border-left: 4px solid rgb(220, 53, 69);
    opacity: 0.85;
}

.friend-list li.friend.offline:hover {
    background: linear-gradient(90deg, rgb(249, 207, 207), rgb(255, 255, 255));
}

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

#sidebarNotifCount {
    transition: transform 0.2s, opacity 0.2s;
    transform-origin: center center;
}

.fab-bump {
    animation: 0.35s ease 0s 1 normal none running fabBump;
}

@keyframes fabBump {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.3);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.fab-down {
    animation: 0.25s ease 0s 1 normal none running fabDown;
}

@keyframes fabDown {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.7);
        opacity: 0.5;
    }
}

.chat-meta {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    font-size: 11px;
    opacity: 0.7;
    margin-top: 2px;
}

.chat-msg.me .chat-meta {
    color: rgb(230, 243, 255);
}

.chat-status.read {
    color: rgb(79, 195, 247);
}

.okunmamis-badge {
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 10px;
}

.ozel-sohbet-kutu.has-new-message {
    border: 2px solid rgb(255, 152, 0);
}

.ozel-sohbet-kutu.has-new-message .chat-header {
    background: rgb(255, 152, 0);
    color: rgb(255, 255, 255);
}

.plus-chat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.plus-avatar-wrap {
    position: relative;
}

.plus-chat-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.plus-unread {
    margin-left: auto;
    background: rgb(220, 53, 69);
    color: rgb(255, 255, 255);
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

.ozel-sohbet-icerik {
    flex: 1 1 0%;
    padding: 10px;
    font-size: 13px;
    overflow-y: auto;
}

.ozel-sohbet-input {
    border-top: 1px solid rgb(222, 226, 230);
    padding: 6px;
}

.ozel-sohbet-kutu {
    width: 260px;
    height: 360px;
    margin-left: 5px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px;
}

.ozel-sohbet-kutu.minimized {
    height: 50px;
}

.ozel-sohbet-kutu.minimized .ozel-sohbet-icerik, .ozel-sohbet-kutu.minimized .ozel-sohbet-input {
    display: none;
}

.ozel-sohbet-header {
    height: 50px;
    background: rgb(52, 58, 64);
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s;
}

.badge-truncate {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0px;
}

.badge-truncate .badge {
    flex-shrink: 0;
}

.badge-truncate .badge:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ozel-sohbet-kutu:hover .ozel-sohbet-header {
    background: rgb(33, 37, 41);
}

.ozel-sohbet-baslik {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sohbet-plus {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: rgb(52, 58, 64);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1051;
}

#sohbet-plus-menu {
    position: absolute;
    bottom: 50px;
    right: 30px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    border-radius: 6px;
    width: 200px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

#sohbet-plus-menu div {
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
    color: black;
}

#sohbet-plus-menu div:hover {
    background: rgb(241, 241, 241);
}

.ozel-sohbet-kutu.hidden {
    display: none !important;
}

#ozel-sohbet-bar {
    position: fixed;
    right: 100px;
    bottom: 0px;
    z-index: 1050;
    display: flex;
    transition: right 0.3s ease-in-out;
}

:root {
    --chat-offset: 140px;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #7987a1;
    --bs-gray-dark: #212a3a;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #7987a1;
    --bs-gray-700: #495057;
    --bs-gray-800: #212a3a;
    --bs-gray-900: #060c17;
    --bs-primary: #6571ff;
    --bs-secondary: #7987a1;
    --bs-success: #05a34a;
    --bs-info: #66d1d1;
    --bs-warning: #fbbc06;
    --bs-danger: #ff3366;
    --bs-light: #e9ecef;
    --bs-dark: #060c17;
    --bs-primary-rgb: 101, 113, 255;
    --bs-secondary-rgb: 121, 135, 161;
    --bs-success-rgb: 5, 163, 74;
    --bs-info-rgb: 102, 209, 209;
    --bs-warning-rgb: 251, 188, 6;
    --bs-danger-rgb: 255, 51, 102;
    --bs-light-rgb: 233, 236, 239;
    --bs-dark-rgb: 6, 12, 23;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 249, 250, 251;
    --bs-font-sans-serif: "Roboto", Helvetica, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #f9fafb;
}

#ozel-sohbet-bar {
    position: fixed;
    right: var(--chat-offset);
    bottom: 0px;
    display: flex;
    transition: right 0.3s ease-in-out;
}

#sohbet-plus {
    position: fixed;
    right: calc(var(--chat-offset) - 50px);
    bottom: 10px;
    transition: right 0.3s ease-in-out;
}

.right-sidebar-visible {
    --chat-offset: 405px;
}

:root {
    --chat-offset: 100px;
}

body.chat-plus-visible {
    --chat-offset: 140px;
}

body.right-sidebar-visible {
    --chat-offset: 405px;
}

#ozel-sohbet-bar {
    position: fixed;
    right: var(--chat-offset);
    bottom: 0px;
    display: flex;
    transition: right 0.3s ease-in-out;
}

#sohbet-plus {
    position: fixed;
    right: calc(var(--chat-offset) - 50px);
    bottom: 10px;
    transition: right 0.3s ease-in-out;
}

@keyframes chat-enter {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

@keyframes chat-enter {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.96);
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

@keyframes chat-pop {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes chat-minimize {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

.ozel-sohbet-kutu.anim-enter {
    animation: 0.28s ease-out 0s 1 normal none running chat-enter;
}

.ozel-sohbet-kutu.anim-pop {
    animation: 0.22s ease-out 0s 1 normal none running chat-pop;
}

.ozel-sohbet-kutu.anim-minimize {
    animation: 0.18s ease-in 0s 1 normal forwards running chat-minimize;
}

.ozel-sohbet-kutu {
    transition: transform 0.28s, opacity 0.2s;
}

.ozel-sohbet-pin {
    cursor: pointer;
    margin-right: 6px;
    opacity: 0.7;
}

.ozel-sohbet-pin:hover {
    opacity: 1;
}

.ozel-sohbet-kutu.pinned {
    border: 2px solid rgb(255, 193, 7);
}

.ozel-sohbet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
}

.ozel-sohbet-user {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0px;
}

.ozel-sohbet-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ozel-sohbet-baslik {
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ozel-sohbet-actions span {
    cursor: pointer;
    margin-left: 6px;
}

.plus-chat-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.plus-chat-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.plus-chat-name {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plus-chat-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.plus-avatar-wrap {
    position: relative;
}

.plus-chat-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.plus-online-dot {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.online .plus-online-dot {
    background: rgb(40, 167, 69);
}

.offline .plus-online-dot {
    background: rgb(220, 53, 69);
}

.plus-unread {
    margin-left: auto;
    background: rgb(220, 53, 69);
    color: rgb(255, 255, 255);
    font-size: 11px;
    padding: 1px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

.chat-msg {
    max-width: 85%;
    padding: 6px 10px;
    margin-bottom: 6px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: break-word;
}

.chat-msg.me {
    background: rgb(13, 110, 253);
    color: rgb(255, 255, 255);
    margin-left: auto;
}

.chat-msg.other {
    background: rgb(241, 241, 241);
    color: rgb(0, 0, 0);
}

.chat-msg.me {
    margin-left: auto;
    text-align: right;
}

.chat-msg.other {
    margin-right: auto;
    text-align: left;
}

.chat-text {
    font-size: 13px;
}

.chat-time {
    font-size: 10px;
    opacity: 0.6;
    margin-top: 2px;
}

.chat-status {
    font-size: 11px;
    opacity: 0.5;
    margin-left: 4px;
}

.chat-status.read {
    color: rgb(79, 195, 247);
    opacity: 1;
}

.ozel-sohbet-baslik-wrap {
    display: flex;
    flex-direction: column;
}

.ozel-sohbet-baslik {
    font-weight: 600;
    line-height: 18px;
}

.ozel-sohbet-typing {
    height: 16px;
    font-size: 12px;
    color: rgb(136, 136, 136);
    line-height: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}

.ozel-sohbet-header.typing .ozel-sohbet-typing {
    opacity: 1;
    visibility: visible;
}

.select2-container {
    display: flex;
    padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(153, 153, 153);
    font-size: 12px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(136, 136, 136) transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0px;
    height: 0px;
    left: 50%;
    margin-left: -4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0px;
}

.select2-results__options {
    font-size: 12px;
}

.duel-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.duel-card .card-body .mt-auto-wrapper {
    margin-top: auto !important;
}

.modal-fullscreen .modal-content {
    height: 100%;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0px;
    border-radius: 0px;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0px;
    padding-right: 0px !important;
}

.yazilan-metin {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 17px;
}

#yazialani-gerceksinavmodu {
    padding-bottom: 100px !important;
}

#yazialani-hizsavasisinavmodu {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(233, 236, 239);
    text-align: justify;
    display: block !important;
    height: 100px !important;
    padding: 8px 10px 0px !important;
    font-size: 30px !important;
    line-height: 40px !important;
    overflow: hidden !important;
    text-indent: 0px !important;
    box-sizing: border-box !important;
}

#yazialani-hizsavasisinavmodu span {
    padding: 1px 0px;
    vertical-align: top !important;
    margin: 0px !important;
    line-height: 45px !important;
}

#yazialani-hizsavasisinavmodu > .golge {
    border-bottom: 1px dotted;
    color: rgb(0, 0, 0);
}

.yazdiklarimigizle {
    color: black !important;
    background-color: black !important;
}

.kutulu > span.golge {
    border: 1px solid black;
}

.isaretsiz > span.golge {
    border-bottom-width: medium !important;
    border-bottom-style: none !important;
    border-bottom-color: currentcolor !important;
    background: none !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fs-4 {
    font-size: 1.25rem !important;
}

.fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

.message-header .badge {
    font-size: 1em;
    padding: 0.35em 0.45em;
}

.rakipbilgisi, .rakipcard {
    display: none !important;
}

.duello-modu .rakipbilgisi, .duello-modu .rakipcard {
    display: flex !important;
}

.scoreTable {
    width: 100%;
    display: flex;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
}

.minw80 {
    width: 100%;
    max-width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.matchdesc {
    font-size: 17px;
    color: rgb(0, 46, 116);
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    padding: 7px;
}

.opponentScore {
    color: rgb(39, 195, 159);
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.scoreTable ul li:nth-child(2n+1) {
    background: rgb(241, 241, 241);
}

.scoreTable ul li {
    display: flex;
    width: 100%;
    align-items: center;
}

.scoreTable {
    width: 100%;
    display: flex;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
}

.scoreBoard {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.42) 1px 1px 11px 4px;
    border-radius: 7px;
}

.cardbox {
    display: flex;
    align-items: center;
    background: rgb(14, 135, 130);
    padding: 12px 13px;
}

.cardDesc {
    color: rgb(198, 198, 198);
    font-size: 11px;
    font-weight: 600;
    border-left: 3px solid rgb(198, 198, 198);
    margin-left: 10px;
    padding-left: 10px;
    line-height: 16px;
}

.cardDesc.rakipDesc {
    color: rgb(198, 198, 198);
    font-size: 11px;
    font-weight: 600;
    border-right: 3px solid rgb(198, 198, 198);
    margin-right: 10px;
    border-left: 0;
    padding-right: 10px;
    line-height: 16px;
}

.cardDesc p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0px;
}

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

.keystroke {
    font-size: 13px;
    color: red;
}

html:has(.sinav-arayuz-paneli.show) {
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    padding-right: 0px !important;
}

html:has(#gerisayimmodal.show) {
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    padding-right: 0px !important;
}

html:has(#skor-ekrani1.show) {
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    padding-right: 0px !important;
}

body:has(.sinav-arayuz-paneli.show) {
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    padding-right: 0px !important;
}

body:has(#gerisayimmodal.show) {
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    padding-right: 0px !important;
}

.sinav-arayuz-paneli {
    position: fixed;
    width: 100%;
    overflow: hidden !important;
    padding-right: 0px !important;
}

.coach-sticky-container {
    position: fixed;
    right: 2%;
    bottom: 80px;
    z-index: 1060;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 15%;
    max-width: 250px;
    min-width: 180px;
    pointer-events: none;
}

.coach-bubble {
    pointer-events: auto;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(78, 115, 223);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    color: rgb(51, 51, 51);
    animation: 3s ease-in-out 0s infinite normal none running floatCoach;
    width: 100%;
}

.coach-avatar-circle {
    pointer-events: auto;
    width: 120px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 5px 10px);
    transition: transform 0.3s;
}

.coach-bubble::after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: 52px;
    width: 15px;
    height: 15px;
    background: white;
    border-right: 2px solid rgb(78, 115, 223);
    border-bottom: 2px solid rgb(78, 115, 223);
    transform: rotate(45deg);
    z-index: 1;
}

@media (max-width: 992px) {
    .coach-bubble::after {
        right: 32px;
        width: 12px;
        height: 12px;
        bottom: -7px;
    }
}

@media (max-width: 992px) {
    .coach-sticky-container {
        width: 160px;
        bottom: 90px;
        right: 10px;
    }

    .coach-bubble {
        font-size: 11px;
        padding: 10px;
    }

    .coach-avatar-circle {
        width: 80px;
        height: 80px;
    }
}

.duel-vs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(248, 249, 250);
    border-radius: 14px;
    padding: 15px;
}

.duel-player {
    width: 40%;
    text-align: center;
    padding: 10px;
    transition: 0.3s;
}

.duel-player.winner {
    background: rgb(230, 255, 237);
    border-radius: 12px;
    transform: scale(1.05);
    box-shadow: rgba(40, 167, 69, 0.4) 0px 0px 12px;
}

.duel-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid rgb(221, 221, 221);
    object-fit: cover;
}

.duel-name {
    font-weight: 600;
    margin-top: 5px;
}

.duel-score {
    font-size: 26px;
    font-weight: bold;
}

.duel-sub {
    font-size: 12px;
    color: rgb(102, 102, 102);
}

.duel-center {
    width: 20%;
    text-align: center;
}

.vs-text {
    font-size: 18px;
    font-weight: bold;
    color: rgb(153, 153, 153);
}

.duel-result {
    font-weight: bold;
    margin-top: 5px;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.duel-result.win {
    background: rgb(40, 167, 69);
    color: rgb(255, 255, 255);
}

.duel-result.lose {
    background: rgb(220, 53, 69);
    color: rgb(255, 255, 255);
}

.duel-time {
    font-size: 11px;
    color: rgb(119, 119, 119);
    margin-top: 3px;
}

.duel-vs-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgb(248, 249, 250);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.duel-player {
    text-align: center;
    width: 30%;
}

.duel-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid rgb(221, 221, 221);
    object-fit: cover;
}

.winner .duel-avatar {
    border-color: rgb(255, 193, 7);
    box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 15px;
}

.duel-score {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 5px 0px;
}

.vs-text {
    font-style: italic;
    font-weight: bold;
    color: rgb(187, 187, 187);
    font-size: 1.5rem;
}

.locked-blur {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
}

.vip-upsell-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border: 1px solid rgb(255, 193, 7);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
}

.minw80 {
    max-width: 100% !important;
}

.sol-resim-kapsayici {
    background-color: white;
    background-image: url("/assets/images/bilgisayar2.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100%;
}

@media (min-width: 768px) {
    .sol-resim-kapsayici {
        min-height: 100%;
    }
}

@media (max-width: 767px) {
    .sol-resim-kapsayici {
        height: 250px;
        min-height: 250px;
    }
}

.custom-card {
    position: relative;
    border: 2px solid rgb(163, 163, 163) !important;
    border-radius: 15px !important;
}

.custom-title {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 0px 15px;
    font-weight: 800;
    font-size: 1.2rem;
    white-space: nowrap;
    color: rgb(33, 37, 41);
}

.badge-custom {
    background-color: rgb(97, 102, 245);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
}

.metinsonucu span {
    margin-right: 3px;
}

.ortala {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
}

.swal2-container {
    z-index: 999999 !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.wysiwyg-color-silver {
    color: silver;
}

.wysiwyg-color-gray {
    color: gray;
}

.wysiwyg-color-white {
    color: white;
}

.wysiwyg-color-maroon {
    color: maroon;
}

.wysiwyg-color-red {
    color: red;
}

.wysiwyg-color-purple {
    color: purple;
}

.wysiwyg-color-fuchsia {
    color: fuchsia;
}

.wysiwyg-color-green {
    color: green;
}

.wysiwyg-color-lime {
    color: lime;
}

.wysiwyg-color-olive {
    color: olive;
}

.wysiwyg-color-yellow {
    color: yellow;
}

.wysiwyg-color-navy {
    color: navy;
}

.wysiwyg-color-blue {
    color: blue;
}

.wysiwyg-color-teal {
    color: teal;
}

.wysiwyg-color-aqua {
    color: aqua;
}

.wysiwyg-color-orange {
    color: orange;
}

.wysihtml5-toolbar a[data-wysihtml5-command="insertImage"], .wysihtml5-toolbar a[data-wysihtml5-command="createLink"] {
    display: none !important;
}

.ani-icerik .p-3 ol, .ani-icerik .p-3 ul {
    margin: 1em 0px 1em 2em !important;
    padding-left: 20px !important;
}

.ani-icerik .p-3 ol {
    list-style: decimal !important;
}

.ani-icerik .p-3 ul {
    list-style: disc !important;
}

.ani-icerik .p-3 li {
    display: list-item !important;
    margin-bottom: 5px;
}

.wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0.5rem !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

.wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
    padding: 0.469rem 0.8rem;
    border-radius: 0.25rem;
    width: 100%;
    background-color: rgb(233, 236, 239);
}

.wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
    display: block;
    width: auto;
    margin: 0px 0.5em 0.5em;
    padding: 1em;
    text-decoration: none;
    border-radius: 5px;
}

.list-group-item.active {
    z-index: 2;
    color: rgb(255, 255, 255);
    border-color: rgb(101, 113, 255);
    background-color: rgb(101, 113, 255) !important;
}

.wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
    cursor: pointer;
    border-radius: 0.25rem;
    width: 100%;
    background-color: rgb(233, 236, 239);
    padding: 0.469rem 0.8rem !important;
    font-size: 0.875rem !important;
}

.wizard > .steps a:hover {
    color: white;
    background-color: rgb(149, 157, 255);
}

.wizard.altbolum > .steps li {
    margin-right: 2px !important;
    font-weight: bold;
}

#fklavye > ul > li {
    border-color: black;
    background-color: lightgray;
}

.bot-logo img {
    max-width: 200px;
    display: flex;
    right: 0px;
    float: right;
}

.tx-12 {
    font-size: 12px;
}

.dropzone.dz-clickable .dz-message *, .text-muted {
    --bs-text-opacity: 1;
    color: rgb(134, 134, 134) !important;
}

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

.pageButton {
    width: 100%;
    display: flex;
    margin: 0px auto;
    max-width: 810px;
    align-items: center;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.home-button {
    background: rgb(240, 136, 100) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.ms-auto {
    margin-left: auto !important;
}

.overflow-auto {
    overflow: auto !important;
}

.pageButton a {
    background: rgb(201, 60, 60);
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 15px 60px;
    border-radius: 5px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    text-align: center;
    font-size: 12px;
}

body:has(.modal.show) {
    overflow: hidden !important;
}

.star-gold i {
    color: rgb(204, 204, 204);
    transition: color 0.3s;
}

.star-gold.active i {
    color: gold !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgb(236, 240, 244) !important;
}

.sticky-profile {
    position: sticky;
    top: 65px;
    z-index: 99;
    height: fit-content !important;
}

.hata-notification {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.hata-notification:hover {
    background-color: rgb(253, 242, 242);
    border-color: rgb(245, 198, 203);
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

.hata-notification:hover strong {
    color: rgb(220, 53, 69) !important;
}

body.dark .message-text {
    color: rgb(108, 117, 125) !important;
}

body.dark .hata-notification {
    background-color: rgb(30, 42, 49) !important;
    color: rgb(108, 117, 125) !important;
}

body.dark .text-dark {
    color: rgb(108, 117, 125) !important;
}

#mention-list {
    position: absolute;
    background: rgb(34, 34, 34);
    border: 1px solid rgb(68, 68, 68);
    border-radius: 4px;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: none;
    color: rgb(255, 255, 255);
    width: 200px;
}

#mention-list li {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid rgb(51, 51, 51);
}

#mention-list li:hover, #mention-list li.active {
    background: rgb(204, 15, 15);
}

.owner-menu {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 5px;
    display: flex;
    gap: 3px;
}

.owner-menu .action-btn i {
    font-size: 14px;
}

.hata-chat-container {
    background-color: rgb(248, 249, 250);
    border-radius: 8px;
    border: 1px solid rgb(222, 226, 230);
}

.hata-msg-bubble {
    width: 85%;
    padding: 5px 15px;
    border-radius: 15px;
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.hata-msg-user {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-bottom-left-radius: 2px;
    align-self: flex-start;
    border: 1px solid rgb(233, 236, 239);
}

.hata-msg-admin {
    background-color: rgb(0, 123, 255);
    color: white;
    border-bottom-right-radius: 2px;
    align-self: flex-end;
    margin-left: auto;
}

.hata-msg-info {
    font-size: 11px;
    margin-bottom: 4px;
    font-weight: bold;
    display: block;
}

.hata-msg-time {
    font-size: 10px;
    display: block;
    margin-top: 5px;
    opacity: 0.7;
    text-align: right;
}

.hata-msg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 2px;
}

.hata-msg-info {
    font-size: 11px;
    font-weight: bold;
}

.hata-msg-time {
    font-size: 10px;
    opacity: 0.7;
    margin-left: 10px;
}

.msg-admin .hata-msg-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.hata-msg-text {
    font-size: 14px;
    overflow-wrap: break-word;
}

#adminChatBox {
    background-color: rgb(253, 253, 253);
    background-image: radial-gradient(rgb(229, 231, 235) 0.5px, transparent 0.5px);
    background-size: 10px 10px;
    border-color: rgb(238, 238, 238) !important;
}

#adminChatBox::-webkit-scrollbar {
    width: 4px;
}

#adminChatBox::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
    border-radius: 10px;
}

.border-dashed {
    opacity: 0.8;
    margin-bottom: 20px;
    border: 1px dashed rgb(206, 212, 218) !important;
}

html:has(.modal.show), body:has(.modal.show) {
    overflow: hidden !important;
}

body.modal-open {
    overflow: hidden !important;
}

.kriter-scroll {
    max-height: 95vh;
    overflow: hidden auto;
    padding: 6px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
    background: rgb(255, 255, 255);
}

.metin-kutu {
    white-space: pre-wrap;
    overflow-y: auto;
    max-height: 75vh;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
    padding: 10px 12px;
    background: rgb(255, 255, 255);
    line-height: 1.65;
    font-size: 14px;
}

.w-ok {
    background: rgb(230, 247, 237);
    color: rgb(27, 94, 32);
    border-radius: 6px;
    padding: 0px 3px;
}

.w-bad {
    background: rgb(253, 236, 234);
    color: rgb(183, 28, 28);
    border-radius: 6px;
    padding: 0px 3px;
}

.w-skip {
    background: rgb(255, 243, 208);
    color: rgb(255, 96, 7);
    border-radius: 6px;
    padding: 0px 3px;
}

#sonucEkrani.modal .modal-dialog {
    max-width: 100%;
    margin: 0px;
    height: 100vh;
    display: flex;
}

#sonucEkrani.modal .modal-content {
    height: 100%;
    border-radius: 0px;
    border: 0px;
}

#sonucEkrani.modal .modal-body {
    background: rgb(244, 246, 251);
    overflow: hidden auto;
}

.skorTopbar {
    background: linear-gradient(90deg, rgb(11, 43, 75), rgb(26, 166, 166));
    color: rgb(255, 255, 255);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: rgba(16, 24, 40, 0.18) 0px 10px 28px;
}

.skorTopbar .title {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.1;
}

.skorTopbar .sub {
    opacity: 0.9;
    font-size: 12px;
}

.cardX {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    box-shadow: rgba(16, 24, 40, 0.08) 0px 10px 26px;
}

.cardX-h {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 900;
    color: rgb(51, 65, 85);
}

.cardX-b {
    padding: 12px;
}

.kpiGrid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

@media (max-width: 1200px) {
    .kpiGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .kpiGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.kpiCard {
    --accent: #1565c0;
    background: rgb(238, 243, 253);
    color: rgb(17, 24, 39);
    border-radius: 14px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: rgba(16, 24, 40, 0.06) 0px 10px 22px;
    position: relative;
    overflow: hidden;
}

.kpiCard::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 6px;
    background: var(--accent);
    border-radius: 14px 0px 0px 14px;
}

.kpiCard .t {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: rgb(107, 114, 128);
}

.kpiCard .v {
    font-size: 22px;
    font-weight: 950;
    line-height: 1.05;
    margin-top: 4px;
    color: var(--accent);
}

.kpiCard .s {
    font-size: 12px;
    color: rgb(107, 114, 128);
    margin-top: 2px;
}

.kpiIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--accent);
}

.kpi-ok {
    background: rgb(230, 247, 237);
    --accent: #2e7d32;
}

.kpi-bad {
    background: rgb(253, 236, 234);
    --accent: #c62828;
}

.kpi-blue {
    background: rgb(238, 243, 253);
    --accent: #1565c0;
}

.kpi-orange {
    background: rgb(255, 243, 224);
    --accent: #ef6c00;
}

.kpi-purple {
    background: rgb(243, 229, 245);
    --accent: #6a1b9a;
}

.kpi-gray {
    background: rgb(236, 239, 241);
    --accent: #455a64;
}

.kpi-total {
    background: rgb(245, 245, 245);
    --accent: #424242;
}

.kpi-pink {
    background: rgb(252, 228, 236);
    --accent: #880e4f;
}

.kpi-warn {
    background: rgb(255, 248, 225);
    --accent: #ff8f00;
}

.sideList {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sideList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
}

.sideList .lbl {
    font-size: 12px;
    color: rgb(71, 85, 105);
    font-weight: 800;
}

.sideList .val {
    font-size: 12px;
    font-weight: 950;
    color: rgb(15, 23, 42);
}

.sideList .val.ok {
    color: rgb(22, 163, 74);
}

.sideList .val.bad {
    color: rgb(220, 38, 38);
}

.vip-lock {
    position: relative;
}

.vip-blur {
    filter: blur(2px);
    opacity: 0.65;
    pointer-events: none;
    user-select: none;
}

.vip-lock::after {
    content: "🔒 VIP";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(245, 158, 11, 0.95);
    color: rgb(255, 255, 255);
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
}

.pill {
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 900;
    display: inline-block;
}

.pill-ok {
    background: rgb(231, 247, 238);
    color: rgb(22, 101, 52);
}

.pill-bad {
    background: rgb(253, 232, 232);
    color: rgb(153, 27, 27);
}

.pill-warn {
    background: rgb(255, 247, 237);
    color: rgb(154, 52, 18);
}

.pill-skip {
    background: rgb(227, 242, 253);
    color: rgb(13, 71, 161);
}

.miniRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.miniBar {
    flex: 1 1 0%;
    height: 6px;
    border-radius: 999px;
    background: rgb(229, 231, 235);
    overflow: hidden;
}

.miniBar > div {
    height: 100%;
    border-radius: 999px;
}

.vitrinBox {
    background: rgb(11, 18, 32);
    border-radius: 14px;
    padding: 12px;
    max-height: 250px;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 26px;
}

.vitrinLegend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.vTag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.08);
    color: rgb(255, 255, 255);
}

.vDot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    display: inline-block;
}

.vText {
    color: rgb(229, 231, 235);
    line-height: 1.9;
    font-size: 14px;
    word-break: break-word;
}

.tok {
    display: inline-block;
    padding: 1px 6px;
    margin: 2px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.08s, filter 0.08s;
}

.tok:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.t-ok {
    background: rgba(34, 197, 94, 0.35);
    color: rgb(220, 252, 231);
    border: 1px solid rgba(34, 197, 94, 0.6);
}

.t-bad {
    background: rgba(239, 68, 68, 0.35);
    color: rgb(254, 226, 226);
    border: 1px solid rgba(239, 68, 68, 0.6);
}

.t-skip {
    background: rgba(245, 158, 11, 0.35);
    color: rgb(255, 237, 213);
    border: 1px solid rgba(245, 158, 11, 0.6);
}

.t-jump {
    background: rgba(249, 115, 22, 0.4);
    color: rgb(255, 237, 213);
    border: 1px solid rgba(249, 115, 22, 0.65);
}

.t-none {
    background: rgba(148, 163, 184, 0.2);
    color: rgb(229, 231, 235);
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.tok small {
    opacity: 0.75;
    font-size: 10px;
    margin-left: 6px;
}

.vMoreBtn {
    margin-top: 10px;
    border-radius: 12px;
    font-weight: 900;
}

.vMoreBtn .expanded {
    display: none;
}

.vMoreBtn[aria-expanded="true"] .collapsed {
    display: none;
}

.vMoreBtn[aria-expanded="true"] .expanded {
    display: inline;
}

.vDots {
    opacity: 0.7;
    margin: 0px 4px;
}

.miniTileGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.miniTile {
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 10px;
    box-shadow: rgba(16, 24, 40, 0.06) 0px 8px 20px;
}

.miniTile .t {
    font-size: 10px;
    color: rgb(107, 114, 128);
    font-weight: 900;
    text-transform: uppercase;
}

.miniTile .v {
    font-size: 16px;
    font-weight: 950;
    line-height: 1.1;
    margin-top: 4px;
}

.miniTile.ok .v {
    color: rgb(22, 163, 74);
}

.miniTile.bad .v {
    color: rgb(220, 38, 38);
}

.miniTile.warn .v {
    color: rgb(245, 158, 11);
}

.miniTile.mute .v {
    color: rgb(148, 163, 184);
}

.kbdWrap {
    background: rgb(11, 18, 32);
    border-radius: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.kbdRow {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
    flex-wrap: nowrap;
}

.kKey {
    flex: 1 1 0%;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(229, 231, 235);
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(148, 163, 184, 0.1);
    position: relative;
}

.kKey.small {
    flex: 0.9 1 0%;
}

.kKey.wide {
    flex: 4 1 0%;
}

.kKey .cnt {
    position: absolute;
    right: 6px;
    bottom: 4px;
    font-size: 10px;
    opacity: 0.85;
}

.kbdHint {
    color: rgb(148, 163, 184);
    font-size: 11px;
    margin-top: 6px;
}

.miniTile {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: rgba(16, 24, 40, 0.06) 0px 8px 18px;
    position: relative;
    background: rgb(255, 255, 255);
}

.miniTile::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    border-radius: 12px 0px 0px 12px;
    background: rgb(204, 204, 204);
}

.miniTile .t {
    font-size: 10px;
    color: rgb(107, 114, 128);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.miniTile .v {
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
    margin-top: 4px;
    color: rgb(17, 24, 39);
}

.miniTile .ico {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.04);
    color: rgb(107, 114, 128);
    font-size: 13px;
}

.miniTile:hover {
    transform: translateY(-1px);
    transition: 0.12s;
}

.mt-ok {
    background: rgb(230, 247, 237);
}

.mt-ok::before {
    background: rgb(46, 125, 50);
}

.mt-ok .v, .mt-ok .ico {
    color: rgb(46, 125, 50);
}

.mt-bad {
    background: rgb(253, 236, 234);
}

.mt-bad::before {
    background: rgb(198, 40, 40);
}

.mt-bad .v, .mt-bad .ico {
    color: rgb(198, 40, 40);
}

.mt-blue {
    background: rgb(238, 243, 253);
}

.mt-blue::before {
    background: rgb(21, 101, 192);
}

.mt-blue .v, .mt-blue .ico {
    color: rgb(21, 101, 192);
}

.mt-orange {
    background: rgb(255, 243, 224);
}

.mt-orange::before {
    background: rgb(239, 108, 0);
}

.mt-orange .v, .mt-orange .ico {
    color: rgb(239, 108, 0);
}

.mt-purple {
    background: rgb(243, 229, 245);
}

.mt-purple::before {
    background: rgb(106, 27, 154);
}

.mt-purple .v, .mt-purple .ico {
    color: rgb(106, 27, 154);
}

.mt-gray {
    background: rgb(236, 239, 241);
}

.mt-gray::before {
    background: rgb(69, 90, 100);
}

.mt-gray .v, .mt-gray .ico {
    color: rgb(69, 90, 100);
}

.mt-total {
    background: rgb(245, 245, 245);
}

.mt-total::before {
    background: rgb(66, 66, 66);
}

.mt-total .v, .mt-total .ico {
    color: rgb(66, 66, 66);
}

.mt-pink {
    background: rgb(252, 228, 236);
}

.mt-pink::before {
    background: rgb(136, 14, 79);
}

.mt-pink .v, .mt-pink .ico {
    color: rgb(136, 14, 79);
}

.mt-warn {
    background: rgb(255, 248, 225);
}

.mt-warn::before {
    background: rgb(255, 143, 0);
}

.mt-warn .v, .mt-warn .ico {
    color: rgb(255, 143, 0);
}

.miniTile.locked {
    background: rgb(245, 245, 245);
}

.miniTile.locked::before {
    background: rgb(158, 158, 158);
}

.miniTile.locked .v, .miniTile.locked .ico {
    color: rgb(158, 158, 158);
}

.detailChips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgb(245, 245, 245);
    color: rgb(55, 65, 81);
}

.chip.ok {
    background: rgb(230, 247, 237);
    color: rgb(46, 125, 50);
}

.chip.bad {
    background: rgb(253, 236, 234);
    color: rgb(198, 40, 40);
}

.chip.warn {
    background: rgb(255, 248, 225);
    color: rgb(255, 143, 0);
}

.chip.info {
    background: rgb(238, 243, 253);
    color: rgb(21, 101, 192);
}

.chip.pink {
    background: rgb(252, 228, 236);
    color: rgb(136, 14, 79);
}

.chip.gray {
    background: rgb(236, 239, 241);
    color: rgb(69, 90, 100);
}

.playerCard {
    padding: 10px;
    min-height: unset;
}

.playerCard .pHead {
    margin-bottom: 8px;
}

.playerCard .avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.playerCard .name {
    font-size: 14px;
    line-height: 1.05;
}

.playerCard .dqBadge {
    font-size: 10px;
    padding: 1px 7px;
}

.playerCard .miniKpiGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 6px;
    margin-top: 8px;
}

.playerCard .miniKpi {
    padding: 6px 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: rgba(255, 255, 255, 0.02) 0px 0px 0px 1px inset;
}

.playerCard .miniKpi .k {
    font-size: 9px;
    letter-spacing: 0.6px;
    font-weight: 900;
    color: rgb(148, 163, 184);
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playerCard .miniKpi .v {
    font-size: 16px;
    font-weight: 1000;
    line-height: 1.05;
    margin-top: 2px;
    color: rgb(229, 231, 235);
}

.playerCard .miniKpi-score {
    border-color: rgba(34, 197, 94, 0.25);
}

.playerCard .miniKpi-wrong {
    border-color: rgba(239, 68, 68, 0.25);
}

.playerCard .miniKpi-hit {
    border-color: rgba(59, 130, 246, 0.22);
}

@media (max-width: 420px) {
    .playerCard .miniKpiGrid {
        gap: 5px;
    }

    .playerCard .miniKpi {
        padding: 5px 7px;
    }

    .playerCard .miniKpi .v {
        font-size: 15px;
    }
}

.duelloVs, .playerCard, .vsText, .miniKpiGrid, .miniKpi, .pHead, .pTitle, .name, .stat, .stats {
    box-sizing: border-box;
}

.duelloVs {
    display: grid;
    grid-template-columns: minmax(0px, 340px) auto minmax(0px, 340px);
    justify-content: center;
    gap: 14px;
}

@media (max-width: 576px) {
    .duelloVs {
        grid-template-columns: 1fr;
    }

    .duelloVs .vsText {
        order: 2;
        margin: 6px auto;
    }

    .duelloVs .playerCard:first-child {
        order: 1;
    }

    .duelloVs .playerCard:last-child {
        order: 3;
    }
}

.vsText {
    place-self: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    letter-spacing: 0.5px;
    background: rgba(148, 163, 184, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: rgb(229, 231, 235);
}

.playerCard {
    max-width: 340px;
    width: 100%;
}

.playerCard.winner {
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: rgba(34, 197, 94, 0.2) 0px 0px 0px 2px, rgba(0, 0, 0, 0.25) 0px 10px 26px;
}

.playerCard.winner::after {
    content: "KAZANAN";
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(34, 197, 94);
    color: rgb(5, 46, 22);
    font-weight: 900;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    letter-spacing: 0.4px;
}

.playerCard .pHead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.playerCard .avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.playerCard .pTitle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0px;
}

.playerCard .name {
    font-weight: 900;
    line-height: 1.1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.playerCard .dqBadge {
    align-self: flex-start;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.45);
    color: rgb(254, 202, 202);
}

.playerCard .stat {
    font-size: 12px;
    color: rgb(203, 213, 225);
    margin-top: 4px;
}

.playerCard .stat b {
    color: rgb(229, 231, 235);
    font-weight: 1000;
}

.playerCard .stats {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
    font-size: 12px;
    margin-top: 8px;
}

.playerCard .stats .lbl {
    color: rgb(148, 163, 184);
}

.playerCard .stats .val {
    font-weight: 900;
    color: rgb(229, 231, 235);
}

.playerCard .miniKpiGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.playerCard .miniKpi {
    border-radius: 12px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: rgba(255, 255, 255, 0.02) 0px 0px 0px 1px inset;
}

.playerCard .miniKpi .k {
    font-size: 10px;
    letter-spacing: 0.6px;
    font-weight: 900;
    color: rgb(148, 163, 184);
}

.playerCard .miniKpi .v {
    font-size: 18px;
    font-weight: 1000;
    line-height: 1.1;
    margin-top: 2px;
    color: rgb(229, 231, 235);
}

.playerCard .miniKpi-score {
    border-color: rgba(34, 197, 94, 0.25);
}

.playerCard .miniKpi-wrong {
    border-color: rgba(239, 68, 68, 0.25);
}

.playerCard .miniKpi-hit {
    border-color: rgba(59, 130, 246, 0.22);
}

.duelloWrap {
    margin-top: 8px;
}

.duelloTop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
}

.duelloTopLeft {
    min-width: 0px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.duelloBadge {
    font-size: 11px;
    font-weight: 900;
    color: rgb(15, 23, 42);
    opacity: 0.8;
}

.duelloResult {
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.1;
}

.duelloMeta {
    font-size: 12px;
    color: rgb(100, 116, 139);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 720px;
}

.duelloMsg {
    font-size: 12px;
    font-weight: 800;
    color: rgb(15, 23, 42);
}

.duelloTopRight {
    flex: 0 0 auto;
}

.duelloVs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: stretch;
}

@media (max-width: 576px) {
    .duelloVs {
        grid-template-columns: 1fr;
    }

    .vsBlock {
        order: 2;
        margin: 6px auto;
    }
}

.vsBlock {
    place-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.vsText {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
    background: rgba(148, 163, 184, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: rgb(15, 23, 42);
}

.vsDiff {
    font-weight: 1000;
    font-size: 16px;
}

.vsDiff.pos {
    color: rgb(34, 197, 94);
}

.vsDiff.neg {
    color: rgb(239, 68, 68);
}

.vsHint {
    font-size: 11px;
    color: rgb(100, 116, 139);
}

.playerCard {
    position: relative;
    background: rgb(11, 18, 32);
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 26px;
    color: rgb(229, 231, 235);
}

.playerCard.winner {
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: rgba(34, 197, 94, 0.2) 0px 0px 0px 2px, rgba(0, 0, 0, 0.25) 0px 10px 26px;
}

.playerCard.winner::after {
    content: "KAZANAN";
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgb(34, 197, 94);
    color: rgb(5, 46, 22);
    font-weight: 900;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 999px;
}

.pHeadRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.pLeft {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pTitle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0px;
}

.name {
    font-weight: 1000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    line-height: 1.05;
}

.dqBadge {
    align-self: flex-start;
    font-size: 10px;
    font-weight: 1000;
    padding: 1px 7px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.22);
    border: 1px solid rgba(239, 68, 68, 0.45);
    color: rgb(254, 202, 202);
}

.pKpis {
    width: 100%;
    justify-content: space-between;
}

.pKpi {
    min-width: 56px;
    border-radius: 12px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
}

.pKpi .k {
    font-size: 9px;
    letter-spacing: 0.6px;
    font-weight: 1000;
    color: rgb(148, 163, 184);
    line-height: 1;
}

.pKpi .v {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 1000;
    line-height: 1.05;
    color: rgb(229, 231, 235);
}

.pKpi-score {
    border-color: rgba(34, 197, 94, 0.25);
}

.pKpi-wrong {
    border-color: rgba(239, 68, 68, 0.25);
}

.pKpi-hit {
    border-color: rgba(59, 130, 246, 0.22);
}

@media (max-width: 420px) {
    .pHeadRow {
        align-items: flex-start;
    }

    .pKpis {
        gap: 6px;
    }

    .pKpi {
        padding: 5px 7px;
        min-width: 52px;
    }

    .pKpi .v {
        font-size: 15px;
    }
}

.fifa-matchup {
    display: grid;
    grid-template-columns: minmax(0px, 340px) 220px minmax(0px, 340px);
    gap: 16px;
    align-items: stretch;
    justify-content: center;
    margin: 10px auto 0px;
}

@media (max-width: 768px) {
    .fifa-matchup {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .fifa-center {
        order: 2;
    }

    .fifa-side:first-child {
        order: 1;
    }

    .fifa-side:last-child {
        order: 3;
    }
}

.fifa-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fifa-shield {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fifa-shield {
    width: 280px;
    min-height: 240px;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(120px 120px at 30% 20%, rgba(255, 255, 255, 0.1), transparent 60%), radial-gradient(140px 140px at 70% 80%, rgba(34, 197, 94, 0.1), transparent 60%), linear-gradient(rgb(11, 18, 32), rgb(10, 15, 28));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 14px 34px;
    padding: 14px 12px;
    text-align: center;
}

.fifa-shield::before {
    content: "";
    position: absolute;
    inset: -60px;
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0px, rgba(255, 255, 255, 0.06) 10px, transparent 10px, transparent 22px);
    opacity: 0.22;
    transform: rotate(12deg);
    pointer-events: none;
}

.fifa-shieldTop {
    position: relative;
    z-index: 1;
}

.fifa-mode {
    font-weight: 1000;
    font-size: 11px;
    letter-spacing: 0.8px;
    color: rgba(226, 232, 240, 0.85);
    text-transform: uppercase;
}

.fifa-result {
    margin-top: 6px;
    font-weight: 1000;
    font-size: 14px;
    color: rgb(229, 231, 235);
}

.fifa-scoreLine {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fifa-score {
    font-size: 34px;
    line-height: 1;
    color: rgb(229, 231, 235);
    text-shadow: rgba(0, 0, 0, 0.55) 0px 6px 18px;
}

.fifa-dash {
    font-weight: 900;
    font-size: 26px;
    color: rgba(148, 163, 184, 0.9);
}

.fifa-meta {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-size: 11px;
    color: rgba(148, 163, 184, 0.9);
    min-height: 14px;
}

.fifa-diff {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    font-weight: 1000;
    font-size: 12px;
    color: rgba(226, 232, 240, 0.9);
}

.fifa-diff.pos {
    color: rgb(34, 197, 94);
}

.fifa-diff.neg {
    color: rgb(239, 68, 68);
}

.fifa-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 10px;
    background: radial-gradient(160px 130px at 20% 15%, rgba(59, 130, 246, 0.18), transparent 60%), radial-gradient(160px 140px at 80% 90%, rgba(245, 158, 11, 0.16), transparent 60%), linear-gradient(rgb(11, 18, 32), rgb(10, 15, 28));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.32) 0px 14px 34px;
    color: rgb(229, 231, 235);
}

.fifa-card::before {
    content: "";
    position: absolute;
    inset: -60px;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.09), transparent 45%);
    opacity: 0.65;
    pointer-events: none;
}

.fifa-cardTop {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fifa-tag {
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: 0.6px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: rgba(226, 232, 240, 0.95);
}

.fifa-dq {
    font-size: 10px;
    font-weight: 1000;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.18);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: rgb(254, 202, 202);
}

.fifa-cardBody {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fifa-avatarWrap {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    padding: 3px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 22px;
}

.fifa-avatar {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    display: block;
}

.fifa-name {
    font-size: 15px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.fifa-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.fifa-stat {
    border-radius: 16px;
    padding: 8px 10px;
    text-align: left;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.fifa-stat .k {
    font-size: 9px;
    letter-spacing: 0.7px;
    font-weight: 1000;
    color: rgba(148, 163, 184, 0.95);
    line-height: 1;
}

.fifa-stat .v {
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.05;
    color: rgb(229, 231, 235);
}

.fifa-card.isWinner {
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: rgba(34, 197, 94, 0.18) 0px 0px 0px 2px, rgba(0, 0, 0, 0.32) 0px 14px 34px;
}

.fifa-ribbon {
    position: absolute;
    top: 12px;
    right: -46px;
    transform: rotate(32deg);
    width: 160px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.8px;
    padding: 6px 0px;
    color: rgb(5, 46, 22);
    background: linear-gradient(90deg, rgb(34, 197, 94), rgb(134, 239, 172));
    box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 22px;
}

.fifa-card.isDQ {
    filter: grayscale(0.2);
    border-color: rgba(239, 68, 68, 0.35);
}

.fifa-dqLine {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.28);
}

.fifa-dqText {
    font-size: 12px;
    line-height: 1.35;
    color: rgb(254, 226, 226);
    font-weight: 600;
}

.fifa-pillDQ {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    margin-right: 6px;
    background: rgba(239, 68, 68, 0.22);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: rgb(254, 202, 202);
}

.fifa-cardDQReason {
    margin: 10px 10px 0px;
    padding: 6px 8px;
    font-size: 11px;
    line-height: 1.35;
    color: rgb(254, 202, 202);
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 10px;
    text-align: center;
}

.duelloSummaryGrid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
    align-items: start;
}

@media (max-width: 992px) {
    .duelloSummaryGrid {
        grid-template-columns: 1fr;
    }
}

.duelloRight .cardX .table-responsive {
    max-height: 280px;
    overflow: auto;
}

@media (min-width: 992px) {
    .duelloRight {
        position: sticky;
        top: 10px;
    }
}

.fifa-matchup-v2 {
    display: grid;
    gap: 14px;
    align-items: start;
}

@media (max-width: 992px) {
    .fifa-matchup-v2 {
        grid-template-columns: 1fr;
    }

    .fifa-center-v2 {
        order: 3;
    }
}

.fifa-center-v2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.duelloStrip {
    padding: 10px 12px;
}

.duelloStripRow {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 10px;
    align-items: center;
}

.duelloStripSide .nm {
    font-size: 12px;
    color: rgb(107, 114, 128);
    font-weight: 800;
}

.duelloStripSide .sc {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.duelloStripSide.right {
    text-align: right;
}

.duelloStripMid {
    text-align: center;
}

.duelloStripMid .mode {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: rgb(55, 65, 81);
}

.duelloStripMid .res {
    font-size: 14px;
    font-weight: 900;
    margin-top: 2px;
}

.duelloStripMid .dq {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 800;
    color: rgb(185, 28, 28);
}

.duelloStripMid .vs {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 900;
    color: rgb(17, 24, 39);
}

.duelloStripMid .vs span {
    opacity: 0.45;
    margin: 0px 6px;
}

.fifa-cardBody-compact {
    padding: 12px 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.winCell {
    background: rgba(34, 197, 94, 0.1);
    font-weight: 900;
}

.duelloCompareTable {
    max-height: 260px;
    overflow: auto;
}

.fifa-matchup-v2 {
    display: grid;
    gap: 22px;
    align-items: start;
    justify-content: center;
}

.fifa-center-v2 {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.duelloStrip.cardX {
    width: 100%;
    border-radius: 18px;
}

.duelloCompareWrap {
    width: 100%;
}

.duelloCompareWrap table {
    width: 100%;
}

.duelloCompareTable td {
    padding: 10px 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 700;
}

.duelloCompareTable td:first-child {
    width: 55%;
    color: rgb(17, 24, 39);
    font-weight: 900;
}

.duelloCompareTable td:nth-child(2), .duelloCompareTable td:nth-child(3) {
    width: 22.5%;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.duelloCompareTable td.winCell {
    background: rgba(34, 197, 94, 0.12);
    border-left: 1px solid rgba(34, 197, 94, 0.18);
    border-right: 1px solid rgba(34, 197, 94, 0.18);
}

.duelloStripRow2 {
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
}

.duelloStripRow2 .side .nm {
    font-size: 13px;
    font-weight: 900;
    color: rgb(55, 65, 81);
}

.duelloStripRow2 .side.right {
    text-align: right;
}

.duelloStripRow2 .mid {
    text-align: center;
}

.duelloStripRow2 .mid .mode {
    font-size: 12px;
    font-weight: 900;
    opacity: 0.85;
}

.duelloStripRow2 .mid .res {
    font-size: 14px;
    font-weight: 1000;
    margin-top: 2px;
}

.duelloStripRow2 .mid .dq {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 900;
    color: rgb(185, 28, 28);
}

.duelloStripRow2 .mid .score {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 1000;
    letter-spacing: 0.5px;
}

.duelloStripRow2 .mid .score span {
    opacity: 0.45;
    margin: 0px 10px;
}

.fifa-cardBody-compact {
    padding-top: 10px;
    padding-bottom: 16px;
}

.fifa-name {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 900;
}

.duelloStripMini {
    max-width: 420px;
    margin: 0px auto 10px;
    padding: 8px 10px;
}

.duelloStripRow3 {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 10px;
}

.duelloStripRow3 .mid {
    text-align: center;
    line-height: 1.1;
}

.duelloStripRow3 .mode {
    font-weight: 900;
    font-size: 12px;
    opacity: 0.75;
    letter-spacing: 0.06em;
}

.duelloStripRow3 .res {
    font-weight: 900;
    font-size: 14px;
    margin-top: 2px;
}

.duelloStripRow3 .dq {
    font-size: 12px;
    margin-top: 3px;
    color: rgb(185, 28, 28);
    font-weight: 700;
}

.duelloStripRow3 .vs {
    margin-top: 4px;
    font-weight: 900;
    font-size: 13px;
    opacity: 0.85;
}

.stripAv {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(0, 0, 0, 0.08);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 14px;
}

.duelloCompareWrap {
    max-width: 420px;
    margin: 0px auto;
}

.duelloCompareTable3 td {
    vertical-align: middle;
    padding: 8px 10px;
}

.duelloCompareTable3 td.lbl {
    text-align: center;
    font-weight: 900;
    color: rgb(100, 116, 139);
    letter-spacing: 0.02em;
    width: 34%;
    white-space: nowrap;
}

.duelloCompareTable3 td.val {
    text-align: center;
    font-weight: 900;
    width: 33%;
}

.duelloCompareTable3 td.val.left {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.duelloCompareTable3 td.val.right {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.winCell {
    background: rgba(34, 197, 94, 0.12);
    color: rgb(22, 101, 52);
    border-radius: 8px;
}

.dqCell {
    background: rgba(239, 68, 68, 0.12);
    color: rgb(153, 27, 27);
    border-radius: 8px;
}

.duelloCompareTable3 td.lbl {
    text-align: center;
    font-weight: 900;
    color: rgb(51, 65, 85);
}

.duelloCompareTable3 td.lbl::before {
    content: "";
}

.duelloCompareTable3 td.lbl {
    background: rgba(148, 163, 184, 0.12);
    border-radius: 10px;
}

.fifa-card {
    position: relative;
    overflow: hidden;
}

.fifa-scoreBig {
    position: absolute;
    top: 10px;
    right: 12px;
    font-weight: 1000;
    font-size: 34px;
    letter-spacing: -0.02em;
    opacity: 0.95;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.35) 0px 10px 18px;
}

.fifa-card.isDQ .fifa-scoreBig {
    opacity: 0.55;
}

.fifa-cardTop {
    position: relative;
    min-height: 56px;
}

.duelloCenterBadge {
    width: 220px;
    margin: 0px auto 10px;
    padding: 10px;
    text-align: center;
    border-radius: 16px;
    background: rgb(255, 255, 255);
}

.duelloCenterBadge .t {
    font-weight: 900;
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 0.08em;
}

.duelloCenterBadge .r {
    font-weight: 1000;
    font-size: 16px;
    margin-top: 2px;
}

.duelloCenterBadge .dq {
    font-weight: 900;
    font-size: 12px;
    margin-top: 4px;
    color: rgb(185, 28, 28);
}

.duelloCenterBadge .vsIcon {
    width: 44px;
    height: 44px;
    margin: 8px auto 0px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 1000;
    background: radial-gradient(circle at 30% 30%, rgb(253, 230, 138), rgb(245, 158, 11));
    color: rgb(17, 24, 39);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 22px;
}

.duelloCompareWrap {
    max-width: 420px;
    margin: 0px auto;
}

.duelloCompareTable3 td {
    padding: 10px 12px;
    border-top: 0px !important;
}

.duelloCompareTable3 tr:nth-child(2n+1) td {
    background: rgba(148, 163, 184, 0.1);
}

.duelloCompareTable3 tr:nth-child(2n) td {
    background: rgba(148, 163, 184, 0.06);
}

.duelloCompareTable3 td.lbl {
    text-align: center;
    font-weight: 1000;
    color: rgb(15, 23, 42);
    letter-spacing: 0.01em;
    width: 40%;
    white-space: nowrap;
}

.duelloCompareTable3 td.val {
    text-align: center;
    font-weight: 1000;
    width: 30%;
}

.duelloCompareTable3 td.val.left {
    color: rgb(239, 68, 68);
}

.duelloCompareTable3 td.val.right {
    color: rgb(16, 185, 129);
}

.winCell {
    border-radius: 10px;
    background: rgba(34, 197, 94, 0.16) !important;
}

.dqCell {
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.14) !important;
}

.duelloImageStyle {
    overflow: hidden;
}

.duelloImageStyle {
    margin: 0px auto;
    padding: 8px;
}

.vsHead {
    grid-template-columns: 1fr 140px 1fr;
    padding: 8px;
}

.vsSide {
    padding: 8px 10px;
    min-height: 70px;
}

.vsSide .nm {
    font-size: 13px;
}

.vsSide .sc {
    font-size: 24px;
}

.vsAvatar {
    width: 34px;
    height: 34px;
}

.vsRow {
    padding: 6px 10px;
}

.vsRow .vL, .vsRow .vR {
    font-size: 16px;
}

.vsRow .vM .tx {
    font-size: 13px;
}

.vsBadge {
    width: 70px;
    height: 46px;
    font-size: 13px;
    border-radius: 10px;
}

.vsMid {
    transform: translateY(-6px);
}

.vsSide.right {
    box-shadow: rgba(16, 185, 129, 0.3) 0px 0px 0px 2px;
}

.vsSide.left.dq {
    opacity: 0.7;
}

.vsHead {
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    gap: 10px;
    align-items: stretch;
    padding: 12px;
    background: rgb(255, 255, 255);
}

.vsSide {
    position: relative;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 10px 12px;
    min-height: 86px;
}

.vsSide.left {
    background: rgb(226, 75, 75);
}

.vsSide.right {
    background: rgb(57, 198, 165);
}

.vsSide .mini {
    font-size: 11px;
    opacity: 0.9;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.vsSide .nm {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    margin-top: 2px;
}

.vsSide .sc {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-top: 6px;
}

.vsSide .trophy {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
}

.vsSide.dq {
    filter: saturate(0.8);
    opacity: 0.85;
}

.vsSide .dqTag {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.25);
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 11px;
}

.vsMid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vsBadge {
    width: 86px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border-radius: 12px;
    background: rgb(255, 255, 255);
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 16px;
}

.vsSub {
    margin-top: 6px;
    font-size: 12px;
    color: rgb(185, 28, 28);
    font-weight: 700;
    line-height: 1.2;
}

.vsTable {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
}

.vsRow {
    display: grid;
    grid-template-columns: 160px 1fr 160px;
    align-items: center;
    padding: 0px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

.vsRow.alt {
    background: rgb(243, 244, 246);
}

.vsRow .vL {
    text-align: left;
    font-weight: 900;
    color: rgb(212, 58, 58);
    font-size: 20px;
}

.vsRow .vR {
    text-align: right;
    font-weight: 900;
    color: rgb(31, 182, 148);
    font-size: 20px;
    top: 0px;
}

.vsRow .vM {
    text-align: center;
    font-weight: 900;
    color: rgb(18, 78, 122);
}

.vsRow .vM .st {
    color: rgb(243, 198, 35);
    margin-right: 6px;
}

.vsRow .vM .tx {
    font-size: 15px;
}

.vsRow .subMid {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 800;
    color: rgb(209, 29, 29);
}

.vsRow .subL, .vsRow .subR {
    position: absolute;
    bottom: 0px;
    font-size: 11px;
    font-weight: 800;
    color: rgb(209, 29, 29);
    opacity: 0.95;
}

.vsRow .subL {
    left: 12px;
}

.vsRow .subR {
    right: 12px;
}

.vsUser {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vsAvatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: rgb(255, 255, 255);
}

.vsSide.left .vsAvatar {
    border-color: rgba(255, 255, 255, 0.9);
}

.vsSide.right .vsAvatar {
    border-color: rgba(255, 255, 255, 0.9);
}

.vsSide.dq .vsAvatar {
    border-color: rgb(239, 68, 68);
    filter: grayscale(60%);
}

.vsHead {
    grid-template-columns: 1fr 140px 1fr;
    padding: 8px;
}

.vsSide {
    padding: 8px 10px;
    min-height: 90px;
}

.vsSide .nm {
    font-size: 13px;
}

.vsSide .sc {
    font-size: 24px;
}

.fifa-scoreBig {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    margin-top: 6px;
}

.fifa-cardTop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vsMiddleFifa {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vsBadgeBig {
    font-size: 18px;
    font-weight: 900;
    background: rgb(255, 255, 255);
    padding: 6px 14px;
    border-radius: 12px;
    border: 2px solid rgb(221, 221, 221);
}

.vsSub {
    font-size: 12px;
    color: rgb(220, 38, 38);
    margin-top: 4px;
}

.vsSide {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(15, 23, 42), rgb(30, 41, 59));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vsSide.winnerFifa {
    background: linear-gradient(145deg, rgb(5, 46, 22), rgb(22, 101, 52));
    border: 1px solid rgba(34, 197, 94, 0.4);
    box-shadow: rgba(34, 197, 94, 0.25) 0px 6px 18px;
}

.vsSide:not(.winnerFifa) {
    opacity: 0.92;
}

.vsSide.dq {
    background: linear-gradient(145deg, rgb(63, 11, 11), rgb(127, 29, 29));
    border: 1px solid rgba(239, 68, 68, 0.4);
}

.fifaRibbonMini {
    position: absolute;
    top: 14px;
    right: -34px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 900;
    padding: 3px 30px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.4px;
}

.fifaRibbonMini:not(.red) {
    background: rgb(34, 197, 94);
    box-shadow: rgba(34, 197, 94, 0.4) 0px 2px 6px;
}

.fifaRibbonMini.red {
    background: rgb(239, 68, 68);
    box-shadow: rgba(239, 68, 68, 0.45) 0px 2px 6px;
}

.vsSide .sc {
    font-size: 24px;
    font-weight: 900;
    margin-top: 6px;
}

.dqRow {
    background: rgba(239, 68, 68, 0.08) !important;
    border-top: 1px solid rgba(239, 68, 68, 0.25) !important;
}

.dqText {
    color: rgb(220, 38, 38) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.vsMid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vsIcon {
    font-size: 47px;
    font-weight: 1000;
}

.vsSubMini {
    margin-top: 4px;
    font-size: 11px;
    color: rgb(248, 113, 113);
    text-align: center;
    max-width: 120px;
    line-height: 1.2;
}

.vsSide.dq {
    animation: 0.35s ease-in-out 0s 1 normal none running shakeDQ;
}

@keyframes shakeDQ {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(0px);
    }
}

.duelloInfoBar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 8px 0px 4px;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.infoItem {
    opacity: 0.9;
    white-space: nowrap;
}

.infoSep {
    opacity: 0.3;
}

.textEllipsis {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.duelloInfoBar {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.08), rgba(59, 130, 246, 0.08));
}

.badge-canli-nokta {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 10px;
    height: 10px;
    background-color: rgb(255, 59, 48);
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    display: block;
    z-index: 10;
}

.badge-canli-nokta::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(255, 59, 48);
    border-radius: 50%;
    animation: 1.5s ease-out 0s infinite normal none running bildirimPulsar;
    opacity: 0;
}

@keyframes bildirimPulsar {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.profile-card-custom {
    background: radial-gradient(circle at center top, rgb(26, 26, 26), rgb(0, 0, 0));
    border-radius: 18px;
    border: 2px solid rgb(202, 168, 92);
    overflow: hidden;
    position: relative;
    color: rgb(255, 255, 255);
}

.profile-card-custom::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle, rgba(202, 168, 92, 0.15), transparent 70%);
    pointer-events: none;
}

.pc-avatar-wrap {
    position: relative;
}

.pc-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid rgb(202, 168, 92);
    object-position: center top;
    object-fit: cover;
    background: rgb(0, 0, 0);
}

.pc-name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.pc-score {
    color: rgb(255, 211, 105);
    font-weight: bold;
    font-size: 18px;
}

.pc-stat {
    font-size: 20px;
    font-weight: bold;
}

.pc-label {
    font-size: 12px;
    color: rgb(187, 187, 187);
}

.pc-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(202, 168, 92), transparent);
    margin: 15px 0px;
}

.profile-card-custom {
    position: relative;
    z-index: 1065;
}

.js-profilecard {
    cursor: pointer;
}

.chat-box {
    position: relative;
}

.chat-box {
    & position#newMsgPill {
        display: none;
        position: absolute;
        right: 16px;
        bottom: 90px;
        z-index: 5;
    }

    & .fs-4 {
        font-size: 1.25rem !important;
    }
}

.genel-aktif-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(238, 250, 241);
    border: 1px solid rgb(207, 233, 214);
    border-radius: 999px;
    padding: 6px 12px;
    min-height: 36px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px;
    user-select: none;
    white-space: nowrap;
}

.genel-aktif-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(40, 167, 69);
    box-shadow: rgba(40, 167, 69, 0.12) 0px 0px 0px 3px;
    flex: 0 0 auto;
}

.genel-aktif-label {
    font-size: 13px;
    color: rgb(75, 91, 79);
    font-weight: 600;
    line-height: 1;
}

.genelAktifSayisi {
    font-size: 14px;
    font-weight: 700;
    color: rgb(31, 122, 53);
    line-height: 1;
    min-width: 18px;
    text-align: right;
}

@media (max-width: 991.98px) {
    .genel-aktif-label {
        display: none;
    }

    .genel-aktif-pill {
        padding: 6px 10px;
    }
}

.header-right {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
}

.gece-modu-pill {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 38px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgb(245, 247, 251);
    border: 1px solid rgb(223, 229, 239);
    color: rgb(47, 59, 82);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px;
    transition: 0.2s;
    margin-bottom: 0px !important;
}

.gece-modu-pill:hover {
    background: rgb(238, 242, 248);
    border-color: rgb(207, 216, 230);
}

.gece-modu-label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: rgb(61, 74, 98);
}

.gece-modu-label i {
    font-size: 15px;
    color: rgb(94, 108, 132);
}

.gece-modu-switch-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
}

.gece-modu-pill .switchery, .gece-modu-pill .switch-btn {
    vertical-align: middle;
    margin: 0px !important;
}

.genel-aktif-pill, .gece-modu-pill {
    min-height: 38px;
}

.user-notification {
    display: flex;
    align-items: center;
    margin-left: 6px;
}

@media (max-width: 991.98px) {
    .gece-modu-label {
        font-size: 12px;
    }

    .gece-modu-pill {
        padding: 6px 10px;
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    .gece-modu-label span, .gece-modu-label-text {
        display: none;
    }
}

.pill-vip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    background: rgba(245, 158, 11, 0.16);
    color: rgb(154, 103, 0);
    border: 1px solid rgba(245, 158, 11, 0.38);
    white-space: nowrap;
}

.toplist {
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 240, 246);
    border-radius: 12px;
    margin-bottom: 6px;
    transition: 0.25s;
}

.toplist:hover {
    background: rgb(245, 247, 255);
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 20px;
    cursor: pointer;
}

.toplist img {
    transition: 0.25s;
}

.toplist:hover img {
    transform: scale(1.08);
}

.toplist .txt .font-14 {
    transition: 0.25s;
}

.toplist:hover .font-14 {
    color: rgb(38, 94, 215);
}

.toplist .cta img {
    transition: 0.3s;
}

.toplist:hover .cta img {
    transform: rotate(-8deg) scale(1.1);
}

.toplist::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10%;
    bottom: 10%;
    width: 4px;
    border-radius: 4px;
    background: rgb(203, 213, 225);
}

.toplist:nth-child(1) {
    background: rgb(255, 248, 230);
    border: 1px solid rgb(243, 227, 179);
}

.toplist:nth-child(2) {
    background: rgb(247, 248, 250);
    border: 1px solid rgb(227, 230, 235);
}

.toplist:nth-child(3) {
    background: rgb(255, 244, 236);
    border: 1px solid rgb(240, 212, 194);
}

.toplist:nth-child(1)::before {
    background: rgb(250, 204, 21);
}

.toplist:nth-child(2)::before {
    background: rgb(156, 163, 175);
}

.toplist:nth-child(3)::before {
    background: rgb(217, 119, 6);
}

li.message-item.vip-message .mesaj-alani {
    position: relative;
    background: var(--vip-bg, rgba(255, 215, 0, 0.12)) !important;
    border-top-color: !important;
    border-top-style: !important;
    border-top-width: !important;
    border-right-color: !important;
    border-right-style: !important;
    border-right-width: !important;
    border-bottom-color: !important;
    border-bottom-style: !important;
    border-bottom-width: !important;
    border-image-source: !important;
    border-image-slice: !important;
    border-image-width: !important;
    border-image-outset: !important;
    border-image-repeat: !important;
    border-left: 4px solid var(--vip-border-strong, rgba(255, 215, 0, 0.75)) !important;
    border-radius: 10px !important;
    padding: 6px 10px !important;
}

.chat-box .chat-desc ul li.message-item.vip-message .mesaj-alani::before {
    border-right-color: var(--vip-border, rgba(255, 215, 0, 0.35)) !important;
}

.chat-box .chat-desc ul li.message-item.vip-message .mesaj-alani::after {
    border-right-color: var(--vip-bg, rgba(255, 215, 0, 0.12)) !important;
}

.chat-box .chat-desc ul li .mesaj-alani .badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    overflow: hidden;
    border-radius: 999px;
    padding: 0.22rem 0.55rem;
    font-weight: 700;
    font-size: 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
    vertical-align: middle;
}

.chat-box .chat-desc ul li .mesaj-alani .badge::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
}

.chat-box .chat-desc ul li .mesaj-alani .badge i {
    font-size: 0.85em;
    line-height: 1;
}

.badge-role {
    background: var(--badge-bg, #cc0f0f);
    color: rgb(255, 255, 255) !important;
}

.badge-vip {
    background: rgb(241, 185, 11);
    color: rgb(17, 17, 17);
    border-color: rgba(0, 0, 0, 0.1);
}

.vip-text {
    letter-spacing: 0.4px;
}

.chat-box .chat-desc ul li .mesaj-alani .badge-vip i {
    color: rgba(0, 0, 0, 0.85);
}

@media (max-height: 600px) {
    .duello-topbar {
        padding: 5px !important;
    }
}
.vip-center-teaser {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease;
}

.vip-center-teaser:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(127, 86, 217, 0.22);
}

.vip-center-teaser-inner {
    position: relative;
    padding: 16px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #7F56D9 0%, #A855F7 55%, #F59E0B 140%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(127, 86, 217, 0.18);
}

.vip-center-teaser-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.28), transparent 35%),
        radial-gradient(circle at bottom left, rgba(255,255,255,.18), transparent 30%);
    pointer-events: none;
}

.vip-center-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.28);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .3px;
}

.vip-center-icon-wrap {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.26);
    font-size: 22px;
    animation: vipPulse 1.8s infinite;
}

.vip-center-title {
    position: relative;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 6px;
}

.vip-center-subtitle {
    position: relative;
    font-size: 12px;
    line-height: 1.45;
    opacity: .96;
    max-width: 220px;
    margin: 0 auto;
}

.vip-center-cta {
    position: relative;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    color: #7F56D9;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

@keyframes vipPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,.25); }
    70% { transform: scale(1.04); box-shadow: 0 0 0 10px rgba(255,255,255,0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.vip-side-link {
    background: linear-gradient(90deg, rgba(127,86,217,.10), rgba(245,158,11,.10));
    border: 1px solid rgba(127,86,217,.18);
    border-radius: 12px;
    /* margin: 6px 8px; */
    /* padding: 12px 14px !important; */
}

.vip-side-link .mtext {
    font-weight: 700;
    color: #5B21B6;
}