.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0.4rem;
    box-shadow: none;
}

.card-header {
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}

body {
    background-color: #eff2f6;
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bg-primary {
    background: rgb(14,30,54);
    background: -moz-linear-gradient(141deg, rgba(14,30,54,1) 0%, rgba(18,41,73,1) 100%);
    background: -webkit-linear-gradient(141deg, rgba(14,30,54,1) 0%, rgba(18,41,73,1) 100%);
    background: linear-gradient(141deg, rgba(14,30,54,1) 0%, rgba(18,41,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1e36",endColorstr="#122949",GradientType=1);
}

.btn-primary {
    background: rgb(14,30,54);
    background: -moz-linear-gradient(141deg, rgba(14,30,54,1) 0%, rgba(18,41,73,1) 100%);
    background: -webkit-linear-gradient(141deg, rgba(14,30,54,1) 0%, rgba(18,41,73,1) 100%);
    background: linear-gradient(141deg, rgba(14,30,54,1) 0%, rgba(18,41,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1e36",endColorstr="#122949",GradientType=1);
    border-color: #1a3964;
}

.cke_chrome {
    border-radius: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.navbar-light .navbar-nav .nav-link.active {
    background-color: #000;
}

form .form-control:focus{
    border-color: #0d6efd;
    box-shadow: none;
}

.list-group {
    box-shadow: none;
    border: none;
}

.list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.09);
}
