:root {
    /* --element-bg-color: #d3d3d3; */
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

body {
    font-family: Roboto,"Helvetica Neue", Arial !important;
    font-size: 13px;
    font-weight: 300;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.form-control {
    font-size: 16px !important;
    color: #878787 !important;
    border-radius: unset !important;
    font-weight: 300;
}

input:focus::placeholder {
    color: transparent;
}

.main-content {
    /*padding: 1.5em 0;*/
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


body {
    margin: 0;
    padding: 0;
    /*background-color: #f5f5f5;*/
    /* font-size: 0.8rem; */
    height: 100%;
}

@media (min-width: 1400px) {
    .container {
        /* max-width: 70%; */
    }
}

.master-container {
    min-height: 100vh;
    position: relative;
}

/* ======================================== */
/*              Main Content             */
/* ======================================== */

/* ======================================== */
/*                 Sidebar              */
/* ======================================== */
.sidebar {
    width: 100%;
    /* min-width: 200px; */
    height: 3.5em;
    background-color: #fafafa;
    position: -webkit-sticky;
    position: relative;
    /* top: 25px; */
    /* padding: 15px; */
    /*border-top-left-radius: .25em;*/
    /* margin-top: 20px; */
    color: #b1acac;
    border-bottom: lightgray 1px solid;
    /*border-top-right-radius: .25em;*/
}

.sidebar-summary {
    height: 20%;
    margin-bottom: 20px;
    padding: 1em;
    /* display: flex; */
    /* width: 100%; */
}

.sidebar-buttons {
    bottom: 1em;
    display: flex;
    /* width: 48%; */
    float: right;
    margin-top: 1.2vh;
    margin-right: -6px;
    /* height: 50%; */
}


/* this class will be added to all buttons to allow override*/
/*.custom-button-override {
    width:100px;
}*/

/* ======================================== */
/*           Toast Notifications            */
/* ======================================== */
.toast-error {
    background-color: #BD362F !important; /*control background colour of toast error messages*/
    color: white !important; /*control colour of toast error messages*/
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 500px !important; /*width of the top and bottom positioned toast messages*/
}

/* ======================================== */
/*                  Header                  */
/* ======================================== */
.header {
    padding: 10px 16px;
    background-color: white;
    color: #f1f1f1;
    border-bottom: 2px #f1f1f1 solid;
    margin-bottom: 0.5em;
    /*position: fixed;*/
    top: 0;
    width: 100%;
}

.header img {
    max-height: 100px;
}

/* ======================================== */
/*                  Footer                  */
/* ======================================== */
.alert-cookie {
    position: absolute;
    bottom: 3.5vh;
    width: 100%;
    border-top: 1px solid lightgray;
    font-weight: 300;
    font-size: smaller;
}

.btn-alert-cookie {
    font-size: unset;
    border: 2px solid #562568 !important;
    color: #562568 !important;
    padding: 0.3em 1.0em !important;
    border-radius: 0.4em;
    opacity: 1;
    margin: 1vh;
}


/* ======================================== */
/*                  Common                  */
/* ======================================== */

.wrapper {
    /* margin-bottom: 1em; */
}

.main-content {
/*    padding-top: 20px;
    padding-bottom: 1vh;*/
}


.field-validation-error {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.text-info {
    color: black !important;
    font-weight: 300;
    font-size: 20px;
}

h4 {
    /* font-family: Roboto,"Helvetica Neue", Arial !important; */
    margin-bottom: 0px;
    font-size: 16px !important;
    font-weight: 300;
}

h1 {
    color: black !important;
    font-weight: 400;
    font-size: 20px;
    margin-top: 2vh;
    width: 50%;
    float: left;
}

.fa-search {
    color: white !important;
    margin-bottom: 0px;
}

.card {
    border-radius: unset;
}

.btn {
    border-radius: unset;
    font-family: Roboto,"Helvetica Neue", Arial !important;
}

.btn-info {
    color: #fff;
    background-color: #562568;
    border-color: #562568;
    font-weight: 500;
    /* padding-top: 0.6em; */
    border-width: 2px;
}

.btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-slim {
    background-color: #562568;
    border-color: #562568;
    border-width: 2px;
    color: white;
    width: 10em;
    padding: 0.9em;
    margin: 0.4em;
    line-height: 0em;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-secondary {
        background-color: white;
        color: #562568;
    }
}

.btn-secondary {
    background-color: unset;
    color: #562568;
}

.btn-secondary:hover {
    background-color: #562568;
    color: white;
}

.btn-info:hover {
    color: #fff;
    background-color: #562568;
    border-color: #562568;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #b2b2b2;
    background-color: unset;
    border-color: #b2b2b2;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #562568;
    border-color: #562568;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.top-buttons-heading {
    display: flow-root;
    padding: 0 15px 0 15px;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top-buttons-heading {
        display: flex;
    }
}

.bottom-buttons {
    display: flow-root;
    padding: 0 15px 0 15px;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bottom-buttons {
        display: flex;
        float: right;
        margin-right: 22px;
    }
}



.custom-heading {
    padding: 20px 15px;
    font-size: 20px;
    text-align: center;
}

#challenge,
#reasons,
#evidence,
#userdetails,
#thankyou {
    margin-top: 0.5vh;
    /* border: 1px solid #d4d4d4; */
    background-color: white;
    /*border-radius: 0.4em;*/
}

/*.container {
    margin-right: unset;
}
*/
/* ======================================== */
/*                  Welcome                 */
/* ======================================== */
#welcome .container #welcome-row #welcome-box {
    margin-top: 7vh;
    max-width: 500px;
    width: 80|%;
    height: 100%;
    /* border: 1px solid #d4d4d4; */
    background-color: white;
    /*border-radius: 0.4em;*/
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
}

    #welcome .container #welcome-row #welcome-box #welcome-form {
        padding: 20px;
        /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);*/
    }

