﻿html, body, #app {
    min-height: 100%;
    height: 100%;
}

body {
    background-color: #fff !important;
}

.alert.bi-alert-success {
    background-color: #E0FAEC;
    font-size: 12px;
}

    .alert.bi-alert-success .ti {
        color: #1FC16B;
    }


.alert.bi-alert-info, .alert.bi-alert-info a {
    background-color: #E2E5F4;
    color: #0E121B;
}

    .alert.bi-alert-info .ti {
        color: #253EA7;
    }

.alert.bi-alert-warning, .alert.bi-alert-warning a {
    background-color: #F6EBF7;
    color: #0E121B;
}

    .alert.bi-alert-warning .ti {
        color: #A639B1;
    }

.alert.bi-alert-danger {
    background-color: #FFEBEC;
    font-size: 12px;
}

    .alert.bi-alert-danger .ti {
        color: #FB3748;
    }


.bi-btn-type1 {
    background-color: #F6B51E !important;
    color: #fff !important;
}


.bi-btn-type2 {
    cursor:pointer;
    display: flex;
    font-weight: 500;
    font-size: 11px;
    color: #99A0AE;
    position: relative;
    margin: 4px 0;
    border-bottom: solid 1px #E1E4EA;
    justify-content:center;
}

    .bi-btn-type2 .bi-btn-type2-text { 
        padding: 5px 10px;
        top: -13px;
        left: 0;
        right: 0; 
        display: inline-block;
        background-color: #fff; 
        border: solid 1px #E1E4EA;
        border-radius: 8px;
        margin-bottom: -12px;
    }



.ti-gray {
    color: #cacfd8;
}

.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.bi-grid ul {
    margin: 0;
    padding: 0;
}

    .bi-grid ul li {
        list-style: none;
        margin: 0 0 8px;
        padding: 0;
    }

.dropdown-item:hover {
    background-color: #f5f7fa !important;
}

.table-responsive.with-bp {
    padding-bottom: 120px;
}

.btn-settings {
    border: solid 1px #E2E4E9;
    background-color: transparent;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}

.content-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #0e121b;
}

.warning-box {
    background-color: #ffebec;
    padding: 14px 14px 14px 42px;
    border-radius: 12px;
    color: #0e121b;
    position: relative;
    font-size: 14px;
}

    .warning-box .ti {
        color: #fb3748;
        position: absolute;
        top: 18px;
        left: 14px;
        font-size: 15px;
    }

    .warning-box a {
        color: #0e121b;
        text-decoration: underline;
    }

.defult-color {
    color: #525866;
}
.bg-white {
background-color:#fff;
}
.green {
    color: rgba(31, 193, 107, 1);
}

.gray {
    color: #CACFD8;
}

.orange {
    color: rgba(246, 181, 30, 1);
}

.red {
    color: #f00 !important;
}

.black {
    color: #313B49;
}
.blue {
    color: #35B9E9;
}
.table thead .input-group {
    min-width: 100px;
}

.fa-caret-left::before {
    content: "\f053";
}

.fa-backward::before {
    content: "\f100";
}

.fa-caret-right::before {
    content: "\f054";
}

.fa-forward::before {
    content: "\f101";
}

.list-type1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-type1 li {
        margin-bottom: 10px;
    }

.btn-delete {
    background-color: #FEF3F2;
    border-radius: 100%;
    color: #F04438;
    font-size:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:6px;
}

.btn-default {
    border: solid 1px #e1e4ea !important;
    box-shadow: none !important;
}

.btn-pink {
    background-color: #FB37481A;
    color: #FB3748;
}

.badge {
    border-radius: 15px !important;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge-danger span {
    color: #e97b84;
}

.badge-success {
    color: #1fc16b !important;
    background-color: #e0faec;
}

.badge-warning {
    color: #ffc107 !important;
    background-color: #fdf3d;
}

.badge-danger {
    color: #dc3545 !important;
    background-color: #f8d4d7;
}

.badge-info {
    color: #17a2b8 !important;
    background-color: #c1f6fe;
}

.labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .labels .select-text {
        visibility: hidden;
    }

    .labels.selected .select-text {
        visibility: visible;
    }

.label-cat {
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    padding: 4px 10px;
}

    .label-cat.type1 {
        border-color: #040d12;
        color: #040d12;
    }

.selected .label-cat.type1 {
    background-color: #040d12;
    color: #fff;
}

.label-cat.type2 {
    border-color: #35b9e9;
    color: #35b9e9;
}

.selected .label-cat.type2 {
    background-color: #35b9e9;
    color: #fff;
}

.label-cat.type3 {
    border-color: #ffc0df;
    color: #e763a4;
}

.selected .label-cat.type3 {
    background-color: #ffc0df;
    color: #68123d;
}

.label-cat.type4 {
    border-color: #f6b51e;
    color: #f6b51e;
}

.selected .label-cat.type4 {
    background-color: #f6b51e;
    color: #fff;
}

.label-cat.type5 {
    border-color: #1fc16b;
    color: #1fc16b;
}

.selected .label-cat.type5 {
    background-color: #1fc16b;
    color: #fff;
}



.app-brand-link .app-brand-logo {
    width: 40px;
    height: 40px;
}

.app-brand-link .company-name {
    padding-left: 12px;
    display: block;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.app-brand-link .company-name .title {
    font-size: 14px;
    color: #0a0d14;
    font-weight: 600;
    display: block;
}

.app-brand-link .company-name .desc {
    font-size: 12px;
    color: #525866;
    display: block;
}

.layout-container .bg-menu-theme {
    background-color: #fff !important;
    border-right: solid 1px #e2e4e9;
}

    .layout-container .bg-menu-theme .menu-link {
        color: #525866;
        font-weight: 500;
    }

.layout-navbar .navbar-search-wrapper .btn-group.new-buttons {
    height: 40px;
}

.layout-navbar .navbar-search-wrapper .navbar-search-input {
    border: solid 2px #e2e4e9;
    border-radius: 6px;
    max-width: 500px;
    width: 100%;
    padding: 5px 14px;
    position: relative;
    background-color: #fff;
}

    .layout-navbar .navbar-search-wrapper .navbar-search-input .search-suggest {
        position: absolute;
        z-index: 2;
        background-color: #fff;
        border: solid 2px #e2e4e9;
        border-top: none;
        padding: 5px 14px;
        top: 36px;
        left: 0;
        width: 100%;
    }


        .layout-navbar .navbar-search-wrapper .navbar-search-input .search-suggest ul,
        .layout-navbar .navbar-search-wrapper .navbar-search-input .search-suggest ul li {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .layout-navbar .navbar-search-wrapper .navbar-search-input .search-suggest ul li a {
                display: flex;
                justify-content: space-between;
                padding: 5px 0;
                color: #0E121B;
                font-size: 14px;
            }

            .layout-navbar .navbar-search-wrapper .navbar-search-input .search-suggest ul li .name {
                color: #0E121B;
                font-size: 14px;
            }

            .layout-navbar .navbar-search-wrapper .navbar-search-input .search-suggest ul li .tel {
                color: #717784;
                font-size: 12px;
                font-weight: 500;
                background-color: #F2F5F8;
                border-radius: 10px;
                padding: 5px 10px;
            }


    .layout-navbar .navbar-search-wrapper .navbar-search-input:focus {
        border-color: #35B9E9;
    }

#navbar-collapse .dropdown-user {
    border: solid 1px #e2e4e9;
    border-radius: 10px;
    height: 40px;
    border: 1px solid #e2e4e9;
    padding-left: 5px;
}

    #navbar-collapse .dropdown-user .avatar {
        border-radius: 100%;
        border: solid 1px #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    #navbar-collapse .dropdown-user .avatar,
    #navbar-collapse .dropdown-user .user-info {
        cursor: pointer;
    }

    #navbar-collapse .dropdown-user .company-name {
        color: #525866;
        font-size: 12px;
    }

    #navbar-collapse .dropdown-user .dropdown-menu .dropdown-item {
        color: #0a0d14;
        font-size: 14px;
    }

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: #f6f8fa !important;
    color: #0a0d14 !important;
}

.btn-primary {
    border: none !important;
    box-shadow: 0px 1px 2px 0px #375dfb14;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #25347b !important;
        border-color: #25347b;
        color: #fff !important;
    }

ul.nav.nav-tabs.bi-tabs {
    overflow-y: hidden;
}

.fc-header-toolbar .btn-outline-primary {
    border-color: #e2e4e9 !important;
    color: #525866 !important;
}

    .fc-header-toolbar .btn-outline-primary:hover {
        background-color: #e6f2f9 !important;
    }


.fc-header-toolbar .fc-button-group {
    background-color: #f6f8fa !important;
    border-radius: 8px !important;
}

    .fc-header-toolbar .fc-button-group .fc-icon {
        background-color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 6px;
        padding-top: 2px;
    }

.fc-header-toolbar .fc-right .btn-group {
    background-color: #f6f8fa;
    border-radius: 10px;
    padding: 4px;
}

    .fc-header-toolbar .fc-right .btn-group .btn-outline-primary {
        border: none;
        background-color: #f6f8fa;
        color: #868c98 !important;
    }

    .fc-header-toolbar .fc-right .btn-group .btn-primary {
        border: none;
        background-color: #fff !important;
        color: #0a0d14 !important;
    }

.fc-unthemed th.fc-day-header {
    background: var(--bg-weak-100, #f6f8fa);
}

    .fc-unthemed th.fc-day-header > a,
    .fc-unthemed th.fc-day-header > span {
        font-size: 12px;
        color: #868c98;
        font-weight: 500;
    }

.card {
    box-shadow: none !important;
}

div.fc-event-container .fc-time-grid-event {
    border-radius: 4px;
    color: #0E121B !important;
}

.dropdown-user .avatar img {
    max-height: 25px !important;
    max-width: 25px !important;
    width: auto !important;
}
/*.authentication-inner{
    max-width:440px!important   ;
}*/

.authentication-inner .card {
    border: solid 1px #e1e4ea;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px #0a0d1408;
}

.authentication-inner p,
.authentication-inner label {
    color: #525866;
    font-size: 14px;
}

.authentication-inner a {
    color: #525866;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

    .authentication-inner a.dropdown-item {
        text-decoration: none;
    }

.authentication-inner .btn-primary {
    background-color: #0278c2 !important;
    font-size: 14px;
}

.login-header {
    margin-bottom: 24px;
    display: flex;
    border-bottom: solid 1px #e1e4ea;
    align-items: center;
    padding-bottom: 20px;
}

    .login-header .header-avatar {
        background: url(/assets/img/bi-user-avatar.png) no-repeat;
        width: 96px;
        height: 96px;
        margin-right: 10px;
    }

.header-avatar-branch {
    background: url(/assets/img/bi-select-company-img.png) no-repeat;
    width: 96px;
    height: 96px;
    margin-right: 10px;
}

.login-header .header-title h1 {
    color: #0e121b;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    outline: none !important;
}

.login-header .header-title span {
    color: #0e121b;
    font-size: 16px;
    font-weight: 400;
}

.account-page-header {
    padding: 24px 44px;
    border-bottom: 1px solid #e1e4ea;
    display: flex;
    justify-content: space-between;
}

    .account-page-header .app-name {
        align-items: center;
        display: flex;
        max-width: 160px;
    }

        .account-page-header .app-name .header-logo {
            background: url(/assets/img/Bi.png) no-repeat;
            background-size: 40px auto;
            width: 40px;
            height: 40px;
            margin-right: 12px;
        }

        .account-page-header .app-name .name {
            color: #0e121b;
            font-size: 24px;
            font-weight: 500;
        }

    .account-page-header .app-contact {
        display: flex;
        align-items: center;
    }

        .account-page-header .app-contact a {
            color: #525866;
            font-size: 14px;
            font-weight: 400;
            display: inline-block;
            margin-left: 10px;
        }

        .account-page-header .app-contact .contact {
            padding: 10px;
            border-radius: 10px;
            border: solid 1px #e1e4ea;
            font-weight: 500;
        }

.modal .role-title {
    font-size: 20px;
    border-bottom: solid 1px #e1e4ea;
    padding: 16px;
    margin: -24px;
}

.form-label {
    color: #0e121b !important;
    font-size: 14px;
    font-weight: 500;
}

.modal #calendar {
    border: solid 1px #e1e4ea;
    border-radius: 16px;
    overflow: hidden;
}

    .modal #calendar .fc-head {
        display: none;
    }

    .modal #calendar .fc-header-toolbar .fc-left,
    .modal #calendar .fc-header-toolbar .fc-button-group {
        width: 100%;
    }

.credit-card-list .bi-box-body {
    cursor: pointer;
}

@media (min-width: 1000px) {
    #newEventForm .dropdown-menu.show {
        width: 368px !important;
    }
}

.table-type1 thead th .ti {
    color: #9d9d9d;
}

.table-type1 {
    border-radius: 15px;
}

    .table-type1 thead {
        background-color: #f5f7fa;
    }

        .table-type1 thead th {
            border: none;
            padding: 8px;
            text-transform: initial;
        }

            .table-type1 thead th.sorting::after {
                left: 15px;
                top: 35% !important;
            }

            .table-type1 thead th.sorting::before {
                left: 5px !important;
                top: 15px !important;
            }

            .table-type1 thead th.sorting span {
                padding-left: 15px;
            }

table.dataTable thead > tr > th.sorting_desc:after {
    left: 15px !important;
}

.table-type1 thead tr + tr.filters th {
    padding-top: 0;
}

.table-type1 thead .headers th {
    padding-bottom: 0 !important;
}

.table-type1 thead .btn-outline-primary {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #dbdade !important;
    border-left: none;
}

.table-type1 thead .form-control:focus,
.table-type1 thead .input-group:focus-within .form-control,
.table-type1 thead .input-group:focus-within .input-group-text {
    border-color: #dbdade;
    border-color: #dbdade !important;
    border-right: none;
}

.table-type1 thead .btn-outline-primary:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #dbdade !important;
}

.table-type1 thead .ti-filter:after {
    content: "";
    border: solid 1px #e1e4ea;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    right: 4px;
    border-radius: 5px;
}

.table-responsive .alert.alert-primary {
    background-color: transparent;
    text-align: center;
    color: #999;
}

.table-type1 thead th.sorting_desc span,
.table-type1 thead th.sorting_asc span {
    padding-left: 15px;
}

.user-profile-info {
    padding: 8px 32px; 
    border-bottom: solid 1px #e1e4ea;
    margin-bottom: 16px;
    background-color: #FAFAFA;
    margin-top: -16px;
    margin-bottom: 16px;
}

    .user-profile-info .user-content {
        
        color: #717680;
        font-size:14px;
    }

        .user-profile-info .user-content .ti-arrow-up-right {
             
            font-size: 14px;
        }
        .user-profile-info .user-content a {
            
            color: #0E121B; 
        }

    .user-profile-info .user-content .btn-back {
       margin-left:-20px;
    }

.user-profile-info .user-content .ti-gift {
    color: #12B76A !important;
}


    .user-profile-info .user-page-title .title {
        color: #171717 !important;
        font-size: 24px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

        .user-profile-info .user-page-title .ti {
            color: #A4A7AE !important;
            display: inline-block;
            font-size: 24px;
            font-weight: 600;
        }




 
    .shortcuts h6 {
        color: #525866;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
    }

    .shortcuts .btn-bi-outline {
        margin-right: 8px;
        background-color:#fff;
    }

        .shortcuts a i {
            display: inline-block;
            margin-right: 5px;
        }

.shortcut-btns .btn {
    border: solid 1px #e1e4ea;
}

.shortcut-btns .btn-dropdown {
    background-color:#fff;
}


.shortcut-btns .btn-dropdown:hover {
   border-color:#000;
}

.process-card {
    border-radius: 16px !important;
    border: solid 1px #e1e4ea !important;
    padding: 16px;
}

    .process-card .card-header {
        padding: 0 !important;
        margin-bottom: 16px;
        border-bottom: solid 1px #e1e4ea;
        height: 35px;
    }

        .process-card .card-header h5 {
            font-weight: 500;
        }

        .process-card .card-header h5 {
            display: flex;
            align-items: center;
        }

    .process-card .card-body {
        padding: 0;
        color: #0e121b;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .process-card .card-body .row {
            margin-bottom: 16px;
        }

            .process-card .card-body .row:last-child {
                margin-bottom: 0;
            }

process-card .card-body .ti {
    margin-right: 8px;
}

.process-card .card-body label {
    display: block;
    font-size: 12px;
    color: #525866;
    margin-bottom: 6px;
}

.process-card .card-body .switch label {
    margin-bottom: 0;
}

.process-card .card-body .note {
    border-radius: 6px;
    border: solid 1px #e1e4ea;
    padding: 4px 10px;
    font-size: 12px;
    color: #525866;
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

.process-card .card-body .btn-text {
    border: solid 1px #e1e4ea;
    padding: 10px;
    font-size: 14px;
    color: #525866;
    display: flex !important;
    text-align: center;
    box-shadow: none !important;
}

    .process-card .card-body .btn-text:hover {
        background-color: #e1e4ea;
    }

    .process-card .card-body .btn-text .ti {
        vertical-align: middle;
    }

.process-card .card-title {
    display: flex;
    height: 41px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    margin-top: -12px;
}

.process-card .card-header .ti {
    font-size: 28px;
    font-weight: 400;
}

.process-card .card-title h5 {
    margin-bottom: 0 !important;
}

.process-card .price {
    margin-bottom: 16px;
    display: flex;
    color: #0e121b;
    font-size: 16px;
    font-weight: 500;
}

    .process-card .price .icon {
        display: flex;
        margin-right: 16px;
        align-items: center;
        justify-content: center;
        border: solid 1px #e1e4ea;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        color: #35b9e9;
        font-size: 20px;
    }

    .process-card .price .money h5 {
        font-size: 11px;
        font-weight: 500;
        color: #99a0ae;
        margin-bottom: 3px;
    }

    .process-card .price .red {
        color: #fb3748;
    }

    .process-card .price .green {
        color: #1fc16b;
    }

    .process-card .price .old-price {
        color: #e1e4ea;
        text-decoration: line-through;
    }

.process-card .message {
    border: solid 1px #e1e4ea;
    border-radius: 12px;
    overflow: hidden;
}

    .process-card .message ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

        .process-card .message ul li {
            border-left: solid 1px #e1e4ea;
            border-bottom: solid 1px #e1e4ea;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 8px 0;
            width: calc(100% / 5);
        }

            .process-card .message ul li:first-child {
                border-left: none;
            }

            .process-card .message ul li:hover,
            .process-card .message ul li.selected {
                background-color: #e1e4ea;
            }

    .process-card .message .msg {
        border: none;
        width: 100%;
        height: 142px;
        padding: 12px;
        resize: none;
    }

        .process-card .message .msg:focus {
            outline: none;
        }

.notes-card .card-body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 200px;
}

    .notes-card .card-body .msg-content {
        padding-left: 30px;
        font-size: 14px;
        color: #0e121b;
    }

        .notes-card .card-body .msg-content .date {
            color: #0e121b;
            font-weight: 600;
            display: block;
        }

        .notes-card .card-body .msg-content .msg {
            color: #525866;
            display: block;
        }

        .notes-card .card-body .msg-content .user {
            color: #99a0ae;
            font-size: 12px;
            text-align: right;
            display: block;
        }

.notes-card .smile {
    margin-left: -30px;
    margin-right: 10px;
    vertical-align: top;
}

.smile {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

.smile1 {
    background-image: url(/_content/BiBulut.App.Shared/assets/img/emoji-1.png);
}

.smile2 {
    background-image: url(/_content/BiBulut.App.Shared/assets/img/emoji-2.png);
}

.smile3 {
    background-image: url(/_content/BiBulut.App.Shared/assets/img/emoji-3.png);
}

.smile4 {
    background-image: url(/_content/BiBulut.App.Shared/assets/img/emoji-4.png);
}

.smile5 {
    background-image: url(/_content/BiBulut.App.Shared/assets/img/emoji-5.png);
}

.btn-bi-outline {
    border: solid 1.5px #D5D7DA;
    border-radius: 4px;
    padding: 2px;
    color: #0E121B;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
}
    

    .btn-bi-outline:hover {
        border-color: #0E121B;
        color: #171717 !important;
    }

    .btn-bi-outline.disabled {
        cursor: default;
        background-color: #e4e4e4;
    }

        .btn-bi-outline.disabled:hover {
            border-color: #D5D7DA;
            color: #0E121B !important;
        }



    .btn-bi-outline span {
        display: flex;
/*        border: solid 1px #e1e4ea;*/
/*        border-radius: 12px;*/
        padding: 5px ;
        align-items: center;
        justify-content: center;
    }

.btn-back { 
    display: inline-block;
    margin-right:0px;
    width: 20px;
    height: 20px; 
    align-items: center;
}

    .btn-back .ti {
        color: #525866;
        margin: -3px 0 0 -1px;
    }

.btn-process-open {
    background-color: #35b9e9 !important;
    color: #fff !important;
}

    .btn-process-open:hover {
        background-color: #fff !important;
        border: solid 1px #35b9e9 !important;
        color: #35b9e9 !important;
    }

.btn-process-close {
    border: solid 1px #fb3748 !important;
}

    .btn-process-close:hover {
        background-color: #fb3748 !important;
        color: #fff !important;
    }

.modal .accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 20px;
    margin-top: -10px;
}

.modal .accordion.accordion-bordered .accordion-item {
    border-style: solid;
    border-radius: 10px !important;
    margin-bottom: 5px;
    border-width: 1px;
/*    overflow: hidden;*/
}
.accordion-header { 
    border-radius: 10px;
    overflow: hidden;
}
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: " - ";
    transform: none !important;
}

