body:not(.home) header { background-color: rgb(52, 54, 74); position: relative !important; } body:not(.home) header.scrolling { position: fixed !important; } hr { border-top-color: rgba(0, 0, 0, 0.1); } h1, h2, h3, h4, h5, h6 { color: rgb(50, 54, 72); } p { color: rgb(112, 117, 121); } a { color: rgb(0, 123, 255); } caption { color: rgb(108, 117, 125); } .mark, mark { background-color: rgb(252, 248, 227); } .blockquote-footer { color: rgb(108, 117, 125); } .img-thumbnail { background-color: rgb(255, 255, 255); border-top-color: rgb(222, 226, 230); border-right-color: rgb(222, 226, 230); border-bottom-color: rgb(222, 226, 230); border-left-color: rgb(222, 226, 230); } .figure-caption { color: rgb(108, 117, 125); } code { color: rgb(232, 62, 140); } kbd { color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); } .table th, .table td { border-top-color: rgb(222, 226, 230); } .table thead th { border-bottom-color: rgb(222, 226, 230); } .table tbody+tbody { border-top-color: rgb(222, 226, 230); } .table .table { background-color: rgb(255, 255, 255); } .table-bordered { border-top-color: rgb(222, 226, 230); border-right-color: rgb(222, 226, 230); border-bottom-color: rgb(222, 226, 230); border-left-color: rgb(222, 226, 230); } .table-bordered th, .table-bordered td { border-top-color: rgb(221, 221, 221) !important; border-right-color: rgb(221, 221, 221) !important; border-bottom-color: rgb(221, 221, 221) !important; border-left-color: rgb(221, 221, 221) !important; } .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); } .table-primary, .table-primary>th, .table-primary>td { background-color: rgb(184, 218, 255); } .table-hover .table-primary:hover { background-color: rgb(159, 205, 255); } .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th { background-color: rgb(159, 205, 255); } .table-secondary, .table-secondary>th, .table-secondary>td { background-color: rgb(214, 216, 219); } .table-hover .table-secondary:hover { background-color: rgb(200, 203, 207); } .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th { background-color: rgb(200, 203, 207); } .table-success, .table-success>th, .table-success>td { background-color: rgb(195, 230, 203); } .table-hover .table-success:hover { background-color: rgb(177, 223, 187); } .table-hover .table-success:hover>td, .table-hover .table-success:hover>th { background-color: rgb(177, 223, 187); } .table-info, .table-info>th, .table-info>td { background-color: rgb(190, 229, 235); } .table-hover .table-info:hover { background-color: rgb(171, 221, 229); } .table-hover .table-info:hover>td, .table-hover .table-info:hover>th { background-color: rgb(171, 221, 229); } .table-warning, .table-warning>th, .table-warning>td { background-color: rgb(255, 238, 186); } .table-hover .table-warning:hover { background-color: rgb(255, 232, 161); } .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th { background-color: rgb(255, 232, 161); } .table-danger, .table-danger>th, .table-danger>td { background-color: rgb(245, 198, 203); } .table-hover .table-danger:hover { background-color: rgb(241, 176, 183); } .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th { background-color: rgb(241, 176, 183); } .table-light, .table-light>th, .table-light>td { background-color: rgb(253, 253, 254); } .table-hover .table-light:hover { background-color: rgb(236, 236, 246); } .table-hover .table-light:hover>td, .table-hover .table-light:hover>th { background-color: rgb(236, 236, 246); } .table-dark, .table-dark>th, .table-dark>td { background-color: rgb(198, 200, 202); } .table-hover .table-dark:hover { background-color: rgb(185, 187, 190); } .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th { background-color: rgb(185, 187, 190); } .table-active, .table-active>th, .table-active>td { background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover>td, .table-hover .table-active:hover>th { background-color: rgba(0, 0, 0, 0.075); } .table .thead-dark th { color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-top-color: rgb(50, 56, 62); border-right-color: rgb(50, 56, 62); border-bottom-color: rgb(50, 56, 62); border-left-color: rgb(50, 56, 62); } .table .thead-light th { color: rgb(73, 80, 87); background-color: rgb(233, 236, 239); border-top-color: rgb(222, 226, 230); border-right-color: rgb(222, 226, 230); border-bottom-color: rgb(222, 226, 230); border-left-color: rgb(222, 226, 230); } .table-dark { color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); } .table-dark th, .table-dark td, .table-dark thead th { border-top-color: rgb(50, 56, 62); border-right-color: rgb(50, 56, 62); border-bottom-color: rgb(50, 56, 62); border-left-color: rgb(50, 56, 62); } .table-dark.table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(255, 255, 255, 0.05); } .table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); } .form-control { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-top-color: rgb(206, 212, 218); border-right-color: rgb(206, 212, 218); border-bottom-color: rgb(206, 212, 218); border-left-color: rgb(206, 212, 218); transition-behavior: normal, normal; transition-duration: 0.15s, 0.15s; transition-timing-function: ease-in-out, ease-in-out; transition-delay: 0s, 0s; transition-property: border-color, box-shadow; } .form-control:focus { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-top-color: rgb(128, 189, 255); border-right-color: rgb(128, 189, 255); border-bottom-color: rgb(128, 189, 255); border-left-color: rgb(128, 189, 255); box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; } .form-control::-webkit-input-placeholder { color: rgb(108, 117, 125); } .form-control::placeholder { color: rgb(108, 117, 125); } .form-control:disabled, .form-control[readonly] { background-color: rgb(233, 236, 239); } .form-check-input:disabled~.form-check-label { color: rgb(108, 117, 125); } .valid-feedback { color: rgb(40, 167, 69); } .valid-tooltip { color: rgb(255, 255, 255); background-color: rgba(40, 167, 69, 0.8); } .form-control.is-valid { border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .custom-select.is-valid, .was-validated .form-control:valid, .was-validated .custom-select:valid { border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .form-control.is-valid:focus { border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem; } .custom-select.is-valid:focus, .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus { border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem; } .was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label { color: rgb(40, 167, 69); } .was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label { color: rgb(40, 167, 69); } .was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before { background-color: rgb(113, 221, 138); } .was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before { background-color: rgb(52, 206, 87); } .was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem; } .was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label { border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label { box-shadow: rgba(40, 167, 69, 0.25) 0px 0px 0px 0.2rem; } .invalid-feedback { color: rgb(220, 53, 69); } .invalid-tooltip { color: rgb(255, 255, 255); background-color: rgba(220, 53, 69, 0.8); } .form-control.is-invalid { border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .custom-select.is-invalid, .was-validated .form-control:invalid, .was-validated .custom-select:invalid { border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .form-control.is-invalid:focus { border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem; } .custom-select.is-invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus { border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem; } .was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label { color: rgb(220, 53, 69); } .was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label { color: rgb(220, 53, 69); } .was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before { background-color: rgb(239, 162, 169); } .was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before { background-color: rgb(228, 96, 109); } .was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem; } .was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label { border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label { box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem; } .btn { transition-behavior: normal, normal, normal, normal; transition-duration: 0.15s, 0.15s, 0.15s, 0.15s; transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out; transition-delay: 0s, 0s, 0s, 0s; transition-property: color, background-color, border-color, box-shadow; } .btn:focus { box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; } .btn.focus { box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; } .btn-primary { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .btn-primary:hover { color: rgb(255, 255, 255); background-color: rgb(0, 105, 217); border-top-color: rgb(0, 98, 204); border-right-color: rgb(0, 98, 204); border-bottom-color: rgb(0, 98, 204); border-left-color: rgb(0, 98, 204); } .btn-primary:focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; } .btn-primary.focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; } .btn-primary.disabled { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .btn-primary:disabled { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 98, 204); border-top-color: rgb(0, 92, 191); border-right-color: rgb(0, 92, 191); border-bottom-color: rgb(0, 92, 191); border-left-color: rgb(0, 92, 191); } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; } .btn-secondary { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-top-color: rgb(108, 117, 125); border-right-color: rgb(108, 117, 125); border-bottom-color: rgb(108, 117, 125); border-left-color: rgb(108, 117, 125); } .btn-secondary:hover { color: rgb(255, 255, 255); background-color: rgb(90, 98, 104); border-top-color: rgb(84, 91, 98); border-right-color: rgb(84, 91, 98); border-bottom-color: rgb(84, 91, 98); border-left-color: rgb(84, 91, 98); } .btn-secondary:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; } .btn-secondary.focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; } .btn-secondary.disabled { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-top-color: rgb(108, 117, 125); border-right-color: rgb(108, 117, 125); border-bottom-color: rgb(108, 117, 125); border-left-color: rgb(108, 117, 125); } .btn-secondary:disabled { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-top-color: rgb(108, 117, 125); border-right-color: rgb(108, 117, 125); border-bottom-color: rgb(108, 117, 125); border-left-color: rgb(108, 117, 125); } .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(84, 91, 98); border-top-color: rgb(78, 85, 91); border-right-color: rgb(78, 85, 91); border-bottom-color: rgb(78, 85, 91); border-left-color: rgb(78, 85, 91); } .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; } .btn-success { color: rgb(255, 255, 255); background-color: rgb(40, 167, 69); border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .btn-success:hover { color: rgb(255, 255, 255); background-color: rgb(33, 136, 56); border-top-color: rgb(30, 126, 52); border-right-color: rgb(30, 126, 52); border-bottom-color: rgb(30, 126, 52); border-left-color: rgb(30, 126, 52); } .btn-success:focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-success.focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-success.disabled { color: rgb(255, 255, 255); background-color: rgb(40, 167, 69); border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .btn-success:disabled { color: rgb(255, 255, 255); background-color: rgb(40, 167, 69); border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(30, 126, 52); border-top-color: rgb(28, 116, 48); border-right-color: rgb(28, 116, 48); border-bottom-color: rgb(28, 116, 48); border-left-color: rgb(28, 116, 48); } .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-info { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-top-color: rgb(23, 162, 184); border-right-color: rgb(23, 162, 184); border-bottom-color: rgb(23, 162, 184); border-left-color: rgb(23, 162, 184); } .btn-info:hover { color: rgb(255, 255, 255); background-color: rgb(19, 132, 150); border-top-color: rgb(17, 122, 139); border-right-color: rgb(17, 122, 139); border-bottom-color: rgb(17, 122, 139); border-left-color: rgb(17, 122, 139); } .btn-info:focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; } .btn-info.focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; } .btn-info.disabled { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-top-color: rgb(23, 162, 184); border-right-color: rgb(23, 162, 184); border-bottom-color: rgb(23, 162, 184); border-left-color: rgb(23, 162, 184); } .btn-info:disabled { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-top-color: rgb(23, 162, 184); border-right-color: rgb(23, 162, 184); border-bottom-color: rgb(23, 162, 184); border-left-color: rgb(23, 162, 184); } .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(17, 122, 139); border-top-color: rgb(16, 112, 127); border-right-color: rgb(16, 112, 127); border-bottom-color: rgb(16, 112, 127); border-left-color: rgb(16, 112, 127); } .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; } .btn-warning { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); border-top-color: rgb(255, 193, 7); border-right-color: rgb(255, 193, 7); border-bottom-color: rgb(255, 193, 7); border-left-color: rgb(255, 193, 7); } .btn-warning:hover { color: rgb(33, 37, 41); background-color: rgb(224, 168, 0); border-top-color: rgb(211, 158, 0); border-right-color: rgb(211, 158, 0); border-bottom-color: rgb(211, 158, 0); border-left-color: rgb(211, 158, 0); } .btn-warning:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; } .btn-warning.focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; } .btn-warning.disabled { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); border-top-color: rgb(255, 193, 7); border-right-color: rgb(255, 193, 7); border-bottom-color: rgb(255, 193, 7); border-left-color: rgb(255, 193, 7); } .btn-warning:disabled { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); border-top-color: rgb(255, 193, 7); border-right-color: rgb(255, 193, 7); border-bottom-color: rgb(255, 193, 7); border-left-color: rgb(255, 193, 7); } .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(211, 158, 0); border-top-color: rgb(198, 149, 0); border-right-color: rgb(198, 149, 0); border-bottom-color: rgb(198, 149, 0); border-left-color: rgb(198, 149, 0); } .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; } .btn-danger { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .btn-danger:hover { color: rgb(255, 255, 255); background-color: rgb(200, 35, 51); border-top-color: rgb(189, 33, 48); border-right-color: rgb(189, 33, 48); border-bottom-color: rgb(189, 33, 48); border-left-color: rgb(189, 33, 48); } .btn-danger:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-danger.focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-danger.disabled { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .btn-danger:disabled { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(189, 33, 48); border-top-color: rgb(178, 31, 45); border-right-color: rgb(178, 31, 45); border-bottom-color: rgb(178, 31, 45); border-left-color: rgb(178, 31, 45); } .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-light { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-top-color: rgb(248, 249, 250); border-right-color: rgb(248, 249, 250); border-bottom-color: rgb(248, 249, 250); border-left-color: rgb(248, 249, 250); } .btn-light:hover { color: rgb(33, 37, 41); background-color: rgb(226, 230, 234); border-top-color: rgb(218, 224, 229); border-right-color: rgb(218, 224, 229); border-bottom-color: rgb(218, 224, 229); border-left-color: rgb(218, 224, 229); } .btn-light:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; } .btn-light.focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; } .btn-light.disabled { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-top-color: rgb(248, 249, 250); border-right-color: rgb(248, 249, 250); border-bottom-color: rgb(248, 249, 250); border-left-color: rgb(248, 249, 250); } .btn-light:disabled { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-top-color: rgb(248, 249, 250); border-right-color: rgb(248, 249, 250); border-bottom-color: rgb(248, 249, 250); border-left-color: rgb(248, 249, 250); } .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(218, 224, 229); border-top-color: rgb(211, 217, 223); border-right-color: rgb(211, 217, 223); border-bottom-color: rgb(211, 217, 223); border-left-color: rgb(211, 217, 223); } .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; } .btn-dark { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); border-top-color: rgb(52, 58, 64); border-right-color: rgb(52, 58, 64); border-bottom-color: rgb(52, 58, 64); border-left-color: rgb(52, 58, 64); } .btn-dark:hover { color: rgb(255, 255, 255); background-color: rgb(35, 39, 43); border-top-color: rgb(29, 33, 36); border-right-color: rgb(29, 33, 36); border-bottom-color: rgb(29, 33, 36); border-left-color: rgb(29, 33, 36); } .btn-dark:focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; } .btn-dark.focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; } .btn-dark.disabled { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); border-top-color: rgb(52, 58, 64); border-right-color: rgb(52, 58, 64); border-bottom-color: rgb(52, 58, 64); border-left-color: rgb(52, 58, 64); } .btn-dark:disabled { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); border-top-color: rgb(52, 58, 64); border-right-color: rgb(52, 58, 64); border-bottom-color: rgb(52, 58, 64); border-left-color: rgb(52, 58, 64); } .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(29, 33, 36); border-top-color: rgb(23, 26, 29); border-right-color: rgb(23, 26, 29); border-bottom-color: rgb(23, 26, 29); border-left-color: rgb(23, 26, 29); } .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-primary { color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .btn-outline-primary:hover { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .btn-outline-primary:focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-primary.focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-primary.disabled { color: rgb(0, 123, 255); } .btn-outline-primary:disabled { color: rgb(0, 123, 255); } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .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: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-secondary { color: rgb(108, 117, 125); border-top-color: rgb(108, 117, 125); border-right-color: rgb(108, 117, 125); border-bottom-color: rgb(108, 117, 125); border-left-color: rgb(108, 117, 125); } .btn-outline-secondary:hover { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-top-color: rgb(108, 117, 125); border-right-color: rgb(108, 117, 125); border-bottom-color: rgb(108, 117, 125); border-left-color: rgb(108, 117, 125); } .btn-outline-secondary:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-secondary.focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-secondary.disabled { color: rgb(108, 117, 125); } .btn-outline-secondary:disabled { color: rgb(108, 117, 125); } .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-top-color: rgb(108, 117, 125); border-right-color: rgb(108, 117, 125); border-bottom-color: rgb(108, 117, 125); border-left-color: rgb(108, 117, 125); } .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: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-success { color: rgb(40, 167, 69); border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .btn-outline-success:hover { color: rgb(255, 255, 255); background-color: rgb(40, 167, 69); border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .btn-outline-success:focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-success.focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-success.disabled { color: rgb(40, 167, 69); } .btn-outline-success:disabled { color: rgb(40, 167, 69); } .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(40, 167, 69); border-top-color: rgb(40, 167, 69); border-right-color: rgb(40, 167, 69); border-bottom-color: rgb(40, 167, 69); border-left-color: rgb(40, 167, 69); } .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: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-info { color: rgb(23, 162, 184); border-top-color: rgb(23, 162, 184); border-right-color: rgb(23, 162, 184); border-bottom-color: rgb(23, 162, 184); border-left-color: rgb(23, 162, 184); } .btn-outline-info:hover { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-top-color: rgb(23, 162, 184); border-right-color: rgb(23, 162, 184); border-bottom-color: rgb(23, 162, 184); border-left-color: rgb(23, 162, 184); } .btn-outline-info:focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-info.focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-info.disabled { color: rgb(23, 162, 184); } .btn-outline-info:disabled { color: rgb(23, 162, 184); } .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-top-color: rgb(23, 162, 184); border-right-color: rgb(23, 162, 184); border-bottom-color: rgb(23, 162, 184); border-left-color: rgb(23, 162, 184); } .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: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-warning { color: rgb(255, 193, 7); border-top-color: rgb(255, 193, 7); border-right-color: rgb(255, 193, 7); border-bottom-color: rgb(255, 193, 7); border-left-color: rgb(255, 193, 7); } .btn-outline-warning:hover { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); border-top-color: rgb(255, 193, 7); border-right-color: rgb(255, 193, 7); border-bottom-color: rgb(255, 193, 7); border-left-color: rgb(255, 193, 7); } .btn-outline-warning:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-warning.focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-warning.disabled { color: rgb(255, 193, 7); } .btn-outline-warning:disabled { color: rgb(255, 193, 7); } .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); border-top-color: rgb(255, 193, 7); border-right-color: rgb(255, 193, 7); border-bottom-color: rgb(255, 193, 7); border-left-color: rgb(255, 193, 7); } .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: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-danger { color: rgb(220, 53, 69); border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .btn-outline-danger:hover { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .btn-outline-danger:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-danger.focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-danger.disabled { color: rgb(220, 53, 69); } .btn-outline-danger:disabled { color: rgb(220, 53, 69); } .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-top-color: rgb(220, 53, 69); border-right-color: rgb(220, 53, 69); border-bottom-color: rgb(220, 53, 69); border-left-color: rgb(220, 53, 69); } .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: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-light { color: rgb(248, 249, 250); border-top-color: rgb(248, 249, 250); border-right-color: rgb(248, 249, 250); border-bottom-color: rgb(248, 249, 250); border-left-color: rgb(248, 249, 250); } .btn-outline-light:hover { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-top-color: rgb(248, 249, 250); border-right-color: rgb(248, 249, 250); border-bottom-color: rgb(248, 249, 250); border-left-color: rgb(248, 249, 250); } .btn-outline-light:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-light.focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-light.disabled { color: rgb(248, 249, 250); } .btn-outline-light:disabled { color: rgb(248, 249, 250); } .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-top-color: rgb(248, 249, 250); border-right-color: rgb(248, 249, 250); border-bottom-color: rgb(248, 249, 250); border-left-color: rgb(248, 249, 250); } .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: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-dark { color: rgb(52, 58, 64); border-top-color: rgb(52, 58, 64); border-right-color: rgb(52, 58, 64); border-bottom-color: rgb(52, 58, 64); border-left-color: rgb(52, 58, 64); } .btn-outline-dark:hover { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); border-top-color: rgb(52, 58, 64); border-right-color: rgb(52, 58, 64); border-bottom-color: rgb(52, 58, 64); border-left-color: rgb(52, 58, 64); } .btn-outline-dark:focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-dark.focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; } .btn-outline-dark.disabled { color: rgb(52, 58, 64); } .btn-outline-dark:disabled { color: rgb(52, 58, 64); } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); border-top-color: rgb(52, 58, 64); border-right-color: rgb(52, 58, 64); border-bottom-color: rgb(52, 58, 64); border-left-color: rgb(52, 58, 64); } .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: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; } .btn-link { color: rgb(0, 123, 255); } .btn-link:hover { color: rgb(0, 86, 179); } .btn-link:disabled { color: rgb(108, 117, 125); } .btn-link.disabled { color: rgb(108, 117, 125); } .dropdown-menu { color: rgb(33, 37, 41); background-color: rgb(255, 255, 255); border-top-color: rgba(0, 0, 0, 0.15); border-right-color: rgba(0, 0, 0, 0.15); border-bottom-color: rgba(0, 0, 0, 0.15); border-left-color: rgba(0, 0, 0, 0.15); } .dropdown-divider { border-top-color: rgb(233, 236, 239); } .dropdown-item { color: rgb(33, 37, 41); } .dropdown-item:hover { color: rgb(22, 24, 27); background-color: rgb(248, 249, 250); } .dropdown-item:focus { color: rgb(22, 24, 27); background-color: rgb(248, 249, 250); } .dropdown-item.active { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); } .dropdown-item:active { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); } .dropdown-item.disabled { color: rgb(108, 117, 125); } .dropdown-item:disabled { color: rgb(108, 117, 125); } .dropdown-header { color: rgb(108, 117, 125); } .btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] { clip: rect(0px, 0px, 0px, 0px); } .input-group-text { color: rgb(73, 80, 87); background-color: rgb(233, 236, 239); border-top-color: rgb(206, 212, 218); border-right-color: rgb(206, 212, 218); border-bottom-color: rgb(206, 212, 218); border-left-color: rgb(206, 212, 218); } .custom-control-input:checked~.custom-control-label::before { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); } .custom-control-input:focus~.custom-control-label::before { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; } .custom-control-input:active~.custom-control-label::before { color: rgb(255, 255, 255); background-color: rgb(179, 215, 255); } .custom-control-input:disabled~.custom-control-label { color: rgb(108, 117, 125); } .custom-control-input:disabled~.custom-control-label::before { background-color: rgb(233, 236, 239); } .custom-control-label::before { background-color: rgb(222, 226, 230); } .custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: rgb(0, 123, 255); } .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before { background-color: rgb(0, 123, 255); } .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } .custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: rgb(0, 123, 255); } .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } .custom-select { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-top-color: rgb(206, 212, 218); border-right-color: rgb(206, 212, 218); border-bottom-color: rgb(206, 212, 218); border-left-color: rgb(206, 212, 218); } .custom-select:focus { border-top-color: rgb(128, 189, 255); border-right-color: rgb(128, 189, 255); border-bottom-color: rgb(128, 189, 255); border-left-color: rgb(128, 189, 255); box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px inset, rgba(128, 189, 255, 0.5) 0px 0px 5px; } .custom-select:disabled { color: rgb(108, 117, 125); background-color: rgb(233, 236, 239); } .custom-file-input:focus~.custom-file-control { border-top-color: rgb(128, 189, 255); border-right-color: rgb(128, 189, 255); border-bottom-color: rgb(128, 189, 255); border-left-color: rgb(128, 189, 255); box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; } .custom-file-input:focus~.custom-file-control::before { border-top-color: rgb(128, 189, 255); border-right-color: rgb(128, 189, 255); border-bottom-color: rgb(128, 189, 255); border-left-color: rgb(128, 189, 255); } .custom-file-label { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-top-color: rgb(206, 212, 218); border-right-color: rgb(206, 212, 218); border-bottom-color: rgb(206, 212, 218); border-left-color: rgb(206, 212, 218); } .custom-file-label::after { color: rgb(73, 80, 87); background-color: rgb(233, 236, 239); border-left-color: rgb(206, 212, 218); } .nav-link.disabled { color: rgb(108, 117, 125); } .nav-tabs { border-bottom-color: rgb(222, 226, 230); } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-top-color: rgb(233, 236, 239); border-right-color: rgb(233, 236, 239); border-bottom-color: rgb(222, 226, 230); border-left-color: rgb(233, 236, 239); } .nav-tabs .nav-link.disabled { color: rgb(108, 117, 125); } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-top-color: rgb(222, 226, 230); border-right-color: rgb(222, 226, 230); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(222, 226, 230); } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); } .card { background-color: rgb(255, 255, 255); border-top-color: rgba(0, 0, 0, 0.125); border-right-color: rgba(0, 0, 0, 0.125); border-bottom-color: rgba(0, 0, 0, 0.125); border-left-color: rgba(0, 0, 0, 0.125); } .card-header { background-color: rgba(0, 0, 0, 0.03); border-bottom-color: rgba(0, 0, 0, 0.125); } .card-footer { background-color: rgba(0, 0, 0, 0.03); border-top-color: rgba(0, 0, 0, 0.125); } .breadcrumb { background-color: rgb(233, 236, 239); } .breadcrumb-item+.breadcrumb-item::before { color: rgb(108, 117, 125); } .breadcrumb-item.active { color: rgb(108, 117, 125); } .page-link { color: rgb(0, 123, 255); background-color: rgb(255, 255, 255); border-top-color: rgb(222, 226, 230); border-right-color: rgb(222, 226, 230); border-bottom-color: rgb(222, 226, 230); border-left-color: rgb(222, 226, 230); } .page-link:hover { color: rgb(0, 86, 179); background-color: rgb(233, 236, 239); border-top-color: rgb(222, 226, 230); border-right-color: rgb(222, 226, 230); border-bottom-color: rgb(222, 226, 230); border-left-color: rgb(222, 226, 230); } .page-link:focus { box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; } .page-item.active .page-link { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .page-item.disabled .page-link { color: rgb(108, 117, 125); background-color: rgb(255, 255, 255); border-top-color: rgb(222, 226, 230); border-right-color: rgb(222, 226, 230); border-bottom-color: rgb(222, 226, 230); border-left-color: rgb(222, 226, 230); } .badge { border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); } .badge-primary { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); } .badge-primary[href]:hover, .badge-primary[href]:focus { color: rgb(255, 255, 255); background-color: rgb(0, 98, 204); } .badge-secondary { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); } .badge-secondary[href]:hover, .badge-secondary[href]:focus { color: rgb(255, 255, 255); background-color: rgb(84, 91, 98); } .badge-success { color: rgb(255, 255, 255); background-color: rgb(40, 167, 69); } .badge-success[href]:hover, .badge-success[href]:focus { color: rgb(255, 255, 255); background-color: rgb(30, 126, 52); } .badge-info { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); } .badge-info[href]:hover, .badge-info[href]:focus { color: rgb(255, 255, 255); background-color: rgb(17, 122, 139); } .badge-warning { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); } .badge-warning[href]:hover, .badge-warning[href]:focus { color: rgb(33, 37, 41); background-color: rgb(211, 158, 0); } .badge-danger { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); } .badge-danger[href]:hover, .badge-danger[href]:focus { color: rgb(255, 255, 255); background-color: rgb(189, 33, 48); } .badge-light { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); } .badge-light[href]:hover, .badge-light[href]:focus { color: rgb(33, 37, 41); background-color: rgb(218, 224, 229); } .badge-dark { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); } .badge-dark[href]:hover, .badge-dark[href]:focus { color: rgb(255, 255, 255); background-color: rgb(29, 33, 36); } .alert-primary { color: rgb(0, 64, 133); background-color: rgb(204, 229, 255); border-top-color: rgb(184, 218, 255); border-right-color: rgb(184, 218, 255); border-bottom-color: rgb(184, 218, 255); border-left-color: rgb(184, 218, 255); } .alert-primary hr { border-top-color: rgb(159, 205, 255); } .alert-primary .alert-link { color: rgb(0, 39, 82); } .alert-secondary { color: rgb(56, 61, 65); background-color: rgb(226, 227, 229); border-top-color: rgb(214, 216, 219); border-right-color: rgb(214, 216, 219); border-bottom-color: rgb(214, 216, 219); border-left-color: rgb(214, 216, 219); } .alert-secondary hr { border-top-color: rgb(200, 203, 207); } .alert-secondary .alert-link { color: rgb(32, 35, 38); } .alert-success { color: rgb(21, 87, 36); background-color: rgb(212, 237, 218); border-top-color: rgb(195, 230, 203); border-right-color: rgb(195, 230, 203); border-bottom-color: rgb(195, 230, 203); border-left-color: rgb(195, 230, 203); } .alert-success hr { border-top-color: rgb(177, 223, 187); } .alert-success .alert-link { color: rgb(11, 46, 19); } .alert-info { color: rgb(12, 84, 96); background-color: rgb(209, 236, 241); border-top-color: rgb(190, 229, 235); border-right-color: rgb(190, 229, 235); border-bottom-color: rgb(190, 229, 235); border-left-color: rgb(190, 229, 235); } .alert-info hr { border-top-color: rgb(171, 221, 229); } .alert-info .alert-link { color: rgb(6, 44, 51); } .alert-warning { color: rgb(133, 100, 4); background-color: rgb(255, 243, 205); border-top-color: rgb(255, 238, 186); border-right-color: rgb(255, 238, 186); border-bottom-color: rgb(255, 238, 186); border-left-color: rgb(255, 238, 186); } .alert-warning hr { border-top-color: rgb(255, 232, 161); } .alert-warning .alert-link { color: rgb(83, 63, 3); } .alert-danger { color: rgb(114, 28, 36); background-color: rgb(248, 215, 218); border-top-color: rgb(245, 198, 203); border-right-color: rgb(245, 198, 203); border-bottom-color: rgb(245, 198, 203); border-left-color: rgb(245, 198, 203); } .alert-danger hr { border-top-color: rgb(241, 176, 183); } .alert-danger .alert-link { color: rgb(73, 18, 23); } .alert-light { color: rgb(129, 129, 130); background-color: rgb(254, 254, 254); border-top-color: rgb(253, 253, 254); border-right-color: rgb(253, 253, 254); border-bottom-color: rgb(253, 253, 254); border-left-color: rgb(253, 253, 254); } .alert-light hr { border-top-color: rgb(236, 236, 246); } .alert-light .alert-link { color: rgb(104, 104, 104); } .alert-dark { color: rgb(27, 30, 33); background-color: rgb(214, 216, 217); border-top-color: rgb(198, 200, 202); border-right-color: rgb(198, 200, 202); border-bottom-color: rgb(198, 200, 202); border-left-color: rgb(198, 200, 202); } .alert-dark hr { border-top-color: rgb(185, 187, 190); } .alert-dark .alert-link { color: rgb(4, 5, 5); } .progress { background-color: rgb(233, 236, 239); } .progress-bar { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); } .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .list-group-item-action { color: rgb(73, 80, 87); } .list-group-item-action:hover { color: rgb(73, 80, 87); background-color: rgb(248, 249, 250); } .list-group-item-action:focus { color: rgb(73, 80, 87); background-color: rgb(248, 249, 250); } .list-group-item-action:active { color: rgb(33, 37, 41); background-color: rgb(233, 236, 239); } .list-group-item { background-color: rgb(255, 255, 255); border-top-color: rgba(0, 0, 0, 0.125); border-right-color: rgba(0, 0, 0, 0.125); border-bottom-color: rgba(0, 0, 0, 0.125); border-left-color: rgba(0, 0, 0, 0.125); } .list-group-item.disabled { color: rgb(108, 117, 125); background-color: rgb(255, 255, 255); } .list-group-item:disabled { color: rgb(108, 117, 125); background-color: rgb(255, 255, 255); } .list-group-item.active { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-top-color: rgb(0, 123, 255); border-right-color: rgb(0, 123, 255); border-bottom-color: rgb(0, 123, 255); border-left-color: rgb(0, 123, 255); } .list-group-item-primary { color: rgb(0, 64, 133); background-color: rgb(184, 218, 255); } .list-group-item-primary.list-group-item-action:hover { color: rgb(0, 64, 133); background-color: rgb(159, 205, 255); } .list-group-item-primary.list-group-item-action:focus { color: rgb(0, 64, 133); background-color: rgb(159, 205, 255); } .list-group-item-primary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(0, 64, 133); border-top-color: rgb(0, 64, 133); border-right-color: rgb(0, 64, 133); border-bottom-color: rgb(0, 64, 133); border-left-color: rgb(0, 64, 133); } .list-group-item-secondary { color: rgb(56, 61, 65); background-color: rgb(214, 216, 219); } .list-group-item-secondary.list-group-item-action:hover { color: rgb(56, 61, 65); background-color: rgb(200, 203, 207); } .list-group-item-secondary.list-group-item-action:focus { color: rgb(56, 61, 65); background-color: rgb(200, 203, 207); } .list-group-item-secondary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(56, 61, 65); border-top-color: rgb(56, 61, 65); border-right-color: rgb(56, 61, 65); border-bottom-color: rgb(56, 61, 65); border-left-color: rgb(56, 61, 65); } .list-group-item-success { color: rgb(21, 87, 36); background-color: rgb(195, 230, 203); } .list-group-item-success.list-group-item-action:hover { color: rgb(21, 87, 36); background-color: rgb(177, 223, 187); } .list-group-item-success.list-group-item-action:focus { color: rgb(21, 87, 36); background-color: rgb(177, 223, 187); } .list-group-item-success.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(21, 87, 36); border-top-color: rgb(21, 87, 36); border-right-color: rgb(21, 87, 36); border-bottom-color: rgb(21, 87, 36); border-left-color: rgb(21, 87, 36); } .list-group-item-info { color: rgb(12, 84, 96); background-color: rgb(190, 229, 235); } .list-group-item-info.list-group-item-action:hover { color: rgb(12, 84, 96); background-color: rgb(171, 221, 229); } .list-group-item-info.list-group-item-action:focus { color: rgb(12, 84, 96); background-color: rgb(171, 221, 229); } .list-group-item-info.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(12, 84, 96); border-top-color: rgb(12, 84, 96); border-right-color: rgb(12, 84, 96); border-bottom-color: rgb(12, 84, 96); border-left-color: rgb(12, 84, 96); } .list-group-item-warning { color: rgb(133, 100, 4); background-color: rgb(255, 238, 186); } .list-group-item-warning.list-group-item-action:hover { color: rgb(133, 100, 4); background-color: rgb(255, 232, 161); } .list-group-item-warning.list-group-item-action:focus { color: rgb(133, 100, 4); background-color: rgb(255, 232, 161); } .list-group-item-warning.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(133, 100, 4); border-top-color: rgb(133, 100, 4); border-right-color: rgb(133, 100, 4); border-bottom-color: rgb(133, 100, 4); border-left-color: rgb(133, 100, 4); } .list-group-item-danger { color: rgb(114, 28, 36); background-color: rgb(245, 198, 203); } .list-group-item-danger.list-group-item-action:hover { color: rgb(114, 28, 36); background-color: rgb(241, 176, 183); } .list-group-item-danger.list-group-item-action:focus { color: rgb(114, 28, 36); background-color: rgb(241, 176, 183); } .list-group-item-danger.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(114, 28, 36); border-top-color: rgb(114, 28, 36); border-right-color: rgb(114, 28, 36); border-bottom-color: rgb(114, 28, 36); border-left-color: rgb(114, 28, 36); } .list-group-item-light { color: rgb(129, 129, 130); background-color: rgb(253, 253, 254); } .list-group-item-light.list-group-item-action:hover { color: rgb(129, 129, 130); background-color: rgb(236, 236, 246); } .list-group-item-light.list-group-item-action:focus { color: rgb(129, 129, 130); background-color: rgb(236, 236, 246); } .list-group-item-light.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(129, 129, 130); border-top-color: rgb(129, 129, 130); border-right-color: rgb(129, 129, 130); border-bottom-color: rgb(129, 129, 130); border-left-color: rgb(129, 129, 130); } .list-group-item-dark { color: rgb(27, 30, 33); background-color: rgb(198, 200, 202); } .list-group-item-dark.list-group-item-action:hover { color: rgb(27, 30, 33); background-color: rgb(185, 187, 190); } .list-group-item-dark.list-group-item-action:focus { color: rgb(27, 30, 33); background-color: rgb(185, 187, 190); } .list-group-item-dark.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(27, 30, 33); border-top-color: rgb(27, 30, 33); border-right-color: rgb(27, 30, 33); border-bottom-color: rgb(27, 30, 33); border-left-color: rgb(27, 30, 33); } .close { color: rgb(0, 0, 0); text-shadow: rgb(255, 255, 255) 0px 1px 0px; } .close:hover { color: rgb(0, 0, 0); } .close:focus { color: rgb(0, 0, 0); } .modal.fade .modal-dialog { transition-behavior: normal, normal; transition-duration: 0.3s, 0.3s; transition-timing-function: ease-out, ease-out; transition-delay: 0s, 0s; transition-property: transform, -webkit-transform; transform: translate(0px, -25%); } .modal.show .modal-dialog { transform: translate(0px, 0px); } .modal-content { background-color: rgb(255, 255, 255); border-top-color: rgba(0, 0, 0, 0.2); border-right-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.2); border-left-color: rgba(0, 0, 0, 0.2); } .modal-backdrop { background-color: rgb(0, 0, 0); } .modal-header { border-bottom-color: rgb(233, 236, 239); } .modal-footer { border-top-color: rgb(233, 236, 239); } .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: rgb(0, 0, 0); } .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { border-right-color: rgb(0, 0, 0); } .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: rgb(0, 0, 0); } .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { border-left-color: rgb(0, 0, 0); } .tooltip-inner { color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); } .popover { background-color: rgb(255, 255, 255); border-top-color: rgba(0, 0, 0, 0.2); border-right-color: rgba(0, 0, 0, 0.2); border-bottom-color: rgba(0, 0, 0, 0.2); border-left-color: rgba(0, 0, 0, 0.2); } .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before { border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: rgb(255, 255, 255); } .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before { border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: rgb(255, 255, 255); } .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: rgb(255, 255, 255); } .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { border-bottom-color: rgb(247, 247, 247); } .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before { border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: rgb(255, 255, 255); } .popover-header { background-color: rgb(247, 247, 247); border-bottom-color: rgb(235, 235, 235); } .popover-body { color: rgb(33, 37, 41); } .carousel-item { transition-behavior: normal, normal; transition-duration: 0.6s, 0.6s; transition-timing-function: ease, ease; transition-delay: 0s, 0s; transition-property: transform, -webkit-transform; } .carousel-control-prev:hover { color: rgb(255, 255, 255); } .carousel-control-prev:focus { color: rgb(255, 255, 255); } .carousel-control-next:hover { color: rgb(255, 255, 255); } .carousel-control-next:focus { color: rgb(255, 255, 255); } .carousel-indicators li { background-color: rgba(255, 255, 255, 0.5); } .carousel-indicators .active { background-color: rgb(255, 255, 255); } .carousel-caption { color: rgb(255, 255, 255); } .bg-primary { background-color: rgb(0, 123, 255) !important; } a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: rgb(0, 98, 204) !important; } .bg-secondary { background-color: rgb(108, 117, 125) !important; } a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: rgb(84, 91, 98) !important; } .bg-success { background-color: rgb(40, 167, 69) !important; } a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: rgb(30, 126, 52) !important; } .bg-info { background-color: rgb(23, 162, 184) !important; } a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: rgb(17, 122, 139) !important; } .bg-warning { background-color: rgb(255, 193, 7) !important; } a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: rgb(211, 158, 0) !important; } .bg-danger { background-color: rgb(220, 53, 69) !important; } a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: rgb(189, 33, 48) !important; } .bg-light { background-color: rgb(248, 249, 250) !important; } a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: rgb(218, 224, 229) !important; } .bg-dark { background-color: rgb(52, 58, 64) !important; } a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: rgb(29, 33, 36) !important; } .bg-white { background-color: rgb(255, 255, 255) !important; } .border { border-top-color: rgb(222, 226, 230) !important; border-right-color: rgb(222, 226, 230) !important; border-bottom-color: rgb(222, 226, 230) !important; border-left-color: rgb(222, 226, 230) !important; } .border-top { border-top-color: rgb(222, 226, 230) !important; } .border-right { border-right-color: rgb(222, 226, 230) !important; } .border-bottom { border-bottom-color: rgb(222, 226, 230) !important; } .border-left { border-left-color: rgb(222, 226, 230) !important; } .border-primary { border-top-color: rgb(0, 123, 255) !important; border-right-color: rgb(0, 123, 255) !important; border-bottom-color: rgb(0, 123, 255) !important; border-left-color: rgb(0, 123, 255) !important; } .border-secondary { border-top-color: rgb(108, 117, 125) !important; border-right-color: rgb(108, 117, 125) !important; border-bottom-color: rgb(108, 117, 125) !important; border-left-color: rgb(108, 117, 125) !important; } .border-success { border-top-color: rgb(40, 167, 69) !important; border-right-color: rgb(40, 167, 69) !important; border-bottom-color: rgb(40, 167, 69) !important; border-left-color: rgb(40, 167, 69) !important; } .border-info { border-top-color: rgb(23, 162, 184) !important; border-right-color: rgb(23, 162, 184) !important; border-bottom-color: rgb(23, 162, 184) !important; border-left-color: rgb(23, 162, 184) !important; } .border-warning { border-top-color: rgb(255, 193, 7) !important; border-right-color: rgb(255, 193, 7) !important; border-bottom-color: rgb(255, 193, 7) !important; border-left-color: rgb(255, 193, 7) !important; } .border-danger { border-top-color: rgb(220, 53, 69) !important; border-right-color: rgb(220, 53, 69) !important; border-bottom-color: rgb(220, 53, 69) !important; border-left-color: rgb(220, 53, 69) !important; } .border-light { border-top-color: rgb(248, 249, 250) !important; border-right-color: rgb(248, 249, 250) !important; border-bottom-color: rgb(248, 249, 250) !important; border-left-color: rgb(248, 249, 250) !important; } .border-dark { border-top-color: rgb(52, 58, 64) !important; border-right-color: rgb(52, 58, 64) !important; border-bottom-color: rgb(52, 58, 64) !important; border-left-color: rgb(52, 58, 64) !important; } .border-white { border-top-color: rgb(255, 255, 255) !important; border-right-color: rgb(255, 255, 255) !important; border-bottom-color: rgb(255, 255, 255) !important; border-left-color: rgb(255, 255, 255) !important; } .sr-only { clip: rect(0px, 0px, 0px, 0px); } .text-white { color: rgb(255, 255, 255) !important; } .text-primary { color: rgb(0, 123, 255) !important; } a.text-primary:hover, a.text-primary:focus { color: rgb(0, 98, 204) !important; } .text-secondary { color: rgb(108, 117, 125) !important; } a.text-secondary:hover, a.text-secondary:focus { color: rgb(84, 91, 98) !important; } .text-success { color: rgb(40, 167, 69) !important; } a.text-success:hover, a.text-success:focus { color: rgb(30, 126, 52) !important; } .text-info { color: rgb(23, 162, 184) !important; } a.text-info:hover, a.text-info:focus { color: rgb(17, 122, 139) !important; } .text-warning { color: rgb(255, 193, 7) !important; } a.text-warning:hover, a.text-warning:focus { color: rgb(211, 158, 0) !important; } .text-danger { color: rgb(220, 53, 69) !important; } a.text-danger:hover, a.text-danger:focus { color: rgb(189, 33, 48) !important; } .text-light { color: rgb(248, 249, 250) !important; } a.text-light:hover, a.text-light:focus { color: rgb(218, 224, 229) !important; } .text-dark { color: rgb(52, 58, 64) !important; } a.text-dark:hover, a.text-dark:focus { color: rgb(29, 33, 36) !important; } .text-muted { color: rgb(108, 117, 125) !important; } .csslider>ul>li { transition-timing-function: cubic-bezier(0.4, 1.3, 0.65, 1); } .csslider>.navigation label { background-color: rgb(255, 255, 255); } .csslider>.navigation label::after { background-color: rgb(255, 87, 34); border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); } .csslider.inside .navigation label { border-top-color: rgb(126, 126, 126); border-right-color: rgb(126, 126, 126); border-bottom-color: rgb(126, 126, 126); border-left-color: rgb(126, 126, 126); } .csslider>.arrows label { box-shadow: rgb(255, 255, 255) 2px -2px 0px 1px inset; transition-behavior: normal, normal; transition-duration: 0.15s, 0.15s; transition-timing-function: ease, ease; transition-delay: 0s, 0s; transition-property: box-shadow, margin; } .csslider>.arrows label:hover { box-shadow: rgb(255, 255, 255) 5px -2px 0px 9px inset; } .user span.fa { color: rgb(255, 255, 255); } .w3layouts-banner-info h3 { text-shadow: rgba(45, 45, 45, 0.15) 3px 4px 6px; color: rgb(255, 255, 255); } .w3layouts-banner-info h4 { color: rgb(238, 238, 238); } .w3layouts-banner-info a.btn { border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); color: rgb(255, 255, 255); } .test-info a:hover, .w3layouts-banner-info a.btn:hover { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); } .banner4 .overlay { background-color: rgba(0, 0, 0, 0.4); } .timer span { color: rgb(119, 119, 119); } .book { background-color: rgb(1, 59, 149); } .book h2.heading { color: rgb(255, 255, 255); } .grid-info p { color: rgb(221, 221, 221); } .footer_w3layouts_section_1its { background-color: rgb(21, 21, 21); } .faq-section { background-color: rgb(238, 243, 250); } .faq-section .active .answer { color: rgb(112, 117, 121); } .toggle-icon::before { color: rgb(0, 0, 0); } .active .toggle-icon::before { color: rgb(0, 0, 0); } .footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 { color: rgb(238, 238, 238); } .footer-text p, .contact-info p { color: rgb(128, 128, 128); } .contact-info h4 { color: rgb(255, 255, 255); } .footer-grid:nth-child(2) { border-left-color: rgb(27, 27, 27); border-right-color: rgb(27, 27, 27); } .footer ul li.hd { color: rgb(52, 191, 73); } .newsletter .email { background-color: rgb(244, 244, 244); } .flickr-grid a img { border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); } .footer-text input[type="email"] { color: rgb(255, 255, 255); } button.btn1 { color: rgb(128, 128, 128); } .footer-grid_section_1its_w3 form { border-top-color: rgb(128, 128, 128); border-right-color: rgb(128, 128, 128); border-bottom-color: rgb(128, 128, 128); border-left-color: rgb(128, 128, 128); } ul.social_section_1info a { color: rgb(128, 128, 128); background-color: rgb(33, 33, 33); } ul.social_section_1info a:hover { color: rgb(255, 255, 255); } .phone p a { color: rgb(128, 128, 128); } .phone p a:hover { color: rgb(255, 255, 255); } ul.links li a { color: rgb(112, 112, 112); } ul.links li a:hover { color: rgb(153, 153, 153); } .footer-title a i { background-color: rgb(1, 59, 149); color: rgba(255, 255, 255, 0.69); } .footer-title a { color: rgb(238, 238, 238); } li.facebook a { color: rgb(255, 255, 255); background-color: rgb(59, 89, 152); } li.twitter a { color: rgb(255, 255, 255); background-color: rgb(29, 161, 242); } li.google a { color: rgb(255, 255, 255); background-color: rgb(221, 75, 57); } li.linkedin a { color: rgb(255, 255, 255); background-color: rgb(0, 119, 181); } .test-info p { color: rgb(238, 238, 238); } .test-info a { border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); color: rgb(255, 255, 255); } .package-info { background-color: rgb(250, 250, 250); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; } .view-package a { background-color: rgb(1, 59, 149); color: rgb(255, 255, 255); } .package-info h6 { color: rgb(112, 117, 121); } .image-tour p { background-color: rgb(1, 59, 149); color: rgb(255, 255, 255); } .package-info h6 span.fa { color: rgb(1, 59, 149); } ul.listing li { color: rgb(112, 117, 121); } ul.listing li span.fa { color: rgb(1, 59, 149); } .destinations-grids .caption h4 { color: rgb(255, 255, 255); } .rating ul li span.fa { color: rgb(255, 255, 255); } .rating { background-color: rgb(1, 59, 149); } .caption a { border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); color: rgb(204, 204, 204); } .destinations-info { background-color: rgba(0, 0, 0, 0.8); } .copyright { background-color: rgb(34, 34, 34); } .copyright p a { color: rgb(170, 170, 170); } a.move-top span { color: rgb(255, 255, 255); background-color: rgb(1, 59, 149); } .banner_inner_overlay { background-color: rgba(0, 0, 0, 0.4); } .inner-w3pvt-wrap h4 { color: rgb(255, 255, 255); } .inner-sec-grid { border-top-color: rgb(153, 153, 153); border-right-color: rgb(153, 153, 153); border-bottom-color: rgb(153, 153, 153); border-left-color: rgb(153, 153, 153); } .inner-sec-grid span.fa { color: rgb(1, 59, 149); } .choose h2.heading { color: rgb(255, 255, 255); } .inner-w3pvt-wrap p { color: rgb(204, 204, 204); } .tab-main label { color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); } .tab-main input:checked+label { background-color: rgb(1, 59, 149); color: rgb(255, 255, 255); } .adress-w3pvt-info h6 { color: rgb(61, 61, 62); } .adress-w3pvt-info a { color: rgb(119, 119, 119); } .adress-icon span.fa { color: rgb(1, 59, 149); } .contact-forms input, .contact-forms textarea, .contact-forms select { color: rgb(0, 0, 0); background-color: rgb(246, 246, 246); } .contact-forms select { color: rgb(119, 119, 119); } button.sent-butnn { color: rgb(255, 255, 255); background-color: rgb(1, 59, 149); } .contact-left-form { background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px; } .about-icon span.fa { color: rgb(1, 59, 149); } .main-title-text h4 { background-color: rgb(1, 59, 149); color: rgb(255, 255, 255); } .right-cont ul li span.fa { color: rgb(1, 59, 149); } .scrolling[data-sticky] { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px; } .banner_w3lspvt { color: rgb(255, 255, 255); } .burger-btn { display: block; } .bg-overlay { background-color: rgba(0, 0, 0, 0.3); } #header { --header-sticky-bg: rgb(52, 54, 74); padding: 5px 0px 5px 0px; } #body { --header-sticky-bg: rgb(52, 54, 74); } #nav-link-items { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; } #i04noa { font-family: "Playfair Display", serif; } #i5jtv6 { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; } #iovjfi { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; background-color: rgb(52, 54, 74) !important; } #iygjtu { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; background-color: rgb(52, 54, 74) !important; } #ijz7m { background-color: rgba(0, 0, 0, 0.24) !important; } #icgxm2 { background-color: rgb(52, 54, 74) !important; } #i26vno { font-family: Montserrat, sans-serif !important; } #ixm0g8 { font-family: Montserrat, sans-serif !important; } #isf28q { font-family: "Playfair Display", serif; } #iy9n7f { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; } #ip3ovj { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; background-color: rgb(52, 54, 74) !important; } #iy3ctg { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; background-color: rgb(52, 54, 74) !important; } #incpce { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; background-color: rgb(52, 54, 74) !important; } #i730wl { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; background-color: rgb(52, 54, 74) !important; } #i54flq { color: rgb(255, 255, 255); font-family: Montserrat, sans-serif; background-color: rgb(52, 54, 74) !important; } #i70tr5 { background-color: rgba(0, 0, 0, 0.24) !important; } #ic7x0v { background-color: rgb(52, 54, 74) !important; } #ilx2to { font-family: "Playfair Display", serif !important; } #iqo5ef { color: rgb(52, 54, 74); font-family: Montserrat, sans-serif !important; background-color: rgb(255, 255, 255) !important; } #ip2p6z { color: rgb(52, 54, 74); font-family: Montserrat, sans-serif !important; background-color: rgb(255, 255, 255) !important; } #iifsvs { color: rgb(52, 54, 74); font-family: Montserrat, sans-serif !important; background-color: rgb(255, 255, 255) !important; } #iw2sqg { color: rgb(52, 54, 74); font-family: Montserrat, sans-serif !important; background-color: rgb(255, 255, 255) !important; } .copyright.py-3.text-center { background-color: rgb(52, 54, 74) !important; } #ivv7sk { color: rgb(255, 255, 255); } #i14in6 { color: rgb(255, 255, 255); } #i8bq43 { color: rgb(255, 255, 255); } #ip3ovj:hover { background-color: rgb(105, 111, 120) !important; } #iy3ctg:hover { background-color: rgb(105, 111, 120) !important; } #incpce:hover { background-color: rgb(105, 111, 120) !important; } #i730wl:hover { background-color: rgb(105, 111, 120) !important; } #iu96rl:hover { background-color: rgb(105, 111, 120) !important; } #i4l4pg:hover { background-color: rgb(105, 111, 120) !important; } #i54flq:hover { background-color: rgb(105, 111, 120) !important; } #ig7sh5:hover { background-color: rgb(105, 111, 120) !important; } #iovjfi:hover { background-color: rgb(105, 111, 120) !important; } #iygjtu:hover { background-color: rgb(105, 111, 120) !important; } #iqo5ef:hover { background-color: rgb(105, 111, 120) !important; color: rgb(255, 255, 255); } #i21mgl:hover { background-color: rgb(105, 111, 120) !important; color: rgb(255, 255, 255); } #ip2p6z:hover { background-color: rgb(105, 111, 120) !important; color: rgb(255, 255, 255); } #iifsvs:hover { background-color: rgb(105, 111, 120) !important; color: rgb(255, 255, 255); } #iw2sqg:hover { background-color: rgb(105, 111, 120) !important; color: rgb(255, 255, 255); } #ibwbbl:hover { background-color: rgb(105, 111, 120) !important; } #ignc7m { background-color: rgb(52, 54, 74) !important; } [data-gjs-type="div-box"]:empty::before { background-color: rgb(221, 221, 221); color: rgb(0, 0, 0); } #idvl67 { color: rgb(0, 0, 0); font-family: Montserrat, sans-serif; background-color: rgb(255, 255, 255) !important; } #footer { background-color: rgb(52, 54, 74) !important; } #id7dq3 { color: rgb(255, 255, 255); } #i7t6pc { color: rgb(255, 255, 255); } #i07x4w { color: rgb(255, 255, 255); } #iq8nub:hover { background-color: rgb(105, 111, 120) !important; } #idvl67:hover { background-color: rgb(105, 111, 120) !important; color: rgb(255, 255, 255); } .dd-menu:hover label { color: rgb(86, 192, 158); } nav li a:hover { color: rgb(86, 192, 158); } .dd-menu li a:hover { color: rgb(86, 192, 158); background-color: rgb(232, 241, 247); } #ipyj5 { color: rgb(255, 255, 255); } #ilcxp { color: rgb(255, 255, 255); } #i9qtl { color: rgb(255, 255, 255); } #ii69l { color: rgb(255, 255, 255); } #ix9de { color: rgb(255, 255, 255); } #is6ui { color: rgb(255, 255, 255); } #i805j { color: rgb(255, 255, 255); } #ixrsz { color: rgb(255, 255, 255); } #i78tg { color: rgb(255, 255, 255); } #in1xdd { color: rgb(255, 255, 255); } #izy1r { color: rgb(255, 255, 255); } #idicj { color: rgb(255, 255, 255); } #i7ev5 { color: rgb(255, 255, 255); } #il4vd { color: rgb(255, 255, 255); } #ix94w { color: rgb(255, 255, 255); } #i29op { color: rgb(255, 255, 255); } #iaafk { color: rgb(255, 255, 255); } #inicl { color: rgb(255, 255, 255); } .shine-e { background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%); } .pac-container { box-shadow: 0 2px 20px rgba(0, 0, 0, .2); } .pac-item:hover { background: rgba(0, 0, 0, .05); } .datepicker__month-day--hovering { background: rgba(0, 0, 0, .2); } .datepicker__month-day--selected { background: rgba(0, 0, 0, .2); } .property-search .auto-guest-nav, .property-search .auto-guest-btn { background-color: rgb(52, 54, 74) !important; } .auto-guest-content { box-shadow: 0 2px 20px rgba(0, 0, 0, .2); } .availability-button { background-color: rgb(52, 54, 74) !important; } .pres__property-tiles { border: 1px solid rgba(0, 0, 0, 5%); box-shadow: 0 0 9px rgba(0, 0, 0, 8%); transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); } .dot { transition: transform 0.3s ease, background-color 0.3s ease; } #iytg { display: flex; flex-direction: column; } pre, blockquote { border-top-color: rgb(153, 153, 153); border-right-color: rgb(153, 153, 153); border-bottom-color: rgb(153, 153, 153); border-left-color: rgb(153, 153, 153); } .table td, .table th { background-color: rgb(255, 255, 255) !important; } }@media (max-width: 992px) { #iytg{justify-content: space-between; align-items: center; flex-direction: row; } #ievq { background-color: #FFFFFF; } #i3gyt { background-color: #FFFFFF; } #ie6ci { background-color: #FFFFFF; } @media (min-width: 992px) { .property-tiles { width: calc(16.67% - 19px); } .sp-property-card { width: calc(16.67% - 19px); } .pt-wrapper { gap: 22px; } #pt-share-expand { display: block; } #pt-filter-wrap { display: flex; } }