.pcnTooltip {
    display: none;
}

.contraventionTooltip {
    display: none;
}

/* ======================================== */
/*                  Reasons                 */
/* ======================================== */

/* page layout: main content and sidebar */

#reasons {
    margin-top: 0.5vh;
    /* border: 1px solid #d4d4d4; */
    background-color: white;
}

#reasons .wrapper {
    /* display: flex; */
    /* justify-content: center; */
}

/* reason list */
#reasons .panel-heading {
    cursor: pointer;
}

#reasons .panel-default > .panel-heading {
    background-color: unset;
    border: medium none;
    border-radius: 0;
    color: inherit;
    padding: 0;
    position: relative;
}

#reasons .panel-heading .panel-title > a {
    background-color: #ffffff;
    /*background-image: linear-gradient(180deg, #ffffff 0%, #d7e1ec 74%);*/
    /*background-color: #b8c6db;*/
    /*background-image: linear-gradient(180deg, #ffffff 0%, #f5f7fa 74%);*/
    border: medium none;
    color: black;
    display: block;
    /* font-family: Arial,Helvetica,sans-serif; */
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 20px;
    word-wrap: break-word;
    text-decoration: none;
    width: 100%;
    border: 1px solid lightgray;
    border-bottom: 0px;
    border-right: unset;
    border-left: unset;
}


#reasons .panel-group div:last-of-type .panel-heading .panel-title > a {
    /* border-bottom: 1px solid lightgray; */
}

#reasons .panel-group div:last-of-type .panel-collapse {
    /*border-bottom: 1px solid lightgray;*/
    border-top: none;
}

#reasons .panel-collapse {
    /* border-left: 1px solid lightgray; */
    /* border-right: 1px solid lightgray; */
    /* border-top: 1px solid #f0f0f0; */
    padding: 2em;
    margin-left: 3em;
    padding-top: 0.5em;
    font-weight: 400;
}

#reasons .panel-heading .panel-title .collapsed .plus,
#reasons .panel-heading .panel-title .collapsed .minus {
    position: relative;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    float: left;
    /* left: 8px; */
    color: #f5f5f5;
    margin-top: 0.3em;
}

#reasons .panel-heading .panel-title .collapsed .plus:before,
#reasons .panel-heading .panel-title .collapsed .plus:after,
#reasons .panel-heading .panel-title .collapsed .minus:before,
#reasons .panel-heading .panel-title .collapsed .minus:after {
        content: "";
        position: absolute;
        background-color: gray;
        transition: transform 0.25s ease-out;
    }

/* Vertical line */
#reasons .panel-heading .panel-title .collapsed .plus:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: 0px;
}

/* horizontal line */
#reasons .panel-heading .panel-title .collapsed .plus:after,
#reasons .panel-heading .panel-title .collapsed .minus:after{
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -2px;
}



#reasons .panel-heading .panel-title > a:hover {
    background-color: #bfbfbf;
    background-image: linear-gradient(180deg, #ffffff 0%, #f5f7fa 74%);
}