.more-project .tagify {
    border-radius: 0.42rem;
    border-color: #e4e6ef;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

    .more-project .tagify:hover {
        border-color: #e4e6ef;
    }

    .more-project .tagify.tagify--focus {
        border: 1px solid #69b3ff;
    }

    .more-project .tagify .tagify__tag {
        background-color: #ebedf3;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0.42rem;
    }

        .more-project .tagify .tagify__tag div {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            padding-right: 0.25rem;
        }

            .more-project .tagify .tagify__tag div .tagify__tag-text {
                color: #7e8299;
                font-weight: 400;
            }

            .more-project .tagify .tagify__tag div:before {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                -webkit-animation: none;
                animation: none;
                -webkit-transition: none;
                transition: none;
            }

        .more-project .tagify .tagify__tag .tagify__tag__removeBtn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            -webkit-transform: none;
            transform: none;
            position: static;
            border-radius: 0;
            margin-left: 0.25rem;
            margin-right: 0;
            line-height: 0;
        }

            .more-project .tagify .tagify__tag .tagify__tag__removeBtn:after {
                -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                line-height: 0;
                font-style: normal;
                font-weight: bold;
                font-variant: normal;
                line-height: 1;
                text-decoration: inherit;
                text-rendering: optimizeLegibility;
                text-transform: none;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
                content: "X";
                font-size: 0.6rem;
                color: #b5b5c3;
            }

            .more-project .tagify .tagify__tag .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #3699ff;
            }

                .more-project .tagify .tagify__tag .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.4;
                }

                .more-project .tagify .tagify__tag .tagify__tag__removeBtn:hover:after {
                    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
                    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
                    color: #f00;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag--primary:not(.tagify--notAllowed) {
            background-color: #3699ff;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--primary:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--primary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--primary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--primary:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--primary:not(.tagify--notAllowed) {
            background-color: rgba(54, 153, 255, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--primary:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #3699ff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--primary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #3699ff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--primary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--primary:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag--secondary:not(.tagify--notAllowed) {
            background-color: #e4e6ef;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--secondary:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--secondary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--secondary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--secondary:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--secondary:not(.tagify--notAllowed) {
            background-color: rgba(228, 230, 239, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--secondary:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #e4e6ef;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--secondary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #e4e6ef;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--secondary:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--secondary:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag--success:not(.tagify--notAllowed) {
            background-color: #1bc5bd;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--success:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--success:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--success:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--success:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--success:not(.tagify--notAllowed) {
            background-color: rgba(27, 197, 189, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--success:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #1bc5bd;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--success:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #1bc5bd;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--success:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--success:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project .tagify .tagify__tag.tagify__tag--info:not(.tagify--notAllowed) {
            background-color: #8950fc;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--info:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--info:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--info:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--info:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--info:not(.tagify--notAllowed) {
            background-color: rgba(137, 80, 252, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--info:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #8950fc;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--info:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #8950fc;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--info:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--info:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag--warning:not(.tagify--notAllowed) {
            background-color: #ffa800;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--warning:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--warning:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--warning:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--warning:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--warning:not(.tagify--notAllowed) {
            background-color: rgba(255, 168, 0, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--warning:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #ffa800;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--warning:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #ffa800;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--warning:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--warning:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag--danger:not(.tagify--notAllowed) {
            background-color: #f64e60;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--danger:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--danger:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--danger:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--danger:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--danger:not(.tagify--notAllowed) {
            background-color: rgba(246, 78, 96, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--danger:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #f64e60;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--danger:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #f64e60;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--danger:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--danger:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project .tagify .tagify__tag.tagify__tag--light:not(.tagify--notAllowed) {
            background-color: #f3f6f9;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--light:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--light:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--light:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--light:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--light:not(.tagify--notAllowed) {
            background-color: rgba(243, 246, 249, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--light:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #f3f6f9;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--light:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #f3f6f9;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--light:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--light:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project .tagify .tagify__tag.tagify__tag--dark:not(.tagify--notAllowed) {
            background-color: #181c32;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--dark:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--dark:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--dark:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--dark:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--dark:not(.tagify--notAllowed) {
            background-color: rgba(24, 28, 50, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--dark:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #181c32;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--dark:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #181c32;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--dark:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--dark:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project .tagify .tagify__tag.tagify__tag--white:not(.tagify--notAllowed) {
            background-color: #fff;
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--white:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--white:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag--white:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag--white:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project
        .tagify
        .tagify__tag.tagify__tag-light--white:not(.tagify--notAllowed) {
            background-color: rgba(255, 255, 255, 0.12);
        }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--white:not(.tagify--notAllowed)
            div
            .tagify__tag-text {
                color: #fff;
                font-weight: 500;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--white:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:after {
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify__tag-light--white:not(.tagify--notAllowed)
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify__tag-light--white:not(.tagify--notAllowed)
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

        .more-project .tagify .tagify__tag.tagify--notAllowed {
            background-color: #f64e60;
        }

            .more-project .tagify .tagify__tag.tagify--notAllowed div:before {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                -webkit-animation: none;
                animation: none;
                -webkit-transition: none;
                transition: none;
            }

            .more-project .tagify .tagify__tag.tagify--notAllowed div .tagify__tag-text {
                color: #fff;
                opacity: 0.75;
            }

            .more-project
            .tagify
            .tagify__tag.tagify--notAllowed
            .tagify__tag__removeBtn:after {
                opacity: 0.5;
                color: #fff;
            }

            .more-project
            .tagify
            .tagify__tag.tagify--notAllowed
            .tagify__tag__removeBtn:hover {
                background: transparent;
                color: #fff;
            }

                .more-project
                .tagify
                .tagify__tag.tagify--notAllowed
                .tagify__tag__removeBtn:hover + div > span {
                    opacity: 0.3;
                }

    .more-project .tagify[readonly] .tagify__tag__removeBtn {
        display: none;
    }

.more-project .tagify__input {
    color: #3f4254;
}

    .more-project .tagify__input::before {
        top: auto;
        bottom: auto;
        height: auto;
        position: relative;
        display: none !important;
    }

    .more-project .tagify__input ~ .tagify.form-control {
        margin: 1rem;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        background-color: transparent;
        outline: none !important;
        margin: 0;
        padding: 0;
    }

    .more-project .tagify__input.form-control {
        margin: 0;
    }

.more-project .tagify__input--outside {
    display: block;
    max-width: 600px;
    border: 1px solid #ebedf3;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.more-project .tagify__dropdown {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    background: #fff;
    border: 0 !important;
    outline: none !important;
    padding: 0.75rem 0;
    z-index: 96;
    border-radius: 0.42rem;
}

.more-project .modal-open .tagify__dropdown {
    z-index: 1051;
}

.more-project .tagify__dropdown .tagify__dropdown__wrapper {
    border: 0 !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-x: auto;
    max-height: 150px;
}

.more-project .tagify__dropdown .tagify__dropdown__item {
    color: #3f4254;
    border-radius: 0;
    padding: 0.25rem 1.5rem;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .more-project .tagify__dropdown .tagify__dropdown__item:hover {
        background-color: #efefef;
    }

    .more-project
    .tagify__dropdown
    .tagify__dropdown__item.tagify__dropdown__item--active {
        background: #f3f6f9;
        color: #3699ff;
    }

.more-project .tox-target {
    display: none;
}

.more-project .tox-tinymce {
    border-radius: 0.42rem !important;
    height: 500px !important;
}

.more-project .tagify__input {
    border: hidden;
}

.more-project .tagify__dropdown__item.selected {
    background: #8950fc;
    color: #fff;
}

:root {
    --tagify-dd-color-primary: #3595f6;
    --tagify-dd-bg-color: white;
    --apex-tip-bg: #111827; /* slate-900 */
    --apex-tip-fg: #f9fafb; /* gray-50  */
    --apex-tip-muted: #9ca3af; /* gray-400 */
    --apex-tip-border: rgba(255,255,255,.08);
    --apex-tip-shadow: 0 8px 30px rgba(0,0,0,.24), 0 2px 8px rgba(0,0,0,.16);
    --apex-tip-radius: 10px;
    --apex-tip-pad: 10px 12px;
    --apex-tip-font: 12.5px/1.45 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    --apex-tip-gap: 8px;
    --apex-tip-marker: 9px;
    --apex-tip-backdrop: saturate(140%) blur(6px);
    --apex-tip-z: 9999;
}

.more-project .tagify {
    --tags-border-color: #ddd;
    --tags-hover-border-color: #ccc;
    --tags-focus-border-color: #3595f6;
    --tag-bg: #e5e5e5;
    --tag-hover: #d3e2e2;
    --tag-text-color: black;
    --tag-text-color--edit: black;
    --tag-pad: 0.3em 0.5em;
    --tag-inset-shadow-size: 1.1em;
    --tag-invalid-color: #d39494;
    --tag-invalid-bg: rgba(211, 148, 148, 0.5);
    --tag-remove-bg: rgba(211, 148, 148, 0.3);
    --tag-remove-btn-color: black;
    --tag-remove-btn-bg: none;
    --tag-remove-btn-bg--hover: #c77777;
    --input-color: inherit;
    --tag--min-width: 1ch;
    --tag--max-width: auto;
    --tag-hide-transition: 0.3s;
    --placeholder-color: rgba(0, 0, 0, 0.4);
    --placeholder-color-focus: rgba(0, 0, 0, 0.25);
    --loader-size: 0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border: 1px solid var(--tags-border-color);
    padding: 0;
    line-height: 1.1;
    cursor: text;
    outline: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    overflow-x: auto;
    max-height: 95px;
}

@-webkit-keyframes tags--bump {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes tags--bump {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes rotateLoader {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotateLoader {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.more-project .tagify:hover {
    border-color: #ccc;
    border-color: var(--tags-hover-border-color);
}

.more-project .tagify.tagify--focus {
    -webkit-transition: 0s;
    transition: 0s;
    border-color: #3595f6;
    border-color: var(--tags-focus-border-color);
}

.more-project .tagify[readonly]:not(.tagify--mix) {
    cursor: default;
}

    .more-project .tagify[readonly]:not(.tagify--mix) > .tagify__input {
        visibility: hidden;
        width: 0;
        margin: 5px 0;
    }

    .more-project .tagify[readonly]:not(.tagify--mix) .tagify__tag > div {
        padding: 0.3em 0.5em;
        padding: var(--tag-pad);
    }

        .more-project .tagify[readonly]:not(.tagify--mix) .tagify__tag > div::before {
            background: linear-gradient( 45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent ) 0/5px 5px;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
        }

.more-project .tagify[readonly] .tagify__tag__removeBtn {
    display: none;
}

.more-project .tagify--loading .tagify__input::before {
    content: none;
}

.more-project .tagify--loading .tagify__input::after {
    content: "";
    vertical-align: middle;
    opacity: 1;
    width: 0.7em;
    height: 0.7em;
    width: var(--loader-size);
    height: var(--loader-size);
    border: 3px solid;
    border-color: #eee #bbb #888 transparent;
    border-radius: 50%;
    -webkit-animation: rotateLoader 0.4s infinite linear;
    animation: rotateLoader 0.4s infinite linear;
    margin: -2px 0 -2px 0.5em;
}

.more-project .tagify--loading .tagify__input:empty::after {
    margin-left: 0;
}

.more-project .tagify + input,
.more-project .tagify + textarea {
    display: none !important;
}

.more-project .tagify__tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 5px 5px;
    position: relative;
    z-index: 1;
    outline: 0;
    cursor: default;
    -webkit-transition: 0.13s ease-out;
    transition: 0.13s ease-out;
}

    .more-project .tagify__tag > div {
        vertical-align: top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        padding: 0.3em 0.5em;
        padding: var(--tag-pad, 0.3em 0.5em);
        color: #000;
        color: var(--tag-text-color, #000);
        line-height: inherit;
        border-radius: 3px;
        white-space: nowrap;
        -webkit-transition: 0.13s ease-out;
        transition: 0.13s ease-out;
    }

        .more-project .tagify__tag > div > * {
            white-space: pre-wrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            vertical-align: top;
            min-width: 1ch;
            max-width: auto;
            min-width: var(--tag--min-width, 1ch);
            max-width: var(--tag--max-width, auto);
            -webkit-transition: 0.8s ease, 0.1s color;
            transition: 0.8s ease, 0.1s color;
        }

        .more-project .tagify__tag > div > [contenteditable] {
            outline: 0;
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
            cursor: text;
            margin: -2px;
            padding: 2px;
            max-width: 350px;
        }

        .more-project .tagify__tag > div::before {
            content: "";
            position: absolute;
            border-radius: inherit;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            pointer-events: none;
            -webkit-transition: 120ms ease;
            transition: 120ms ease;
            -webkit-animation: tags--bump 0.3s ease-out 1;
            animation: tags--bump 0.3s ease-out 1;
            -webkit-box-shadow: 0 0 0 1.1em #e5e5e5 inset;
            box-shadow: 0 0 0 1.1em #e5e5e5 inset;
            -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-bg, #e5e5e5) inset;
            box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-bg, #e5e5e5) inset;
        }

    .more-project .tagify__tag:hover:not([readonly]) div::before {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        -webkit-box-shadow: 0 0 0 1.1em #d3e2e2 inset;
        box-shadow: 0 0 0 1.1em #d3e2e2 inset;
        -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-hover, #d3e2e2) inset;
        box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-hover, #d3e2e2) inset;
    }

.more-project .tagify__tag--loading {
    pointer-events: none;
}

    .more-project .tagify__tag--loading .tagify__tag__removeBtn {
        display: none;
    }

    .more-project .tagify__tag--loading::after {
        --loader-size: 0.4em;
        content: "";
        vertical-align: middle;
        opacity: 1;
        width: 0.7em;
        height: 0.7em;
        width: var(--loader-size);
        height: var(--loader-size);
        border: 3px solid;
        border-color: #eee #bbb #888 transparent;
        border-radius: 50%;
        -webkit-animation: rotateLoader 0.4s infinite linear;
        animation: rotateLoader 0.4s infinite linear;
        margin: 0 0.5em 0 -0.1em;
    }

.more-project .tagify__tag--flash div::before {
    -webkit-animation: none;
    animation: none;
}

.more-project .tagify__tag--hide {
    width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: var(--tag-hide-transition, 0.3s);
    transition: var(--tag-hide-transition, 0.3s);
    pointer-events: none;
}

    .more-project .tagify__tag--hide > div > * {
        white-space: nowrap;
    }

.more-project .tagify__tag.tagify--noAnim > div::before {
    -webkit-animation: none;
    animation: none;
}

.more-project
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable)
div > span {
    opacity: 0.5;
}

.more-project
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable)
div::before {
    -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
    box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
    -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-invalid-bg, rgba(211, 148, 148, 0.5)) inset !important;
    box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-invalid-bg, rgba(211, 148, 148, 0.5)) inset !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.more-project .tagify__tag[readonly] .tagify__tag__removeBtn {
    display: none;
}

.more-project .tagify__tag[readonly] > div::before {
    background: linear-gradient( 45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent ) 0/5px 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

.more-project .tagify__tag--editable > div {
    color: #000;
    color: var(--tag-text-color--edit, #000);
}

    .more-project .tagify__tag--editable > div::before {
        -webkit-box-shadow: 0 0 0 2px #d3e2e2 inset !important;
        box-shadow: 0 0 0 2px #d3e2e2 inset !important;
        -webkit-box-shadow: 0 0 0 2px var(--tag-hover, #d3e2e2) inset !important;
        box-shadow: 0 0 0 2px var(--tag-hover, #d3e2e2) inset !important;
    }

.more-project .tagify__tag--editable > .tagify__tag__removeBtn {
    pointer-events: none;
}

    .more-project .tagify__tag--editable > .tagify__tag__removeBtn::after {
        opacity: 0;
        -webkit-transform: translateX(100%) translateX(5px);
        transform: translateX(100%) translateX(5px);
    }

.more-project .tagify__tag--editable.tagify--invalid > div::before {
    -webkit-box-shadow: 0 0 0 2px #d39494 inset !important;
    box-shadow: 0 0 0 2px #d39494 inset !important;
    -webkit-box-shadow: 0 0 0 2px var(--tag-invalid-color, #d39494) inset !important;
    box-shadow: 0 0 0 2px var(--tag-invalid-color, #d39494) inset !important;
}

.more-project .tagify__tag__removeBtn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    font: 14px/1 Arial;
    background: 0 0;
    background: var(--tag-remove-btn-bg, none);
    color: #000;
    color: var(--tag-remove-btn-color, #000);
    width: 14px;
    height: 14px;
    margin-right: 4.66667px;
    margin-left: -4.66667px;
    overflow: hidden;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

    .more-project .tagify__tag__removeBtn::after {
        content: "×";
        -webkit-transition: 0.3s, color 0s;
        transition: 0.3s, color 0s;
    }

    .more-project .tagify__tag__removeBtn:hover {
        color: #fff;
        background: #c77777;
        background: var(--tag-remove-btn-bg--hover, #c77777);
    }

        .more-project .tagify__tag__removeBtn:hover + div > span {
            opacity: 0.5;
        }

/*        .more-project .tagify__tag__removeBtn:hover + div::before {
            -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
            box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
            -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
            box-shadow: 0 0 0 var(--tag-inset-shadow-size, 1.1em) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
            -webkit-transition: -webkit-box-shadow 0.2s;
            transition: -webkit-box-shadow 0.2s;
            transition: box-shadow 0.2s;
            transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
        }*/

.more-project .tagify:not(.tagify--mix) .tagify__input br {
    display: none;
}

.more-project .tagify:not(.tagify--mix) .tagify__input * {
    display: inline;
    white-space: nowrap;
}

.more-project .tagify__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block;
    min-width: 110px;
    width: 100%;
    margin: 5px;
    padding: 0.3em 0.5em;
    padding: var(--tag-pad, 0.3em 0.5em);
    line-height: inherit;
    position: relative;
    white-space: pre-wrap;
    color: inherit;
    color: var(--input-color, inherit);
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

    .more-project .tagify__input:empty::before {
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        display: inline-block;
        width: auto;
    }

    .more-project .tagify__input::-moz-placeholder {
        color: #b7b5be;
        opacity: 1;
    }

    .more-project .tagify__input::placeholder {
        color: #b7b5be;
        opacity: 1;
    }

.more-project .tagify--mix .tagify__input:empty::before {
    display: inline-block;
}

.more-project .tagify__input:focus {
    outline: 0;
}

    .more-project .tagify__input:focus::before {
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        opacity: 0;
        -webkit-transform: translatex(6px);
        transform: translatex(6px);
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .more-project .tagify__input:focus::before {
        display: none;
    }
}

@supports (-ms-ime-align: auto) {
    .more-project .tagify__input:focus::before {
        display: none;
    }
}

.more-project .tagify__input:focus:empty::before {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    color: rgba(0, 0, 0, 0.25);
    color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
    .more-project .tagify__input:focus:empty::after {
        display: none;
    }
}

.dropdown-item.bitag {
    border-radius: 15px !important;
    margin-bottom: 5px !important;
    background-color: #efefef;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-project .tagify__input::before {
    content: attr(data-placeholder);
    height: 1em;
    line-height: 1em;
    margin: auto 0;
    z-index: 1;
    color: rgba(0, 0, 0, 0.4);
    color: var(--placeholder-color);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.more-project .tagify--mix .tagify__input::before {
    display: none;
    position: static;
    line-height: inherit;
}

.more-project .tagify__input::after {
    content: attr(data-suggest);
    display: inline-block;
    white-space: pre;
    color: #000;
    opacity: 0.3;
    pointer-events: none;
    max-width: 100px;
}

.more-project .tagify__input .tagify__tag {
    margin: 0;
}

    .more-project .tagify__input .tagify__tag > div {
        padding-top: 0;
        padding-bottom: 0;
    }

.more-project .tagify--mix {
    display: block;
}

    .more-project .tagify--mix .tagify__input {
        padding: 5px;
        margin: 0;
        width: 100%;
        height: 100%;
        line-height: 1.5;
    }

        .more-project .tagify--mix .tagify__input::before {
            height: auto;
        }

        .more-project .tagify--mix .tagify__input::after {
            content: none;
        }

.more-project .tagify--select::after {
    content: ">";
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font: 16px monospace;
    line-height: 8px;
    height: 8px;
    pointer-events: none;
    -webkit-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
    transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.more-project .tagify--select[aria-expanded="true"]::after {
    -webkit-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
    transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

.more-project .tagify--select .tagify__tag {
    position: absolute;
    top: 0;
    right: 1.8em;
    bottom: 0;
}

    .more-project .tagify--select .tagify__tag div {
        display: none;
    }

.more-project .tagify--select .tagify__input {
    width: 100%;
}

.more-project .tagify--invalid {
    --tags-border-color: #d39494;
}

.more-project .tagify__dropdown {
    position: absolute;
    z-index: 9999;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    overflow: hidden;
}

    .more-project .tagify__dropdown[placement="top"] {
        margin-top: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

        .more-project .tagify__dropdown[placement="top"] .tagify__dropdown__wrapper {
            border-top-width: 1px;
            border-bottom-width: 0;
        }

    .more-project .tagify__dropdown[position="text"] {
        font-size: 0.9em;
    }

        .more-project .tagify__dropdown[position="text"] .tagify__dropdown__wrapper {
            border-width: 1px;
        }

.more-project .tagify__dropdown__wrapper {
    max-height: 300px;
    overflow: hidden;
    background: #fff;
    background: var(--tagify-dd-bg-color);
    border: 1px solid #3595f6;
    border-color: var(--tagify-dd-color-primary);
    border-top-width: 0;
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
    transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}

    .more-project .tagify__dropdown__wrapper:hover {
        overflow: auto;
    }

.more-project .tagify__dropdown--initial .tagify__dropdown__wrapper {
    max-height: 20px;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
}

.more-project
.tagify__dropdown--initial[placement="top"]
.tagify__dropdown__wrapper {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
}

.more-project .tagify__dropdown__item {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0.3em 0.5em;
    margin: 1px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    outline: 0;
}

.more-project .tagify__dropdown__item--active {
    background: #3595f6;
    background: var(--tagify-dd-color-primary);
    color: #fff;
}

.more-project .tagify__dropdown__item:active {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

.table-filter-dd .btn.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #dbdade;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    color: #6f6b7d;
}

    .table-filter-dd .btn.dropdown-toggle.show {
        border: 1px solid #dbdade !important;
    }

    .table-filter-dd .btn.dropdown-toggle::after {
        display: none;
    }

.table-filter-dd .dropdown-menu.show {
    max-height: 150px;
    overflow: auto;
    box-shadow: none;
    border: 1px solid #ddd;
}

.table-filter-dd .dropdown-item {
    font-size: 12px;
    padding: 8px 12px;
    width: 92%;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
}

    .table-filter-dd .dropdown-item:hover {
        background-color: #eee;
    }

.aside-member-status {
    margin: 0 24px;
    border-top: solid 1px #e1e4ea;
    padding-top: 12px;
}

.aside-member-status-title {
    display: flex;
    justify-content: space-between;
}

    .aside-member-status-title .header {
        display: flex;
        color: #0e121b !important;
        width: 100%;
        justify-content: space-between;
    }

        .aside-member-status-title .header .ti {
            color: #525866;
        }

    .aside-member-status-title.collapsed .ti {
        transform: rotate(180deg);
    }

.aside-member-status-body .item {
    padding: 8px 0;
    margin-bottom: 12px;
}

    .aside-member-status-body .item .item-title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

        .aside-member-status-body .item .item-title .header {
            font-size: 14px;
            color: #0e121b;
            font-weight: 500;
        }

            .aside-member-status-body .item .item-title .header .sup {
                font-size: 11px;
                color: #99a0ae;
                font-weight: 500;
                vertical-align: top;
            }

            .aside-member-status-body .item .item-title .header .ti {
                margin-right: 8px;
                font-weight: 400;
            }

        .aside-member-status-body .item .item-title .btn-add {
            font-size: 12px;
            color: #525866;
        }

            .aside-member-status-body .item .item-title .btn-add .ti {
                font-size: 14px;
            }

            .aside-member-status-body .item .item-title .btn-add span {
                text-decoration: underline;
                font-weight: 500;
            }

    .aside-member-status-body .item .progress-container {
        display: flex;
        color: #717784;
        font-size: 11px;
        font-weight: 500;
        align-items: center;
    }

        .aside-member-status-body .item .progress-container .progress {
            height: 8px;
            width: 100%;
            margin-right: 5px;
        }

            .aside-member-status-body .item .progress-container .progress.progress-type1 {
                background-color: #ffc0c5;
            }

                .aside-member-status-body
                .item
                .progress-container
                .progress.progress-type1
                .progress-bar {
                    background-color: #fb3748;
                }

            .aside-member-status-body .item .progress-container .progress.progress-type2 {
                background-color: #ffd5c0;
            }

                .aside-member-status-body
                .item
                .progress-container
                .progress.progress-type2
                .progress-bar {
                    background-color: #ff8447;
                }

            .aside-member-status-body .item .progress-container .progress.progress-type3 {
                background-color: #c2f5da;
            }

                .aside-member-status-body
                .item
                .progress-container
                .progress.progress-type3
                .progress-bar {
                    background-color: #1fc16b;
                }

.more-project #toast-container .toast {
    opacity: 1;
    padding: 8px 8px 8px 50px;
    border-radius: 8px;
}

.more-project .toast .toast-close-button {
    margin-top: 7px;
}

.offcanvas .offcanvas-header h4 {
   font-size:18px;
   font-weight:500;
}

.offcanvas .offcanvas-header sup { 
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden; 
    line-height: 100%;
}


.offcanvas .offcanvas-header .btn-close {
    background-color: #fff !important;
    border-radius: 100%;
    border: solid 1px #E1E4EA;
}


.filters.filter-hidden {
    display: none;
}

.btn-table-filter-toggle,
.btn-table-refresh {
    background-color: #fff;
    border: solid 1px #e1e4ea;
    border-radius: 100%;
    color: #525866;
    margin: 5px 4px;
    position: relative;
}

    .btn-table-filter-toggle .ti,
    .btn-table-refresh .ti {
        color: #52586e !important;
        position: absolute;
        top: 4px;
        left: 4px;
    }

.table-type1 .vk {
    color: #525866;
    font-size: 14px;
}

.table-type1 .ft {
    color: #525866;
    font-size: 14px;
}

.bi-tabs .inv-count {
    display: inline-block;
    background-color: #ffc0c5;
    font-size: 11px;
    font-weight: 500;
    color: #681219;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    margin-left: 5px;
    text-align: center;
    padding-top: 5px;
}

.invoice-page-title {
    padding-bottom: 16px;
    border-bottom: solid 1px #e2e4e9;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

    .invoice-page-title .breadcrumbs,
    .invoice-page-title .breadcrumbs a {
        font-size: 15px;
        color: #99a0ae;
        font-weight: 500;
    }

        .invoice-page-title .breadcrumbs .ti-chevron-right {
            display: inline-block;
            margin: 0 6px;
        }

        .invoice-page-title .breadcrumbs .active {
            color: #0e121b;
        }

.invoice-detail,
.invoice-detail .card-body {
    background-color: #f5f7fa;
}

.invoice-actions {
    background-color: #fff;
    border: solid 1px #e1e4ea;
    border-radius: 8px;
    overflow: hidden;
}

    .invoice-actions .action-box .action-header {
        color: #99a0ae;
        font-size: 12px;
        font-weight: 500;
        background-color: #f5f7fa;
        padding: 6px 20px;
    }

    .invoice-actions .action-box .action-body {
        padding: 20px;
    }

        .invoice-actions .action-box .action-body .action-status {
            color: #0e121b;
            font-weight: 500;
            font-size: 18px;
        }

            .invoice-actions .action-box .action-body .action-status.wait .ti-point-filled {
                color: #f6b51e;
            }

            .invoice-actions .action-box .action-body .action-status.accept .ti-point {
                color: #1fc16b;
            }

        .invoice-actions .action-box .action-body .date {
            color: #525866;
            font-size: 14px;
            font-weight: 400;
        }

        .invoice-actions .action-box .action-body .export-btn {
            color: #525866;
            font-size: 14px;
            font-weight: 500;
            display: block;
            width: 100%;
            margin-bottom: 16px;
        }

            .invoice-actions .action-box .action-body .export-btn .ti-arrow-up-right {
                color: #cacfd8;
            }

        .invoice-actions .action-box .action-body .form-control {
            border-radius: 12px;
            border: solid 1px #e1e4ea;
            padding: 6px;
            resize: none;
            margin-bottom: 8px;
        }

            .invoice-actions .action-box .action-body .form-control:focus {
                outline: none;
            }

        .invoice-actions .action-box .action-body .btn-default {
            border: solid 1px #e2e4e9;
            box-shadow: none;
        }

    .invoice-actions .action-box .action-divider {
        margin: 0;
        color: #e1e4ea;
    }

    .invoice-actions .action-box .action-body .note-box {
        padding: 0 5px;
        margin-bottom: 8px;
        border-bottom: solid 1px #e1e4ea;
        color: #99a0ae;
        font-size: 12px;
        font-weight: 400;
    }

        .invoice-actions .action-box .action-body .note-box a {
            visibility: hidden;
            color: #99a0ae;
            font-size: 12px;
            vertical-align: text-bottom;
        }

        .invoice-actions .action-box .action-body .note-box:hover a {
            visibility: visible;
        }

        .invoice-actions .action-box .action-body .note-box span {
            display: block;
            margin-bottom: 5px;
        }

        .invoice-actions .action-box .action-body .note-box .note {
            color: #0e121b;
            font-size: 14px;
            font-weight: 500;
        }

        .invoice-actions .action-box .action-body .note-box:last-child {
            border-bottom: none;
        }

.matchModal .matchOption {
    border-radius: 12px;
    border: solid 1px #e1e4ea;
    padding: 16px 50px 16px 16px;
    position: relative;
}

    .matchModal .matchOption .radio {
        position: absolute;
        right: 16px;
        top: 16px;
        width: 20px;
        height: 20px;
        border: solid 1px #e1e4ea;
        border-radius: 100%;
    }

    .matchModal .matchOption.selected,
    .matchModal .matchOption.selected .radio,
    .matchModal .matchOption:hover,
    .matchModal .matchOption:hover .radio {
        border-color: #0e121b;
    }

        .matchModal .matchOption.selected .radio:after {
            content: "";
            border: solid 5px #0e121b;
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 100%;
        }

.invoice-form {
    background-color: #f5f7fa;
    padding: 16px;
}

    .invoice-form hr {
        margin: 0;
    }

    .invoice-form .form-label-help-text {
        font-size: 12px;
        color: #525866;
    }

    .invoice-form select.form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.invoice-form {
    padding: 0 32px;
}

.form-item {
    padding: 16px 0;
}

    .form-item .form-label {
        font-size: 18px;
        font-weight: 500;
        color: #0e121b;
    }

    .form-item .ti {
        margin-right: 8px;
    }

    .form-item .input-group .form-control-search {
        border-right: 0;
    }

.invoice-actions {
    min-width: 220px;
}

.form-item-times-box {
    background-color: #fff;
    border: solid 1px #e1e4ea;
    padding: 14px;
    border-radius: 10px;
}

    .form-item-times-box .item-text {
        cursor: pointer;
    }

    .form-item-times-box .ti-minus,
    .form-item-times-box.opened .ti-plus,
    .form-item-times-box .times {
        display: none;
    }

    .form-item-times-box.opened .ti-minus,
    .form-item-times-box.opened .times {
        display: block;
    }

.company-branches .badge {
    width: 15px !important;
    height: 15px !important;
}

.company-branches a {
    color: #0e121b;
    display: flex;
    justify-content: space-between;
}

.app-detail .card-subtitle {
    color: #0e121b;
    font-size: 14px;
    font-weight: 500;
}

.app-detail .card-title {
    margin-bottom: 5px;
}

.app-detail dt {
    color: #525866;
    font-size: 12px;
    font-weight: 400;
}

.app-detail dd {
    color: #0e121b;
    font-size: 12px;
    font-weight: 500;
}

.menu-toggle-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: solid 1px #e2e4e9;
    position: relative;
}

    .menu-toggle-icon:before {
        display: none;
    }

    .menu-toggle-icon i {
        display: block;
        position: absolute;
        width: 10px;
        height: 1px;
        background-color: #525866;
        top: 8px;
        left: 5px;
    }

        .menu-toggle-icon i:before {
            content: "";
            top: 3px;
            display: block;
            position: absolute;
            width: 8px;
            height: 1px;
            background-color: #525866;
        }

        .menu-toggle-icon i:after {
            content: "";
            display: block;
            position: absolute;
            width: 6px;
            height: 1px;
            top: 6px;
            background-color: #525866;
        }

#calendar .fc-time-grid {
    min-height: 50px;
}

.card-bordered {
    border: solid 1px #e2e4e9 !important;
    border-radius: 16px;
}

.shift-table {
    min-width: 1150px;
}

    .shift-table .fc-widget-header {
        width: 200px;
    }

    .shift-table .fc-widget-content span {
        display: block;
        min-width: 100px;
        text-align: right;
        /*        width: 100%;*/
        white-space: normal;
        color: #0e121b;
        font-size: 14px;
        font-weight: 500;
        padding-right: 8px;
    }

    .shift-table .fc-day-header {
        width: 125px;
    }

    .shift-table tbody td {
        text-align: center;
    }

.thumb {
    border: solid 1px #dcdcde;
    border-radius: 4px;
    position: relative;
}

    .thumb .thumb-img {
        height: 135px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-content: center;
    }

        .thumb .thumb-img img {
            max-width: 100%;
            max-height: 100%;
        }

    .thumb .thumb-info {
        border-top: solid 1px #dcdcde;
        padding: 12px;
        background-color: #fbfafd;
        font-size: 14px;
        color: #333238;
    }

        .thumb .thumb-info .name {
            font-weight: bold;
            display: block;
            line-height: 120%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .thumb .thumb-info .info {
            display: block;
            line-height: 120%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .thumb .del {
        position: absolute;
        border-radius: 100%;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        z-index: 10;
        background: rgba(255, 255, 255, 0.9);
        display: none;
        padding: 2px 2px;
    }

    .thumb:hover .del {
        display: block;
        text-align: right;
    }

        .thumb:hover .del .ti-trash {
            color: #f00;
        }


    .thumb .download {
        position: absolute;
        border-radius: 100%;
        top: 30px;
        right: 0;
        width: 30px;
        height: 30px;
        z-index: 11;
        background: rgba(255, 255, 255, 0.9);
        display: none;
        padding: 2px 2px;
    }

    .thumb:hover .download {
        display: block;
        text-align: right;
    }

        .thumb:hover .download .ti-trash {
            color: #000;
        }

.modalBigImage {
    max-width: 100%;
    max-height: 100%;
}

.bi-tab-bar {
    background-color: #35b9e9 !important;
    width: 100%;
    height: 64px;
    text-align: center;
    padding: 12px;
}

    .bi-tab-bar a {
        display: inline-block;
        color: #fff;
        font-size: 32px;
        font-weight: bold;
    }

        .bi-tab-bar a:hover {
            color: #fff !important;
        }

    .bi-tab-bar .back-arrow {
        color: #fff;
        float: left;
        margin-top: -5px;
    }

.footer-bar {
    padding: 30px 0;
}

.footer-bar-copy {
    font-size: 16px;
    color: #013657;
    text-align: center;
}

#newEventForm .input-group.date {
    margin-right: 5px;
}

    #newEventForm .input-group.date:last-child {
        margin-right: 0px;
    }

div.fc-event-container .fc-new-event {
    background-color: transparent !important;
}

    div.fc-event-container .fc-new-event.fc-h-event .fc-content {
        visibility: hidden;
    }

    div.fc-event-container .fc-new-event.fc-h-event:hover .fc-content {
        visibility: visible;
    }

.bigDrop .dropdown-menu.show {
    max-height: 200px !important;
    min-height: 100px !important;
    overflow: auto !important;
}

.dataTable thead button {
    display: inline-block !important;
    border-color: #dbdade;
    width: 30px;
    height: 30px;
}

.dataTable thead .fa-filter {
    font-size: 0.8rem;
}

.dataTable thead .form-control {
    padding: 5px;
    height: 30px;
    display: inline-block;
    font-size: 14px;
}

.dataTable .kt-datatable__cell {
    font-size: 16px;
    min-width: 125px;
}



.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: #F6F8FA !important;
    color: #013657 !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #003658 !important;
}

.more-project .toast .toast-close-button:before {
    font-family: "tabler-icons" !important;
    content: "x";
}

.dataTable.table th.text-center {
    text-align: left !important;
    letter-spacing: 0;
}

.dataTable.table th {
    white-space: nowrap;
}

/* fixes Quild editor */
.ql-container {
    height: auto !important;
}

.more-project .switch label {
    margin-right: 5px;
}

.more-project .switch input ~ span:after {
    background-color: #fff;
}

.more-project .switch input[disabled] ~ span:before {
    opacity: 1;
}

.more-project .switch.switch-outline.switch-danger input:empty ~ span:before {
    background-color: #ebedf3;
}

.more-project .switch.switch-outline.switch-danger input:empty ~ span:after {
    background-color: #fff !important;
    color: #ebedf3;
}

.more-project .switch.switch-sm input ~ span:after {
    content: "\f698";
    font-family: "tabler-icons" !important;
    font-size: 17px !important;
}

.more-project .switch.switch-icon input:checked ~ span:after {
    content: "\f698";
    font-family: "tabler-icons" !important;
    font-size: 17px;
}

.more-project .switch.switch-outline.switch-danger input:checked ~ span:before {
    border: 2px solid #f64e60;
    background-color: #f64e60;
}

.more-project .switch.switch-outline.switch-danger input:checked ~ span:after {
    color: #f64e60;
    background-color: #fff;
}

.more-project .switch.switch-outline.switch-primary input:empty ~ span:before {
    background-color: #ebedf3;
}

.more-project .switch.switch-outline.switch-primary input:empty ~ span:after {
    color: #ebedf3;
    background-color: #fff;
}

.more-project
.switch.switch-outline.switch-primary
input:checked ~ span:before {
    border: 2px solid #3699ff;
    background-color: #3699ff;
}

.more-project .switch.switch-outline.switch-primary input:checked ~ span:after {
    color: #3699ff;
    background-color: #fff;
}

.navbar-search-wrapper .m {
    display: none;
}

.shift-table .dropdown-menu .dropdown-item {
    color: #0e121b;
    box-sizing: border-box;
    width: 90%;
}

    .shift-table .dropdown-menu .dropdown-item:hover {
        color: #0e121b;
    }

.shift-table .btn {
    margin: 8px 0;
    text-decoration: none !important;
    width: 90px;
}

.shift-table .btn-outline-warning {
    background-color: #fffaeb;
    border-color: #fffaeb;
    color: #f6b51e;
}

.shift-table .btn-outline-success {
    background-color: #e0faec;
    border-color: #e0faec;
    color: #1fc16b;
}

.shift-table .btn-outline-primary {
    background-color: #e2e5f4;
    border-color: #e2e5f4;
    color: #253ea7;
}

.shift-table .btn-outline-danger {
    background-color: #ffebec;
    border-color: #ffebec;
    color: #fb3748;
}

.layout-navbar .navbar-search-wrapper .input-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {

    .bar-layout-header {
        display: flex;
        justify-content: center;
        padding: 20px;
    }

    .layout-navbar .navbar-search-wrapper {
        width: 100% !important;
        margin-right: 1rem !important;
    }

        .layout-navbar .navbar-search-wrapper .btn-new {
            width: 100% !important;
        }

        .layout-navbar .navbar-search-wrapper .new-buttons {
            margin-right: 10px;
            width: 65%;
        }

            .layout-navbar
            .navbar-search-wrapper
            .new-buttons
            .navbar-nav
            .dropdown-menu {
                position: absolute;
            }

        .layout-navbar .navbar-search-wrapper .navbar-search-input #navbar-search {
            width: calc(100% - 55px);
            display: none;
        }

        .layout-navbar .navbar-search-wrapper .btn {
            margin-right: 0px !important;
        }

        .layout-navbar .navbar-search-wrapper.opened .new-buttons {
            width: 35%;
        }


        .layout-navbar .navbar-search-wrapper.opened .navbar-search-input {
            position: fixed;
            z-index: 100;
            max-width: 310px;
        }



        .layout-navbar .navbar-search-wrapper.opened #navbar-search {
            display: inline-block;
        }

        .layout-navbar .navbar-search-wrapper:not(.opened) .ti-circle-x-filled {
            display: none;
        }



        .layout-navbar .navbar-search-wrapper.opened .m {
            display: block;
        }

        .layout-navbar .navbar-search-wrapper.opened .d {
            display: none;
        }

    .layout-navbar .dropdown-user {
        clear: left;
        width: 60px !important;
    }

    .fc-header-toolbar .fc-right {
        width: 100%;
        text-align: right !important;
    }

    .bi-tabs {
        position: relative;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        margin: 0 !important;
    }

        .bi-tabs .nav-tabs {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
        }

        .bi-tabs .right-item {
            position: static !important;
            margin-top: 17px;
        }

    .layout-navbar .dropdown-user .user-info {
        display: none !important;
    }

    .tab-content {
        padding: 1.5rem 0 !important;
    }

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

    .fc-unthemed .fc-toolbar .fc-left {
        width: 100%;
        display: flex !important;
        flex-direction: column;
    }

        .fc-unthemed .fc-toolbar .fc-left .fc-button-group {
            display: flex !important;
            margin: 1rem 0;
        }

    .btn-color {
        white-space: normal !important;
    }

    .dataTable thead .form-control {
        min-width: 50px;
    }

    .shift-table .fc-day-header {
        width: 120px;
    }

    .layout-navbar {
        top: 5px !important;
        max-width: 320px !important;
    }

    .site-header {
        position: fixed;
        z-index: 1076;
        top: 2px;
        width: 100%;
    }

        .site-header .app-brand-link {
            justify-content: center;
        }

    .datetimepicker-days td,
    .datetimepicker-days th {
        padding: 0.15rem 0.5rem !important;
    }

    .calendar-wrapper .calendar-side {
      width:98%;
    }

    .calendar-wrapper.wide .fc-view-container {
        width: 100% !important;
    }

    .webui-popover {
        width: 95%!important; 
        left: 2% !important;
    }
    .calendar-wrapper {
        flex-direction: column;
        flex-direction: column-reverse;
    }

        .calendar-wrapper .fc-view-container {
            overflow: auto; 
        }

      
        .calendar-wrapper .calendar-side .bi-box{
            width:100%!important;
            margin-bottom:30px;
            
        }

            .calendar-wrapper .calendar-side .bi-box .bi-calendar {
                width: 100%;
            }
     
}

@media (min-width: 576px) {

    .calendar-wrapper.wide .fc-view-container .fc-view{
        min-width: auto !important;
    }

    .font-size-h1-sm {
        font-size: 2rem !important;
    }

    .font-size-h2-sm {
        font-size: 1.75rem !important;
    }

    .font-size-h3-sm {
        font-size: 1.5rem !important;
    }

    .font-size-h4-sm {
        font-size: 1.35rem !important;
    }

    .font-size-h5-sm {
        font-size: 1.25rem !important;
    }

    .font-size-h6-sm {
        font-size: 1.175rem !important;
    }

    .display1-sm {
        font-size: 5.5rem !important;
    }

    .display2-sm {
        font-size: 4.5rem !important;
    }

    .display3-sm {
        font-size: 3.5rem !important;
    }

    .display4-sm {
        font-size: 2.5rem !important;
    }

    .display5-sm {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 768px) {
    .font-size-h1-md {
        font-size: 2rem !important;
    }

    .font-size-h2-md {
        font-size: 1.75rem !important;
    }

    .font-size-h3-md {
        font-size: 1.5rem !important;
    }

    .font-size-h4-md {
        font-size: 1.35rem !important;
    }

    .font-size-h5-md {
        font-size: 1.25rem !important;
    }

    .font-size-h6-md {
        font-size: 1.175rem !important;
    }

    .display1-md {
        font-size: 5.5rem !important;
    }

    .display2-md {
        font-size: 4.5rem !important;
    }

    .display3-md {
        font-size: 3.5rem !important;
    }

    .display4-md {
        font-size: 2.5rem !important;
    }

    .display5-md {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 992px) {
    .font-size-h1-lg {
        font-size: 2rem !important;
    }

    .font-size-h2-lg {
        font-size: 1.75rem !important;
    }

    .font-size-h3-lg {
        font-size: 1.5rem !important;
    }

    .font-size-h4-lg {
        font-size: 1.35rem !important;
    }

    .font-size-h5-lg {
        font-size: 1.25rem !important;
    }

    .font-size-h6-lg {
        font-size: 1.175rem !important;
    }

    .display1-lg {
        font-size: 5.5rem !important;
    }

    .display2-lg {
        font-size: 4.5rem !important;
    }

    .display3-lg {
        font-size: 3.5rem !important;
    }

    .display4-lg {
        font-size: 2.5rem !important;
    }

    .display5-lg {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 1200px) {
    .font-size-h1-xl {
        font-size: 2rem !important;
    }

    .font-size-h2-xl {
        font-size: 1.75rem !important;
    }

    .font-size-h3-xl {
        font-size: 1.5rem !important;
    }

    .font-size-h4-xl {
        font-size: 1.35rem !important;
    }

    .font-size-h5-xl {
        font-size: 1.25rem !important;
    }

    .font-size-h6-xl {
        font-size: 1.175rem !important;
    }

    .display1-xl {
        font-size: 5.5rem !important;
    }

    .display2-xl {
        font-size: 4.5rem !important;
    }

    .display3-xl {
        font-size: 3.5rem !important;
    }

    .display4-xl {
        font-size: 2.5rem !important;
    }

    .display5-xl {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 1400px) {
    .font-size-h1-xxl {
        font-size: 2rem !important;
    }

    .font-size-h2-xxl {
        font-size: 1.75rem !important;
    }

    .font-size-h3-xxl {
        font-size: 1.5rem !important;
    }

    .font-size-h4-xxl {
        font-size: 1.35rem !important;
    }

    .font-size-h5-xxl {
        font-size: 1.25rem !important;
    }

    .font-size-h6-xxl {
        font-size: 1.175rem !important;
    }

    .display1-xxl {
        font-size: 5.5rem !important;
    }

    .display2-xxl {
        font-size: 4.5rem !important;
    }

    .display3-xxl {
        font-size: 3.5rem !important;
    }

    .display4-xxl {
        font-size: 2.5rem !important;
    }

    .display5-xxl {
        font-size: 2.25rem !important;
    }
}

a {
    cursor: pointer;
}

.authentication-inner:has(big) {
    max-width: 650px !important;
}

.app-brand-text {
    font-size: 1.375rem;
}

.app-brand-icon {
    width: 40px;
    height: 40px;
}

.app-brand-link {
    width: 120px;
    display: block;
}

.app-brand-logo {
    width: 120px;
}

.layout-menu-collapsed.layout-menu-hover .app-brand-link,
.app-brand-link {
    width: 100%;
}

.layout-menu-collapsed .profile-fill {
    display: none;
}

.layout-menu-collapsed .app-brand-link {
    width: 40px;
    overflow: hidden;
}

.layout-menu-collapsed.layout-menu-hover .app-brand-link {
    width: 120px;
    overflow: hidden;
}

.layout-menu .menu-item .menu-link.active {
    background-color: #e6f2f9;
    color: #013657 !important;
}

.lang-item {
    border-color: #fff !important;
}

    .lang-item.active {
        border-color: #012a44 !important;
    }

.phoneInput button {
    border-style: solid !important;
    border-color: #dbdade !important;
    border-width: 1px 0 1px 1px !important;
}

.phoneInput input.form-control {
    border-left: none;
}

.phoneDivider {
    display: inline-block;
    width: 1px;
    height: 22px;
    background-color: #012a44;
    margin-top: 8px;
}

.bi-tabs {
    position: relative;
}

    .bi-tabs .nav-tabs {
        border-bottom-color: #e2e4e9;
    }

    .bi-tabs li.nav-item {
        flex: none !important;
        margin-right: 24px;
    }

        .bi-tabs li.nav-item .nav-link {
            color: #616161;
            font-weight: 500;
            padding:0 0 16px 0;
        }

            .bi-tabs li.nav-item .nav-link:hover {
                color: #0e121b;
            }




    .bi-tabs .btn-settings {
        border: solid 1px #e2e4e9;
        background-color: transparent;
        border-radius: 100%;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
    }

button.btn-settings .ti-settings {
    font-size: 15px;
    margin-top: 2px;
}

.bi-tabs .nav-item .nav-link i {
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    color: #616161;
    margin-right: 5px;
}

.bi-tabs .right-item {
    position: absolute;
    bottom: 13px;
    right: 0;
    z-index: 1;
}

.btn-settings.right-item.active {
    color: #35b9e9;
}

.fc-header-toolbar .fc-button-group {
    align-items: center;
}

    .fc-header-toolbar .fc-button-group h5 {
        margin-bottom: 0;
    }

.fc-header-toolbar .fc-right .btn-outline-primary {
    background-color: #e6f2f9;
    color: #0278c2;
}

div#navbar-collapse {
    justify-content: space-between;
}

.layout-navbar,
.layout-navbar.bg-navbar-theme {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

    .layout-navbar.navbar-detached {
        box-shadow: none !important;
    }

    .layout-navbar .dropdown-user {
        display: flex;
        align-items: center;
    }

    .layout-navbar .navbar-dropdown.dropdown-user .dropdown-menu {
        min-width: 250px;
    }

    .layout-navbar .company-shops-title {
        color: #99A0AE;
        font-size: 12px;
        padding: 4px 16px;
    }

    .layout-navbar .dropdown-user .user-info {
        display: inline-block;
        margin-right: 10px;
    }

        .layout-navbar .dropdown-user .user-info span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            line-height: 120%;
        }

        .layout-navbar .dropdown-user .user-info .name {
            font-size: 14px;
            font-weight: 500;
            color: #0E121B;
        }

        .layout-navbar .dropdown-user .user-info .shop {
            font-size: 12px;
            color: #525866;
        }

    .layout-navbar .dropdown-user .nav-link.dropdown-toggle {
        display: inline-block;
    }

    .layout-navbar .navbar-search-wrapper {
        align-items: stretch !important;
        display: flex;
        flex-direction: row;
        width: 100%
    }

        .layout-navbar .navbar-search-wrapper .btn {
            width: 160px;
            margin-right: 10px;
        }



        .layout-navbar .navbar-search-wrapper .navbar-search-input input {
            border: none;
            width: calc(100% - 63px);
            outline: none;
        }

            .layout-navbar .navbar-search-wrapper .navbar-search-input input::placeholder {
                color: #868c98;
            }

.more-project .more-color-picker a {
    width: 22px;
    height: 22px;
    background-image: repeating-linear-gradient( 45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa ), repeating-linear-gradient( 45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa );
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
    position: relative;
    margin: 0 4px 6px 4px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: inherit;
    text-indent: -1000px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    flex-grow: 0 !important;
}

    .more-project .more-color-picker a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: inherit;
        background-color: currentColor;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    }

.more-project .form-control-static {
    display: inline-flex;
    width: 100%;
}

.more-project .swal2-container {
    z-index: 1099 !important;
}

.new-buttons .btn-new {
    margin-right: 0 !important;
}

.new-buttons .btn-arrow {
    width: 29px !important;
    border-left-color: #fff !important;
}

.col-date-view {
    display: flex;
}

.fc-header-toolbar .fc-button-group {
    display: flex;
    width: 360px;
    justify-content: space-between;
}

    .fc-header-toolbar .fc-button-group .fc-button {
        flex: 0 0 auto;
        padding: 0 !important;
        margin: 0 5px !important;
    }

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
    border-radius: 7px;
    vertical-align: middle;
}

    .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) );
        -webkit-animation: shimmer 5s infinite;
        animation: shimmer 5s infinite;
        content: "";
    }

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.product-shortcuts {
    margin: 10px 0;
    padding: 0;
}

    .product-shortcuts li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
        border: solid 1px #e1e4ea;
        border-radius: 6px;
        padding: 3px 5px;
        font-size: 12px;
        font-weight: 600;
        color: #525866;
        line-height: 16px;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .product-shortcuts li a {
            color: #525866;
        }

        .product-shortcuts li span {
            font-weight: 400;
        }

        .product-shortcuts li:hover,
        .product-shortcuts li a:hover {
            background-color: #e1e4ea;
        }

        .product-shortcuts li.fav i {
            color: #f6b51e;
        }

.table .user-name .avatar {
    border-radius: 100%;
    border: solid 10px #d7f1fb;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    align-items: center;
}

/*.fc-event:hover {
    text-decoration: none !important;
    border-width: 2px !important;
}*/

.fc-unthemed .fc-toolbar .fc-button {
    height: 2.3756rem !important;
    flex: 0 0 auto;
}

.fc-toolbar.fc-header-toolbar .fc-right .btn {
    border-radius: 6px !important;
}



.bi-box {
    padding: 16px;
    border-radius: 12px;
    border: solid 1px #E1E4EA;
}

    .bi-box.selected {
        border: solid 1px #0E121B;
    }

.bi-box-radio{
    align-items:center;
}
.bi-box-radio .radio {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    border: solid 1px #E1E4EA;
}

.bi-box-radio.selected .radio { 
    border: solid 4px #171717;
}

.accordion.type2, .accordion.type2 .accordion-item,
.accordion.type2 .accordion-header button {
    border: none !important;
    background-color: #F5F7FA !important;
}


.bi-box-selected-card {
    color: #525866;
    font-size: 14px;
}


.bi-box-2 {
    padding: 8px;
    border-radius: 8px;
    background-color: #F5F7FA;
}


.link-bordered {
    border-radius: 12px;
    border: solid 1px #E1E4EA;
    padding: 5px;
    color: #0E121B;
    text-decoration: underline;
}


.dropdown-light .btn {
    border: solid 1px #e1e4ea;
}

    .dropdown-light .btn:hover {
        border-color: #6f6b7d;
    }

.btn.btn-light-dropdown {
    border: solid 1px #e1e4ea;
}

    .btn.btn-light-dropdown:hover {
        border-color: #6f6b7d;
    }

.btn-color {
    padding: 12px 14px !important;
}


.bi-tabs-type2 {
    background-color: #F5F7FA;
    padding: 4px;
    border-radius: 10px;
}

    .bi-tabs-type2 label {
        display: inline-block;
        padding: 4px 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #99A0AE;
        text-align: center;
        cursor: pointer;
        position: relative;
    }



    .bi-tabs-type2 input {
        visibility: hidden;
        width: 0;
    }

    .bi-tabs-type2 label.selected {
        background-color: #fff;
        color: #0E121B;
        border-radius: 6px;
        box-shadow: 2px 3px 3px 0px rgba(0,0,0, .1);
    }



.bi-tabs-type3 {
    background-color: #F5F7FA;
    padding: 4px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
}

    .bi-tabs-type3 label {
        display: inline-block;
        padding: 4px 20px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #99A0AE;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .bi-tabs-type3 label.selected {
            background-color: #fff;
            color: #0E121B;
            border-radius: 6px;
            box-shadow: 2px 3px 3px 0px rgba(0,0,0, .1);
        }

        .bi-tabs-type3 label .sup {
            position: absolute;
        }

.checkitem-list {
    height: 50px;
    overflow: hidden;
    margin: 0 -4px;
    position: relative;
    padding-right: 40px;
}

    .checkitem-list.opened {
        height: auto;
    }

    .checkitem-list .toggle {
        cursor: pointer;
        width: 24px;
        height: 24px;
        border: solid 1px #E1E4EA;
        border-radius: 100%;
        position: absolute;
        top: 11px;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .checkitem-list.opened .toggle {
        transform: rotate(180deg);
    }

    .checkitem-list .item {
        padding:5px 10px;
        background-color: #fff;
        border: solid 1px #E1E4EA;
        color: #525866;
        margin: 4px;
        display: inline-block;
        border-radius: 10px;
        cursor:pointer;
    }

        .checkitem-list .item.selected { 
            background-color: #0E121B;
            border: solid 1px #E1E4EA;
            color: #fff;
        }

.treatment-card .card-body {
    overflow-y: auto;
    display: block;
    height: 200px;
}

.treatment-card .card-title h5 {
    width: 100%;
    justify-content: space-between;
}

.treatment-card .search-box {
    border: solid 1px #E2E4E9;
    padding: 5px;
    border-radius: 8px;
}

    .treatment-card .search-box input {
        border: none;
        width: 80%;
        outline: none;
    }


.treatment-card .line-list .list-item {
    color: #0E121B;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 40px 16px 16px;
    border-bottom: solid 1px #E1E4EA;
    position: relative;
}

    .treatment-card .line-list .list-item:hover {
        background-color: #F5F7FA;
    }

    .treatment-card .line-list .list-item .select {
        display: none;
        position: absolute;
        right: 30px;
        top: 50%;
        cursor:pointer;
    }

    .treatment-card .line-list .list-item:hover .select {
        display: block
    }

    .treatment-card .line-list .list-item:last-child {
        border-bottom: none;
    }

    .treatment-card .line-list .list-item .price {
        color: #99A0AE;
        margin-bottom: 0;
    }

.table-type1 tfoot {
    background-color: #F5F7FA;
}

    .table-type1 tfoot td {
        border: none;
    }

.table-type1 .form-input {
    border: solid 1px #E1E4EA;
    border-radius: 8px;
    color: #0E121B;
    padding: 5px;
}


.steps ul {
    padding: 0;
    margin: 0;
}

.steps li {
    display: inline-block;
    color: #0E121B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

    .steps li .ti {
        display: inline-block;
        margin: 0 14px;
        color: #99A0AE;
    }

    .steps li:last-child::after {
        display: none;
    }

    .steps li .no {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
        border: solid 1px #E1E4EA;
        border-radius: 100%;
        text-align: center;
        color: #525866;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        margin-right: 8px;
    }



    .steps li.completed .no {
        color: #fff;
        font-size: 0;
        background-color: #1FC16B;
    }

        .steps li.completed .no:after {
            content: "✓";
            font-size: 12px;
        }

.roles-box .accordion-button {
    font-weight: 500;
    font-size: 15px;
    color: #0E121B !important;
}

.mini-text {
    color: #525866;
    font-weight: 400;
    font-size: 12px;
}

.bi-list {
    padding: 0;
    margin: 0;
}

    .bi-list li {
        padding: 0;
        margin: 0;
        display: flex;
    }

.table-radius {
    border-radius: 15px;
    /*    overflow: hidden!important;*/
}

.more-project .switch.switch-xs input:empty ~ span {
    margin: 2px 0;
    height: 16px;
    width: 28px;
    border-radius: 12px;
}


    .more-project .switch.switch-xs input:empty ~ span:before, .more-project .switch.switch-xs input:empty ~ span:after {
        width: 26px;
        border-radius: 12px;
    }

    .more-project .switch.switch-xs input:empty ~ span:after {
        height: 14px;
        width: 14px;
        top: 1px;
        bottom: 2px;
        margin-left: 2px;
        font-size: .55em;
        text-align: center;
        vertical-align: middle;
    }

.more-project .switch.switch-xs input:checked ~ span:after {
    margin-left: 11px;
}

.process-card.licence-card .card-body {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 10px;
}

.process-card.licence-card .item {
    margin-bottom: 10px;
}

    .process-card.licence-card .item .item-title {
        margin-bottom: 5px;
    }

    .process-card.licence-card .item .progress-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .process-card.licence-card .item .progress {
        width: 100%;
        margin-right: 10px;
    }

    .process-card.licence-card .item .percent {
        white-space: nowrap
    }

.app-pay-info {
    font-size: 20px;
    color: #525866;
    font-weight: 500;
}

.payment-wrapper {
    padding: 38px 10px;
    display: flex;
    justify-content: end;
    height: 100%;
}

    .payment-wrapper .payment-box {
        max-width: 376px;
        width: 100%;
    }

        .payment-wrapper .payment-box .invoice-box {
            margin-bottom: 4px;
        }

            .payment-wrapper .payment-box .invoice-box a {
                text-decoration: underline;
                font-size: 12px;
                color: #525866;
            }

            .payment-wrapper .payment-box .invoice-box dl {
                display: flex;
                justify-content: space-between;
                margin-bottom: 4px;
            }

                .payment-wrapper .payment-box .invoice-box dl dt {
                    font-size: 12px;
                    color: #525866;
                    font-weight: 400;
                    margin-bottom: 0;
                }

                .payment-wrapper .payment-box .invoice-box dl dd {
                    font-size: 14px;
                    font-weight: 500;
                    color: #0E121B;
                    text-align: right;
                    max-width: 75%;
                    margin-bottom: 0;
                }



.payment-summary-wrapper {
    background-color: #F5F7FA;
    padding: 38px 32px;
    height: 100%;
}

    .payment-summary-wrapper .bi-box {
        color: #0E121B;
        background-color: #fff;
        display: inline-block;
        width: 100%;
        max-width: 300px;
    }

        .payment-summary-wrapper .bi-box .ti-info-circle-filled {
            color: #CACFD8;
            font-size: 12px;
        }

        .payment-summary-wrapper .bi-box .title {
            color: #0E121B;
            font-size: 24px;
            font-weight: 500;
        }

        .payment-summary-wrapper .bi-box dl {
            margin-bottom: 4px;
        }

            .payment-summary-wrapper .bi-box dl dt {
                color: #525866;
                font-size: 14px;
                font-weight: 400;
            }

            .payment-summary-wrapper .bi-box dl dd {
                font-size: 18px;
                font-weight: 500;
                margin-bottom: 0;
            }

            .payment-summary-wrapper .bi-box dl.total-summary dt {
                color: #F6B51E;
                font-weight: 700;
            }

            .payment-summary-wrapper .bi-box dl.total-summary dd {
                font-size: 24px;
                font-weight: 700;
            }

.bi-progress label {
    display: flex;
    justify-content: space-between;
    color: #0E121B;
    font-size: 14px;
    font-weight: 500;
}

.bi-progress .info {
    font-size: 12px;
    color: #525866;
}

.bi-progress .bi-progress-bar {
    width: 100%;
    height: 22px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="100"><rect width="2" height="100" fill="%23E1E4EA"/><rect x="2" width="2" height="100" fill="white"/></svg>');
}

.bi-progress.active .bi-progress-bar .bi-progress-status {
    display: block;
    height: 22px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="100"><rect width="2" height="100" fill="%231FC16B"/><rect x="2" width="2" height="100" fill="white"/></svg>');
}

.bi-progress.passive label .info {
    color: #FB3748;
}

.bi-progress.passive .bi-progress-bar .bi-progress-status {
    display: block;
    height: 22px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="100"><rect width="2" height="100" fill="%23FFEBEC"/><rect x="2" width="2" height="100" fill="white"/></svg>');
}

.more-project .swal2-popup {
    border-radius: 20px;
}

.more-project .swal2-title {
    font-size: 16px;
}

.more-project .swal2-html-container {
    font-size: 14px;
}

.more-project .swal2-actions {
    width: 100%;
    padding-top: 16px;
}

.more-project .btn.swal2-styled {
    width: 45%;
    border-radius: 8px;
}


@media (max-width: 540px) {

    .input-group.bootstrap-touchspin button {
        padding: 10px;
    }

    .payment-summary-wrapper .bi-box {
        max-width: none;
    }

    .fc-time,
    .fc-title,
    .fc-description {
        font-size: 16px;
    }

    .col-quick-data {
        flex-wrap: wrap;
        flex-direction: column;
    }


    .datatables-projects thead th {
        min-width: 120px;
    }

    .user-profile-info .user-content {
        flex-wrap: wrap;
    }

    .badge-list {
        display: block;
        padding-top: 10px;
    }

    .app-brand-link .app-brand-logo {
        width: 30px;
        height: 30px;
    }

    .modal .role-title {
        margin: 0;
    }

    .account-page-header {
        flex-wrap: wrap;
    }

        .account-page-header .app-contact .help-text {
            display: none;
        }

        .account-page-header .app-contact a {
            font-size: 0;
        }

    .login-header .header-avatar,
    .header-avatar-branch {
        width: 80px;
        height: 80px;
        background-size: 60px auto;
    }

    
}



#components-reconnect-modal {
    z-index: 10000;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.dentist-box .card-title {
    margin-top: -10px;
}

.dent-box {
    background-color: #F5F7FA;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 57px 20px;
    margin: 30px 0;
}

    .dent-box .hr-line {
        position: absolute;
        top: 49%;
        left: 0;
        width: 100%;
        border-bottom: dotted 1px #525866;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        z-index: 1;
    }

        .dent-box .hr-line:before {
            content: "R";
            position: absolute;
            top: -10px;
            left: 0;
            padding: 0 5px;
            color: #525866;
            background-color: #F5F7FA;
        }

        .dent-box .hr-line:after {
            content: "L";
            position: absolute;
            top: -10px;
            right: 0;
            padding: 0 5px;
            color: #525866;
            background-color: #F5F7FA;
        }

    .dent-box .vr-line {
        position: absolute;
        left: 50%;
        top: 30px;
        width: 1px;
        height: 85%;
        border-right: dotted 1px #525866;
        z-index: 1;
    }

    .dent-box .right-mouth {
        width: 50%;
    }

    .dent-box .left-mouth {
        width: 50%;
    }

    .dent-box .box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        padding: 10px 16px 16px;
        position: relative;
    }

        .dent-box .box .title {
            position: absolute;
            top: -35px;
        }

    .dent-box .box-alt .title {
        position: absolute;
        top: 170px;
    }

  .select-mouth {
        position: absolute;
        width:13px;
    }

.right-mouth .box-top .select-mouth {
    top:-47px;
    left:0px;
}

.left-mouth .box-top .select-mouth {
    top: -47px;
    right: 0px;
}

.right-mouth .box-alt .select-mouth {
    bottom: -47px;
    left: 0px;
}

.left-mouth .box-alt .select-mouth {
    bottom: -47px;
    right: 0px;
}

.select-mouth.top {
    top: 10px;
    left: 0;
    right: 0;
    margin: auto; 
}

.select-mouth.bottom {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto; 
}



/*
.selection {
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #34b9e9;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

    .selection.top {
        top: -33px;
        left: 0;
        right: 0;
        margin: auto;
        width: 133px;
    }

    .selection.bottom {
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        width: 133px;
    }

.right-mouth .box .selection {
    top: -90px;
    left: -15px;
}

.right-mouth .box-alt .selection {
    top: 220px;
    left: -15px;
}


.left-mouth .box .selection {
    top: -90px;
    right: -15px;
}

.left-mouth .box-alt .selection {
    top: 220px;
    right: -15px;
}*/



.dent-box .box.box-alt {
    padding: 20px 16px 16px;
}

.dent-box .box .dent-item {
    color: #525866;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    position: relative;
    width: 40px;
    border: solid 1px transparent;
}

    .dent-box .box .dent-item .dent-wrapper {
        position: relative;
        height: 83px;
        width: 38px;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }

    .dent-box .box .dent-item .dent-wrapper {
        align-items: end;
    }

.dent-box .box.box-alt .dent-item .dent-wrapper {
    align-items: start;
    padding-top: 10px;
}

.dent-box .box .dent-item .no {
    display: inline-block;
    margin: 9px 0;
    color: #525866;
    border-radius: 100%;
    width: 18px;
    height: 18px;
}



.dent-box .box .dent-item.active .no {
    color: #fff;
    background-color: #35B9E9;
}

.dent-box .box .dent-item:hover, .dent-box .box .dent-item.selected {
    background-color: #CACFD8;
    border: solid 1px #0E121B;
    border-radius: 4px;
}


.box.selected {
    background-color: #CACFD8;
    border: solid 1px #0E121B;
    border-radius: 4px;
}

.right-mouth .box.selected {
    border-right: none;
}

.left-mouth .box.selected {
    border-left: none;
}

.left-mouth .box-top,
.right-mouth .box-top {
    border-bottom: none;
}

.right-mouth .box-alt,
.left-mouth .box-alt {
    border-top: none;
}

.box.selected .dent-item:hover {
    border: solid 1px transparent;
}

    .box.selected .dent-item:hover .not-add {
        display: none !important;
    }


.dent-box .box .dent-item .not-add,
.dent-box .box .dent-item .not {
    display: none;
    position: absolute;
    top: -20px;
    font-size: 10px;
    white-space: nowrap;
}

.dent-box .box.box-alt .dent-item .not-add,
.dent-box .box.box-alt .dent-item .not {
    top: 125px;
}

.dent-box .box .dent-item:hover .not-add,
.dent-box .box .dent-item.active .not {
    display: block;
}

.dent-item .dent-wrapper {
    width: 38px;
    height: 75px;
}


.box .dent-wrapper .d-implant {
    background: url(/assets/img/disler/implant-ust.png) no-repeat;
    background-size: 27px auto;
    width: 25px;
    height: 29px;
    position: absolute;
    z-index: 99;
}

.box-alt .dent-wrapper .d-implant {
    background: url(/assets/img/disler/implant-alt.png) no-repeat;
    background-size: 17px auto;
    width: 17px;
    height: 35px;
    position: absolute;
    z-index: 99;
}


/* İmplant: Begin */

.dent18 .d-implant {
    top: 33px;
}

.dent17 .d-implant {
    top: 34px;
    left: 5px;
}

.dent16 .d-implant {
    top: 34px;
    left: 5px;
}

.dent15 .d-implant {
    top: 37px;
    left: 10px;
    background-size: 18px auto !important;
    width: 21px !important;
    height: 29px !important;
}

.dent14 .d-implant {
    top: 35px;
    left: 9px;
    background-size: 18px auto !important;
    width: 21px !important;
    height: 29px !important;
}

.dent13 .d-implant {
    top: 34px;
    left: 9px;
    background-size: 20px auto !important;
}

.dent12 .d-implant {
    top: 38px;
    left: 9px;
    background-size: 16px auto !important;
}

.dent11 .d-implant {
    top: 30px;
    left: 10px;
    background-size: 19px auto !important;
}

.dent21 .d-implant {
    top: 28px;
    left: 8px;
    background-size: 21px auto !important;
}

.dent22 .d-implant {
    top: 40px;
    left: 11px;
    background-size: 15px auto !important;
}

.dent23 .d-implant {
    top: 34px;
    left: 9px;
    background-size: 20px auto !important;
}

.dent24 .d-implant {
    top: 34px;
    left: 9px;
    background-size: 18px auto !important;
}

.dent25 .d-implant {
    top: 36px;
    left: 10px;
    background-size: 18px auto !important;
}

.dent26 .d-implant {
    top: 33px;
    left: 5px;
}

.dent27 .d-implant {
    top: 34px;
    left: 5px;
}

.dent28 .d-implant {
    top: 35px;
    left: 8px;
    background-size: 21px auto !important;
}



.dent48 .d-implant {
    top: 15px;
    left: 9px;
}

.dent47 .d-implant {
    top: 16px;
    left: 12px;
}

.dent46 .d-implant {
    top: 17px;
    left: 9px;
}

.dent45 .d-implant {
    top: 18px;
    left: 10px;
}

.dent44 .d-implant {
    top: 17px;
    left: 10px;
}

.dent43 .d-implant {
    top: 22px;
    left: 13px;
}

.dent42 .d-implant {
    top: 22px;
    left: 12px;
    background-size: 14px auto !important;
}

.dent41 .d-implant {
    top: 18px;
    left: 12px;
    background-size: 14px auto !important;
}

.dent31 .d-implant {
    top: 19px;
    left: 12px;
    background-size: 14px auto !important;
}

.dent32 .d-implant {
    top: 22px;
    left: 11px;
    background-size: 14px auto !important;
}

.dent33 .d-implant {
    top: 24px;
    left: 10px;
    background-size: 15px auto !important;
}

.dent34 .d-implant {
    top: 21px;
    left: 11px;
    background-size: 15px auto !important;
}

.dent35 .d-implant {
    top: 21px;
    left: 11px;
    background-size: 15px auto !important;
}

.dent36 .d-implant {
    top: 18px;
    left: 7px;
}

.dent37 .d-implant {
    top: 18px;
    left: 7px;
}

.dent38 .d-implant {
    top: 16px;
    left: 10px;
}




/*Implant : End */



.dent-box .box .dent-item .dent18 .dent {
    width: 27px;
    height: 57px;
}

.dent-box .box .dent-item .dent17 .dent {
    width: 27px;
    height: 52px;
}

.dent-box .box .dent-item .dent16 .dent {
    width: 29px;
    height: 62px;
}

.dent-box .box .dent-item .dent15 .dent {
    width: 20px;
    height: 63px;
}

.dent-box .box .dent-item .dent14 .dent {
    width: 22px;
    height: 72px;
}

.dent-box .box .dent-item .dent13 .dent {
    width: 22px;
    height: 73px;
}

.dent-box .box .dent-item .dent12 .dent {
    width: 18px;
    height: 70px;
}

.dent-box .box .dent-item .dent11 .dent {
    width: 22px;
    height: 75px;
}



.dent-box .box .dent-item .dent21 .dent {
    width: 22px;
    height: 75px;
}

.dent-box .box .dent-item .dent22 .dent {
    width: 18px;
    height: 69px;
}

.dent-box .box .dent-item .dent23 .dent {
    width: 22px;
    height: 72px;
}

.dent-box .box .dent-item .dent24 .dent {
    width: 21px;
    height: 72px;
}

.dent-box .box .dent-item .dent25 .dent {
    width: 20px;
    height: 64px;
}

.dent-box .box .dent-item .dent26 .dent {
    width: 30px;
    height: 62px;
}

.dent-box .box .dent-item .dent27 .dent {
    width: 27px;
    height: 53px;
}

.dent-box .box .dent-item .dent28 .dent {
    width: 25px;
    height: 53px;
}

.dent-box .box .dent-item .dent48 .dent {
    width: 28px;
    height: 47px;
}

.dent-box .box .dent-item .dent47 .dent {
    width: 36px;
    height: 58px;
}

.dent-box .box .dent-item .dent46 .dent {
    width: 38px;
    height: 60px;
}

.dent-box .box .dent-item .dent45 .dent {
    width: 23px;
    height: 64px;
}

.dent-box .box .dent-item .dent44 .dent {
    width: 22px;
    height: 62px;
}

.dent-box .box .dent-item .dent43 .dent {
    width: 25px;
    height: 73px;
}

.dent-box .box .dent-item .dent42 .dent {
    width: 18px;
    height: 73px;
}

.dent-box .box .dent-item .dent41 .dent {
    width: 16px;
    height: 75px;
}


.dent-box .box .dent-item .dent31 .dent {
    width: 16px;
    height: 75px;
}

.dent-box .box .dent-item .dent32 .dent {
    width: 18px;
    height: 73px;
}

.dent-box .box .dent-item .dent33 .dent {
    width: 25px;
    height: 73px;
}

.dent-box .box .dent-item .dent34 .dent {
    width: 22px;
    height: 62px;
}

.dent-box .box .dent-item .dent35 .dent {
    width: 23px;
    height: 64px;
}

.dent-box .box .dent-item .dent36 .dent {
    width: 38px;
    height: 60px;
}

.dent-box .box .dent-item .dent37 .dent {
    width: 36px;
    height: 58px;
}

.dent-box .box .dent-item .dent38 .dent {
    width: 28px;
    height: 47px;
}

.d-kaplama-sabit {
    position: absolute;
    z-index: 999;
}


.d-kaplama-hareketli {
    position: absolute;
    z-index: 999;
}

.d-kaplama-sabit-kompozit {
    position: absolute;
    z-index: 999;
}

.d-kaplama-sabit-porselen {
    position: absolute;
    z-index: 999;
}

.d-kaplama-sabit-zirkon {
    position: absolute;
    z-index: 999;
}


/*  Normal: Begin    */

.dent18 .d-normal {
    background: url(/assets/img/disler/18.png) no-repeat;
    background-size: 27px auto;
}

.dent17 .d-normal {
    background: url(/assets/img/disler/17.png) no-repeat;
    background-size: 26px auto;
}

.dent16 .d-normal {
    background: url(/assets/img/disler/16.png) no-repeat;
    background-size: 29px auto;
}


.dent15 .d-normal {
    background: url(/assets/img/disler/15.png) no-repeat;
    background-size: 20px auto;
}


.dent14 .d-normal {
    background: url(/assets/img/disler/14.png) no-repeat;
    background-size: 21px auto;
}


.dent13 .d-normal {
    background: url(/assets/img/disler/13.png) no-repeat;
    background-size: 22px auto;
}


.dent12 .d-normal {
    background: url(/assets/img/disler/12.png) no-repeat;
    background-size: 18px auto;
}


.dent11 .d-normal {
    background: url(/assets/img/disler/11.png) no-repeat;
    background-size: 22px auto;
}



.dent21 .d-normal {
    background: url(/assets/img/disler/21.png) no-repeat;
    background-size: 22px auto;
}

.dent22 .d-normal {
    background: url(/assets/img/disler/22.png) no-repeat;
    background-size: 18px auto;
}

.dent23 .d-normal {
    background: url(/assets/img/disler/23.png) no-repeat;
    background-size: 22px auto;
}


.dent24 .d-normal {
    background: url(/assets/img/disler/24.png) no-repeat;
    background-size: 21px auto;
}

.dent25 .d-normal {
    background: url(/assets/img/disler/25.png) no-repeat;
    background-size: 20px auto;
}

.dent26 .d-normal {
    background: url(/assets/img/disler/26.png) no-repeat;
    background-size: 29px auto;
}

.dent27 .d-normal {
    background: url(/assets/img/disler/27.png) no-repeat;
    background-size: 27px auto;
}

.dent28 .d-normal {
    background: url(/assets/img/disler/28.png) no-repeat;
    background-size: 25px auto;
}


.dent48 .d-normal {
    background: url(/assets/img/disler/48.png) no-repeat;
    background-size: 27px auto;
}

.dent47 .d-normal {
    background: url(/assets/img/disler/47.png) no-repeat;
    background-size: 35px auto;
}

.dent46 .d-normal {
    background: url(/assets/img/disler/46.png) no-repeat;
    background-size: 36px auto;
}

.dent45 .d-normal {
    background: url(/assets/img/disler/45.png) no-repeat;
    background-size: 23px auto;
}

.dent44 .d-normal {
    background: url(/assets/img/disler/44.png) no-repeat;
    background-size: 22px auto;
}

.dent43 .d-normal {
    background: url(/assets/img/disler/43.png) no-repeat;
    background-size: 25px auto;
}

.dent42 .d-normal {
    background: url(/assets/img/disler/42.png) no-repeat;
    background-size: 18px auto;
}

.dent41 .d-normal {
    background: url(/assets/img/disler/41.png) no-repeat;
    background-size: 16px auto;
}


.dent31 .d-normal {
    background: url(/assets/img/disler/31.png) no-repeat;
    background-size: 16px auto;
}

.dent32 .d-normal {
    background: url(/assets/img/disler/32.png) no-repeat;
    background-size: 18px auto;
}

.dent33 .d-normal {
    background: url(/assets/img/disler/33.png) no-repeat;
    background-size: 25px auto;
}


.dent34 .d-normal {
    background: url(/assets/img/disler/34.png) no-repeat;
    background-size: 22px auto;
}

.dent35 .d-normal {
    background: url(/assets/img/disler/35.png) no-repeat;
    background-size: 23px auto;
}

.dent36 .d-normal {
    background: url(/assets/img/disler/36.png) no-repeat;
    background-size: 37px auto;
}

.dent37 .d-normal {
    background: url(/assets/img/disler/37.png) no-repeat;
    background-size: 36px auto;
}

.dent38 .d-normal {
    background: url(/assets/img/disler/38.png) no-repeat;
    background-size: 28px auto;
}


/*  Normal: End    */



/*  Eksik: Begin    */

.dent18 .d-eksik {
    background: url(/assets/img/disler/18-eksik.png) no-repeat;
    background-size: 27px auto;
}

.dent17 .d-eksik {
    background: url(/assets/img/disler/17-eksik.png) no-repeat;
    background-size: 26px auto;
}

.dent16 .d-eksik {
    background: url(/assets/img/disler/16-eksik.png) no-repeat;
    background-size: 29px auto;
}


.dent15 .d-eksik {
    background: url(/assets/img/disler/15-eksik.png) no-repeat;
    background-size: 20px auto;
}


.dent14 .d-eksik {
    background: url(/assets/img/disler/14-eksik.png) no-repeat;
    background-size: 21px auto;
}


.dent13 .d-eksik {
    background: url(/assets/img/disler/13-eksik.png) no-repeat;
    background-size: 22px auto;
}


.dent12 .d-eksik {
    background: url(/assets/img/disler/12-eksik.png) no-repeat;
    background-size: 18px auto;
}


.dent11 .d-eksik {
    background: url(/assets/img/disler/11-eksik.png) no-repeat;
    background-size: 22px auto;
}



.dent21 .d-eksik {
    background: url(/assets/img/disler/21-eksik.png) no-repeat;
    background-size: 22px auto;
}

.dent22 .d-eksik {
    background: url(/assets/img/disler/22-eksik.png) no-repeat;
    background-size: 18px auto;
}

.dent23 .d-eksik {
    background: url(/assets/img/disler/23-eksik.png) no-repeat;
    background-size: 22px auto;
}


.dent24 .d-eksik {
    background: url(/assets/img/disler/24-eksik.png) no-repeat;
    background-size: 21px auto;
}

.dent25 .d-eksik {
    background: url(/assets/img/disler/25-eksik.png) no-repeat;
    background-size: 20px auto;
}

.dent26 .d-eksik {
    background: url(/assets/img/disler/26-eksik.png) no-repeat;
    background-size: 29px auto;
}

.dent27 .d-eksik {
    background: url(/assets/img/disler/27-eksik.png) no-repeat;
    background-size: 27px auto;
}

.dent28 .d-eksik {
    background: url(/assets/img/disler/28-eksik.png) no-repeat;
    background-size: 25px auto;
}


.dent48 .d-eksik {
    background: url(/assets/img/disler/48-eksik.png) no-repeat;
    background-size: 27px auto;
}

.dent47 .d-eksik {
    background: url(/assets/img/disler/47-eksik.png) no-repeat;
    background-size: 35px auto;
}

.dent46 .d-eksik {
    background: url(/assets/img/disler/46-eksik.png) no-repeat;
    background-size: 36px auto;
}

.dent45 .d-eksik {
    background: url(/assets/img/disler/45-eksik.png) no-repeat;
    background-size: 23px auto;
}

.dent44 .d-eksik {
    background: url(/assets/img/disler/44-eksik.png) no-repeat;
    background-size: 22px auto;
}

.dent43 .d-eksik {
    background: url(/assets/img/disler/43-eksik.png) no-repeat;
    background-size: 25px auto;
}

.dent42 .d-eksik {
    background: url(/assets/img/disler/42-eksik.png) no-repeat;
    background-size: 18px auto;
}

.dent41 .d-eksik {
    background: url(/assets/img/disler/41-eksik.png) no-repeat;
    background-size: 16px auto;
}


.dent31 .d-eksik {
    background: url(/assets/img/disler/31-eksik.png) no-repeat;
    background-size: 16px auto;
}

.dent32 .d-eksik {
    background: url(/assets/img/disler/32-eksik.png) no-repeat;
    background-size: 18px auto;
}

.dent33 .d-eksik {
    background: url(/assets/img/disler/33-eksik.png) no-repeat;
    background-size: 25px auto;
}


.dent34 .d-eksik {
    background: url(/assets/img/disler/34-eksik.png) no-repeat;
    background-size: 22px auto;
}

.dent35 .d-eksik {
    background: url(/assets/img/disler/35-eksik.png) no-repeat;
    background-size: 23px auto;
}

.dent36 .d-eksik {
    background: url(/assets/img/disler/36-eksik.png) no-repeat;
    background-size: 37px auto;
}

.dent37 .d-eksik {
    background: url(/assets/img/disler/37-eksik.png) no-repeat;
    background-size: 36px auto;
}

.dent38 .d-eksik {
    background: url(/assets/img/disler/38-eksik.png) no-repeat;
    background-size: 28px auto;
}

/*  Eksik: End    */

/* Kaplama Sabit: Begin */


.dent18 .d-kaplama-sabit {
    background: url(/assets/img/disler/18-kaplama-sabit.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
    left: 7px;
    bottom: 3px;
}

.dent17 .d-kaplama-sabit {
    background: url(/assets/img/disler/17-kaplama-sabit.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 23px;
}

.dent16 .d-kaplama-sabit {
    background: url(/assets/img/disler/16-kaplama-sabit.png) no-repeat;
    background-size: 29px auto;
    width: 31px;
    height: 24px;
    left: 5px;
}


.dent15 .d-kaplama-sabit {
    background: url(/assets/img/disler/15-kaplama-sabit.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 23px;
    left: 9px;
}


.dent14 .d-kaplama-sabit {
    background: url(/assets/img/disler/14-kaplama-sabit.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 28px;
}


.dent13 .d-kaplama-sabit {
    background: url(/assets/img/disler/13-kaplama-sabit.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 28px;
}


.dent12 .d-kaplama-sabit {
    background: url(/assets/img/disler/12-kaplama-sabit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}


.dent11 .d-kaplama-sabit {
    background: url(/assets/img/disler/11-kaplama-sabit.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 32px;
    bottom: -2px;
}


.dent21 .d-kaplama-sabit {
    background: url(/assets/img/disler/21-kaplama-sabit.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 31px;
}

.dent22 .d-kaplama-sabit {
    background: url(/assets/img/disler/22-kaplama-sabit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}

.dent23 .d-kaplama-sabit {
    background: url(/assets/img/disler/23-kaplama-sabit.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 27px;
}


.dent24 .d-kaplama-sabit {
    background: url(/assets/img/disler/24-kaplama-sabit.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 29px;
}

.dent25 .d-kaplama-sabit {
    background: url(/assets/img/disler/25-kaplama-sabit.png) no-repeat;
    background-size: 20px auto;
    width: 21px;
    height: 24px;
}

.dent26 .d-kaplama-sabit {
    background: url(/assets/img/disler/26-kaplama-sabit.png) no-repeat;
    background-size: 29px auto;
    width: 30px;
    height: 24px;
}

.dent27 .d-kaplama-sabit {
    background: url(/assets/img/disler/27-kaplama-sabit.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
}

.dent28 .d-kaplama-sabit {
    background: url(/assets/img/disler/28-kaplama-sabit.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 22px;
}


.dent48 .d-kaplama-sabit {
    background: url(/assets/img/disler/48-kaplama-sabit.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 22px;
}

.dent47 .d-kaplama-sabit {
    background: url(/assets/img/disler/47-kaplama-sabit.png) no-repeat;
    background-size: 29px auto;
    width: 29px;
    height: 22px;
    left: 7px;
}

.dent46 .d-kaplama-sabit {
    background: url(/assets/img/disler/46-kaplama-sabit.png) no-repeat;
    background-size: 33px auto;
    width: 33px;
    height: 24px;
}

.dent45 .d-kaplama-sabit {
    background: url(/assets/img/disler/45-kaplama-sabit.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 28px;
}

.dent44 .d-kaplama-sabit {
    background: url(/assets/img/disler/44-kaplama-sabit.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 29px;
}

.dent43 .d-kaplama-sabit {
    background: url(/assets/img/disler/43-kaplama-sabit.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 30px;
    left: 10px;
}

.dent42 .d-kaplama-sabit {
    background: url(/assets/img/disler/42-kaplama-sabit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 28px;
}

.dent41 .d-kaplama-sabit {
    background: url(/assets/img/disler/41-kaplama-sabit.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}


.dent31 .d-kaplama-sabit {
    background: url(/assets/img/disler/31-kaplama-sabit.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}

.dent32 .d-kaplama-sabit {
    background: url(/assets/img/disler/32-kaplama-sabit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 29px;
}

.dent33 .d-kaplama-sabit {
    background: url(/assets/img/disler/33-kaplama-sabit.png) no-repeat;
    background-size: 22px auto;
    width: 25px;
    height: 31px;
}


.dent34 .d-kaplama-sabit {
    background: url(/assets/img/disler/34-kaplama-sabit.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 29px;
}

.dent35 .d-kaplama-sabit {
    background: url(/assets/img/disler/35-kaplama-sabit.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 26px;
}

.dent36 .d-kaplama-sabit {
    background: url(/assets/img/disler/36-kaplama-sabit.png) no-repeat;
    background-size: 34px auto;
    width: 38px;
    height: 26px;
}

.dent37 .d-kaplama-sabit {
    background: url(/assets/img/disler/37-kaplama-sabit.png) no-repeat;
    background-size: 30px auto;
    width: 36px;
    height: 23px;
}

.dent38 .d-kaplama-sabit {
    background: url(/assets/img/disler/38-kaplama-sabit.png) no-repeat;
    background-size: 27px auto;
    width: 28px;
    height: 21px;
}

/* Kaplama Sabit: End */




/* Kaplama Sabit Kompozit: Begin */


.dent18 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/18-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
    left: 7px;
    bottom: 3px;
}

.dent17 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/17-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 23px;
}

.dent16 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/16-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 29px auto;
    width: 31px;
    height: 24px;
    left: 5px;
}


.dent15 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/15-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 23px;
    left: 9px;
}


.dent14 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/14-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 28px;
}


.dent13 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/13-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 28px;
}


.dent12 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/12-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}


.dent11 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/11-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 32px;
    bottom: -2px;
}


.dent21 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/21-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 31px;
}

.dent22 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/22-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}

.dent23 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/23-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 27px;
}


.dent24 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/24-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 29px;
}

.dent25 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/25-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 20px auto;
    width: 21px;
    height: 24px;
}

.dent26 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/26-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 29px auto;
    width: 30px;
    height: 24px;
}

.dent27 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/27-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
}

.dent28 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/28-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 22px;
}


.dent48 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/48-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 22px;
}

.dent47 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/47-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 29px auto;
    width: 29px;
    height: 22px;
    left: 7px;
}

.dent46 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/46-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 33px auto;
    width: 33px;
    height: 24px;
}

.dent45 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/45-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 28px;
}

.dent44 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/44-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 29px;
}

.dent43 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/43-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 30px;
    left: 10px;
}

.dent42 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/42-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 28px;
}

.dent41 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/41-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}


.dent31 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/31-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}

.dent32 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/32-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 29px;
}

.dent33 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/33-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 22px auto;
    width: 25px;
    height: 31px;
}


.dent34 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/34-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 29px;
}

.dent35 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/35-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 26px;
}

.dent36 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/36-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 34px auto;
    width: 38px;
    height: 26px;
}

.dent37 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/37-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 30px auto;
    width: 36px;
    height: 23px;
}

.dent38 .d-kaplama-sabit-kompozit {
    background: url(/assets/img/disler/38-kaplama-sabit-kompozit.png) no-repeat;
    background-size: 27px auto;
    width: 28px;
    height: 21px;
}

/* Kaplama Sabit Kompozit: End */





/* Kaplama Porselen: Begin */


.dent18 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/18-kaplama-porselen.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
    left: 7px;
    bottom: 3px;
}

.dent17 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/17-kaplama-porselen.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 23px;
}

.dent16 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/16-kaplama-porselen.png) no-repeat;
    background-size: 29px auto;
    width: 31px;
    height: 24px;
    left: 5px;
}


.dent15 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/15-kaplama-porselen.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 23px;
    left: 9px;
}


.dent14 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/14-kaplama-porselen.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 28px;
}


.dent13 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/13-kaplama-porselen.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 28px;
}


.dent12 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/12-kaplama-porselen.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}


.dent11 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/11-kaplama-porselen.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 32px;
    bottom: -2px;
}


.dent21 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/21-kaplama-porselen.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 31px;
}

.dent22 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/22-kaplama-porselen.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}

