/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

:root {
    --dt-color-primary: #A32136;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #A32136;
    --dt-color-secondary: #000000;
    --dt-color-secondary-contrast: #FFFFFF;
    --dt-color-secondary-dark-text: #000000;
    --dt-color-accent: #A7A8AA;
    --dt-color-accent-contrast: #000000;
    --dt-color-accent-dark-text: #474747;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #707070;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/

:root {
    --ic-brand-primary-lightened-15: rgb(179, 8, 56);
    --ic-brand-Login-body-bgd-shadow-color: #3a0313;
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid rgb(179, 8, 56);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0; 
}

.ic-DashboardCard__header-button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    visibility: hidden;
}

/*
Hide Color Overlay circle behind 3 dot button on Course Card so students can't add nicknames....added by Shalon 7/20/2022
*/

.ic-DashboardCard__header-button-bg {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    visibility: hidden;
}