#reasons .panel-heading .panel-title > a::after {
    bottom: 0;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

#reasons .panel-heading .panel-title > a.collapsed::after {
    /* content: "▼"; */
}

#reasons .panel-body {
    /* height: 100px; */
    overflow: auto;
    /* padding-left: 5px; */
    padding-right: 10px;
    text-align: justify;
    margin-bottom: 2em;
    font-size: 14px;
}

/*common contraventions heading*/
#reasons .common-contraventions-heading {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*search bar*/
#reasons .form-control-borderless {
    border: none;
}

    #reasons .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

/* search box */
#reasons .card {
    /*  margin-bottom: 20px !important;*/
}

#reasons .card-body {
    padding: 0px !important;
    /* height: 1px !important; */
}

/* div containing the search icon*/
#reasons .search-icon-wrapper {
    padding-top: 10px;
}

#reasons .more-less {
    right: 1em;
    position: absolute;
    font-size: 1.2vh;
    color: #c3c3c3;
}

/*end search bar*/
/* ======================================== */
/*                 Challenge                */
/* ======================================== */
#challenge {
        margin-top: 0.5vh;
        border: 1px solid #d4d4d4;
        background-color: white;
        /*border-radius: 0.4em;*/
    }

    #challenge textarea {
        width: 100%;
    }

    #challenge .right-panel {
        width: 30%;
        max-width: 300px;
        height: 35vh;
        background-color: var(--element-bg-color);
        position: -webkit-sticky; /* safari support */
        position: sticky;
        top: 25px; /* distance from top of screen when scrolling */
        padding: 15px;
    }

    #challenge .sidebar-buttons {
        height: 100%;
    }

    .challenge-top-buttons-heading {
        display: flow-root;
        padding: 0 15px 0 15px;
    }

    /* IE10+ */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .challenge-top-buttons-heading {
            display: flex;
            position: relative;
            left: 160px;
        }
    }

    #challenge .challenge-button {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #challenge .challenge-section-heading {
        font-weight: 500;
        font-size: 18px;
    }

    #challenge .reason-list {
        /* margin-top: 30px; */
    }

    #challenge .challenge-text {
        margin-top: 30px;
        padding: 0px;
    }

        #challenge .challenge-text textarea {
            width: 100%;
            height: 150px;
            /*border-radius: 0.3em;*/
            border: 1px solid lightgrey;
            padding: 15px;
        }

    #challenge .upload-evidence {
        margin-top: 30px;
    }

    #challenge #uploader {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #challenge label{
        font-weight: 300 !important;
    }

    .upload-container {
    /* float: left; */
    /* clear: both; */
    width: 100%;
    /* padding: 10px; */
    text-align: center;
    background: #fff;
    /* border: 3px solid #eee; */
    transition: all 0.2s ease;
    user-select: none;
    text-align: center;
    justify-content: center;
}

.k-content {
    width: 100%;
}

.k-upload .k-upload-button {
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: unset;
    outline: none;
    color: #562568;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: unset;
    border: 2px solid #562568;
    cursor: pointer;
    width: 9em;
    padding: 0.9em;
    margin: 0.5em;
    line-height: 0em;
}

}

.k-upload-button:hover,
.k-upload-button:focus {
    color: white !important;
    background: #562568 !important;
}

.import-button {
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    background-color: #601ae4;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
}

    .import-button:hover {
        color: #fff;
        text-decoration: none;
    }


/* ======================================== */
/*               User Details               */
/* ======================================== */


#userdetails .summary-box {
    background-color: var(--element-bg-color);
    width: 40%;
    padding: 15px;
    border-radius: 20px;
}

#userdetails .details-box {
    background-color: var(--element-bg-color);
    /* width: 55%; */
    padding: 15px;
    border-radius: 20px;
}

/* ======================================== */
/*              Evidence                */
/* ======================================== */

#evidence {
    margin-top: 0.5vh;
    /*border: 1px solid #d4d4d4;*/
    background-color: white;
    /*border-radius: 0.4em;*/
}

    #evidence .wrapper {
    }

    #evidence .main-content {
        width: 100%;
        padding: 0px;
        padding-bottom: 1.0vh;
    }

    #evidence .image-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #evidence .image-grid-item {
        text-align: center;
        line-height: 200px;
        height: 250px;
        width: 300px;
        margin-bottom: 20px;
    }

        #evidence .image-grid-item img {
            width: 80%;
            height: 95%;
            object-fit: contain;
            /* padding-top: 5%; */
        }
        #evidence .image-grid-item video {
            width: 80%;
            /*height: 95%;*/
            object-fit: contain;
            padding-top: 17%;
        }


    #evidence .evidence-header {
        padding-top: 15px;
    }

    .evidence-top-buttons-heading {
        display: flow-root;
        padding: 0 15px 0 15px;
    }

    /* IE10+ */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .evidence-top-buttons-heading {
            display: flex;
            position: relative;
            left: 180px;
        }
    }

    #evidence .text-info {
        margin-top: 20px;
        font-weight: 300;
    }