.dent23 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/23-kaplama-porselen.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 27px;
}


.dent24 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/24-kaplama-porselen.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 29px;
}

.dent25 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/25-kaplama-porselen.png) no-repeat;
    background-size: 20px auto;
    width: 21px;
    height: 24px;
}

.dent26 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/26-kaplama-porselen.png) no-repeat;
    background-size: 29px auto;
    width: 30px;
    height: 24px;
}

.dent27 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/27-kaplama-porselen.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
}

.dent28 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/28-kaplama-porselen.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 22px;
}


.dent48 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/48-kaplama-porselen.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 22px;
}

.dent47 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/47-kaplama-porselen.png) no-repeat;
    background-size: 29px auto;
    width: 29px;
    height: 22px;
    left: 7px;
}

.dent46 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/46-kaplama-porselen.png) no-repeat;
    background-size: 33px auto;
    width: 33px;
    height: 24px;
}

.dent45 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/45-kaplama-porselen.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 28px;
}

.dent44 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/44-kaplama-porselen.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 29px;
}

.dent43 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/43-kaplama-porselen.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 30px;
    left: 10px;
}

.dent42 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/42-kaplama-porselen.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 28px;
}

.dent41 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/41-kaplama-porselen.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}


.dent31 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/31-kaplama-porselen.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}

