/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Spectral&display=swap');
body {
    font-family: 'Spectral', serif;
    background-color: #fffcd9;
    padding: 0 0 40px 0;
}

/*BG Colors*/
.bg-primary {background-color: #6dafec !important;color: #fff !important}
a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {background-color: #0062cc !important;}
.bg-secondary {background-color: #6dafec !important;color: #fff !important}
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {background-color: #545b62 !important;}
.bg-success {background-color: #28a745 !important;color: #fff !important}
a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {background-color: #1e7e34 !important;}
.bg-danger {background-color: #dc3545 !important;color: #fff !important}
a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {background-color: #bd2130 !important;}
.bg-warning {background-color: #ffc107 !important;color: #fff !important}
a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {background-color: #d39e00 !important;}
.bg-info {background-color: #17a2b8 !important;color: #fff !important}
a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {background-color: #117a8b !important;}
.bg-light {background-color: #f8f9fa !important;}
a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {background-color: #dae0e5 !important;}
.bg-dark {background-color: #343a40 !important;}
a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {background-color: #1d2124 !important;}
/*BG Colors*/

/*BTN Colors*/
.btn-primary {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-primary:hover {color: #fff !important;background-color: #0069d9 !important;border-color: #0062cc !important;}
.btn-primary.disabled, .btn-primary:disabled {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-secondary {color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important;}
.btn-secondary:hover {color: #fff !important;background-color: #5a6268 !important;border-color: #545b62 !important;}
.btn-secondary.disabled, .btn-secondary:disabled {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-success {color: #fff !important;background-color: #28a745 !important;border-color: #28a745 !important;}
.btn-success:hover {color: #fff !important;background-color: #218838 !important;border-color: #1e7e34 !important;}
.btn-success.disabled, .btn-success:disabled {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-danger {color: #fff !important;background-color: #dc3545 !important;border-color: #dc3545 !important;}
.btn-danger:hover {color: #fff !important;background-color: #c82333 !important;border-color: #bd2130 !important;}
.btn-danger.disabled, .btn-danger:disabled {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-warning {color: #fff !important;background-color: #ffc107 !important;border-color: #ffc107 !important;}
.btn-warning:hover {color: #fff !important;background-color: #e0a800 !important;border-color: #d39e00 !important;}
.btn-warning.disabled, .btn-warning:disabled {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-info {color: #fff !important;background-color: #17a2b8 !important;border-color: #17a2b8 !important;}
.btn-info:hover {color: #fff !important;background-color: #138496 !important;border-color: #117a8b !important;}
.btn-info.disabled, .btn-info:disabled {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-light {color: #212529 !important;background-color: #f8f9fa !important;border-color: #f8f9fa !important;}
.btn-light:hover {color: #fff !important;background-color: #e2e6ea !important;border-color: #dae0e5 !important;}
.btn-dark {color: #fff !important;background-color: #343a40 !important;border-color: #343a40 !important;}
.btn-dark:hover {color: #fff !important;background-color: #23272b !important;border-color: #1d2124 !important;}
.btn-link {font-weight: 400 !important;color: #007bff !important;text-decoration: none !important;}
.btn-link:hover {color: #0056b3 !important;text-decoration: underline !important;}
/*BTN Colors*/

/*BTN Outlines*/
.btn-outline-primary {color: #007bff !important;border-color: #007bff !important;}
.btn-outline-primary:hover {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-outline-primary:focus, .btn-outline-primary.focus {box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #007bff !important;background-color: transparent !important;}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {color: #fff !important;background-color: #007bff !important;border-color: #007bff !important;}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;}
.btn-outline-secondary {color: #6c757d !important;border-color: #6c757d !important;}
.btn-outline-secondary:hover {color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important;}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {color: #6c757d !important;background-color: transparent !important;}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important;}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;}
.btn-outline-success {color: #000 !important;border-color: #000 !important;}
.btn-outline-success:hover {color: #fff !important;background-color: #28a745 !important;border-color: #28a745 !important;}
.btn-outline-success:focus, .btn-outline-success.focus {box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5) !important;}
.btn-outline-success.disabled, .btn-outline-success:disabled {color: #28a745 !important;background-color: transparent !important;}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {color: #fff !important;background-color: #28a745 !important;border-color: #28a745 !important;}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5) !important;}
.btn-outline-info {color: #17a2b8 !important;border-color: #17a2b8 !important;}
.btn-outline-info:hover {color: #fff !important;background-color: #17a2b8 !important;border-color: #17a2b8 !important;}
.btn-outline-info:focus, .btn-outline-info.focus {box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5) !important;}
.btn-outline-info.disabled, .btn-outline-info:disabled {color: #17a2b8 !important;background-color: transparent !important;}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {color: #fff !important;background-color: #17a2b8 !important;border-color: #17a2b8 !important;}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5) !important;}
.btn-outline-warning {color: #ffc107 !important;border-color: #ffc107 !important;}
.btn-outline-warning:hover {color: #212529 !important;background-color: #ffc107 !important;border-color: #ffc107 !important;}
.btn-outline-warning:focus, .btn-outline-warning.focus {box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5) !important;}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {color: #ffc107 !important;background-color: transparent !important;}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {color: #212529 !important;background-color: #ffc107 !important;border-color: #ffc107 !important;}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5) !important;}
.btn-outline-danger {color: #dc3545 !important;border-color: #dc3545 !important;}
.btn-outline-danger:hover {color: #fff !important;background-color: #dc3545 !important;border-color: #dc3545 !important;}
.btn-outline-danger:focus, .btn-outline-danger.focus {box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)!important;}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {color: #dc3545!important;background-color: transparent !important;}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {color: #fff !important;background-color: #dc3545 !important;border-color: #dc3545 !important;}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5) !important;}
.btn-outline-light {color: #f8f9fa !important;border-color: #f8f9fa !important;}
.btn-outline-light:hover {color: #212529 !important;background-color: #f8f9fa !important;border-color: #f8f9fa !important;}
.btn-outline-light:focus, .btn-outline-light.focus {box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5) !important;}
.btn-outline-light.disabled, .btn-outline-light:disabled {color: #f8f9fa !important;background-color: transparent !important;}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {color: #212529 !important;background-color: #f8f9fa !important;border-color: #f8f9fa !important;}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5) !important;}
.btn-outline-dark {color: #343a40 !important;border-color: #343a40 !important;}
.btn-outline-dark:hover {color: #fff !important;background-color: #343a40 !important;border-color: #343a40 !important;}
.btn-outline-dark:focus, .btn-outline-dark.focus {box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5) !important;}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {color: #343a40 !important;background-color: transparent !important;}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {color: #fff !important;background-color: #343a40 !important;border-color: #343a40 !important;}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5) !important;}
/*BTN Outlines*/

/*Navbar*/
.bg-mynav-top {background-color: #6dafec !important;}
.bg-mynav-bottom {background-color: #6dafec !important;max-height: 40px !important;}
.mynavbar-height {min-height: 50px !important;}
.navbar-brand{color: #fff !important;}
.nav-link {color: #fff !important;}
.nav-link:hover{color: #777 !important;}
.nav-link.disabled {color: #dcdcdc !important;}
.dropdown-menu {color: #fff !important;background-color: #4f95d6 !important;}
.dropdown-item {color: #fff !important;}
.dropdown-item:hover, .dropdown-item:focus {color: #fff !important;text-decoration: none !important;background-color: #3f85c5 !important;}
.dropdown-item.active, .dropdown-item:active {color: #fff !important;text-decoration: none !important;background-color: #007bff !important;}
.dropdown-item.disabled, .dropdown-item:disabled {color: #6c757d !important;pointer-events: none !important;background-color: transparent !important;}
/*Navbar*/

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-text {
    color: #fff !important;
}