/*--import variables here--*/
 





/*----------empty states--------------*/
.cc-empty-state {
    margin-top: 5rem;
}
.cc-empty-state-content {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 2px 12px rgba(var(--rgba-shadow-color),.21);
    margin: auto;
    min-height: 300px;
    padding: 40px;
    width: 540px;
}
.cc-empty-state-content .material-icons {
    font-size: 100px;
    height: 100px;
    width: 100px;
}
.cc-empty-state-content img {
    display: block;
        height: 170px;
    margin-top: -20px;
    width: 180px;
}

.cc-to-be-developed, .cc-empty-state-sm {
    background-color: var(--background-color);
    height: 40px;
    padding: 0px 15px;
}

.cc-to-be-developed .cc-tbd-text, .cc-empty-state-sm .cc-tbd-text {
    color: var(--primary-light-color);
    font-size: 14px;
    margin-left: 10px;
}

.cc-empty-state .cc-option {
    margin: auto;
    text-align: center;
    width: 60px;
}


.cc-empty-state-content .cc-p-large-regular {
    margin-bottom: 1.5rem;
}








/*always have media queries at the bottom of the file like so*/


/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
