﻿textarea {
    resize: none;
}

.v-line {
    border-right: 1px solid var(--bs-danger); /* You can customize the color and width of the line */
}

a-right {
    text-align: right !important;
}

.sidesTableHeader {
    color: black;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
}

.text-left {
    text-align: left !important;
}

.float-left {
    float: left !important;
}

.headSpan {
    display: block;
    width: 100%;
    text-align: center;
}

td.bg-primary, td.bg-danger, td.bg-success, td.bg-purple, td.bg-warning {
    background-color: transparent !important;
    text-align: center;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.column {
    text-transform: uppercase;
}

.column30 {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    
}

.column40 {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
}

.column50 {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.column60 {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}

.column70 {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
}

.column80 {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

.column90 {
    width: 90px;
    max-width: 90px;
    min-width: 90px;
}

.column100 {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}

.column110 {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}

.column120 {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
}

.column130 {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
}

.column140 {
    width: 140px;
    max-width: 140px;
    min-width: 140px;
}

.column150 {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
}

.column160 {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
}

.column170 {
    width: 170px;
    max-width: 170px;
    min-width: 170px;
}

.column180 {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
}

.column190 {
    width: 190px;
    max-width: 190px;
    min-width: 190px;
}

.column200 {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}

.column210 {
    width: 210px;
    max-width: 210px;
    min-width: 210px;
}

.column220 {
    width: 220px;
    max-width: 220px;
    min-width: 220px;
}

.column230 {
    width: 230px;
    max-width: 230px;
    min-width: 230px;
}

.column240 {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
}

.column250 {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
}

.column260 {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
}

.column270 {
    width: 270px;
    max-width: 270px;
    min-width: 270px;
}

.column300 {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}

.column400 {
    width: 400px;
    max-width: 400px;
    min-width: 400px;
}

.column500 {
    width: 500px;
    max-width: 500px;
    min-width: 500px;
}

/*[class^="column"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

table thead tr th {
    text-transform: uppercase;
}

    table thead tr th span {
        text-transform: uppercase;
        display: block;
        text-align: center;
    }
table tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-after-colon {
    display: flex;
    justify-content: space-between;
}

.add-after-colon::after {
    content: " :";
}

.count-badge-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}

.count-badge{
    position: absolute;
    bottom: -10px;
    right: 10px;
    padding: 5px;
    font-size: 12px;
}

/*************************************/
    
 #drop-area {
        border: 2px dashed #ccc;
        border-radius: 20px;
        width: 300px;
        height: 200px;
        margin: 50px auto;
        text-align: center;
        padding: 20px;
    }

    #image-preview {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .preview-image {
        margin: 5px;
        width: 20%; /* Resimlerin boyutu %20 olarak ayarlandı */
        position: relative;
        min-height:150px;
        height: auto;
        overflow: hidden;
}

.preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-image .remove {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2px 5px;
    cursor: pointer;
}

.dragover {
    border: 1px dashed var(--bs-success);
    background-color: var(--bs-success-light);
}

.file-preview-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
    width: 100%;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: left;
}

.file-preview-length {
    position: absolute;
    top: 5px;
    left: 5px;
}

.file-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/*************************************/
.addon-passive{
    border-radius: .425rem !important;
}

.addon-active {
    border-bottom-left-radius: .425rem !important;
    border-top-left-radius: .425rem !important;
}

/*************************************/

table.ms_customerfiles_table td a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*************************************/

.tableHeadSpan {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.percent-column::before {
    content: "%";
    margin-right: 5px;
}

.quantity-column {
    text-align: right;
}

.quantity-column::after {
    content: "Ad.";
    margin-left: 5px;
}
.currency-column {
    text-align: right;
}
.currency-column::after {
    content: "₺";
    margin-left: 5px;
    text-align: right;
}

.ms_clickable {
    cursor: pointer;
}

/*propertyleri varsayılana getirir*/
.display-unset {
    display: unset !important;
}

.padding-left-unset {
    padding-left: initial !important;
}

.ms-form-check-custom {
    align-items: center;
    padding-left: 0;
    margin: 0;
    min-height: 1.5rem;
}
/**/

@media (max-width: 576px) {
    .ms_search_button {
        text-align: right !important;
    }
}