.dent32 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/32-kaplama-porselen.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 29px;
}

.dent33 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/33-kaplama-porselen.png) no-repeat;
    background-size: 22px auto;
    width: 25px;
    height: 31px;
}


.dent34 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/34-kaplama-porselen.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 29px;
}

.dent35 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/35-kaplama-porselen.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 26px;
}

.dent36 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/36-kaplama-porselen.png) no-repeat;
    background-size: 34px auto;
    width: 38px;
    height: 26px;
}

.dent37 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/37-kaplama-porselen.png) no-repeat;
    background-size: 30px auto;
    width: 36px;
    height: 23px;
}

.dent38 .d-kaplama-sabit-porselen {
    background: url(/assets/img/disler/38-kaplama-porselen.png) no-repeat;
    background-size: 27px auto;
    width: 28px;
    height: 21px;
}

/* Kaplama Porselen: End */




/* Kaplama Zirkon: Begin */


.dent18 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/18-kaplama-zirkon.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
    left: 7px;
    bottom: 3px;
}

.dent17 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/17-kaplama-zirkon.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 23px;
}

.dent16 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/16-kaplama-zirkon.png) no-repeat;
    background-size: 29px auto;
    width: 31px;
    height: 24px;
    left: 5px;
}


.dent15 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/15-kaplama-zirkon.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 23px;
    left: 9px;
}


