

label {
    display: block;
    margin-top: 10px;
}



.option-container {
    margin-top: 20px;
}

.dynamic-option {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.dynamic-option input {
    margin-right: 10px;
}

.delete-icon {
    cursor: pointer;
    color: red;
    margin-left: 10px;
}

.logo img {
max-height: 60px;
margin-right: 6px;
}
.sidebar { top:5px; }
.sidebar ul li { border-bottom: none;}
.page-header {
font-size: 24px;
padding: 15px 0px 15px 15px;
border-bottom: solid 1px #e0eaff;
}
.bg-gradient-danger {
background: linear-gradient(to right, #ffbf96, #fe7096) !important;
border-radius: 10px;
}
.bg-gradient-info {
background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
border-radius: 10px;
}

.bg-gradient-danger .dashboard_box > i {
background-color: #ff4a73;
padding: 10px;
width: 56px;
height: 56px;
font-size: 28px;
color: #fff;
margin-top: 20px;
border-radius: 6px;
text-align: center;
line-height: 36px;
}
.bg-gradient-info .dashboard_box > i {
background-color: #007adc;
padding: 10px;
width: 56px;
height: 56px;
font-size: 28px;
color: #fff;
margin-top: 20px;
border-radius: 6px;
text-align: center;
line-height: 36px;
}
.bg-gradient-danger .panel-footer {
background-color: #ff4a73;
display: inline-block;
padding: 6px 10px;
border-radius: 6px;
color: #fff;
margin-top: 20px;
 }
.bg-gradient-info .panel-footer {
background-color: #007adc;
display: inline-block;
padding: 6px 10px;
border-radius: 6px;
color: #fff;
margin-top: 20px;
}
.dashboard_content {
text-align: center;
font-weight: bold;
color: #ffff;
}

        
