@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');

:root {
    --color-primary: #36CAD4;
    --color-orange: #E67337;
    --color-red: #D32525;
    --color-dark-blue: #13353E;
    --color-dark-gray: #CCCED0;
    --color-light-gray: #f0f0f0;
    --color-blue-sub-1: #21859A;
    --color-blue-sub-2: #269BAF;
    --color-blue-sub-3: #35BDBB;
    --font-family-primary: 'Sen', sans-serif;
}

body {
    word-break: break-word;
}

html, h1, h2, h3, h4 {
    font-family: var(--font-family-primary);
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
}

h3 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 800;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.uk-text-bold {
    font-weight: 600;
}

/* .uk-first-column{
    padding: 0;
} */

.o-text-bold-large {
    color: var(--color-dark-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.o-text-bold-medium {
    color: var(--color-dark-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.o-text-bold-small {
    color: var(--color-dark-blue);
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
}

.o-text-orange {
    color: var(--color-orange);
}

p, li.list-style {
    color: var(--color-dark-blue);
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.o-large-margin {
    padding: 18px;
}

.o-medium-margin {
    padding: 12px;
}

.o-small-margin {
    margin: 6px;
}

.uk-text-large {
    color: var(--color-dark-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.uk-text-medium {
    color: var(--color-dark-blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.uk-text-small {
    color: var(--color-dark-blue);
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.uk-hr, hr {
    border-top: 1px solid var(--color-primary);
}

.o-topnavbar {
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, .95));
}

.uk-nav {
    font-size: 16px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: white;
}

.uk-navbar-container {
    background-color: white;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
    color: var(--color-primary);
    background-color: var(--color-secondary);
    font-weight: 500;
    border-radius: 4px;
}

.uk-navbar-toggle {
    min-width: 70px;
}

.uk-navbar-nav > li > a:hover {

}

.uk-offcanvas {
    background: white;
}

.o-sidenav-content {
    padding: 20px;
}

.o-sidebar-brand {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

.o-danger-icon {
    font-size: 24px;
    color: #2D2A2A;
}

.la-eye {
    transform: scale(1.5);
    cursor: pointer;
}

.o-password-reveal:hover {
    text-decoration: none;
}

.o-success-icon {
    font-size: 20px;
    color: var(--color-primary);
}

.o-danger-icon {
    color: var(--color-red);
}

.uk-nav-header {
    font-size: 12px;
    text-transform: capitalize;
}

.uk-nav-default > li.uk-active > a {
    color: var(--color-primary);
    background-color: var(--color-secondary);
    font-weight: 500;
    border-radius: 4px;
}

.uk-card-sidenav {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
}

.o-container-width {
    display: inline-block;
}

.o-medium-paginator {
    transform: scale(0.85);
}

.o-small-paginator {
    transform: scale(0.75);
}

.o-remember-me-text {
    font-size: 16px;
}

.uk-pagination {
    margin-left: 0;
    padding: 0px 10px;
}

.uk-pagination li {
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.uk-pagination > .uk-active > * {
    padding: 2px 10px;
    background-color: var(--color-primary);
    color: white;
    border-radius: 4px;
}

.o-pagination-arrow {
    margin-top: -2px;
}

.o-avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    margin: 0 20px;
    display: grid;
    place-items: center;
}

.o-avatar i {
    color: var(--color-primary);
    transform: scale(1.5);
}

.o-avatar span {
    color: var(--color-primary);
}

.o-avatar img {
    border-radius: 50%;
}

.o-avatar-profile::after {
    content: "";
    display: block;
    position: relative;
    left: 13px;
    bottom: 8px;
    background: var(--color-primary);
    border: 2px solid white;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 1px;
}

.uk-button {
    /*height: 32px;*/
    /*min-width: 68px;*/
    text-transform: inherit;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
}

.o-uk-button-plus {
    padding: 10px 12px;
}

.uk-button-default {
    background-color: var(--color-blue-sub-1);
    color: white;
    border: 2px solid var(--color-blue-sub-1);
}

.uk-button-default:hover, .uk-button-default:focus {
    background-color: rgba(33, 133, 154, 0.8);
    color: white;
    border: 2px solid rgba(33, 133, 154, 0.8);
    background-clip: padding-box;
}

.uk-button-primary {
    background-color: var(--color-dark-blue);
    color: white;
    border: 2px solid var(--color-dark-blue);
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: rgba(19, 53, 62, 0.8);
    border: 2px solid rgba(19, 53, 62, 0.8);
    background-clip: padding-box;
}

.uk-button-success {
    background-color: var(--color-primary);
    color: white;
    border: 2px solid var(--color-primary);
}

.uk-button-success:hover, .uk-button-success:focus {
    background-color: rgba(54, 202, 212, 0.6);
    border: 2px solid rgba(54, 202, 212, 0.6);
    background-clip: padding-box;
}

.uk-button-warning {
    background-color: var(--color-orange);
    color: white;
    border: 2px solid var(--color-orange);
}

.uk-button-warning:hover, .uk-button-warning:focus {
    background-color: rgb(255, 183, 50);
    border: 2px solid rgb(255, 183, 50);
}

.uk-button-danger {
    background-color: var(--color-red);
    color: white;
    border: 2px solid var(--color-red);
}

.uk-button-danger:hover {
    background-color: #f0506e;
    border: 2px solid #f0506e;
}

.uk-button-secondary {
    background-color: white;
    border: 2px solid var(--color-dark-blue);
    color: var(--color-dark-blue);
    font-weight: bold;
}

.uk-button-secondary:hover, .uk-button-secondary:focus {
    background-color: var(--color-dark-blue);
    border: 2px solid var(--color-dark-blue);
    color: white;
}

.uk-button-disabled {
    background-color: var(--color-dark-gray);
    color: #110F24 40%;
    font-weight: bold;
    border: 2px solid var(--color-dark-gray);
}

.uk-button-on-dark-bg {
    background-color: var(--color-primary);
    color: white;
    font-weight: bold;
    border: 2px solid var(--color-primary);
}

.uk-button-on-dark-bg:hover, .uk-button-on-dark-bg:focus {
    background-color: rgba(54, 202, 212, 0.6);
    border: 2px solid rgba(54, 202, 212, 0.6);
    background-clip: padding-box;
}

.uk-button-medium {
    height: 32px;
    min-width: 68px;
    font-size: 14px;
    padding: 4px;
}

.uk-button-small {
    height: 24px;
    min-width: 51px;
    font-size: 11px;
    padding: 2px;
}

.o-button-large {

}

.o-form-input-medium {
    height: 32px;
}

.o-form-input-small {
    height: 24px;
}

.uk-container {
    padding: 24px;
}

.o-popover-toggler:hover {
    cursor: pointer;
    color: #000;
}

.o-radio-large {
    transform: scale(1.3);
}

.o-popover {
    box-shadow: 10px 10px 20px lightgray;
    background-color: white;
    height: 143px;
    overflow: auto;
    width: 255px;
    border-radius: 4px;
    padding: 2px;
    display: grid;
    place-items: center;
    transition: ease-in-out 200ms;
    position: absolute;
    z-index: 10;
}

.o-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.o-list-link {
    list-style: none;
    padding: 5px;
}

.o-flex-center {
    justify-content: center;
    align-items: center;
}

.o-list-link:hover {
    cursor: pointer;
    color: var(--color-primary);
}

.o-light-link {
    color: white;
}

.o-dark-link {
    background-color: white;
    color: #000;
}

.o-counter h2 {
    color: var(--color-dark-blue);
    padding: 0;
    margin: 0;
}

.o-counter p {
    color: var(--color-blue-sub-3);
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.o-patern-img {
    padding: 0 20px;
}

.uk-card.uk-card-default {

}

.o-card-colors {
    background-color: white;
    box-shadow: 5px 5px 15px #ECECEE;
}

.bg-gradient {
    background: linear-gradient(0deg, rgba(54, 202, 212, 0.1), #fff);
}

.bg-white {
    background-color: white;
}

.bg-dark-blue {
    background-color: var(--color-dark-blue);
}

.bg-orange {
    background-color: var(--color-orange);
}

.c-white {
    color: white;
}

.o-login-background {
    background: linear-gradient(45deg, #b5faff, white);
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.o-login-card {
    max-width: 356px;
    padding: 32px;
    background-color: white;
}

.o-register-card {
    max-width: 556px;
    padding: 32px;
    background-color: white;
}

.uk-card.o-card-default {
    background-color: white;
    border: 1px solid #ECECEE;
    border-radius: 4px;
}

.o-card-header {
    box-shadow: 0px 1px 0px #ECECEE;
    border-radius: 5px 5px 0px 0px;
}

.o-card-button {
    width: 100%;
}

.o-card-select {
    font-size: medium;
}

.uk-align-right {
    margin-bottom: 0px;
}

progress {
    height: 4px;
    border-radius: 2px;
    border: none;
}

progress::-webkit-progress-bar {
    background-color: #ECECEE;
    border-radius: 2px;
}

progress::-webkit-progress-value {
    background-color: var(--color-primary);
    border-radius: 2px;
}

.o-progress-red::-webkit-progress-value {
    background-color: var(--color-red);
    border-radius: 2px;
}

.o-progress-orange::-webkit-progress-value {
    background-color: var(--color-orange);
    border-radius: 2px;
}

.o-progress-green::-webkit-progress-value {
    background-color: var(--color-primary);
    border-radius: 2px;
}

table.uk-table {
    border-radius: 4px;
    border: 1px solid #ECECEE;
    background-color: white;
}

table.uk-table th {
    border-radius: 0;
    background: #FFFFFF;
    color: #110F24;
    box-shadow: 0 1px 0 0 #ECECEE;
    text-transform: capitalize;
    font-weight: bold;
}

table.o-table-headings {
    background-color: #ECECEE;
    border: 1px solid #ECECEE;
    border-radius: 4px;
}

.o-table-icons {
    transform: scale(1.2);
    color: #000;
}

.o-actions-icon {
    display: flex;
    justify-content: right;
}

.o-actions-icon i {
    font-size: large;
}

.uk-card-primary {
    background-color: var(--color-dark-blue);
}

.uk-form-label {
    font-size: 16px;
    font-weight: 600;
}

.o-flex-row {
    display: flex;
    justify-content: center;
}

.o-flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uk-form-icon {
    color: var(--color-text);
    font-size: 20px;
    margin-bottom: 5px;
}

.o-small-icon {
    height: 32px;
    width: 32px;
}

.o-text-medium {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--color-text);
}

.o-text-large {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--color-text);
}

.o-text-xlarge {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--color-text);
}

.o-text-primary {
    color: var(--color-primary);
}

a {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-dark-blue);
}

.uk-link {
    color: var(--color-primary);
}

.uk-link:hover {
    color: var(--color-dark-blue);
}

.uk-modal-dialog {

}

.uk-modal-header {

}

.uk-input {
    margin-bottom: 5px;
    background-color: #F6F6F9;
    color: #110F24;
    border: 1px solid #ECECEE;
    border-radius: 5px;
}

.uk-input:focus {
    background-color: #F6F6F9;
    border: 2px solid var(--color-dark-blue);
}

.uk-form-danger:focus {
    border: 2px solid var(--color-red);
    color: var(--color-red);
}

.uk-form-success:focus {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.uk-input:disabled {
    background-color: #ECECEE;
}

.uk-textarea {
    background-color: #F6F6F9;
    color: #110F24;
    border: 1px solid #ECECEE;
    border-radius: 5px;
}

.uk-textarea:focus {
    background-color: #F6F6F9;
    border: 2px solid black;
}

.o-description {
    margin: 0px;
    font-size: medium;
    color: rgba(17, 15, 36, 0.4);
}

input[type='range'] {
    border-radius: 100px;
    height: 4px;
    width: 150px;
    outline: none;
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
    width: 14px;
    -webkit-appearance: none;
    height: 14px;
    background-color: var(--color-primary);
    border-radius: 100px;
    border: 2px solid white;
}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: var(--color-primary);
}

input[type="range"]::-moz-range-track {
    background-color: #ECECEE;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: var(--color-primary);
}

input[type="range"]::-ms-fill-upper {
    background-color: #ECECEE;
}

.uk-form-danger {
    border: 2px solid #C84040;
}

.uk-form-success {
    border: 2px solid var(--color-primary);
}

.uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23000' stroke-width='2px' stroke-linecap='round' x1='6' y1='11' x2='2' y2='7'/%3E%3Cline stroke='%23000' stroke-width='2px' stroke-linecap='round' x1='6' y1='11' x2='10' y2='7'/%3E%3C/svg%3E");
}

.uk-select {
    appearance: none;
    outline: none;
    background-color: #F6F6F9;
    color: #110F24;
    border: 1px solid #ECECEE;
    border-radius: 5px;
}

.uk-select::-ms-expand {
    display: none;
}

.uk-select:focus {
    background-color: #F6F6F9;
    border: 2px solid var(--color-dark-blue);
}

.uk-form-label {
    color: #2D2A2A;
    font-size: 16px;
    font-weight: bold;
}

.uk-radio {
    background-color: #ECECEE;
    border: none;
}

.uk-radio:checked {
    background-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='7' y2='8'/%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='17' y2='5'/%3E%3C/svg%3E");
}

.uk-checkbox {
    background-color: #ECECEE;
    border-radius: 3px;
    border: none;
    margin-right: 10px;
}

.o-datepicker {
    height: 30px;
    padding: 0px 6px;
    background: var(--color-light-gray);
    border: none;
}

.o-datepicker:focus {
    outline: none;
}

.uk-checkbox:checked {
    background-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='7' y2='8'/%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='17' y2='5'/%3E%3C/svg%3E");
}

.o-checkbox-secondary {
    background-color: transparent;
    border-radius: 3px;
    border: 2px solid black;
    margin-right: 15px;
}

.o-checkbox-secondary:checked {
    background-color: black;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='7' y2='8'/%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='17' y2='5'/%3E%3C/svg%3E");
}

.uk-checkbox-large {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.uk-checkbox.uk-checkbox-large:checked {
    background-size: 30px 30px;

}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ECECEE;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--color-primary);
}

input:focus + .slider {
    box-shadow: 0 0 1px #ECECEE;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.uk-alert {
    background: var(--color-default);
    color: white;
    -webkit-clip-path: polygon(0 0, 98% 0, 100% 33%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 98% 0, 100% 33%, 100% 100%, 0 100%);
}

.uk-alert-primary {
    background: var(--color-dark-blue);
    color: white;
}

.uk-alert-success {
    background: var(--color-primary);
    color: white;
}

.uk-alert-warning {
    background: var(--color-orange);
    color: white;
}

.uk-alert-danger {
    background: var(--color-red);
    color: white;
}

.uk-notification-top-center {
    max-width: 600px;
}

.uk-notification-message {
    background-color: var(--color-blue-sub-1);
    color: white;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 33%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 97% 0, 100% 33%, 100% 100%, 0 100%);
}

.uk-notification-message-primary {
    background-color: var(--color-dark-blue);
}

.uk-notification-message-success {
    background-color: var(--color-primary);
    color: var(--color-dark-blue);
}

.uk-notification-message-warning {
    background-color: var(--color-orange);
}

.uk-notification-message-danger {
    background-color: var(--color-red);
}

.uk-tab {
    font-weight: bold;
    color: #110F24;
}

.uk-tab > * > a {
    text-transform: capitalize;
}

.uk-tab > * > a:hover {
    border-bottom: 2px solid var(--color-primary);
}

.uk-tab > .uk-active > a {
    color: #2D2A2A;
    border-bottom: 2px solid var(--color-primary);
}

.uk-label {
    background-color: #ECECEE;
    color: #110F24;
    border-radius: 100px;
    text-transform: capitalize;
}

.uk-label-default {
    background: var(--color-dark-blue);
    color: white;
}

.uk-label-primary {
    background-color: var(--color-blue-sub-1);
    color: white;
}

.uk-label-success {
    background-color: var(--color-primary);
    color: white;
}

.uk-label-warning {
    background-color: var(--color-orange);
    color: white;
}

.uk-label-danger {
    background-color: var(--color-red);
    color: white;
}

.uk-tab::before {
    border-bottom: none !important;
}

.uk-link {
    color: var(--color-primary);
}

.uk-link:hover {
    text-decoration: none;
    color: var(--color-blue-sub-1);
    border-bottom: 2px solid var(--color-blue-sub-1);
}

.uk-tooltip {
    font-size: 14px;
}

.o-tooltip-top {
    -webkit-clip-path: polygon(0 10%, 34% 10%, 50% 0, 66% 10%, 100% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 34% 10%, 50% 0, 66% 10%, 100% 10%, 100% 100%, 0 100%);
}

.o-tooltip-left {
    -webkit-clip-path: polygon(5% 66%, 0 50%, 4% 35%, 5% 0, 100% 0, 100% 100%, 5% 100%);
    clip-path: polygon(5% 66%, 0 50%, 4% 35%, 5% 0, 100% 0, 100% 100%, 5% 100%);
}

.o-tooltip-right {
    -webkit-clip-path: polygon(0 0, 95% 0, 95% 34%, 100% 50%, 95% 64%, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 95% 34%, 100% 50%, 95% 64%, 95% 100%, 0 100%);
}

.o-tooltip-bottom {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 66% 90%, 50% 100%, 36% 90%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 66% 90%, 50% 100%, 36% 90%, 0 90%);
}

/* CUSTOM CSS */
#offcanvas-menu .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: lightgray;
}

#offcanvas-menu .uk-offcanvas-bar .uk-nav-primary a {
    color: black;
}

#offcanvas-menu .uk-offcanvas-bar .uk-close {
    color: black;
}

.uk-pointer {
    cursor: pointer;
}

.o-text-white {
    color: white !important;
}

.o-text-dark {
    color: #000 !important;
}

.o-hidden-mage-car-crash {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: 100% 0
}

.o-2x-icon-size {
    font-size: 2em;
}

.o-icon-size {
    font-size: 20px;
}

.o-padding-small {
    padding: 10px;
}

.o-padding {
    padding: 32px;
}

.o-padding-top-small {
    padding-top: 10px;
}

.o-padding-bottom-small {
    padding-bottom: 10px;
}

.o-padding-right-small {
    padding-right: 10px;
}

.o-padding-left-small {
    padding-left: 10px;
}

.o-padding-top {
    padding-top: 24px;
}

.o-padding-bottom {
    padding-bottom: 24px;
}

.o-padding-right {
    padding-right: 24px;
}

.o-padding-left {
    padding-left: 24px;
}

.o-padding-top-large {
    padding-top: 46px;
}

.o-padding-bottom-large {
    padding-bottom: 46px;
}

.o-padding-right-large {
    padding-right: 46px;
}

.o-padding-left-large {
    padding-left: 46px;
}

.o-margin-top {
    margin-top: 24px;
}

.o-margin-bottom {
    margin-bottom: 24px;
}

.o-margin-right {
    margin-right: 12px;
}

.o-margin-left {
    margin-left: 12px;
}

.o-margin-top-large {
    margin-top: 46px;
}

.o-margin-bottom-large {
    margin-bottom: 46px;
}

.o-margin-right-large {
    margin-right: 24px;
}

.o-margin-left-large {
    margin-left: 24px;
}

.o-margin-top-small {
    margin-top: 6px;
}

.o-margin-bottom-small {
    margin-bottom: 6px;
}

.o-margin-right-small {
    margin-right: 6px;
}

.o-margin-left-small {
    margin-left: 6px;
}

.o-small-width {
    width: 60%;
}

/* .o-car-background{
    background: url('../images/car-1.png');
    background-size: cover;
    z-index: 10;
} */

.o-background-image-circle1 {
    background: url('../images/circle1.svg');
    background-position: -128px top right;
    background-repeat: no-repeat;
}

.o-background-image-circle2 {
    background-image: url('../images/circle2.svg');
    background-repeat: no-repeat;
    background-position: top right;
}

.o-hr-primary {
    border: 1px solid var(--color-primary);
}

.o-overlay-cards {
    display: flex;
    flex-direction: row;
}

.o-second-overlay-card {
    position: relative;
    top: -52px;
    right: 36px;
}

.o-hero {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
}

.o-hero-content {
    grid-column: 1/3;
    grid-row: 1/2;
}

.o-hero-cone {
    grid-column: 3/4;
    grid-row: 1/2;
    position: absolute;
    right: 0;
    z-index: 10;
    height: 40%;
}

.o-hero-car {
    grid-column: 2/4;
    grid-row: 1/2;
    position: absolute;
    right: 0;
    height: 40%;
}

.crash-section {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
}

.twr-cause {
    display: grid;
    place-items: center;
    padding: 20%;
    background-color: var(--color-dark-blue);
    grid-column: 1/5;
    grid-row: 1/1;
    z-index: 10;
    clip-path: polygon(78% 0, 100% 23%, 100% 100%, 0 100%, 0 0);
}

.twr-cause-section {
    position: relative;
    overflow: hidden;
}

.twr-cause-section:before {
    display: block;
    background: url('../images/aanleiding-car-crash.png');
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-size: cover;
    background-position: top;
}

.twr-cause-section:after {
    display: block;
    background: url('../images/crash-bg.svg');
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 65%;
    background-size: cover;
    background-position: top;
}

.twr-cause-section .uk-container {
    z-index: 2;
}

.twr-img {
    grid-column: 4/8;
    grid-row: 1/1;

    min-height: 600px;
    height: 100%;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.o-accident-section {
    display: flex;
    flex-direction: row;
}

.uk-navbar-nav > li > a {
    justify-content: flex-start;
    font-size: 16px;
    text-transform: capitalize;
}

.uk-navbar-nav > li > a.uk-button {
    min-height: 40px;
    color: white;
}

.uk-navbar-brand {
    padding: 0 !important;
}

@media only screen and (max-width: 300px) {
    .o-accident-section {
        flex-direction: column;
    }
}

@media only screen and (max-width: 960px) {
    .twr-cause-section:before, .twr-cause-section:after {
        display: none;
    }

    .twr-cause-section {
        background: var(--color-dark-blue);
    }

    .o-overlay-cards {
        display: flex;
        flex-direction: column;
    }

    .o-second-overlay-card {
        margin-top: 22px;
        position: relative;
        top: 0;
        right: 0;
    }

    .o-background-image-car-crash {
        background-image: none !important;
        padding: 0;
    }

    h1 {
        font-size: 32px;
    }

    .o-hero-content {
        grid-column: 1/4;
    }

    .crash-section {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 1fr);
        flex-direction: column;
        width: 100%;
    }

    .twr-cause {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        padding: 8%;
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .twr-img {
        background-image: none !important;
    }

    .o-nav-logo {
        float: left;
        height: auto;
    }

    .o-background-image-circle2 {
        background-image: url('../images/circle2.svg');
        background-repeat: no-repeat;
        background-position: bottom -400px right;
    }
}

.o-accident-container {
    padding-top: 60px;
    padding-bottom: 65px;
}

.o-accident {
    position: relative;
    height: 365px;
}

.o-accident-img {
    background-color: #13353E;
    height: 183px;
}

.o-accident-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.o-accident-info {
    position: absolute;
    top: 125px;
    background: url('../images/crash-bg.svg');
    background-size: cover;
}

.o-accident-button {
    font-size: 25px;
    font-weight: 800;
}

.o-accident-button:hover {
    color: white;
}

.o-accident-details p {
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.o-accident-details svg {
    margin-top: 5px;
}

.o-accident-details h3 {
    margin-bottom: 10px;
}

.o-statement-card {
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(19, 53, 62, 0.15);
}

.o-statement-card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.o-statement-card button {
    padding-left: 30px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single {
    appearance: none !important;
    outline: none !important;
    background-color: #F6F6F9 !important;
    color: #110F24 !important;
    border: 1px solid #ECECEE !important;
    border-radius: 5px !important;
}

.select2-container .select2-selection--single {

    vertical-align: middle !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.o-edit-icon svg {
    fill: var(--color-primary);
    transition: ease-in-out 200ms;
}

.o-edit-icon svg:hover, .o-edit-icon:hover {
    fill: var(--color-blue-sub-2);
    text-decoration: none !important;
}

.o-destroy-icon svg {
    fill: var(--color-red);
    transition: ease-in-out 200ms;
}

.o-destroy-icon svg:hover, .o-destroy-icon:hover {
    fill: var(--color-orange);
    text-decoration: none !important;
}

.o-solved-icon svg {
    fill: limegreen;
}

.o-solved-icon svg:hover, .o-solved-icon:hover {
    fill: var(--color-red);
    text-decoration: none !important;
}

.o-unsolved-icon svg {
    fill: var(--color-red);
}

.o-unsolved-icon svg:hover, .o-unsolved-icon:hover {
    fill: limegreen;
    text-decoration: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--color-orange));
}

.swiper-pagination-bullets {
    position: absolute;
    z-index: 10;
    text-align: center;
}

.select2-container {
    width: 100% !important;
}

.fb-button {
    background: #3b5998;
    color: white;
    height: 20px;
    padding: 3px 6px 2px 2px;
}

.o-accident-solved-banner {
    height: 25px;
    background-color: var(--color-orange);
    color: white;
}

.o-accident-link:hover {
    text-decoration: none;
}