.dent14 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/14-kaplama-zirkon.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 28px;
}


.dent13 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/13-kaplama-zirkon.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 28px;
}


.dent12 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/12-kaplama-zirkon.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}


.dent11 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/11-kaplama-zirkon.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 32px;
    bottom: -2px;
}


.dent21 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/21-kaplama-zirkon.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 31px;
}

.dent22 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/22-kaplama-zirkon.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}

.dent23 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/23-kaplama-zirkon.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 27px;
}


.dent24 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/24-kaplama-zirkon.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 29px;
}

.dent25 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/25-kaplama-zirkon.png) no-repeat;
    background-size: 20px auto;
    width: 21px;
    height: 24px;
}

.dent26 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/26-kaplama-zirkon.png) no-repeat;
    background-size: 29px auto;
    width: 30px;
    height: 24px;
}

.dent27 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/27-kaplama-zirkon.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
}

.dent28 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/28-kaplama-zirkon.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 22px;
}


.dent48 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/48-kaplama-zirkon.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 22px;
}

.dent47 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/47-kaplama-zirkon.png) no-repeat;
    background-size: 29px auto;
    width: 29px;
    height: 22px;
    left: 7px;
}

.dent46 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/46-kaplama-zirkon.png) no-repeat;
    background-size: 33px auto;
    width: 33px;
    height: 24px;
}

