﻿
.manage-wrapper {
    background: white;
    margin-top: 80px !important;
}

.manage-header-line-wrapper {
    color: white;
    background-image: linear-gradient(to right, #2476a5, #40a8d1);
}

.manage-header-line {
    font-size: 30px;
    font-weight: 500;
}

.btn-white {
    color: #3d90c4;
    background-color: white;
    border-color: #ccc;
    margin-top: 5px;
    margin-left: 5px;
}