﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.logo {
    background-image: url(../clevilogo.svg);
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.card-title h4{
    font-size:15px;
}

.cl-services-communications .card-title h4{
    font-size:16px;
}
.cl-services-communications .cl-setting-row_wrap {
    margin-bottom:15px;
}
.cl-services-communications .cl-setting-row_wrap h5{
    font-size:15px;
    margin-bottom:5px;
}
.cl-services-communications .cl-setting-row_wrap .contents {
    display:flex;
    align-items:center;
}
.cl-services-communications .cl-setting-row_wrap .contents .clc-button{
    margin-left:10px;
    padding:5px 10px;
}

.cl-services-general .clc-card{
    display:flex;
    flex-direction:column;
    width:350px;
    margin:0 15px 15px 0;
}
    .cl-services-general .clc-card .clc-stack {
        display: flex;
        flex-direction: column !important;
    }
    .cl-services-general .clc-card .clc-stack span{
        font-size:13px;
    }
    .cl-services-general .clc-card .clc-stack span b{
        margin-right:5px;
    }
.cl-services-general .clc-card .clc-button{
    margin-top:10px;
}