.dent45 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/45-kaplama-zirkon.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 28px;
}

.dent44 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/44-kaplama-zirkon.png) no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 29px;
}

.dent43 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/43-kaplama-zirkon.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 30px;
    left: 10px;
}

.dent42 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/42-kaplama-zirkon.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 28px;
}

.dent41 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/41-kaplama-zirkon.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}


.dent31 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/31-kaplama-zirkon.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}

.dent32 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/32-kaplama-zirkon.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 29px;
}

.dent33 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/33-kaplama-zirkon.png) no-repeat;
    background-size: 22px auto;
    width: 25px;
    height: 31px;
}


.dent34 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/34-kaplama-zirkon.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 29px;
}

.dent35 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/35-kaplama-zirkon.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 26px;
}

.dent36 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/36-kaplama-zirkon.png) no-repeat;
    background-size: 34px auto;
    width: 38px;
    height: 26px;
}

.dent37 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/37-kaplama-zirkon.png) no-repeat;
    background-size: 30px auto;
    width: 36px;
    height: 23px;
}

.dent38 .d-kaplama-sabit-zirkon {
    background: url(/assets/img/disler/38-kaplama-zirkon.png) no-repeat;
    background-size: 27px auto;
    width: 28px;
    height: 21px;
}

/* Kaplama Zirkon: End */





/* Kaplama Hareketli: Begin */



.dent18 .d-kaplama-hareketli {
    background: url(/assets/img/disler/18-kaplama-hareketli.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
    left: 7px;
    bottom: 3px;
}

.dent17 .d-kaplama-hareketli {
    background: url(/assets/img/disler/17-kaplama-hareketli.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 23px;
}

.dent16 .d-kaplama-hareketli {
    background: url(/assets/img/disler/16-kaplama-hareketli.png) no-repeat;
    background-size: 29px auto;
    width: 31px;
    height: 24px;
    left: 5px;
}


.dent15 .d-kaplama-hareketli {
    background: url(/assets/img/disler/15-kaplama-hareketli.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 23px;
    left: 9px;
}


.dent14 .d-kaplama-hareketli {
    background: url(/assets/img/disler/14-kaplama-hareketli.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 28px;
}


.dent13 .d-kaplama-hareketli {
    background: url(/assets/img/disler/13-kaplama-hareketli.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 28px;
}


.dent12 .d-kaplama-hareketli {
    background: url(/assets/img/disler/12-kaplama-hareketli.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}


.dent11 .d-kaplama-hareketli {
    background: url(/assets/img/disler/11-kaplama-hareketli.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 32px;
    bottom: -2px;
}


.dent21 .d-kaplama-hareketli {
    background: url(/assets/img/disler/21-kaplama-hareketli.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 31px;
}

.dent22 .d-kaplama-hareketli {
    background: url(/assets/img/disler/22-kaplama-hareketli.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 24px;
}

.dent23 .d-kaplama-hareketli {
    background: url(/assets/img/disler/23-kaplama-hareketli.png) no-repeat;
    background-size: 22px auto;
    width: 23px;
    height: 27px;
}


.dent24 .d-kaplama-hareketli {
    background: url(/assets/img/disler/24-kaplama-hareketli.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 29px;
}

.dent25 .d-kaplama-hareketli {
    background: url(/assets/img/disler/25-kaplama-hareketli.png) no-repeat;
    background-size: 20px auto;
    width: 21px;
    height: 24px;
}

.dent26 .d-kaplama-hareketli {
    background: url(/assets/img/disler/26-kaplama-hareketli.png) no-repeat;
    background-size: 29px auto;
    width: 30px;
    height: 24px;
}

.dent27 .d-kaplama-hareketli {
    background: url(/assets/img/disler/27-kaplama-hareketli.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 23px;
}

.dent28 .d-kaplama-hareketli {
    background: url(/assets/img/disler/28-kaplama-hareketli.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 22px;
}


.dent48 .d-kaplama-hareketli {
    background: url(/assets/img/disler/48-kaplama-hareketli.png) no-repeat;
    background-size: 26px auto;
    width: 27px;
    height: 22px;
}

.dent47 .d-kaplama-hareketli {
    background: url(/assets/img/disler/47-kaplama-hareketli.png) no-repeat;
    background-size: 29px auto;
    width: 29px;
    height: 22px;
    left: 7px;
}

.dent46 .d-kaplama-hareketli {
    background: url(/assets/img/disler/46-kaplama-hareketli.png) no-repeat;
    background-size: 33px auto;
    width: 33px;
    height: 24px;
}

.dent45 .d-kaplama-hareketli {
    background: url(/assets/img/disler/45-kaplama-hareketli.png) no-repeat;
    background-size: 21px auto;
    width: 19px;
    height: 28px;
}

.dent44 .d-kaplama-hareketli {
    background: url(/assets/img/disler/44-kaplama-hareketli.png) no-repeat;
    background-size: 20px auto;
    width: 19px;
    height: 29px;
}

.dent43 .d-kaplama-hareketli {
    background: url(/assets/img/disler/43-kaplama-hareketli.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 30px;
    left: 10px;
}

.dent42 .d-kaplama-hareketli {
    background: url(/assets/img/disler/42-kaplama-hareketli.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 28px;
}

.dent41 .d-kaplama-hareketli {
    background: url(/assets/img/disler/41-kaplama-hareketli.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}


.dent31 .d-kaplama-hareketli {
    background: url(/assets/img/disler/31-kaplama-hareketli.png) no-repeat;
    background-size: 16px auto;
    width: 17px;
    height: 28px;
}

.dent32 .d-kaplama-hareketli {
    background: url(/assets/img/disler/32-kaplama-hareketli.png) no-repeat;
    background-size: 18px auto;
    width: 19px;
    height: 29px;
}

.dent33 .d-kaplama-hareketli {
    background: url(/assets/img/disler/33-kaplama-hareketli.png) no-repeat;
    background-size: 22px auto;
    width: 25px;
    height: 31px;
}


.dent34 .d-kaplama-hareketli {
    background: url(/assets/img/disler/34-kaplama-hareketli.png) no-repeat;
    background-size: 20px auto;
    width: 22px;
    height: 29px;
}

.dent35 .d-kaplama-hareketli {
    background: url(/assets/img/disler/35-kaplama-hareketli.png) no-repeat;
    background-size: 21px auto;
    width: 23px;
    height: 26px;
}

.dent36 .d-kaplama-hareketli {
    background: url(/assets/img/disler/36-kaplama-hareketli.png) no-repeat;
    background-size: 34px auto;
    width: 38px;
    height: 26px;
}

.dent37 .d-kaplama-hareketli {
    background: url(/assets/img/disler/37-kaplama-hareketli.png) no-repeat;
    background-size: 30px auto;
    width: 36px;
    height: 23px;
}

.dent38 .d-kaplama-hareketli {
    background: url(/assets/img/disler/38-kaplama-hareketli.png) no-repeat;
    background-size: 27px auto;
    width: 28px;
    height: 21px;
}


/* Kaplama Hareketli: End */


.d-dolgu-amalgam, .d-dolgu-amalgam-1, .d-dolgu-amalgam-2, .d-dolgu-amalgam-3 {
    position: absolute;
    z-index: 900;
}

.d-dolgu-kompozit, .d-dolgu-kompozit-1, .d-dolgu-kompozit-2, .d-dolgu-kompozit-3, .d-dolgu-kompozit-tam, .d-dolgu-kompozit-dip {
    position: absolute;
    z-index: 1000;
}


.d-dolgu-porselen, .d-dolgu-porselen-1, .d-dolgu-porselen-2, .d-dolgu-porselen-3 {
    position: absolute;
    z-index: 900;
}



/* Dolgu Amalgam: Begin */



.dent18 .d-dolgu-amalgam,
.dent18 .d-dolgu-amalgam-1,
.dent18 .d-dolgu-amalgam-2,
.dent18 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/18-dolgu-amalgam.png) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 12px auto;
    bottom: 4px;
}


.dent17 .d-dolgu-amalgam, .dent17 .d-dolgu-amalgam-1, .dent17 .d-dolgu-amalgam-2, .dent17 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/17-dolgu-amalgam.png) no-repeat;
    width: 18.46px;
    height: 9.32px;
    background-size: 18px auto;
    left: 14px;
    bottom: 3px;
}

.dent16 .d-dolgu-amalgam, .dent16 .d-dolgu-amalgam-1, .dent16 .d-dolgu-amalgam-2, .dent16 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/16-dolgu-amalgam.png) no-repeat;
    width: 29px;
    height: 14px;
    background-size: 29px auto;
    left: 5px;
}


.dent15 .d-dolgu-amalgam, .dent15 .d-dolgu-amalgam-1, .dent15 .d-dolgu-amalgam-2, .dent15 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/15-dolgu-amalgam.png) no-repeat;
    width: 16px;
    height: 10px;
    background-size: 16px auto;
    bottom: 1px;
}


.dent14 .d-dolgu-amalgam, .dent14 .d-dolgu-amalgam-1, .dent14 .d-dolgu-amalgam-2, .dent14 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/14-dolgu-amalgam.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
    bottom: 3px;
    left: 13px;
}


.dent13 .d-dolgu-amalgam, .dent13 .d-dolgu-amalgam-1, .dent13 .d-dolgu-amalgam-2, .dent13 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/13-dolgu-amalgam.png) no-repeat;
    width: 23px;
    height: 28px;
    background-size: 23px auto;
}


.dent12 .d-dolgu-amalgam, .dent12 .d-dolgu-amalgam-1, .dent12 .d-dolgu-amalgam-2, .dent12 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/12-dolgu-amalgam.png) no-repeat;
    width: 19px;
    height: 10px;
    background-size: 18px auto;
}


.dent11 .d-dolgu-amalgam, .dent11 .d-dolgu-amalgam-1, .dent11 .d-dolgu-amalgam-2, .dent11 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/11-dolgu-amalgam.png) no-repeat;
    width: 17px;
    height: 13px;
    background-size: 17px auto;
    left: 13px;
    bottom: 2px;
}



.dent21 .d-dolgu-amalgam, .dent21 .d-dolgu-amalgam-1, .dent21 .d-dolgu-amalgam-2, .dent21 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/21-dolgu-amalgam.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px auto;
    left: 16px;
    bottom: 3px;
}

.dent22 .d-dolgu-amalgam, .dent22 .d-dolgu-amalgam-1, .dent22 .d-dolgu-amalgam-2, .dent22 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/22-dolgu-amalgam.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
}

.dent23 .d-dolgu-amalgam, .dent23 .d-dolgu-amalgam-1, .dent23 .d-dolgu-amalgam-2, .dent23 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/23-dolgu-amalgam.png) no-repeat;
    width: 21px;
    height: 11px;
    background-size: 21px auto;
    left: 8px;
    bottom: 1px;
}


.dent24 .d-dolgu-amalgam, .dent24 .d-dolgu-amalgam-1, .dent24 .d-dolgu-amalgam-2, .dent24 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/24-dolgu-amalgam.png) no-repeat;
    width: 16px;
    height: 14px;
    background-size: 16px auto;
    left: 9px;
    bottom: 2px;
}

.dent25 .d-dolgu-amalgam, .dent25 .d-dolgu-amalgam-1, .dent25 .d-dolgu-amalgam-2, .dent25 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/25-dolgu-amalgam.png) no-repeat;
    width: 12px;
    height: 8px;
    background-size: 12px auto;
    bottom: 1px;
    left: 14px;
}

.dent26 .d-dolgu-amalgam, .dent26 .d-dolgu-amalgam-1, .dent26 .d-dolgu-amalgam-2, .dent26 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/26-dolgu-amalgam.png) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 12px auto;
}

.dent27 .d-dolgu-amalgam, .dent27 .d-dolgu-amalgam-1, .dent27 .d-dolgu-amalgam-2, .dent27 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/27-dolgu-amalgam.png) no-repeat;
    width: 11.5px;
    height: 10px;
    background-size: 11.5px auto;
    left: 6px;
    bottom: 1px;
}

.dent28 .d-dolgu-amalgam, .dent28 .d-dolgu-amalgam-1, .dent28 .d-dolgu-amalgam-2, .dent28 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/28-dolgu-amalgam.png) no-repeat;
    width: 25px;
    height: 11px;
    background-size: 25px auto;
}


.dent48 .d-dolgu-amalgam, .dent48 .d-dolgu-amalgam-1, .dent48 .d-dolgu-amalgam-2, .dent48 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/48-dolgu-amalgam.png) no-repeat;
    width: 16px;
    height: 10px;
    background-size: 16px auto;
    left: 6px;
}

.dent47 .d-dolgu-amalgam, .dent47 .d-dolgu-amalgam-1, .dent47 .d-dolgu-amalgam-2, .dent47 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/47-dolgu-amalgam.png) no-repeat;
    width: 13px;
    height: 7px;
    background-size: 12.23px auto;
    left: 16px;
}

.dent46 .d-dolgu-amalgam, .dent46 .d-dolgu-amalgam-1, .dent46 .d-dolgu-amalgam-2, .dent46 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/46-dolgu-amalgam.png) no-repeat;
    width: 23px;
    height: 14px;
    background-size: 23px auto;
    left: 13px;
}

.dent45 .d-dolgu-amalgam, .dent45 .d-dolgu-amalgam-1, .dent45 .d-dolgu-amalgam-2, .dent45 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/45-dolgu-amalgam.png) no-repeat;
    width: 21px;
    height: 11px;
    background-size: 21px auto;
    left: 10px;
}

.dent44 .d-dolgu-amalgam, .dent44 .d-dolgu-amalgam-1, .dent44 .d-dolgu-amalgam-2, .dent44 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/44-dolgu-amalgam.png) no-repeat;
    width: 14.5px;
    height: 10px;
    background-size: 14px auto;
    left: 10px;
}

.dent43 .d-dolgu-amalgam, .dent43 .d-dolgu-amalgam-1, .dent43 .d-dolgu-amalgam-2, .dent43 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/43-dolgu-amalgam.png) no-repeat;
    width: 14px;
    height: 11px;
    background-size: 13px auto;
    left: 19px;
}

.dent42 .d-dolgu-amalgam, .dent42 .d-dolgu-amalgam-1, .dent42 .d-dolgu-amalgam-2, .dent42 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/42-dolgu-amalgam.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
}

.dent41 .d-dolgu-amalgam, .dent41 .d-dolgu-amalgam-1, .dent41 .d-dolgu-amalgam-2, .dent41 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/41-dolgu-amalgam.png) no-repeat;
    width: 10px;
    height: 14px;
    background-size: 10px auto;
    left: 11px;
}


.dent31 .d-dolgu-amalgam, .dent31 .d-dolgu-amalgam-1, .dent31 .d-dolgu-amalgam-2, .dent31 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/31-dolgu-amalgam.png) no-repeat;
    width: 12px;
    height: 11px;
    background-size: 12px auto;
    left: 14px;
}

.dent32 .d-dolgu-amalgam, .dent32 .d-dolgu-amalgam-1, .dent32 .d-dolgu-amalgam-2, .dent32 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/32-dolgu-amalgam.png) no-repeat;
    width: 18px;
    height: 9px;
    background-size: 17px auto;
}


.dent33 .d-dolgu-amalgam, .dent33 .d-dolgu-amalgam-1, .dent33 .d-dolgu-amalgam-2, .dent33 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/33-dolgu-amalgam.png) no-repeat;
    width: 14px;
    height: 7px;
    background-size: 13px auto;
    left: 11px;
}


.dent34 .d-dolgu-amalgam, .dent34 .d-dolgu-amalgam-1, .dent34 .d-dolgu-amalgam-2, .dent34 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/34-dolgu-amalgam.png) no-repeat;
    width: 13.5px;
    height: 11px;
    background-size: 13px auto;
    left: 8px;
}

.dent35 .d-dolgu-amalgam, .dent35 .d-dolgu-amalgam-1, .dent35 .d-dolgu-amalgam-2, .dent35 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/35-dolgu-amalgam.png) no-repeat;
    width: 15.5px;
    height: 12px;
    background-size: 15.5px auto;
    left: 13px;
}

.dent36 .d-dolgu-amalgam, .dent36 .d-dolgu-amalgam-1, .dent36 .d-dolgu-amalgam-2, .dent36 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/36-dolgu-amalgam.png) no-repeat;
    width: 15.2px;
    height: 8px;
    background-size: 15.2px auto;
}

.dent37 .d-dolgu-amalgam, .dent37 .d-dolgu-amalgam-1, .dent37 .d-dolgu-amalgam-2, .dent37 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/37-dolgu-amalgam.png) no-repeat;
    width: 18px;
    height: 12px;
    background-size: 18px auto;
    left: 0;
}

.dent38 .d-dolgu-amalgam, .dent38 .d-dolgu-amalgam-1, .dent38 .d-dolgu-amalgam-2, .dent38 .d-dolgu-amalgam-3 {
    background: url(/assets/img/disler/38-dolgu-amalgam.png) no-repeat;
    width: 17.5px;
    height: 11px;
    background-size: 17px auto;
    left: 14px;
}


/* Dolgu Amalgam: End */





/* Dolgu Porselen: Begin */



.dent18 .d-dolgu-porselen,
.dent18 .d-dolgu-porselen-1,
.dent18 .d-dolgu-porselen-2,
.dent18 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/18-dolgu-porselen.png) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 12px auto;
    bottom: 4px;
}


.dent17 .d-dolgu-porselen, .dent17 .d-dolgu-porselen-1, .dent17 .d-dolgu-porselen-2, .dent17 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/17-dolgu-porselen.png) no-repeat;
    width: 18.46px;
    height: 9.32px;
    background-size: 18px auto;
    left: 14px;
    bottom: 3px;
}

.dent16 .d-dolgu-porselen, .dent16 .d-dolgu-porselen-1, .dent16 .d-dolgu-porselen-2, .dent16 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/16-dolgu-porselen.png) no-repeat;
    width: 29px;
    height: 14px;
    background-size: 29px auto;
    left: 5px;
}


.dent15 .d-dolgu-porselen, .dent15 .d-dolgu-porselen-1, .dent15 .d-dolgu-porselen-2, .dent15 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/15-dolgu-porselen.png) no-repeat;
    width: 16px;
    height: 10px;
    background-size: 16px auto;
    bottom: 1px;
}


.dent14 .d-dolgu-porselen, .dent14 .d-dolgu-porselen-1, .dent14 .d-dolgu-porselen-2, .dent14 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/14-dolgu-porselen.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
    bottom: 3px;
    left: 13px;
}


.dent13 .d-dolgu-porselen, .dent13 .d-dolgu-porselen-1, .dent13 .d-dolgu-porselen-2, .dent13 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/13-dolgu-porselen.png) no-repeat;
    width: 23px;
    height: 28px;
    background-size: 23px auto;
}


.dent12 .d-dolgu-porselen, .dent12 .d-dolgu-porselen-1, .dent12 .d-dolgu-porselen-2, .dent12 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/12-dolgu-porselen.png) no-repeat;
    width: 19px;
    height: 10px;
    background-size: 18px auto;
}


.dent11 .d-dolgu-porselen, .dent11 .d-dolgu-porselen-1, .dent11 .d-dolgu-porselen-2, .dent11 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/11-dolgu-porselen.png) no-repeat;
    width: 17px;
    height: 13px;
    background-size: 17px auto;
    left: 13px;
    bottom: 2px;
}



.dent21 .d-dolgu-porselen, .dent21 .d-dolgu-porselen-1, .dent21 .d-dolgu-porselen-2, .dent21 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/21-dolgu-porselen.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px auto;
    left: 16px;
    bottom: 3px;
}

.dent22 .d-dolgu-porselen, .dent22 .d-dolgu-porselen-1, .dent22 .d-dolgu-porselen-2, .dent22 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/22-dolgu-porselen.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
}