/* ======================================== */
/*           Thankyou Message               */
/* ======================================== */
.thank-you-message {
    padding: 2em;
}
/* ======================================== */
/*           Loading Spinner             */
/* ======================================== */
.spinner-container {
    margin: auto;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.lds-dual-ring {
    display: inline-block;
    width: 140px;
    height: 140px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid purple;
        border-color: purple transparent purple transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

    .lds-dual-ring.hidden {
        display: none;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    /* display: block; */
    /* position: fixed; */
    /* z-index: 20000000; */
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
    /* background-color: black; */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    margin-top: 8em;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    /* font-size: 35px; */
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffc107 !important;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0.4em;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #ffc107;
    color: black !important;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #ffc107;
    font-size: 17px;
    padding: 27px 12px;
    position: absolute;
    top: 0;
    font-weight: 400;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

/* Reasons Bot */

.bot-wrapper .max-chatbot .botDiv .wc-app .wc-chatview-panel .wc-header {
    background-color: #17a2b8
}

.council-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 220px));
    grid-gap: 15px;
}

.council-grid-item {
    background: #EDE7F6;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    line-height: 200px;
}
    /* Council Grid Item Image */
    .council-grid-item img {
        align-content: center;
        max-width: 200px;
        max-height: 200px;
        width: auto;
        height: auto;
        mix-blend-mode: multiply;
    }

.page-heading {
    text-align: left;
    font-size: 30px;
    padding-bottom: 20px;
}

.container {
    height: 100%;
}

.footer {
    clear: both;
    position: fixed;
    bottom: 1px;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    background-color: white;
    display: inline-block;
    padding-top: 3.4vh;

}

.footer-buffer {
    
    height: 40px;
    width: 100%;
    clear: both;
    /*position: absolute;*/
    padding-bottom: 100px;
    display: inline-block;
}

.footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 0.7rem;
    color: black !important;
}

    .footer-container a {
        color: black !important;
    }

.footer-item {
    width: 50%;
    text-align: center;
}

    .footer-item.right {
        text-align: right;
    }

    .footer-item.left {
        text-align: left;
    }


.additional-instructions-wrapper {
    justify-content: center;
    width: 100%;
    /*display: flex;*/
}

.additional-instructions {
    /* width: 80%; */
    /* height: 10%; */
    text-align: left;
    /* border-radius: 10px; */
    /* border: 1px solid lightgrey; */
    padding: 1.5em;
    /* background-color: #d3d3d3; */
    /* background-color: #b8c6db; */
    /* background-image: linear-gradient(180deg, #ffffff 0%, #f5f7fa 74%); */
    /* margin-top: -1.4vh; */
    /* margin-bottom: 1vh; */
}

@media screen and (max-width: 481px) {
    .header-logo {
        display: block;
        /* max-height: 163px; */
        /* max-width: 200px; */
        height: auto;
        width: auto;
        margin-left: 0.5%;
        margin-top: 10px;
    }

    .header-logo img {
        width: 4em;
    }

    h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em;
    }

    #welcome .container #welcome-row #welcome-box {
        margin-top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        border-left: unset;
        border-right: unset;
        background-color: white;
    }

    .container {
        padding: 0;
        margin: 0;
        /* padding-top: 2em; */
    }

    .footer-item {
        width: 100%;
        text-align: center;
    }

        .footer-item.left,
        .footer-item.right {
            text-align: center;
        }

    #welcome .btn-info {
        width: 100%;
    }

    #reasons,
    #challenge,
    #evidence {
        /* margin-top: 0.5vh; */
        border: 1px solid #d4d4d4;
        border-left: none;
        border-right: none;
        background-color: white;
        border-radius: 0;
        margin-top: 0;
    }

    .btn-slim {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border-left: 0;
        height: 3em;
    }

    .sidebar-buttons {
        margin: 0;
        bottom: 0px;
        width: 100%;
    }

    .footer {
        margin-top: 0;
    }
}

