html {
  font-size: 14px;
}

.dx-data-row.dx-state-hover > td {
    cursor: pointer;
    color: white !important;
    background-color: #127EB3 !important;
}

.card-header .badge {
margin-right:10px;
}

.dx-toolbar .dx-toolbar-items-container {
    height: 50px !important;
}

.dx-button {
    height: unset !important;
}


@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.accountImage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 50px;
    margin: 10px 0;
    font-weight: bold;
}


.bidadjustbutton {
min-width:75px
}

a.dropdown-item.bg-info.disabled {
    color: white !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;

}

button {
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    background-color: #ff5722;
    color: white;
    border: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.linkbutton {
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    background-color: #ff5722;
    color: white;
    border: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration:none;
}

.navbar {
background-color:black !important;
color:white;
}

.my-button {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.searchpanel {
    /*background: #17a2b8;
    color: white;*/
}
    .searchpanel .title {
        padding: 10px;
        border-bottom: 1px solid white;
    }

    .searchpanel .hideshow {
        padding: 10px;
    }

    .searchpanel .content {
        padding: 10px;
    }

.resultpanel {
    padding: 10px;
}

.navbar a, .navbar button {
    color: white !important;
}

/*.dx-srollview-content {
    padding: 10px;*/ /* Add padding to the content */
    /* or */
    /*margin: 10px;*/ /* Add margin around the content */
/*}


.dx-scrollview-content {
    width: 100%;*/ /* Make it 100% of its container width */
    /*width: 800px;*/ /* Set a specific width in pixels */
    /*margin: 0 auto;*/ /* Center the element horizontally */
/*}*/



.item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 5px
}

/*.dx-item.dx-list-item {
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/ /* Add a shadow to the hovered items */
    /*padding: 5px;*/ /* Add padding to the content */
    /* or */
    /*margin: 30px;*/ /* Add margin around the content */
/*}


    .dx-item.dx-list-item.dx-state-hover {
        border-radius: 50px;
    }

    .dx-item.dx-list-item.dx-state-focused {
        border-radius: 50px;
    }*/


.image-container {
    width: 200px; /* Set the width and height of your image container */
    height: 100px;
    background-color: #3498db; /* Set the background color */
    text-align: center; /* Center the text horizontally */
    vertical-align: middle; /* Center the text vertically */
    line-height: 100px; /* Adjust line height to center the text */
    color: #fff; /* Set text color */
    font-size: 36px; /* Set font size */
    font-weight: bold; /* Make the text bold */
}

#profileImage {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    margin: 20px 0;
}


.item-button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.button {
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #009879;
    transition: all 0.3s ease;
}



    .button:hover {
        background-color: #fff;
        color: #009879;
    }

/*.dx-datagrid {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}*/

/*    .dx-datagrid-headers {
    background-color: #009879 !important;
    color: white !important;
}*/

#tagBox input {
    border: none;
    color: #363640;    
    max-width: 1000px;
    min-height: 30px;
    background-color: unset !important;
}

#tagBox .dx-dropdowneditor-input-wrapper.dx-selectbox-container {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);   
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #363640;
    color: rgba(255,255,255,.6);
    min-width: 600px;
}

    .styled-table thead tr {
        background-color: #363640;
        color: #ffffff;
        text-align: left;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
        min-width:200px;
    }

        .styled-table td:nth-of-type(even) {
        float:right;
        }

        .styled-table tbody tr {
            border-bottom: 1px solid #ff5722;
        }

    .styled-table tbody tr input, select {
        border: 2px solid rgba(255,255,255,.6);
        background-color: #363640 !important;
        color: rgba(255,255,255,.6);
        max-width: 1000px;
        min-height:30px;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: rgba(255,255,255,.6);
        }

            .styled-table tbody tr:nth-of-type(even) input, select {
                border: 2px solid #363640;
                background-color: rgba(255,255,255,.6) !important;
                color: #363640;
                max-width: 1000px;
                min-height: 30px;
            }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #ff5722;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }*/

a.dropdown-item {
    color: #212529 !important;
}

.dark-mode .dropdown-item {
    color: #fff !important;
}

.main-header .navbar-nav .nav-item {

    margin-right: 5px !important;
}
/*
    --------------------
    START DROPZONE    
    --------------------
*/
#dropzone-external {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

    #dropzone-external > * {
        pointer-events: none;
    }

    #dropzone-external.dropzone-active {
        border-style: solid;
    }

.widget-container > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*
    --------------------
    END DROPZONE    
    --------------------
*/