.dent23 .d-dolgu-porselen, .dent23 .d-dolgu-porselen-1, .dent23 .d-dolgu-porselen-2, .dent23 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/23-dolgu-porselen.png) no-repeat;
    width: 21px;
    height: 11px;
    background-size: 21px auto;
    left: 8px;
    bottom: 1px;
}


.dent24 .d-dolgu-porselen, .dent24 .d-dolgu-porselen-1, .dent24 .d-dolgu-porselen-2, .dent24 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/24-dolgu-porselen.png) no-repeat;
    width: 16px;
    height: 14px;
    background-size: 16px auto;
    left: 9px;
    bottom: 2px;
}

.dent25 .d-dolgu-porselen, .dent25 .d-dolgu-porselen-1, .dent25 .d-dolgu-porselen-2, .dent25 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/25-dolgu-porselen.png) no-repeat;
    width: 12px;
    height: 8px;
    background-size: 12px auto;
    bottom: 1px;
    left: 14px;
}

.dent26 .d-dolgu-porselen, .dent26 .d-dolgu-porselen-1, .dent26 .d-dolgu-porselen-2, .dent26 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/26-dolgu-porselen.png) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 12px auto;
}

.dent27 .d-dolgu-porselen, .dent27 .d-dolgu-porselen-1, .dent27 .d-dolgu-porselen-2, .dent27 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/27-dolgu-porselen.png) no-repeat;
    width: 11.5px;
    height: 10px;
    background-size: 11.5px auto;
    left: 6px;
    bottom: 1px;
}

.dent28 .d-dolgu-porselen, .dent28 .d-dolgu-porselen-1, .dent28 .d-dolgu-porselen-2, .dent28 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/28-dolgu-porselen.png) no-repeat;
    width: 25px;
    height: 11px;
    background-size: 25px auto;
}


.dent48 .d-dolgu-porselen, .dent48 .d-dolgu-porselen-1, .dent48 .d-dolgu-porselen-2, .dent48 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/48-dolgu-porselen.png) no-repeat;
    width: 16px;
    height: 10px;
    background-size: 16px auto;
    left: 6px;
}

.dent47 .d-dolgu-porselen, .dent47 .d-dolgu-porselen-1, .dent47 .d-dolgu-porselen-2, .dent47 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/47-dolgu-porselen.png) no-repeat;
    width: 13px;
    height: 7px;
    background-size: 12.23px auto;
    left: 16px;
}

.dent46 .d-dolgu-porselen, .dent46 .d-dolgu-porselen-1, .dent46 .d-dolgu-porselen-2, .dent46 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/46-dolgu-porselen.png) no-repeat;
    width: 23px;
    height: 14px;
    background-size: 23px auto;
    left: 13px;
}

.dent45 .d-dolgu-porselen, .dent45 .d-dolgu-porselen-1, .dent45 .d-dolgu-porselen-2, .dent45 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/45-dolgu-porselen.png) no-repeat;
    width: 21px;
    height: 11px;
    background-size: 21px auto;
    left: 10px;
}

.dent44 .d-dolgu-porselen, .dent44 .d-dolgu-porselen-1, .dent44 .d-dolgu-porselen-2, .dent44 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/44-dolgu-porselen.png) no-repeat;
    width: 14.5px;
    height: 10px;
    background-size: 14px auto;
    left: 10px;
}

.dent43 .d-dolgu-porselen, .dent43 .d-dolgu-porselen-1, .dent43 .d-dolgu-porselen-2, .dent43 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/43-dolgu-porselen.png) no-repeat;
    width: 14px;
    height: 11px;
    background-size: 13px auto;
    left: 19px;
}

.dent42 .d-dolgu-porselen, .dent42 .d-dolgu-porselen-1, .dent42 .d-dolgu-porselen-2, .dent42 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/42-dolgu-porselen.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
}

.dent41 .d-dolgu-porselen, .dent41 .d-dolgu-porselen-1, .dent41 .d-dolgu-porselen-2, .dent41 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/41-dolgu-porselen.png) no-repeat;
    width: 10px;
    height: 14px;
    background-size: 10px auto;
    left: 11px;
}


.dent31 .d-dolgu-porselen, .dent31 .d-dolgu-porselen-1, .dent31 .d-dolgu-porselen-2, .dent31 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/31-dolgu-porselen.png) no-repeat;
    width: 12px;
    height: 11px;
    background-size: 12px auto;
    left: 14px;
}

.dent32 .d-dolgu-porselen, .dent32 .d-dolgu-porselen-1, .dent32 .d-dolgu-porselen-2, .dent32 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/32-dolgu-porselen.png) no-repeat;
    width: 18px;
    height: 9px;
    background-size: 17px auto;
}


.dent33 .d-dolgu-porselen, .dent33 .d-dolgu-porselen-1, .dent33 .d-dolgu-porselen-2, .dent33 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/33-dolgu-porselen.png) no-repeat;
    width: 14px;
    height: 7px;
    background-size: 13px auto;
    left: 11px;
}


.dent34 .d-dolgu-porselen, .dent34 .d-dolgu-porselen-1, .dent34 .d-dolgu-porselen-2, .dent34 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/34-dolgu-porselen.png) no-repeat;
    width: 13.5px;
    height: 11px;
    background-size: 13px auto;
    left: 8px;
}

.dent35 .d-dolgu-porselen, .dent35 .d-dolgu-porselen-1, .dent35 .d-dolgu-porselen-2, .dent35 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/35-dolgu-porselen.png) no-repeat;
    width: 15.5px;
    height: 12px;
    background-size: 15.5px auto;
    left: 13px;
}

.dent36 .d-dolgu-porselen, .dent36 .d-dolgu-porselen-1, .dent36 .d-dolgu-porselen-2, .dent36 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/36-dolgu-porselen.png) no-repeat;
    width: 15.2px;
    height: 8px;
    background-size: 15.2px auto;
}

.dent37 .d-dolgu-porselen, .dent37 .d-dolgu-porselen-1, .dent37 .d-dolgu-porselen-2, .dent37 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/37-dolgu-porselen.png) no-repeat;
    width: 18px;
    height: 12px;
    background-size: 18px auto;
    left: 0;
}

.dent38 .d-dolgu-porselen, .dent38 .d-dolgu-porselen-1, .dent38 .d-dolgu-porselen-2, .dent38 .d-dolgu-porselen-3 {
    background: url(/assets/img/disler/38-dolgu-porselen.png) no-repeat;
    width: 17.5px;
    height: 11px;
    background-size: 17px auto;
    left: 14px;
}


/* Dolgu Porselen: End */



/* Kanal: Begin */


.dent-wrapper .kanal {
    position: absolute;
    z-index: 1000;
}

.dent18 .kanal1 {
    background: url(/assets/img/disler/18-kanal-1.png) no-repeat;
    background-size: 9px auto;
    width: 9px;
    height: 44px;
    left: 7px;
    bottom: 11px;
}

.dent18 .kanal2 {
    background: url(/assets/img/disler/18-kanal-2.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 46px;
    left: 15px;
    bottom: 10px;
}

.dent18 .kanal3 {
    background: url(/assets/img/disler/18-kanal-3.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 22px;
    bottom: 6px;
}


.dent17 .kanal1 {
    background: url(/assets/img/disler/17-kanal-1.png) no-repeat;
    background-size: 7px auto;
    width: 8px;
    height: 44px;
    left: 7px;
    bottom: 7px;
}

.dent17 .kanal2 {
    background: url(/assets/img/disler/17-kanal-2.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 46px;
    left: 14px;
    bottom: 5px;
}

.dent17 .kanal3 {
    background: url(/assets/img/disler/17-kanal-3.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 38px;
    left: 21px;
    bottom: 13px;
}

.dent16 .kanal1 {
    background: url(/assets/img/disler/16-kanal-1.png) no-repeat;
    background-size: 7px auto;
    width: 8px;
    height: 45px;
    left: 8px;
    bottom: 13px;
}

.dent16 .kanal2 {
    background: url(/assets/img/disler/16-kanal-2.png) no-repeat;
    background-size: 8px auto;
    width: 8px;
    height: 46px;
    left: 15px;
    bottom: 13px;
}

.dent16 .kanal3 {
    background: url(/assets/img/disler/16-kanal-3.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 23px;
    bottom: 11px;
}

.dent15 .kanal1 {
    background: url(/assets/img/disler/15-kanal.png) no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 50px;
    left: 13px;
    bottom: 12px;
}

.dent14 .kanal1 {
    background: url(/assets/img/disler/14-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 55px;
    left: 11px;
    bottom: 15px;
}

.dent13 .kanal1 {
    background: url(/assets/img/disler/13-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 54px;
    left: 12px;
    bottom: 17px;
}

.dent12 .kanal1 {
    background: url(/assets/img/disler/12-kanal.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 58px;
    left: 13px;
    bottom: 11px;
}

.dent11 .kanal1 {
    background: url(/assets/img/disler/11-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 56px;
    left: 13px;
    bottom: 16px;
}


.dent21 .kanal1 {
    background: url(/assets/img/disler/21-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 56px;
    left: 14px;
    bottom: 17px;
}


.dent22 .kanal1 {
    background: url(/assets/img/disler/22-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 53px;
    left: 15px;
    bottom: 13px;
}


.dent23 .kanal1 {
    background: url(/assets/img/disler/23-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 55px;
    left: 15px;
    bottom: 13px;
}


.dent24 .kanal1 {
    background: url(/assets/img/disler/24-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 54px;
    left: 16px;
    bottom: 15px;
}


.dent25 .kanal1 {
    background: url(/assets/img/disler/25-kanal.png) no-repeat;
    background-size: 10px auto;
    width: 11px;
    height: 54px;
    left: 15px;
    bottom: 7px;
}


.dent26 .kanal1 {
    background: url(/assets/img/disler/26-kanal-1.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 8px;
    bottom: 9px;
}

.dent26 .kanal2 {
    background: url(/assets/img/disler/26-kanal-2.png) no-repeat;
    background-size: 8px auto;
    width: 8px;
    height: 48px;
    left: 15px;
    bottom: 9px;
}

.dent26 .kanal3 {
    background: url(/assets/img/disler/26-kanal-3.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 23px;
    bottom: 8px;
}



.dent27 .kanal1 {
    background: url(/assets/img/disler/27-kanal-1.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 10px;
    bottom: 3px;
}

.dent27 .kanal2 {
    background: url(/assets/img/disler/27-kanal-2.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 17px;
    bottom: 3px;
}

.dent27 .kanal3 {
    background: url(/assets/img/disler/27-kanal-3.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 24px;
    bottom: 2px;
}


.dent28 .kanal1 {
    background: url(/assets/img/disler/28-kanal-1.png) no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 48px;
    left: 22px;
    bottom: 6px;
}

.dent28 .kanal2 {
    background: url(/assets/img/disler/28-kanal-2.png) no-repeat;
    background-size: 6px auto;
    width: 7px;
    height: 39px;
    left: 17px;
    bottom: 10px;
}

.dent28 .kanal3 {
    background: url(/assets/img/disler/28-kanal-3.png) no-repeat;
    background-size: 8px auto;
    width: 7px;
    height: 40px;
    left: 23px;
    bottom: 9px;
}




.dent31 .kanal1 {
    background: url(/assets/img/disler/31-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 59px;
    left: 15px;
    bottom: 3px;
}


.dent32 .kanal1 {
    background: url(/assets/img/disler/32-kanal.png) no-repeat;
    background-size: 13px auto;
    width: 14px;
    height: 58px;
    left: 13px;
    bottom: 5px;
}


.dent33 .kanal1 {
    background: url(/assets/img/disler/33-kanal.png) no-repeat;
    background-size: 19px auto;
    width: 19px;
    height: 56px;
    left: 11px;
    bottom: 3px;
}


.dent34 .kanal1 {
    background: url(/assets/img/disler/34-kanal.png) no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 48px;
    left: 14px;
    bottom: 13px;
}


.dent35 .kanal1 {
    background: url(/assets/img/disler/35-kanal.png) no-repeat;
    background-size: 16px auto;
    width: 16px;
    height: 52px;
    left: 12px;
    bottom: 11px;
}


.dent36 .kanal1 {
    background: url(/assets/img/disler/36-kanal-1.png) no-repeat;
    background-size: 17px auto;
    width: 17px;
    height: 48px;
    left: 7px;
    bottom: 17px;
}

.dent36 .kanal2 {
    background: url(/assets/img/disler/36-kanal-2.png) no-repeat;
    background-size: 18px auto;
    width: 18px;
    height: 48px;
    left: 18px;
    bottom: 17px;
}


.dent37 .kanal1 {
    background: url(/assets/img/disler/37-kanal-1.png) no-repeat;
    background-size: 17px auto;
    width: 17px;
    height: 46px;
    left: 6px;
    bottom: 17px;
}

.dent37 .kanal2 {
    background: url(/assets/img/disler/37-kanal-2.png) no-repeat;
    background-size: 18px auto;
    width: 18px;
    height: 43px;
    left: 18px;
    bottom: 21px;
}

.dent38 .kanal1 {
    background: url(/assets/img/disler/38-kanal-1.png) no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 35px;
    left: 10px;
    bottom: 28px;
}

.dent38 .kanal2 {
    background: url(/assets/img/disler/38-kanal-2.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 34px;
    left: 20px;
    bottom: 29px;
}





.dent48 .kanal1 {
    background: url(/assets/img/disler/48-kanal-1.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 38px;
    left: 6px;
    bottom: 29px;
}

.dent48 .kanal2 {
    background: url(/assets/img/disler/48-kanal-2.png) no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 38px;
    left: 18px;
    bottom: 28px;
}


.dent47 .kanal1 {
    background: url(/assets/img/disler/47-kanal-1.png) no-repeat;
    background-size: 18px auto;
    width: 18px;
    height: 41px;
    left: 2px;
    bottom: 24px;
}

.dent47 .kanal2 {
    background: url(/assets/img/disler/47-kanal-2.png) no-repeat;
    background-size: 17px auto;
    width: 17px;
    height: 48px;
    left: 15px;
    bottom: 17px;
}


.dent46 .kanal1 {
    background: url(/assets/img/disler/46-kanal-1.png) no-repeat;
    background-size: 19px auto;
    width: 19px;
    height: 45px;
    left: 0px;
    bottom: 19px;
}

.dent46 .kanal2 {
    background: url(/assets/img/disler/46-kanal-2.png) no-repeat;
    background-size: 16px auto;
    width: 16px;
    height: 47px;
    left: 15px;
    bottom: 18px;
}


.dent45 .kanal1 {
    background: url(/assets/img/disler/45-kanal.png) no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 46px;
    left: 10px;
    bottom: 13px;
}


.dent44 .kanal1 {
    background: url(/assets/img/disler/44-kanal.png) no-repeat;
    background-size: 13px auto;
    width: 13px;
    height: 44px;
    left: 10px;
    bottom: 14px;
}


.dent43 .kanal1 {
    background: url(/assets/img/disler/43-kanal.png) no-repeat;
    background-size: 17px auto;
    width: 17px;
    height: 49px;
    left: 9px;
    bottom: 6px;
}


.dent42 .kanal1 {
    background: url(/assets/img/disler/42-kanal.png) no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 51px;
    left: 13px;
    bottom: 6px;
}


.dent41 .kanal1 {
    background: url(/assets/img/disler/41-kanal.png) no-repeat;
    background-size: 10px auto;
    width: 10px;
    height: 53px;
    left: 14px;
    bottom: 6px;
}


/* Kanal: End */



/* Dolgu Kompozit: Begin */


.dent18 .d-dolgu-kompozit,
.dent18 .d-dolgu-kompozit-1,
.dent18 .d-dolgu-kompozit-2,
.dent18 .d-dolgu-kompozit-3,
.dent18 .d-dolgu-kompozit-dip,
.dent18 .d-dolgu-kompozit-tam{
    background: url(/assets/img/disler/18-dolgu-kompozit.png) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 12px auto;
    bottom: 4px;
}


.dent17 .d-dolgu-kompozit,
.dent17 .d-dolgu-kompozit-1,
.dent17 .d-dolgu-kompozit-2,
.dent17 .d-dolgu-kompozit-3,
.dent17 .d-dolgu-kompozit-dip,
.dent17 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/17-dolgu-kompozit.png) no-repeat;
    width: 18.46px;
    height: 9.32px;
    background-size: 18px auto;
    left: 14px;
    bottom: 3px;
}

.dent16 .d-dolgu-kompozit,
.dent16 .d-dolgu-kompozit-1,
.dent16 .d-dolgu-kompozit-2,
.dent16 .d-dolgu-kompozit-3,
.dent16 .d-dolgu-kompozit-dip,
.dent16 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/16-dolgu-kompozit.png) no-repeat;
    width: 29px;
    height: 14px;
    background-size: 29px auto;
    left: 5px;
}


.dent15 .d-dolgu-kompozit,
.dent15 .d-dolgu-kompozit-1,
.dent15 .d-dolgu-kompozit-2,
.dent15 .d-dolgu-kompozit-3,
.dent15 .d-dolgu-kompozit-dip,
.dent15 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/15-dolgu-kompozit.png) no-repeat;
    width: 16px;
    height: 10px;
    background-size: 16px auto;
    bottom: 1px;
}


.dent14 .d-dolgu-kompozit,
.dent14 .d-dolgu-kompozit-1,
.dent14 .d-dolgu-kompozit-2,
.dent14 .d-dolgu-kompozit-3,
.dent14 .d-dolgu-kompozit-dip,
.dent14 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/14-dolgu-kompozit.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
    bottom: 3px;
    left: 13px;
}


.dent13 .d-dolgu-kompozit,
.dent13 .d-dolgu-kompozit-1,
.dent13 .d-dolgu-kompozit-2,
.dent13 .d-dolgu-kompozit-3,
.dent13 .d-dolgu-kompozit-dip,
.dent13 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/13-dolgu-kompozit.png) no-repeat;
    width: 23px;
    height: 28px;
    background-size: 23px auto;
}


.dent12 .d-dolgu-kompozit,
.dent12 .d-dolgu-kompozit-1,
.dent12 .d-dolgu-kompozit-2,
.dent12 .d-dolgu-kompozit-3,
.dent12 .d-dolgu-kompozit-dip,
.dent12 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/12-dolgu-kompozit.png) no-repeat;
    width: 19px;
    height: 10px;
    background-size: 18px auto;
}


.dent11 .d-dolgu-kompozit,
.dent11 .d-dolgu-kompozit-1,
.dent11 .d-dolgu-kompozit-2,
.dent11 .d-dolgu-kompozit-3,
.dent11 .d-dolgu-kompozit-dip,
.dent11 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/11-dolgu-kompozit.png) no-repeat;
    width: 17px;
    height: 13px;
    background-size: 17px auto;
    left: 13px;
    bottom: 2px;
}



.dent21 .d-dolgu-kompozit,
.dent21 .d-dolgu-kompozit-1,
.dent21 .d-dolgu-kompozit-2,
.dent21 .d-dolgu-kompozit-3,
.dent21 .d-dolgu-kompozit-dip,
.dent21 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/21-dolgu-kompozit.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px auto;
    left: 16px;
    bottom: 3px;
}

.dent22 .d-dolgu-kompozit,
.dent22 .d-dolgu-kompozit-1,
.dent22 .d-dolgu-kompozit-2,
.dent22 .d-dolgu-kompozit-3,
.dent22 .d-dolgu-kompozit-dip,
.dent22 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/22-dolgu-kompozit.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
}

.dent23 .d-dolgu-kompozit,
.dent23 .d-dolgu-kompozit-1,
.dent23 .d-dolgu-kompozit-2,
.dent23 .d-dolgu-kompozit-3,
.dent23 .d-dolgu-kompozit-dip,
.dent23 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/23-dolgu-kompozit.png) no-repeat;
    width: 21px;
    height: 11px;
    background-size: 21px auto;
    left: 8px;
    bottom: 1px;
}


.dent24 .d-dolgu-kompozit,
.dent24 .d-dolgu-kompozit-1,
.dent24 .d-dolgu-kompozit-2,
.dent24 .d-dolgu-kompozit-3,
.dent24 .d-dolgu-kompozit-dip,
.dent24 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/24-dolgu-kompozit.png) no-repeat;
    width: 16px;
    height: 14px;
    background-size: 16px auto;
    left: 9px;
    bottom: 2px;
}

.dent25 .d-dolgu-kompozit,
.dent25 .d-dolgu-kompozit-1,
.dent25 .d-dolgu-kompozit-2,
.dent25 .d-dolgu-kompozit-3,
.dent25 .d-dolgu-kompozit-dip,
.dent25 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/25-dolgu-kompozit.png) no-repeat;
    width: 12px;
    height: 8px;
    background-size: 12px auto;
    bottom: 1px;
    left: 14px;
}

.dent26 .d-dolgu-kompozit,
.dent26 .d-dolgu-kompozit-1,
.dent26 .d-dolgu-kompozit-2,
.dent26 .d-dolgu-kompozit-3,
.dent26 .d-dolgu-kompozit-dip,
.dent26 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/26-dolgu-kompozit.png) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 12px auto;
}

.dent27 .d-dolgu-kompozit,
.dent27 .d-dolgu-kompozit-1,
.dent27 .d-dolgu-kompozit-2,
.dent27 .d-dolgu-kompozit-3,
.dent27 .d-dolgu-kompozit-dip,
.dent27 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/27-dolgu-kompozit.png) no-repeat;
    width: 11.5px;
    height: 10px;
    background-size: 11.5px auto;
    left: 6px;
    bottom: 1px;
}

.dent28 .d-dolgu-kompozit,
.dent28 .d-dolgu-kompozit-1,
.dent28 .d-dolgu-kompozit-2,
.dent28 .d-dolgu-kompozit-3,
.dent28 .d-dolgu-kompozit-dip,
.dent28 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/28-dolgu-kompozit.png) no-repeat;
    width: 25px;
    height: 11px;
    background-size: 25px auto;
}


.dent48 .d-dolgu-kompozit,
.dent48 .d-dolgu-kompozit-1,
.dent48 .d-dolgu-kompozit-2,
.dent48 .d-dolgu-kompozit-3,
.dent48 .d-dolgu-kompozit-dip,
.dent48 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/48-dolgu-kompozit.png) no-repeat;
    width: 16px;
    height: 10px;
    background-size: 16px auto;
    left: 6px;
}

.dent47 .d-dolgu-kompozit,
.dent47 .d-dolgu-kompozit-1,
.dent47 .d-dolgu-kompozit-2,
.dent47 .d-dolgu-kompozit-3,
.dent47 .d-dolgu-kompozit-dip,
.dent47 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/47-dolgu-kompozit.png) no-repeat;
    width: 13px;
    height: 7px;
    background-size: 12.23px auto;
    left: 16px;
}

