input::placeholder, textarea::placeholder {
    font-size: 12px;
}



.input-group-append {
    border-left: none;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    font-size: 20px;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .2rem .5rem;
    line-height: unset;
}

.table thead th, .table tbody th {
    font-size: 13px;
    font-weight: bold; /* Kalın yazı stili */
    /* font-weight: 500; */
    color: #949494;
    border-bottom: none;
    border-top: none;
    text-transform: uppercase;
}

.table tbody td {
    font-size: 12px;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}

.page .table tbody tr:hover {
    transition: all .3s ease-out;
    background-color: #f5f5f5 !important;
    cursor: pointer;
}

.checkbox-material {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #666;
    height: 18px;
    width: 18px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    cursor: pointer;
    margin: auto 5px;
    outline: none;
    font-size: 12px;
    top: 3px
}

.checkbox-material:focus {
    box-shadow: 0 0 0 4px rgba(0, 204, 0, 0.2);
}

.checkbox-material:checked::before {
    position: absolute;
    left: 4px;
    top: 0;
    content: '\02713';
    color: #fff;
}

.checkbox-material:hover {
    background-color: #dfdfdf;
}

.checkbox-material:checked {
    background-color: #58AB61;
    border-color: #58AB61
}

.checkbox-material-part:checked::before {
    left: 5px;
    top: -1px;
    content: '\2012';
    color: #fff;
}

.checkbox-material-part:checked {
    background-color: darkorange;
    border-color: darkorange
}

.btn {
    font-weight: 500;
}

.btn-warning:hover, .btn-success:hover, .btn-danger:hover, .btn-primary:hover, .btn-secondary:hover,
.btn-warning:focus, .btn-success:focus, .btn-danger:focus, .btn-primary:focus, .btn-secondary:focus {
    transition: .1s all ease-out;
}

.btn-soft-warning {
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(255, 153, 0, 0.2);
    color: darkorange;
    cursor: pointer;
    white-space: nowrap;
}

.btn-soft-warning-outline {
    padding: 2px 6px;
    border-radius: 4px;
    border:1px solid rgba(255, 153, 0, 0.2);
    color: darkorange;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 5px;
}

.btn-soft-success {
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
    background-color: rgba(29, 201, 183, 0.1);
    color: #1dc9b7;
    white-space: nowrap;
}

.btn-soft-primary {
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
    background-color: rgba(88, 103, 221, 0.1);
    color: #5867dd;
    white-space: nowrap;
}

.btn-soft-danger {
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
    background-color: rgba(253, 57, 122, 0.1);
    color: #fd397a;
    white-space: nowrap;
}

.input-group-text {
    background: white;
    border-left: none;
    padding: .35rem .75rem;
    font-size: 1.3rem;
    line-height: 1rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 3.2px;
    border-bottom-right-radius: 3.2px;
    background: none;

}

.form-control {
   /* border-right: none;*/
    /* background: none; */
    z-index: 1;
    padding-right: 2px;
    font-size:13px; 
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #ced4da;
    z-index: 1;
}

.form-group {
    position: relative;
}

label:not([onclick]):not(.form-check-label):not(.switch) {
    position: relative;
    transform: translate(-6px, 1rem);
    color: #007BFF;
    background-color: white;
    z-index: 5;
    padding: 0 6px;
    transition: all .1s ease-out;
    font-size: 12px
}

input.disabled, select.disabled, textarea.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #888;
    font-size: 12px
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    color: #888;
}

.label-selector > label {
    width: 100%;
    font-size: 13px !important;
    transform: none !important;
    padding: unset !important;
}

