/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

body{
    overflow-x: hidden;
}
.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}

.lh-1 {
    line-height: 1rem;
}

h5 {
    font-weight: 900;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.mt-10rem {
    margin-top: 10rem
}

.div:where(.swal2-container) {
    z-index: 2000;
}

.note-group-select-from-files {
    display: none;
}

.note-modal-content {
    margin-top: 170px !important;
}

/******CUSTOM********/

.ws-wrap {
    white-space: normal !important;
}

.ws-nowrap {
    white-space: nowrap !important;
}

.phone-web {
    position: fixed;
    bottom: 2rem;
    right: 1.625rem;
    z-index: 999999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bg-secondary-light {
    background-color: #eceff1 !important;
}

.bg-primary-lightest {
    background-color: #696cff08 !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9dee3 !important;
}

.select2-container .select2-selection--single {
    height: 37.6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #607080 !important;
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.custom-box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.custom-box-shadow-right {
    box-shadow: 7px 0px 29px 0px rgba(161, 172, 184, 0.2);
}

.fs-12px {
    font-size: 12px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-8px {
    font-size: 8px !important;
}

.div:where(.swal2-container) {
    z-index: 2000;
}

.login {
    height: 100vh;
    overflow-x: hidden;
}

.register {
    overflow-x: hidden;
}

.login-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(105,108,255);
    background: linear-gradient(90deg, rgba(105,108,255,1) 50%, rgba(69,252,244,1) 100%);
}

.register-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(105,108,255);
    background: linear-gradient(90deg, rgba(105,108,255,1) 50%, rgba(69,252,244,1) 100%);
}


.btn-login-register {
    color: #fff;
    border: 1px solid #ffff;
    transition: 500ms all ease;
}

    .btn-login-register:hover {
        color: #000;
        background: #ffff;
    }

.login-form {
    max-width: 450px;
    width: 450px;
}

@media (max-width: 768px) {
    .login-form {
        max-width: 100%;
        width: 100%;
    }
}

.register-form {
    max-width: 100%;
    width: 650px;
}


.register .select2-container {
    width: 200px !important;
}

@media (max-width: 768px) {
    .register-form {
        max-width: 100%;
        width: 100%;
    }
}


.border-validation-error {
    border: 1px solid #ff3e1d70 !important;
}

.avatar-text-size {
    width: 36px !important;
    height: 40px !important;
}

.dashboard-user-name-word {
    background: #696cff38;
}

.height-calc-for-db {
    height: calc(100% - 5px);
}

.timeline::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 0px;
    width: 1px;
    height: 100%;
    margin: auto;
    border-left: 2px dashed #dee2e6 !important;
}

.timeline-item {
    margin-left: 37px;
    position: relative;
}

    .timeline-item:before {
        position: absolute;
        content: "";
        border-radius: 50%;
        z-index: 1;
        border: 2px dashed #dee2e6;
        top: 0;
        width: 25px;
        height: 25px;
        background-color: #fff;
        left: -37px;
    }

    .timeline-item::after {
        position: absolute;
        content: "";
        border-radius: 50%;
        z-index: 1;
        top: 9px;
        width: 7px;
        height: 7px;
        background-color: var(--item-color);
        left: -28px;
    }



.timeline-wrapper {
    height: 274px;
    overflow: hidden;
    transition: 500ms all ease;
}

    .timeline-wrapper:hover {
        overflow-y: scroll;
    }
/********************SCROLLBAR****************/
::-webkit-scrollbar {
    width: .3rem;
    height: .5rem;
    border-radius: .5rem;
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: #696cff87;
    border-radius: .5rem;
}

/********************SCROLLBAR****************/

.pointer-none {
    pointer-events: none;
}

.tooltip-for-range {
    position: absolute;
    font-size: 13px;
    top: -70px;
}


.sendSmsRangeWrapper {
    height: 1px;
}

.tooltip-for-range {
    background: #fff;
}

#formRangeSendSms {
    background: linear-gradient(to right, #696cff 0%, #696cff 50%, #fff 50%, #fff 100%);
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 16px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}


    #formRangeSendSms::-webkit-slider-thumb {
        width: 25px;
        -webkit-appearance: none;
        height: 25px;
        background: #fff;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

.opacity-1 {
    opacity: 1 !important;
}

.tab-pane-wrapper {
    height: 208px;
    overflow: hidden;
    transition: 500ms all ease;
}

    .tab-pane-wrapper:hover {
        overflow-y: scroll;
    }

.text-justify {
    text-align: justify;
}

.info-overtime-section {
    position: relative;
    display: inline-block;
}

.img-overtime {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: white;
    border: 1px solid #ddd;
    padding: 5px;
}

.info-overtime-section:hover .img-overtime {
    display: block;
}

.divider-remove-padding {
    padding: 0 !important;
}

.btnPredefinedDTMFAdd i {
    transition: 300ms all ease-in;
}

.btnPredefinedDTMFAdd:hover i {
    background: #696cff !important;
    color: #ffff;
}

.hovercustom i {
    transition: 300ms all ease-in;
}

.hovercustom:hover i {
    background: #696cff !important;
    color: #ffff;
}

.width-75px {
    width: 75px !important;
}

removeMinusButton

.removeMinusButton {
    transition: 300ms all ease-in;
}

.removeMinusButton:hover {
    background: #696cff !important;
    color: #ffff;
}

.dtmfWrapper {
    overflow-y: scroll;
    max-height: 200px;
}


.ws-chat-list::-webkit-scrollbar {
    width: 2px !important;
}

.dp-dow-wrapper::-webkit-scrollbar {
    width: 2px !important;
}


.ws-bg-chat {
    background: url('../img/backgrounds/wschatbg.png');
    height: 67vh;
}



.talk-bubble {
    position: relative;
    width: 300px;
    height: auto;
    background-color: #ffff;
}


.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #ffff transparent transparent transparent;
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #ffff transparent transparent transparent;
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px !important;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #e8fadf transparent transparent transparent;
}