.dent46 .d-dolgu-kompozit,
.dent46 .d-dolgu-kompozit-1,
.dent46 .d-dolgu-kompozit-2,
.dent46 .d-dolgu-kompozit-3,
.dent46 .d-dolgu-kompozit-dip,
.dent46 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/46-dolgu-kompozit.png) no-repeat;
    width: 23px;
    height: 14px;
    background-size: 23px auto;
    left: 13px;
}

.dent45 .d-dolgu-kompozit,
.dent45 .d-dolgu-kompozit-1,
.dent45 .d-dolgu-kompozit-2,
.dent45 .d-dolgu-kompozit-3,
.dent45 .d-dolgu-kompozit-dip,
.dent45 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/45-dolgu-kompozit.png) no-repeat;
    width: 21px;
    height: 11px;
    background-size: 21px auto;
    left: 10px;
}

.dent44 .d-dolgu-kompozit,
.dent44 .d-dolgu-kompozit-1,
.dent44 .d-dolgu-kompozit-2,
.dent44 .d-dolgu-kompozit-3,
.dent44 .d-dolgu-kompozit-dip,
.dent44 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/44-dolgu-kompozit.png) no-repeat;
    width: 14.5px;
    height: 10px;
    background-size: 14px auto;
    left: 10px;
}

.dent43 .d-dolgu-kompozit,
.dent43 .d-dolgu-kompozit-1,
.dent43 .d-dolgu-kompozit-2,
.dent43 .d-dolgu-kompozit-3,
.dent43 .d-dolgu-kompozit-dip,
.dent43 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/43-dolgu-kompozit.png) no-repeat;
    width: 14px;
    height: 11px;
    background-size: 13px auto;
    left: 19px;
}

.dent42 .d-dolgu-kompozit,
.dent42 .d-dolgu-kompozit-1,
.dent42 .d-dolgu-kompozit-2,
.dent42 .d-dolgu-kompozit-3,
.dent42 .d-dolgu-kompozit-dip,
.dent42 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/42-dolgu-kompozit.png) no-repeat;
    width: 11px;
    height: 6px;
    background-size: 11px auto;
}

.dent41 .d-dolgu-kompozit,
.dent41 .d-dolgu-kompozit-1,
.dent41 .d-dolgu-kompozit-2,
.dent41 .d-dolgu-kompozit-3,
.dent41 .d-dolgu-kompozit-dip,
.dent41 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/41-dolgu-kompozit.png) no-repeat;
    width: 10px;
    height: 14px;
    background-size: 10px auto;
    left: 11px;
}


.dent31 .d-dolgu-kompozit,
.dent31 .d-dolgu-kompozit-1,
.dent31 .d-dolgu-kompozit-2,
.dent31 .d-dolgu-kompozit-3,
.dent31 .d-dolgu-kompozit-dip,
.dent31 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/31-dolgu-kompozit.png) no-repeat;
    width: 12px;
    height: 11px;
    background-size: 12px auto;
    left: 14px;
}

.dent32 .d-dolgu-kompozit,
.dent32 .d-dolgu-kompozit-1,
.dent32 .d-dolgu-kompozit-2,
.dent32 .d-dolgu-kompozit-3,
.dent32 .d-dolgu-kompozit-dip,
.dent32 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/32-dolgu-kompozit.png) no-repeat;
    width: 18px;
    height: 9px;
    background-size: 17px auto;
}


.dent33 .d-dolgu-kompozit,
.dent33 .d-dolgu-kompozit-1,
.dent33 .d-dolgu-kompozit-2,
.dent33 .d-dolgu-kompozit-3,
.dent33 .d-dolgu-kompozit-dip,
.dent33 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/33-dolgu-kompozit.png) no-repeat;
    width: 14px;
    height: 7px;
    background-size: 13px auto;
    left: 11px;
}


.dent34 .d-dolgu-kompozit,
.dent34 .d-dolgu-kompozit-1,
.dent34 .d-dolgu-kompozit-2,
.dent34 .d-dolgu-kompozit-3,
.dent34 .d-dolgu-kompozit-dip,
.dent34 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/34-dolgu-kompozit.png) no-repeat;
    width: 13.5px;
    height: 11px;
    background-size: 13px auto;
    left: 8px;
}

.dent35 .d-dolgu-kompozit,
.dent35 .d-dolgu-kompozit-1,
.dent35 .d-dolgu-kompozit-2,
.dent35 .d-dolgu-kompozit-3,
.dent35 .d-dolgu-kompozit-dip,
.dent35 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/35-dolgu-kompozit.png) no-repeat;
    width: 15.5px;
    height: 12px;
    background-size: 15.5px auto;
    left: 13px;
}

.dent36 .d-dolgu-kompozit,
.dent36 .d-dolgu-kompozit-1,
.dent36 .d-dolgu-kompozit-2,
.dent36 .d-dolgu-kompozit-3,
.dent36 .d-dolgu-kompozit-dip,
.dent36 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/36-dolgu-kompozit.png) no-repeat;
    width: 15.2px;
    height: 8px;
    background-size: 15.2px auto;
}

.dent37 .d-dolgu-kompozit,
.dent37 .d-dolgu-kompozit-1,
.dent37 .d-dolgu-kompozit-2,
.dent37 .d-dolgu-kompozit-3,
.dent37 .d-dolgu-kompozit-dip,
.dent37 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/37-dolgu-kompozit.png) no-repeat;
    width: 18px;
    height: 12px;
    background-size: 18px auto;
    left: 0;
}

.dent38 .d-dolgu-kompozit,
.dent38 .d-dolgu-kompozit-1,
.dent38 .d-dolgu-kompozit-2,
.dent38 .d-dolgu-kompozit-3,
.dent38 .d-dolgu-kompozit-dip,
.dent38 .d-dolgu-kompozit-tam {
    background: url(/assets/img/disler/38-dolgu-kompozit.png) no-repeat;
    width: 17.5px;
    height: 11px;
    background-size: 17px auto;
    left: 14px;
}


/* Dolgu Kompozit: End */



@media (max-width:540px) {
    .dentist-box {
        padding-left: 0;
        padding-right: 0;
    }

        .dentist-box .card-header {
            height: auto;
        }


        .dentist-box .card-title {
            flex-wrap: wrap;
            height: auto;
        }

        .dentist-box label {
            width: 95px;
        }

        .dentist-box .select-mouth.top,
        .dentist-box .select-mouth.bottom {
            width: 75px;
        }


        .dentist-box .card-title h5, .dentist-box .card-title .bi-tabs-type2 {
            margin-bottom: 10px !important;
        }

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

        .dent-box .box,
        .dent-box .box.box-alt {
            padding-left: 0;
            padding-right: 0;
        }

        .dent-box .right-mouth, .dent-box .left-mouth {
            width: 100%;
            margin-bottom: 100px;
        }

        .dent-box .hr-line, .dent-box .vr-line {
            display: none;
        }

        .dent-box .title {
            display: none;
        }

    .right-mouth .box-top .select-mouth {
        top: -10px;
        left: inherit;
    }

    .right-mouth .box-alt .select-mouth,
    .left-mouth .box-top .select-mouth 
    { 
        left: inherit;
    }
    .left-mouth .box-top .select-mouth,
    .left-mouth .box-alt .select-mouth {
        right: inherit;
    }

    .shortcuts{
        margin-top:10px;
    }
        .shortcuts .btn-bi-outline {
            margin-bottom:5px;
        }

    
}




.treatment-plan .item {
    padding: 8px 50px 8px 8px;
    margin-bottom: 12px;
    border-bottom: solid 1px #E1E4EA;
    position: relative;
}

    .treatment-plan .item .btn-go {
        position: absolute;
        right: 10px;
        top: 20%;
        color: #525866;
        font-size: 12px;
        font-weight: 500;
    }

    .treatment-plan .item .item-title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
    }

        .treatment-plan .item .item-title .header {
            font-size: 14px;
            color: #0e121b;
            font-weight: 500;
        }

            .treatment-plan .item .item-title .header .sup {
                font-size: 11px;
                color: #99a0ae;
                font-weight: 500;
                vertical-align: top;
            }

            .treatment-plan .item .item-title .header .ti {
                margin-right: 8px;
                font-weight: 400;
            }

        .treatment-plan .item .item-title .btn-add {
            font-size: 12px;
            color: #525866;
        }

            .treatment-plan .item .item-title .btn-add .ti {
                font-size: 14px;
            }

            .treatment-plan .item .item-title .btn-add span {
                text-decoration: underline;
                font-weight: 500;
            }

    .treatment-plan .item .progress-container {
        display: flex;
        color: #717784;
        font-size: 11px;
        font-weight: 500;
        align-items: center;
    }

        .treatment-plan .item .progress-container .progress {
            height: 8px;
            width: 100%;
            margin-right: 5px;
        }

            .treatment-plan .item .progress-container .progress.progress-type1 {
                background-color: #E1E4EA;
            }

                .treatment-plan
                .item
                .progress-container
                .progress.progress-type1
                .progress-bar {
                    background-color: #35B9E9;
                }

            .treatment-plan .item .progress-container .progress.progress-type2 {
                background-color: #E1E4EA;
            }

                .treatment-plan
                .item
                .progress-container
                .progress.progress-type2
                .progress-bar {
                    background-color: #1FC16B;
                }

            .treatment-plan .item .progress-container .progress.progress-type3 {
                background-color: #E1E4EA;
            }

                .treatment-plan
                .item
                .progress-container
                .progress.progress-type3
                .progress-bar {
                    background-color: #F6B51E;
                }

.package-list .col-md-4 {
    display: flex;
    justify-content: center;
}

.package-list .bi-box {
    max-width: 352px;
    width: 100%;
}

.event-cancel, .event-cancel:hover {
    text-decoration: line-through !important;
}

#tableCustomer .table-type1 tbody td:first-child:hover {
    font-weight: bold;
    cursor: pointer;
}

.table-type1 tbody tr:hover {
    background-color: #fcfcfc;
}



.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .aside-member-status {
    display: none;
}
.offcanvas{
    z-index:1092!important;
}

.offcanvas-backdrop {
    z-index: 1090!important;
}

.drawer-form .drawer-title {
    background-color: #F7F7F7;
    border-top: solid 1px #EBEBEB;
    border-bottom: solid 1px #EBEBEB;
    padding: 6px 20px;
    color: #5C5C5C!important;
    font-size:16px;
    font-weight:500;
    margin: 0 -24px 20px;
}

.search-divider {
    display: block;
    font-weight: 500;
    font-size: 11px;
    color: #99A0AE;
    position: relative;
    margin: 4px 0;
    border-bottom: solid 1px #E1E4EA;
}

    .search-divider .search-divider-text {
        position: absolute;
        padding: 5px 10px;
        top: -13px;
        left: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        background-color: #fff;
        width: 115px;
    }

.search-customer-add {
    display: flex;
    justify-content: space-between;
    color: #2597D0!important;
    font-size: 14px;
    font-weight: 500;
    padding:8px 0;
}

.search-customer-add .customer-name { 
    font-size: 14px;
    font-weight: 400;
    color: #0E121B;
}

.offcanvas-process-list .process-list-item {
    margin-bottom: 8px;
    color: #171717;
}

.offcanvas-process-list .process-list-header {
    background-color:#F7F7F7;
    border-radius:8px;
    padding:8px;
    display:flex;
    justify-content:space-between;
    margin-bottom:4px;
}

    .offcanvas-process-list .process-list-header .icon {
        background-color: #fff;
        border: solid 1px #EBEBEB;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right:16px;
        position:relative;
    }

        .offcanvas-process-list .process-list-header .icon:after {
            content: "";
            position: absolute;
            width: 1px;
            background-color: #EBEBEB;
            height: 50px;
            top: 26px;
        }

        .offcanvas-process-list .process-list-header .icon i {
            color: #35B9E9;
            font-size: 16px;
        }

    .offcanvas-process-list .process-list-header .process-list-header-content {
        display:flex;
        width:100%;
        justify-content:space-between;
    }

        .offcanvas-process-list .process-list-header .process-list-header-content span {
            display: block;
            color: #5C5C5C;
            font-size:12px;
        }
        .offcanvas-process-list .process-list-header .process-list-header-content .name {
            
            font-size: 14px;
            font-weight:500;
        }

        .offcanvas-process-list .process-list-header .process-list-header-content .date {
            color: #A3A3A3;
            font-size: 11px;
        }

.offcanvas-process-list .process-list-info {
    padding: 8px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

    .offcanvas-process-list .process-list-info .icon { 
        width: 28px;
        height: 28px; 
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 16px;
       
    }

        .offcanvas-process-list .process-list-info .icon i {
            color: #35B9E9;
            font-size: 16px;
        }

        .offcanvas-process-list .process-list-info ul
         {
            list-style:none;
            margin:0 0 5px;
            padding:0;
            width:100%;
        }
    .offcanvas-process-list .process-list-info li {
        display: flex;
        justify-content: space-between;
    }

            .offcanvas-process-list .process-list-info li strong {
                font-weight: 500;
                font-size: 12px; 

            }

.dropdown-search .dropdown-menu.show,
.dropdown-search .dropdown-menu.inner.show {
    width: 100%;
}

.tag-label{
    display:inline-block;
    vertical-align:middle;
    font-weight:400;
}

.bi-item .bi-item-header .bi-item-title {
    color: #717680;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.bi-item .bi-item-body .item-value {
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    line-height:32px;
    display:flex;
    align-items:center;
}

    .bi-item .bi-item-body .item-value .suffix {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        padding-left: 5px;
        color: #717680;
    }
.appointment-service-list .service-list-item {
    display: flex;
    background-color: #FAFAFA;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 4px;
    padding:8px;
    font-size:14px;
    font-weight:500;
}

    .appointment-service-list .service-list-item .note-text {
        font-weight: 400;
        font-size: 12px;
        color: #A4A7AE;
    }
#newEventForm .customer-status {
    text-align: right;
    margin-bottom: -22px;
    font-size: 12px;
}

#newEventForm .package-list {
   margin:0;
   padding:0;
   list-style:none;
}

    #newEventForm .package-list li {
        list-style: none;
        margin-bottom:5px;
        display: inline-block;
    }
    #newEventForm .package-list .item {
       cursor:pointer;
        border: solid 1px #EBEBEB;
        border-radius: 4px;
        padding: 3px 8px;
        font-size: 12px;
        font-weight: 500;
        color: #0E121B;
        box-shadow: 0px 1px 2px 0px #0A0D1408;
    }

.reply-waiting {
    color: #6172F3;
}
.reply-yes {
    color: #F79009;
}
.reply-no {
    color: #F04438;
}
.app-ok {
    color: #12B76A;
}

.app-not {
    color: #F04438;
}
.fc-time-grid-event .event-border {
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    z-index:5;
}
.fc-time-grid-event .status {
    position: absolute;
    top: 1px;
    right: 2px;
    z-index:10;
    text-align: right;
    display:flex;
    padding-right:5px;
}

.fc-time-grid-event .status .ti{
   font-size:20px;
   margin-right:-7px;
}

.fc-time-grid-event .event-short .fc-time,
.fc-time-grid-event .event-short .fc-description {
    display: none;
}
.calendar-wrapper{
    display:flex;
}

    .calendar-wrapper.wide .fc-view-container {
        width:calc(100% - 230px);
    }


    .calendar-wrapper .calendar-side { 
        margin-left: 5px;
    }

.calendar-wrapper .calendar-side .bi-box{
   width:220px;
   padding:8px;
   border-radius:5px;
}
.calendar-side .bi-box-header {
    font-size: 12px;
    font-weight: 500;
    color: #717680;
}

.bi-calendar {
    width: 202px; 
}

.bi-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    border-radius:8px;
    background-color: #F5F5F5;
    color: #0E121B;
    font-size:14px;
    font-weight:500;
}

    .bi-calendar-header .month-arrow {
        cursor: pointer;
        background-color: #fff;
        border-radius: 6px;
        width: 24px;
        height: 24px;
        border: solid 1px #E9EAEB;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 

.bi-calendar-weekdays, .bi-calendar-dates ul  {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

    .bi-calendar-weekdays {
        text-align: center;
        padding: 10px;
        color: #717680;
        font-size:12px;
    }


.bi-calendar-dates ul{
    margin:0;
    padding:0 10px;
}
.bi-calendar-dates li {
    list-style: none;
    cursor: pointer;
    color: #0E121B;
    font-size: 12px;
    font-weight: 500;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

    .bi-calendar-dates li.active {
        background-color: #D1EFFA;
    }

    .bi-calendar-dates li.selected {
        background-color: #49C0EB;
        color:#fff;
    }

    .bi-calendar-dates li.alt { 
        color: #D5D7DA;
    }
.calendar-summary .item-value {
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.calendar-summary .item-value .suffix {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding-left: 5px;
    color: #717680;
}
.calendar-summary .status-list .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-right: 8px;
    color: #0E121B;
    font-size:14px;
}
    .calendar-summary .status-list .item .ti {
        font-size: 20px;
        margin-right: -10px;
    }

.webui-popover {
    max-width: 500px;
    width:100%;
    border-radius:12px;
}

.webui-popover-title {
    color: #525866;
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0;
    border-radius: 12px;
}
.webui-popover-inner .card-title {
    color: #0E121B;
    font-size:14px;
    font-weight:500;
    line-height:20px;
}

.webui-popover-inner dl {
    display:flex;
    border-bottom: solid 1px #EBEBEB;
    padding:5px 0;
    margin-bottom:0;
}

.webui-popover .webui-popover-content dt {
    width: 50%;
    color: #525866;
    font-size:12px;
    font-weight:400;
}
.webui-popover .webui-popover-content dd {
    width: 50%;
    text-align: right;
    color: #0E121B;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
}

.webui-popover .webui-popover-content .app-detail dl:last-child {
   border:none;
   margin-bottom:14px;
}
.fc-day-header.fc-person-header a {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.fc-shift-close {
    color: #013657 !important;
    width: 100%;
    background-color: #e5e5f7 !important;
    opacity: 0.8;
    background-size: 10px 10px !important;
    background-image: repeating-linear-gradient(45deg, #fdfcfc 0, #828282 1px, #efefef 0, #e5e5f7 50%) !important;
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulseAnimation 0.6s ease-in-out infinite;
}


.modal .header-logs {
    background-color: #fff;
    opacity: 1;
    z-index: 10;
    transition: all 0.23s ease 0.1s;
    right: 60px;
    top: 0.9rem;
    position: absolute;
}

.fc-time-grid-container{
    height:auto!important;
}
.whatsapp-box {
    background-color: #FAFAFA;
    border: solid 1px #E9EAEB;
    padding: 64px; 
}

.whatsapp-box *{ 
    color: #252B37;
}

.whatsapp-box.alt{
    background-color: #fff; 
}

    .whatsapp-box .green {
        color: #12B76A;
    }

    .whatsapp-box .border {
        background-color: #fff;
        border-radius:10px;
    }

    .whatsapp-box .no {
        display: flex;
       justify-content:center;
       align-items:center;
        width: 30px;
        height: 30px;
        background-color: #F5F5F5;
        border-radius: 100%;
        color: #717680;
        font-size:14px;
        margin-right:10px;
    }

    .whatsapp-box.alt .steps p{
       display:flex;
      align-items:center;
    }


@media (prefers-color-scheme: light) {
    :root {
        --apex-tip-bg: #ffffff;
        --apex-tip-fg: #0f172a; /* slate-900 */
        --apex-tip-muted: #475569; /* slate-600 */
        --apex-tip-border: rgba(15,23,42,.08);
        --apex-tip-shadow: 0 10px 35px rgba(2,6,23,.12), 0 2px 10px rgba(2,6,23,.08);
    }
}

/* ---- Core tooltip ---- */
.apexcharts-tooltip {
    color: var(--apex-tip-fg) !important;
    background: color-mix(in oklab, var(--apex-tip-bg) 88%, transparent) !important;
    border: 1px solid var(--apex-tip-border) !important;
    border-radius: var(--apex-tip-radius) !important;
    box-shadow: var(--apex-tip-shadow) !important;
    padding: var(--apex-tip-pad) !important;
    font: var(--apex-tip-font) !important;
    backdrop-filter: var(--apex-tip-backdrop);
    -webkit-backdrop-filter: var(--apex-tip-backdrop);
    pointer-events: none;
    user-select: none;
    transform: translateZ(0); /* crisper text */
    z-index: var(--apex-tip-z);
}

/* Title (x value) */
.apexcharts-tooltip-title {
    margin: 0 0 8px 0;
    padding: 0 0 6px 0;
    font-weight: 600;
    border-bottom: 1px solid var(--apex-tip-border);
    color: var(--apex-tip-fg);
    background: none !important;
}

/* Each series row */
.apexcharts-tooltip-series-group-c {
    display: grid !important;
    grid-template-columns: var(--apex-tip-marker) 1fr auto;
    align-items: center;
    gap: var(--apex-tip-gap);
    padding: 4px 0;
    opacity: 1 !important;
}

/* Colored dot from series color */
.apexcharts-tooltip-marker {
    width: var(--apex-tip-marker) !important;
    height: var(--apex-tip-marker) !important;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}

/* Series name */
.apexcharts-tooltip-text-y-label {
    color: var(--apex-tip-muted) !important;
    margin-right: 8px;
    font-weight: 500;
}

/* Series value */
.apexcharts-tooltip-text-y-value {
    color: var(--apex-tip-fg) !important;
    font-weight: 700;
}

/* Footer (if custom HTML adds it) */
.apexcharts-tooltip .apex-tip-footer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed var(--apex-tip-border);
    color: var(--apex-tip-muted);
    font-size: 12px;
}

/* ---- X / Y axis tooltips (crosshair labels) ---- */
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
    color: var(--apex-tip-fg) !important;
    background: var(--apex-tip-bg) !important;
    border: 1px solid var(--apex-tip-border) !important;
    box-shadow: var(--apex-tip-shadow) !important;
    border-radius: 8px !important;
    font: 12px/1.4 var(--apex-tip-font) !important;
    padding: 6px 8px !important;
    z-index: var(--apex-tip-z);
}

    .apexcharts-xaxistooltip:after,
    .apexcharts-xaxistooltip:before,
    .apexcharts-yaxistooltip:after,
    .apexcharts-yaxistooltip:before {
        /* hide default triangles, use rounded box only */
        display: none !important;
    }

/* ---- Tiny polish ---- */
.apexcharts-tooltip-active {
    opacity: 1 !important;
}

.apexcharts-tooltip * {
    letter-spacing: .1px;
}

/* High-contrast users: ensure borders are visible */
@media (prefers-contrast: more) {
    .apexcharts-tooltip,
    .apexcharts-xaxistooltip,
    .apexcharts-yaxistooltip {
        border-color: color-mix(in oklab, var(--apex-tip-fg) 35%, transparent) !important;
    }
}

/* RTL support */
[dir="rtl"] .apexcharts-tooltip-series-group {
    grid-template-columns: auto 1fr var(--apex-tip-marker);
}

[dir="rtl"] .apexcharts-tooltip-text-y-label {
    margin: 0 0 0 8px;
}