/*
	Add your custom CSS for English version  
*/

.LoginHeaderPane {
    /*background: #FFF url('../images/VisualsoftHeader_EN.jpg') ;*/
    background-size: 100% 86px;
    margin: 0 auto;
    max-width: 1000px;
    border: none !important;
}

.dxpc-headerContent {
    direction: ltr !important;
}

.login-area {
    border-radius: 4px;
    margin: 5px auto 0 auto;
    max-width: 450px;
    padding: 32px 32px 32px;
    /*position: fixed;*/
    z-index: 10;
    top: 10%;
 /*   left: 50%;
    margin-top: -250px;*/
    margin-right: 50px;
}

/*
.dxflGroupBox_Visualsoft > .dxflGroup_Visualsoft tr:first-child > .dxflGroupCell_Visualsoft > .dxflItem_Visualsoft, .dxflGroupBox_Visualsoft > .dxflGroup_Visualsoft > .dxflChildInFirstRowSys > .dxflGroupCell_Visualsoft > .dxflItem_Visualsoft {
    padding-top: 2px;
}

*/

.dxflGroupBox_Visualsoft> .dxflGroup_Visualsoft > .dxflChildInFirstRowSys > .dxflGroupCell_Visualsoft> .dxflItem_Visualsoft {
    padding-top: 0px !important; 
}

span.dxToggle {
    height: 13px;
    width: 25px;
    border-radius: 7px;
    background-image: none !important;
    transition: background-color 0.2s;
    cursor: pointer;
    text-align: left;
    direction: ltr !important;
}

[dir='rtl'] > .dxToggle[class*='Checked'] .dxSwitcher {
    transform: translate3d(14px,2px,0);
}

[dir='rtl'] > .dxToggle .dxSwitcher {
    transform: translate3d(2px,2px,0);
}

.dxToggle[class*='Grayed'] .dxSwitcher {
    transform: translate3d(2px,2px,0);
    opacity: 1;
}

.dxToggle[class*='Grayed'] {
    background:gray;
}


.dx-dashboard-dialog-buttons {
height: fit-content;
}

::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
    height:8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 8px; /* Rounded corners for the thumb */
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555; /* Color of the scrollbar thumb on hover */
    }

/*Scroll Toolbar Style Starts*/
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

    .scrolling-wrapper .card {
        display: inline-block;
    }

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
        margin-right: 3px;
    }

.card {
    border: 0px solid gray;
    width: auto;
    height: 35px;
    /*background: #E9E9E9;*/
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
    height: 35px;
    margin-bottom: 0px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

    .scrolling-wrapper::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
        display: none;
    }
 /*Scroll Toolbar Style Ends*/