.cuar-toolbar {
	display: none!important;
}

/* Custom Styles */

.cgd-container {
    border: 1px solid #d6d6d6;
}

.cgd-header {
    padding: 49px 40px 39.5px 40px;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #38342f;
    text-rendering: optimizelegibility;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cgd-empty {
    padding: 20px 40px 39.5px 40px;
}

.cgd-items {
    display: flex;
    flex-wrap: wrap;
    padding: 18px;
    gap: 18px;
}

.cgd-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    width: 170px;
}

.cgd-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to left bottom, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 25%, rgba(220, 217, 214, .5) 0, rgba(220, 217, 214, .5) 50%, rgba(197, 190, 187, .6) 0, rgba(197, 190, 187, .6) 75%, rgba(220, 217, 214, .5) 0);
    background-size: 8px 8px;
    min-height: 150px;
}

.cgd-icon {
    color: #6a6968;
    font-size: 40px;
}

.cgd-title {
    height: 100%;
    padding: 10px 15px;
    background-color: #f4f3f2;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    color: #38342f;
    text-rendering: optimizelegibility;
    word-break: break-all;
}

.cgd-input {
    display: none;
}

.cgd-upload-icon {
    cursor: pointer;
    font-size: 20px;
}

.cgd-file-name {
    margin-left: 10px;
    font-size: 14px;
}

.cgd-submit {
    display: none;
    cursor: pointer;
    margin-left: 10px;
}