﻿.RadWindow {
    border: none;
    padding: 0;
    background-color: transparent !important;
}

/* remove the titlebar widening */
.RadWindow .rwTitleBar {
    margin: 0;
    display: none;
}

/* remove the border around the content */
.RadWindow .rwContent {
    border: 4px solid var(--primaryColor);
    background-color: #54565A;
    padding: 20px 20px 10px 20px;
    border-radius: 0px;
    color: white;
    font-size: var(--fontMedium) !important;
    font-family: var(--mainFont) !important;
}

.RadWindow .RadLabel.RadLabel_Bootstrap {
    color: white;
}

.RadWindow .rwDialog .rwDialogContent {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
