@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap");

html,
body {
    height: 100%;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f9f9f9;
    background-size: cover;
    background-attachment: fixed;
}
.logo {
    margin: 0;
}
.logo a {
    display: inline-block;
    padding: 16px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
    background: transparent;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.1);
}
.logo img {
    max-height: 72px;
}
.navbar {
    background: linear-gradient(90deg, #1f73b8, #2faed4 100%);
}
.navbar-collapse.collapse.show {
    margin-top: 40px;
}
.content-section .card.bg-light {
    background: #283036 !important;
}
.navbar {
    padding: 0;
    margin-top: -90px;
    position: relative;
    z-index: 0;
}
.navbar .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 12px 24px !important;
    font-weight: normal;
}
.navbar .nav-link.active {
    border-bottom: 2px solid #fff;
}
.content-section {
    overflow: hidden;
}

.form-group {
    background: #283036; /*url('../img/footer-bg-1.png') bottom center no-repeat;*/
    background-size: cover;
    margin: 0;
    padding: 10px;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    border-radius: 8px;
    border: 1px solid #fdfdfd;
}
.content-section .card.bg-light {
    border-radius: 0 10px 10px 10px;
}
.content-section .card {
    border: 0;
    border-radius: 0;
    background: none;
}
.content-section .card .card-footer,
.content-section .card-content {
    border: 0;
    border-radius: 20px;
    /*color: #FFF;*/
}
.content-section .card-content {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(240,242,255,1) 100%);
    border: 1px solid rgba(240,242,255,1);
}

.content-section .card .form-select,
.content-section .card .form-control {
    border-radius: 20px;
    border: 0;
    background-color: rgba(255, 255, 255, 1);
    color: #000 !important;
}
.content-section .card .col-form-label,
.content-section .card .form-check-label,
.content-section .card .form-select,
.content-section .card .form-control {
    color: #fff;
}
.card-section-title {
    font-size: 20px;
    display: block;
    background: hsl(0deg 0% 100% / 75%);
    padding: 10px !important;
    /* padding-left: 0 !important; */
    border-radius: 8px;
    color: #fff;
    margin: 0;
    margin-top: 20px !important;
    position: relative;
    min-width: 180px;
    box-shadow: 2px 1px 2px 0 rgb(0 0 0 / 10%);
    background: linear-gradient(0deg, rgb(13, 116, 185) 0%, rgb(0, 174, 212) 100%);
}
.card-section-title::before {
    /* content: ''; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: hsl(0deg 0% 100% / 75%);
    z-index: -1;
    box-shadow: -2px 1px 2px 0 rgb(0 0 0 / 10%);
    background: linear-gradient(0deg, rgb(13, 116, 185) 0%, rgb(0, 174, 212) 100%);
}
.content-section .card .form-select optgroup,
.content-section .card .form-select option {
    background: #fff;
    border: 0;
}

footer {
    margin-top: 20px;
    background: linear-gradient(135deg, rgb(13, 116, 185) 0%, rgb(0, 174, 212) 100%);
    background-size: cover;
    border-top: 2px solid hsl(194deg 100% 50% / 70%);
    padding-top: 20px;
}
.footer-top,
.footer-copyright {
    padding: 10px 0;
    color: #fff;
}
.footer-copyright {
    opacity: 0.5;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-decoration: none;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
    background: rgb(240, 249, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=0);
    /* IE6-9 */
}

.btn-light,
.footer-social a:hover {
    background: linear-gradient(135deg, rgb(13, 116, 185) 0%, rgb(0, 174, 212) 100%);
    color: #fff;
}
.btn-light:hover {
    color: #fff;
    background: rgb(9, 4, 53);
}
.text-shadow {
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    color: #034889 !important;
}
.col-container {
    display: flex;
    flex-direction: column;
}
.col-container .form-group,
.col-container .card-content {
    flex: 1;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}
.admin-table .table,
.admin-table .table tr td {
    /*color: #FFF;*/
}
.header hr {
    margin-bottom: 0;
}
.card-content .form-group {
    border-radius: 10px;
}

table.form-control {
    width: 100%;
}

.form-control tr td {
    padding: 4px 0;
}

.form-control tr td label {
    padding: 0 4px;
}

.main-banner .banner-img {
    max-height: 75vh;
    object-fit: cover;
}
b,
strong,
th {
    font-weight: 500 !important;
}
@media only screen and (max-width: 479px) {
}
.min-5 {
    min-width:5rem;
}