.emojionearea {
    position: relative;
}

.emojionearea-button {
    position: absolute;
    left: 7px;
    top: 14px !important;
}

.emojionearea .emojionearea-editor {
    min-height: 4rem !important;
    padding: 16px 53px 6px 106px !important;
}

.emojionearea.emojionearea-inline {
    height: 58px !important;
}

.emojionearea, .emojionearea.form-control {
    border-radius: 0 !important;
}

    .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
        left: 0 !important;
    }

    .emojionearea .emojionearea-picker .emojionearea-search > input {
        border: 1px solid #ddd !important;
        font-size: 11px !important;
        border-radius: 3px !important;
    }

.ws-icon-attach {
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: 9;
    transition: 300ms all ease;
}

    .ws-icon-attach svg path {
        fill: #939393;
        transition: 300ms all ease;
    }

    .ws-icon-attach:hover svg path {
        fill: #000000;
        transition: 300ms all ease;
    }

.ws-icon-plus {
    position: absolute;
    top: 15px;
    left: 75px;
    z-index: 9;
    transition: 300ms all ease;
}

    .ws-icon-plus div span i {
        color: #939393;
        transition: 300ms all ease;
    }

    .ws-icon-plus:hover div span i {
        color: #000000;
    }

.ws-send-button {
    position: absolute;
    top: 10px;
    right: 4px;
    z-index: 9;
    transition: 300ms all ease;
}

    .ws-send-button:hover {
        background-color: #dddd;
        border-radius: 5px;
    }


.highlight {
    background-color: #e7e7ff;
    color: black;
}

.person-list .person-list-item {
    border-bottom: 1px solid #ddd !important;
}

.person-list-item {
    transition: 300ms all ease;
}


    .person-list-item:hover {
        background-color: #dddddd2e;
        border-radius: 5px;
    }

.person-list .person-list-item:last-child {
    border-bottom: none !important;
}

.active-chat-list {
    background: #ddd !important;
    border-radius: 5px !important;
}