.card-input-element + .card {
    height: calc(36px + 2 * 1rem);
    color: var(--dark);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.card-input-element + .card:hover {
    cursor: pointer;
}

.card-input-element:checked + .card {
    border: 2px solid var(--success);
    color: var(--success);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.card-input-element:checked + .card::after {
    content: '\2713';
    color: var(--success);
    font-size: 24px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fadeInCheckbox {
    from {
        opacity: 0;
        -webkit-transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
    }
}

@keyframes fadeInCheckbox {
    from {
        opacity: 0;
        transform: rotateZ(-20deg);
    }
    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.has-error {
    /* box-shadow: 0 0 0 1px #dc3545 !important; */ 
    color: #dc3545 !important;
}

select.has-error option {
    color: #495057 !important;
}

.soft-input .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ced4da;
}

.soft-input .form-control:focus {
    outline: 0 none !important;
    box-shadow: none !important;
}

.soft-input .input-group-text {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white !important;
    border: 1px solid #007BFF !important;
    color: #007BFF !important;
    margin-top: 8px !important;
    font-size: 12px
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: white !important;
    color: #007BFF !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: indianred !important;
    font-weight: normal !important;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
    font-size: 18px;
    line-height: 0;
}

.spinner-border-sm {
    border-width: .1em;
}

.period-reset {
    position: absolute;
    right: 3rem;
    top: .4rem;
    cursor: pointer;
    z-index: 1;
}

.datepicker-today {
    position: absolute;
    right: 4.5rem;
    top: .4rem;
    cursor: pointer;
    z-index: 1 ;
    font-weight: 600;
}

.see-password {
    position: absolute;
    right: .5rem;
    top: .35rem;
    font-size: 18px;
    cursor: pointer;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    border: 1px solid rgba(255, 153, 0, 0.2);
    color: darkorange;
    border-radius: 3px;
    padding: 4px 11px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: rgba(255, 153, 0, 0.2);
    color: darkorange;
}

.bootstrap-datetimepicker-widget {
    z-index: 10 !important;
}

.period_picker_input {
    -webkit-appearance: inherit !important;
    border: 1px solid #ced4da;
    height: 40px;
    border-right: none;
    box-shadow: none;
    border-radius: unset;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding-top: 5px !important;
    color: #999;
    font-size: 14px;
}

.btn-fixed-left {
    position: fixed;
    z-index: 5;
    bottom: 1.5rem;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

button#scroll-trigger {
    position: fixed;
    font-size: 24px;
    bottom: 1.5rem;
    box-shadow: 0 14px 28px rgba(0,0,0,0.07), 0 10px 10px rgba(0,0,0,0.05);
    transition: all .15s ease-out;
}

button#scroll-trigger.out{
    right: 0;
    opacity: 0;
}

button#scroll-trigger.in{
    right: 2rem;
    opacity: 1;
}


.upload-box {
    overflow: hidden;
    position: relative;
}

.upload-box [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.upload-box {
    background: white;
    border-radius: .5em;
    float: left;
    padding: 5em;
    color: #333333;
    border: 2px dashed #4285F4;
    width: 100%;
    margin-bottom: 12px;
}

.upload-box [type=file] {
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25), 0 6px 6px rgba(0,0,0,0.22);
}

input:checked + .slider, input:checked + .slider-sm {
    background-color: #28a745;
}

input:focus + .slider,input:focus + .slider-sm {
    box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

span.optional {
    font-size:10px;
    color: black
}

.switch-sm {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 28px;
    top: -13px;
    left: 10px ;
    right: 0;
    bottom: 0;

}

.switch-sm input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-sm {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-sm:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-sm:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}


.slider-sm.round {
    border-radius: 22px;
}

.slider-sm.round:before {
    border-radius: 50%;
}

.outline-bold {
    box-shadow: 0 0 0 1px #FF9900
}

th.sticky-head {
    position: sticky;
    top: -18px;
    background: white;
    z-index: 1;
    box-shadow: 0 1px 0 0 #efefef;
}

div.tagsinput span.tag {
    border: 1px solid #007bff !important;
    color: #007bff !important;
    background: none !important;
    font-size: 12px !important;
    padding: 1px 5px !important;
    margin: 2px 2px;
}

input#additional_contacts {
    font-size: 12px;
    padding: 1px auto;
}

div.tagsinput span.tag a {
    color: #007bff !important;
}

div.tagsinput {
    width: 100% !important;
    height: auto !important;
    min-height: 40px !important;
    overflow: auto !important;
    display: grid;
}

.btn-xs {
    padding: 0 .2rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .2rem;
}

/* yeni eklenenler 20230823 */
.btn-filter {
    display: inline-block;
    border: 1px solid rgba(255, 153, 0, 0.2);
    color: darkorange;
    border-radius: 3px;
    padding: 4px 11px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0;
}
.table thead tr {
    border-bottom: 1px solid #ccc;
}
.table tbody tr {
    border-bottom: 1px solid #ccc;
}

/* order-detail.php */
.enlarge-on-hover {
    font-size: 20px !important; 
    transition: font-size 0.3s !important; 
}

.enlarge-on-hover:hover {
    font-size: 28px !important; 
}
.dataTables_filter label {
    color: red; /* İstediğiniz renk değerini burada belirtebilirsiniz */
}
