﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/*Overviewboxes */
.boxRoundCircle {
    width: 42px;
    height: 42px;
    left: -15px;
    top: 27px;
    background-color: #00c800;
    border: none;
    border-radius: 50%;
    position: relative;
}

.boxIcon-fordel {
    color: white;
}

.boxInfo {
    display: inline-block;
}

@media only screen and (max-width: 522px) {

    .fullAdresseLeverance {
        width: 90%;
        word-wrap: break-word;
    }
}

/* Timeline  */
.timeline-text-sm {
    padding-left: 30px;
}

.col-content {
    margin-top: 10px;
}

.pl-34 {
    padding-left: 34px;
}

.timeline-section {
    min-height: 100vh;
    /* padding: 150px 15px;*/
    padding-top: 280px;
    padding-bottom: 100px;
    padding-right: 15px;
    padding-left: 15px;
}


.timeline-items {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .timeline-items::before {
        content: '';
        position: absolute;
        width: 2px;
        height: calc(100% - 10px);
        background-color: #f5f6f8;
        left: calc(50% - 1px);
    }

.timeline-item {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

    .timeline-item:last-child {
        margin-bottom: -92px;
    }

    .timeline-item:first-child {
        margin-top: -251px;
    }

    .timeline-item:nth-child(odd) {
        padding-right: calc(50% + 70px);
        position: relative;
    }


    .timeline-item:nth-child(even) {
        padding-left: calc(50% + 70px);
        position: relative;
    }


.timeline-dot {
    height: 16px;
    width: 16px;
    background-color: #00c800;
    position: absolute;
    left: calc(50% - 8px);
    border-radius: 8px;
    top: 50%;
}


.timeline-title {
    top: 50%;
    height: 40px;
    width: 100%;
    position: relative;
    padding: 10px;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.timeline-item:nth-child(even) .timeline-title {
    right: calc(50% - -115px);
}

.timeline-item:nth-child(odd) .timeline-title {
    left: calc(50% - -319px);
}

.timeline-title h2 {
    width: 230px;
    text-align: left;
}


.timeline-content {
    padding: 40px;
    border-radius: 20px;
    background-color: white;
}


    .timeline-content p {
        color: black;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        text-transform: capitalize;
    }

.timeline-date {
    font-size: 18px;
    color: black;
    font-weight: bold;
    width: 218px;
    text-align: left;
    padding: 10px;
    position: absolute;
}

.timeline-item:nth-child(even) .timeline-date {
    position: absolute;
    right: calc(50% - -26px);
    top: 50%;
}

.timeline-item:nth-child(odd) .timeline-date {
    position: absolute;
    left: calc(50% - -32px);
    top: 47%;
}


@media(max-width: 1280px) {

    .timeline-item:last-child {
        margin-bottom: -148px;
    }

    .timeline-item:nth-child(even) .timeline-title {
        right: calc(50% - -137px);
    }
}

@media(max-width: 767px) {

    .timeline-section {
        min-height: 100vh;
        padding-top: 0px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .timeline-content {
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .timeline-items:before {
        left: 54px;
    }

    .timeline-item:nth-child(odd) {
        padding-right: 0;
        text-align: left;
    }

    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        padding-left: 5px;
        padding-top: 40px;
    }

    .timeline-dot {
        left: 46px !important;
        top: 0;
    }


    .timeline-date {
        width: 270px
    }

    .timeline-item:nth-child(even) .timeline-date {
        right: calc(50% - 108px);
        top: -6px;
    }

    .timeline-item:nth-child(odd) .timeline-date {
        left: 81px;
        top: -6px;
    }

    .timeline-item:nth-child(even) .timeline-date.normal {
        right: calc(50% - 108px);
        top: -15px;
    }

    .timeline-item:nth-child(odd) .timeline-date.normal {
        left: 81px;
        top: -15px;
    }

    .timeline-item:last-child {
        margin-bottom: -45px;
    }

    .timeline-item:first-child {
        margin-top: 0;
    }
}

.fixed-agreement-overview {
    position: fixed;
    bottom: 0%;
    width: 100%;
    left: 0;
}

.btn1 {
    padding: 17px 35px 15px;
    font-weight: 600;
    /* display: inline-block; */
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
}

.container-oversigt {
    display: flex;
    font-size: 18px;
    font-weight: normal;
}


.oversigt-item {
    font-size: 18px;
    font-weight: normal;
}

.switch-button {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    color: black;
    position: relative;
    border: 2px solid #ccd0d4;
    height: 48px;
}

    .switch-button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        position: relative;
        width: 137px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        pointer-events: none;
    }


.switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(137px);
    transition: transform 300ms linear;
}

.switch-button-checkbox + .switch-button-label {
    position: relative;
    padding: 9px 0;
    display: block;
    user-select: none;
    pointer-events: none;
}

/*.switch-button-checkbox + .switch-button-label:before {
    content: "";
    background: #00c800;
    height: 100%;
    width: 137px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    transform: translateX(0);
    transition: transform 300ms;
}*/


.switch-button-label:before {
    background: #00c800;
    height: 100%;
    width: 137px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    transform: translateX(0);
    transition: transform 300ms;
}

.switch-button-checkbox + .switch-button-label .switch-button-label-span {
    position: relative;
}

span.active {
    content: "";
    background: #00c800;
    height: 100%;
    width: 137px;
    position: absolute;
    border-radius: 30px;

    padding-left: 25px;
  
}

span.activeChart {
    content: "";
    background: #00c800;
    height: 100%;
    width: 80px;
    position: absolute;
    border-radius: 30px;
    padding-left: 25px;
  
}


table {
    border-collapse: collapse;
    width: 100%;
}

tr {
    padding-top: 20px;
    padding-bottom: 20px;
}

th, td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 2px solid #ddd;
}

.disable-click {
    pointer-events: none;
}
/*.cards {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    background-color: #ffffff;
    border: 2px solid silver;
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
}

    .card:nth-child(2) {
        margin-left: -30px;
    }


    .card:hover {
        transition: 0.1s;
        transform: translateY(-1px);
        background-color: #00c800;
    }

.btn-payment {
    padding: 20px;
}*/


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border: solid 1px #ccd0d4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 2px;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00c800;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*Progressbar*/
.progress {
    background: #00c800;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    /*position: relative;*/
    padding: 0;
    display: flex;
    height: 22px;
    width: 248px;
}

.progressLarge {
    background: #00c800;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    /*position: relative;*/
    padding: 0;
    display: flex;
    height: 22px;
    width: 100%;
}

.progressLarge-lightGray {
    background: rgba(245, 246, 248, 1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    /*position: relative;*/
    padding: 0;
    display: flex;
    height: 22px;
    width: 100%;
}

.progress-value {
    animation: load 3s normal forwards;
    /*box-shadow: 0 10px 40px -10px #fff;*/
    border-radius: 100px;
    background: #004628;
    height: 22px;
    width: 0;
}

.progress-value-green {
    animation: load 3s normal forwards;
    /*box-shadow: 0 10px 40px -10px #fff;*/
    border-radius: 100px;
    background: #00c800;
    height: 22px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 65;
    }
}