.modalForImagePreview {
    position: absolute;
    bottom: 35rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modal-img-size-wrapper {
    position: relative;
    overflow: hidden;
}


.modal-img-size {
    height: 315px;
    width: 100%;
    object-fit: contain;
    box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
}


@media (max-width: 768px) {
    .modal-img-size {
        height: 315px;
    }
}

.modal-dialog-img-custom {
    background: #f5f5f9;
    padding: 1rem;
    margin: 2rem;
    box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
}

.ws-button-send-modal {
    background: #128c7e;
    line-height: 4rem;
    border-radius: 50%;
    transition: 300ms all ease;
}

    .ws-button-send-modal:hover {
        background: #075e54;
    }

.word-break {
    word-break: break-all;
}

.fc-event {
    cursor: pointer;
}

.fc .fc-daygrid-day-frame:hover {
    background-color: #f0f0f0;
}

.line-through-important {
    text-decoration: line-through !important;
}

.custom-tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    z-index: 1000;
}

.iti {
    display: flex !important;
}

.iti__country {
    font-size: 9px !important;
}

.iti__search-input {
    font-size: 9px !important;
    padding: 6px 12px !important;
}

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.ribbon-green {
    text-align: center;
    color: #fff;
    font-weight: 800;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -5px;
    top: 15px;
    width: 120px;
    float: right;
    font-size: 9px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

    .ribbon-green:before, .ribbon-green:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    .ribbon-green:before {
        left: 0;
    }

    .ribbon-green:after {
        right: 0;
    }

.loader {
    color: #696cff;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.box-shadow-none {
    box-shadow: none !important;
}

.hover-link {
    transition: 300ms all ease;
}

    .hover-link:hover {
        background: #dddddd57 !important;
    }

.a-hover-link {
    transition: 300ms all ease;
}

    .a-hover-link:hover {
        color: #696cff !important;
    }


.wp-tick-blue {
    color: #4FB6EC !important;
}

.link-hover {
    transition: 300ms all ease-in;
}

    .link-hover:hover {
        background-color: #dddd !important;
    }

.lh-2 {
    line-height: 2rem;
}

.border-wrapper-after {
    position: relative;
    display: flex;
    flex-direction: column
}

.time-card-line-wrapper:nth-child(odd) {
    align-self: flex-start;
}

.time-card-line-wrapper:nth-child(even) {
    align-self: flex-end;
}

.border-wrapper-after:after {
    position: absolute;
    content: "";
    left: 470px;
    top: 0px;
    width: 1px;
    height: 100%;
    margin: auto;
    border-left: 2px dashed #dee2e6 !important;
}



.timeline-wrapper-agent {
    position: relative
}


/* Sola yerle�tirilen kartlar�n yuvarla�� sa�da olacak */
.time-card-line-wrapper:nth-child(odd) .timeline-wrapper-agent:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    border: 2px dashed var(--wrap-color);
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    right: -84px
}

.time-card-line-wrapper:nth-child(odd) .timeline-wrapper-agent:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: var(--wrap-color);
    right: -75px;
}

/* Sa�a yerle�tirilen kartlar�n yuvarla�� solda olacak */
.time-card-line-wrapper:nth-child(even) .timeline-wrapper-agent:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    border: 2px dashed var(--wrap-color);
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    left: -54px;
    left: -80px;
}

.time-card-line-wrapper:nth-child(even) .timeline-wrapper-agent:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: var(--wrap-color);
    left: -71px;
}


/* Medium ekranlar (tabletler) i�in */
@media (max-width: 1500px) {

    .time-card-line-wrapper {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
        width:100% !important; 
        margin-bottom:2rem;
    }

    /* �izgiyi kald�r�yoruz */
    .border-wrapper-after:after {
        content: none; /* �izgi tamamen kald�r�ld� */
    }

    /* Yuvarlaklar� kald�r�yoruz */
    .timeline-wrapper-agent:before,
    .timeline-wrapper-agent:after {
        content: none; /* Yuvarlaklar tamamen kald�r�ld� */
    }
}



.timeline-status {
    font-size: 1.2rem;
    width: 200px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
}

