﻿.k-filemanager {
    --kendo-color-primary: #4D3FE2;
}

.colors .k-treeview-leaf.k-selected {
    background-color: #4D3FE2;
}

    .colors .k-treeview-leaf.k-selected .k-icon.k-svg-icon {
        color: white;
    }

.wider-listview-items .k-filemanager-listview .k-listview-item {
    width: 180px
}

.colors .k-filemanager-treeview .k-icon.k-svg-icon {
    color: #4D3FE2;
}

/*Remove "Delete" context menu option*/
.custom-context-menu .k-menu-group, .k-menu li:nth-of-type(3) {
    display: none;
}

/*Remove "Download" context menu option*/
.custom-context-menu .k-menu-group, .k-menu li:nth-of-type(2) {
    display: none;
}

/*Remove "Rename" context menu option*/
.custom-context-menu .k-menu-group, .k-menu li:nth-of-type(1) {
    display: none;
}
/*.file-manager-button {
    border: 1px solid #808080;
    color: #4D3FE2;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;

    .file-manager-button:hover {
        background-color: #4D3FE2;
        color: #FFFFFF;
    }

    .custom-newfolder-button .k-filemanager-toolbar > button:first-child {
    border: 1px solid #808080;
    color: #4D3FE2;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    letter-spacing: 0.1px;
    border-radius: 100px;
}

.custom-newfolder-button .k-filemanager-toolbar > button:hover {
    background-color: #4D3FE2;
    color: #FFFFFF;
}
    */

.my-telerik-notification .k-notification-container .k-notification {
    font-size: 14px;
}

.file-manager-button {
    border: 1px solid #ebebeb;
}

    .file-manager-button:hover {
        background-color: #ebebeb;
    }

/*.custom-newfolder-button .k-filemanager-toolbar > button:first-child {
    border: 1px solid #808080;
    background-color: #4D3FE2;
    color: #ffffff;
}*/

/*.custom-newfolder-button .k-filemanager-toolbar > button:hover {
    background-color: #2c1ec8;
}*/
.plus-for-new {
    margin-left: 8px;
    margin-right: -30px;
    position: relative;
    color: #ffffff;
    z-index: 1;
    cursor: pointer;
}

    .plus-for-new + .k-button {
        padding-left: 24px;
        border: 1px solid #808080;
        background-color: #4D3FE2;
        color: #ffffff;
    }
        .plus-for-new + .k-button:hover {
            background-color: #2c1ec8;
        }
/*.custom-selectfiles-button .k-upload-button {
    border: 1px solid #fafafa;
    background-color: #fafafa
}
    .custom-selectfiles-button .k-upload-button:hover {
        background-color: #e4e3e6;
    }*/
.dialog-rename-container {
    display: flex;
}

.dialog-rename-textbox {
    flex: 3;
}

.dialog-extension-textbox {
    flex: 1;
    margin: 8px;
}

.rename-error-text {
    color: #a4262c;
    font-size: 12px;
}
.k-upload{
    border-width: unset;
    border-style: unset
}
.k-dropzone-hint {
    display:none;
}
.hidden {
    display: none;
}