/* Small Devices */
@media screen and (min-width: 482px) and (max-width: 600px) {

    /* center the header logo */
    .header-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 0;
        width: 4em;
    }

    .container {
        /* margins for the main parent container*/
        /*margin-bottom: 60px;
        margin-top: 10px;
        margin-right: 0px;*/ /* controls the distance from the left edge */
    }

    .form-group input {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .council-grid {
        justify-content: center;
        grid-template-columns: repeat(auto-fill, minmax(120px, 120px));
    }

    .council-grid-item {
        line-height: 100px;
        padding: 5px;
    }

        .council-grid-item img {
            max-width: 100px;
            max-height: 100px;
            width: auto;
            height: auto;
        }

    .page-heading {
        text-align: center;
        font-size: 14px;
        padding-bottom: 0px;
    }

    #welcome {
        /* margin-bottom: 10%; */
    }

    #evidence .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #evidence .main-content {
        width: 100%;
        padding: 0px;
    }

    #evidence .image-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-right: 0%;
    }

    #evidence .image-grid-item {
        background: #EDE7F6;
        border-radius: 20px;
        text-align: center;
        line-height: 200px;
        height: 210px;
        margin-bottom: 10px;
        width: 90%;
    }

        #evidence .image-grid-item img, video {
            width: 80%;
        }


    #reasons .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #reasons .main-content {
        width: 100%;
        padding: 0px;
    }

    #reasons .card {
        margin-bottom: 5px !important;
    }

    #reasons .card-body {
        padding: 0px !important;
    }

    #reasons .common-contraventions-heading {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    #reasons .panel-heading .panel-title > a {
        font-size: 13px;
    }

    #reasons .panel-body {
        text-align: justify;
        margin-bottom: 10px;
        height: auto;
    }

    #challenge .main-content {
        width: 100%;
        padding: 0px;
    }

    #challenge .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #challenge .left-panel {
        width: 65%;
    }

    #challenge .right-panel {
        width: 30%;
        max-width: 300px;
        height: 35vh;
        background-color: var(--element-bg-color);
        position: -webkit-sticky; /* safari support */
        /*position: sticky;
        top: 25px;*/ /* distance from top of screen when scrolling */
        padding: 15px;
    }

    #challenge .sidebar-buttons {
        height: 100%;
    }

    #challenge .challenge-button {
        width: 50%;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #challenge .pay-button {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
    }

    #challenge .challenge-section-heading {
        font-weight: 500;
        font-size: 16px;
    }

    #challenge .reason-list {
        margin-top: 5px;
    }

    #challenge .challenge-text {
        margin-top: 5px;
        width: 100%;
    }

        #challenge .challenge-text textarea {
            width: 100%;
            height: 120px;
            padding: 8px;
        }

    #challenge .upload-evidence {
        margin-top: 5px;
    }

    #challenge .dropzone {
        min-height: 50px;
    }

    #challenge #dropzone {
        margin-bottom: 15px;
    }

    #challenge .dropzone .dz-message {
        margin: 0;
    }

    #userdetails .main-content {
        width: 100%;
        padding: 0px;
    }

    #userdetails .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #userdetails .summary-box {
        background-color: var(--element-bg-color);
        width: 100%;
        padding: 15px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    #userdetails .details-box {
        background-color: var(--element-bg-color);
        width: 100%;
        padding: 15px;
        border-radius: 20px;
    }

    #thankyou .main-content {
        width: 100%;
        padding: 0px;
    }

    #thankyou .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    /* Reasons Bot */
    .bot-wrapper .max-chatbot {
        height: 100%;
        min-height: 275px;
        background-color: bisque;
    }

    .sidebar {
        width: 100%;
        height: 25%;
        margin-top: 0px;
    }

    .sidebar-summary {
        height: 10%;
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
        margin-left: 10px;
        margin-right: 10px;
    }

    .sidebar-summary-item {
        margin-bottom: 5px;
        font-weight: 300;
        width: 50%;
        float: left;
    }

    .sidebar-buttons {
        display: flex;
        justify-content: space-between;
        height: 50%;
    }

        .sidebar-buttons button {
            margin: 5px;
        }

    .footer {
        /*        position: relative;*/
        bottom: 0;
        position: relative;
    }
}

.PcnContravention-header {
    font-size: 16px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #eee;
    border: 1px solid #eee;
    transition: all 0.2s ease;
    user-select: none;
    text-align: center;
    justify-content: center;
}