.timeline-status {
    --r: .4em; /* control the ribbon shape (the radius) */
    position: absolute;
    top: -12px;
    left: calc(-1*var(--r));
    line-height: 1.8;
    padding: 0 .5em calc(2*var(--r));
    border-radius: var(--r) 0 0 var(--r);
    background: radial-gradient(100% 50% at left,var(--accent-color) 98%,#0000 101%) 100% 0/.5lh calc(100% - 2*var(--r)), radial-gradient(100% 50% at right,#0005 98%,#0000 101%) 0 100%/var(--r) calc(2*var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)),#0000 25%,var(--accent-color) 0) 0 0/calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox i�in */
}


.bx-edit{
    color: #696cff9c !important;
}

.bx-edit:hover {
    color: #696cff !important;
}
.bx-trash{
    color: #ff3e1d7a !important;
}

.bx-trash:hover{
    color: #ff3e1d !important;
}

.bx-chat{
    color:  #71dd37a6 !important;
   
}

.bx-chat:hover{
    color: #71dd37 !important;
}
/*Sidebar menü icons settings*/
.menu-item div{
    display: none;
}

.menu-item a:after{
    display: none ;
}

.logout-custom{
    display: none;
}

.custom-toggle-menu{
    display: none;
    background-color: #696cff;
    border: 7px solid #f5f5f9;    
    border-radius: 50%;
}

.custom-toggle-menu i{
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
}


.menu-icon{
    font-size: 1.7rem;
}

.logo-myvoipcrm{
    width: 234px;
}

.menu-item{
    width: 100%;
}

.menu-vertical .app-brand{
    padding-left: 1rem ;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active:before{
    height: 3.5rem ;
}

aside{
    width: 6.25rem  ;
    transition: width 0.3s ease;
}

aside:hover{
    width: 16.25rem;
}


aside:hover .menu-item div{
    display: block ;
    padding-left: 1rem;
    font-weight: bold;
    font-size: .9rem;
}

aside:hover .logout-custom{
    display: block ;
    padding-left: 1rem;
    font-weight: bold;
    font-size: 1rem;
}

.menu-item.show-after a::after {
    display: block;
}
aside:hover .logo-myvoipcrm{
    width: 187px ;
}

aside:hover .custom-toggle-menu{
   display: block ;
}


/* select2 settings**/
.form-select-sm + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    /* Mevcut border stilini kaldır */
    border: none !important;

    /* SVG ikonunu arkaplan olarak ekle */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(67, 89, 113, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;

    /* Boyut ayarları */
    width: 12px !important;
    height: 16px !important;
    margin-left: -13px !important; /* SVG genişliğinin yarısı */
    margin-top: -8px !important; /* SVG yüksekliğinin yarısı */

    /* Diğer ayarlar */
    position: absolute;
    left: 50%;
    top: 28% !important;
    line-height:1.53;
}

.form-select-sm + .select2 .select2-selection.select2-selection--single{
    height: 25px !important;
}

.form-select-sm + .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 25px !important;
    font-size: 0.75rem !important;
  
}

/** normal select**/
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #697a8d !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    /* Mevcut border stilini kaldır */
    border: none !important;

    /* SVG ikonunu arkaplan olarak ekle */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(67, 89, 113, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;

    /* Boyut ayarları */
    width: 12px !important;
    height: 16px !important;
    margin-left: -13px !important; /* SVG genişliğinin yarısı */
    margin-top: -8px !important; /* SVG yüksekliğinin yarısı */

    /* Diğer ayarlar */
    position: absolute;
    left: 50%;
    top: 48% !important;
    line-height:1.53;
}

.select2 .select2-selection.select2-selection--single{
    height: 35px !important;
}


.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #697a8d !important;
}
.select2-selection__clear {
    display: none !important;
}

.select2-container{
    width: 100% !important;    
}

.select2-dropdown-fixed-width {
   width: 324px !important;
}

.select2-dropdown-fixed-width-branchinventory-create-modal{
    width: 502px !important;
}

.select2-w-878-px{
    width: 878px !important;
}
.hover-scroll-global{
    height: 157px;
    overflow: hidden;
}
.hover-scroll-global:hover{
    overflow-y: scroll !important;
}


/* Zebra satır rengini temizle ve kendi rengini ver */
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > td {
    box-shadow: none !important;
    background-color: #f9fafb !important;
}


/* custom-dt sınıfı aktif olan tablo için paddings */
.custom-dt td {
    padding: 8px !important;
}

/* hover efekti */
.custom-dt tbody tr:hover {
    background-color: #f9fafb;
}

iframe, img {
    border: 0 !important;
}