body {
    margin: 0px;
    padding: 0px;
    background-color: #fafbfc;
    font-family: 'Lato', sans-serif;
}


.login-main {
}

.login-main .page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
}

.content-wrapper {
    background: #FAFBFD;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.auth .auth-form-light form {
    background: #ffffff;
    padding: 50px !important;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.auth .brand-logo {
    margin-bottom: 10px;
}

.sidebar-menu .logo-block {
    padding: 30px 30px 0px;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.auth .brand-logo a img {
    width: 250px;
}

.form-group .form-control {
    width: 100%;
    height: 38px;
    /* min-height: 130px; */
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    margin-bottom: 10px;
}

.form-group {
    position: relative;

}

.form-group a {
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
}

.btn-coomon {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    background-color: #4cd964 !important;
    color: #ffffff !important;
    border-radius: 10px;
}

.sidebar-menu {
    position: fixed;
    left: 0px;
    width: 250px;
    height: 100%;
    top: 0px;
    background-color: #286eec;
    box-shadow: 0px 5px 25px rgb(103 103 103 / 35%);
    -webkit-box-shadow: 0px 5px 25px rgb(103 103 103 / 35%);
    -moz-box-shadow: 0px 5px 25px rgb(103 103 103 / 35%);
    -ms-box-shadow: 0px 5px 25px rgb(103 103 103 / 35%);
    -o-box-shadow: 0px 5px 25px rgb(103 103 103 / 35%);
}

.sidebar-menu .logo-block a img {
    width: 100%;

    padding-bottom: 21px;
}

.sidebar-menu-inner {
    /* padding: 30px; */
}

.sidebar-menu-inner .name-block h3 {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.sidebar-menu-inner .name-block h4 {
    font-size: 14px;
    line-height: 16px;
    color: white;

}

.sidebar-menu-inner .name-block h5 {
    font-size: 14px;


}

.sidebar-menu .name-block {
    padding: 30px;
    color: white;
    border-bottom: 1px solid #6090ea;
    border-top: 1px solid #6090ea;
}

.sidebar-menu .name-block a {
    color: #ffffff82;
    /* font-size: 13px; */
    /* background-color: #0a4ec9; */
    /* width: 100%; */
    /* padding: 5px 0px 5px 0px; */
    /* border-radius: 10px; */
    /* margin-top: 10px; */
    /* display: block; */
    /* text-align: center; */
    float: right;
    margin-top: -25px;
}

.sidebar-menu .name-block a:hover {
    color: white;
    text-decoration: none;
}

.sidebar-menu-inner ul {


    list-style: none;
    border-bottom: 1px solid #6090ea;
    padding: 0px 0px 0px 0px;
}

.sidebar-menu-inner ul li {
    display: block;
}

.sidebar-menu-inner ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px 30px 15px 29px;
    color: white;
}

.sidebar-menu-inner ul li a:hover {
    color: white;
    font-weight: bold;
    background: #4c82ef;
}

.sidebar-menu-inner ul li a i {

    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.sidebar-menu-inner ul li a span {
    font-weight: bold;
    font-size: 14px;
}

.sidebar-menu-inner .fa-credit-card:before {
    font-size: 16px;
}

.bottom-side {
    position: absolute;
    bottom: 0px;
    left: auto;
    width: auto;
    padding: 30px;
}

.bottom-side a.btn {
    padding: 10px;
    background-color: #0b4ec9 !important;
    border-radius: 10px;
    color: white !important;
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    font-weight: bold;
}

.bottom-side a.btn:hover {
    background-color: black !important;
}

.bottom-side a.btn-light {
    background-color: #e8f0ff;
    color: #216cfc;
}

/**/

.page-wrapper {
    background-color: #fafbfc;
    padding-left: 270px;
    padding: 30px 30px 30px 280px;
}

.page-wrapper .common-warapper {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 410);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.page-wrapper .common-warapper .title-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.page-wrapper .common-warapper .title-main h2 {
    font-size: 24px;
    line-height: 15px;
    color: #272727;
    margin: 0px;
    font-weight: bold;
}

.page-wrapper .common-warapper .title-main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.page-wrapper .common-warapper .title-main ul li {
    padding: 0px 10px;
}

.page-wrapper .common-warapper .title-main ul li i {
    color: white;
    padding: 5px 3px 4px 2px;
}

.page-wrapper .full-warapper {
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
}

.page-wrapper .full-warapper .title-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #e7e7e7;

}

.page-wrapper .full-warapper .title-main h2 {
    font-size: 30px;
    line-height: 30px;
    color: #272727;
    margin: 0px;
    font-weight: bold;
}

.page-wrapper .full-warapper .title-main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.page-wrapper .full-warapper .title-main ul li {
    padding: 0px 10px;
}

.page-wrapper .full-warapper .title-main ul li i {
    color: #216cfc;
}

.common-table {
    padding: 30px;
}

.common-table table {
    width: 100% !important;
}


.common-table table tr th {
    padding: 10px;
    font-size: 14px;
    color: #b1b1b1;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
    width: auto;
}

.common-table table tr td {
    padding: 10px;
    font-size: 14px;
    color: #272727;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
    width: auto;
    vertical-align: middle;
}

.common-table table tr td .status-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-table table tr td .status-link .btn-table {
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    padding: 8px;
    width: 200px;
    border: none;
    border-radius: 9px;
    margin-right: 10px;
    font-weight: 600;
}

.common-table table tr td .status-link .btn-table.btn-open {
    background-color: #ffcc01;
}

.common-table table tr td .status-link .btn-table.btn-overview {
    background-color: #fa6a72;
}

.common-table table tr td .status-link i {
    font-size: 24px;
    line-height: 24px;
    color: #b1b1b1;
}

.common-table table tr td .status-link .btn-table.not-processed {
    width: auto;
    padding: 12px 20px;
    background-color: #ff9502;
}

.btn-blue {
    padding: 10px 40px;
    background-color: #216cfc;
    border-radius: 10px;
    color: #ffffff;
    display: block;
}

.blue-text {
    color: #216cfc;
}


.page-block-settings {
    display: flex;
    margin: 0px -15px;
    flex-wrap: wrap;
}

.page-block-settings .common-warapper {
    width: 47%;
    margin: 0px 15px 15px;
}

.page-block-settings .common-warapper .title-setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.page-block-settings .common-warapper .title-setting h3 {
    font-size: 24px;
    line-height: 26px;
    color: #272727;
    font-weight: bold;
    margin: 0px;
}

.page-block-settings .full-warapper {
    width: 97%;
    margin: 0px 15px 30px;
}

.page-block-settings .full-warapper .title-setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.page-block-settings .full-warapper .title-setting h3 {
    font-size: 24px;
    line-height: 26px;
    color: #272727;
    font-weight: bold;
    margin: 0px;
}

.common-block-setting {
    padding: 0px 30px 30px;
}

.common-block-setting p {
    color: #b1b1b1;
}

.page-block-settings table th {
    /* width: 50%; */
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px 10px 30px;
    color: #272727;
    font-size: 14px;
}

.page-block-settings table td {
    /* width: 50%; */
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px 10px 30px;
    color: #272727;
    font-size: 14px;
}

.page-block-settings table td a {
    border-bottom: 1px solid #e7e7e7;
    color: #b1b1b1;
}

.page-block-settings table td button {
    border-bottom: 1px solid #e7e7e7;
    color: #b1b1b1;
    padding: 3px 20px 3px 20px;
}

.page-block-settings table {
    margin-bottom: 5px;
}

select {
    padding: 10px;
    border-color: #e7e7e7;
}


.btn-group-main a.btn {
    display: block;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 10px;
}

.btn-group-main a.btn.btn-green {
    background-color: #3dce55;
    margin-bottom: 10px;
    color: #ffffff;
}

.btn-group-main a.btn.btn-fill {
    background-color: #e6e7e8;
    color: #272727;
}

.page-wrapper .common-warapper.pdf-scane-main {
    background: none;
    box-shadow: none;
    outline: none;
    padding: 0px;
}

.page-wrapper .common-warapper.pdf-scane-main .common-warapper {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px;
}

.img-block img {
    width: 100%;
}

.width-full-main {
    width: 100%;
}

.page-block-settings.flex-column-main .width-full-main {
    width: 100%;
}

.blue-text a {
    color: #216cfc !important;
    font-weight: bold;
}


.zone {
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 600px;
    border: 3px dashed #216cfc;
    text-align: center;
    color: white;
    z-index: 20;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.zone .selectFile {
    height: 50px;
    margin: 20px auto;
    position: relative;
    width: 200px;
}

.zone label,
.zone input {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px;
}

.zone input[type=file] {
    opacity: 0;
}

.pdf-scsn-drag {
    position: relative;
    padding: 30px;
}

.pdf-scsn-drag #dropZ .inner-scan-block {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
}

.pdf-scsn-drag #dropZ {
    position: relative;
    height: 600px;
}

.pdf-scsn-drag #dropZ .inner-scan-block i {
    vertical-align: middle;
    font-size: 40px;
    color: #216cfc;
    display: inline-block;
    margin-right: 15px;
}

.pdf-scsn-drag #dropZ .inner-scan-block h5 {
    font-size: 16px;
    color: #216cfc;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin: 0px;
}

.btn-group-main a.btn.btn-fill.btn-blue {
    background-color: #216cfc;
    color: #ffffff;
}

/* common modal design start */
.common-modal .modal-dialog {
    max-width: 650px;
}

.common-modal .modal-header {
    position: absolute;
    right: -20px;
    top: 0px;
    padding: 0px;
    border: none;
}

.common-modal .modal-header button {
    padding: 0px;
    outline: none;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}

.common-modal .modal-content {
    border: none;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
}

.common-modal .modal-content .modal-body {
    padding: 30px;
}

.common-modal .modal-content .modal-body .modal-title-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-modal .modal-content .modal-body .modal-title-main h3 {
    font-size: 24px;
    line-height: 24px;
    color: #272727;
    font-weight: bold;
}

.common-modal .modal-content .modal-body .modal-title-main .btn-green {
    padding: 12px 24px;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #3dce55;
    color: #ffffff;
}

.btn-group-main-modal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-flex-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-flex-block span {
    padding: 0px 15px;
}

.common-img-modal img {
    width: 100%;
    height: auto;
}

.common-img-table table {
    width: 100%;
}

.common-img-table table th {
    width: 33.33%;
}

.common-img-table table .check-td {
    text-align: right;
}

.modal-body .common-table {
    padding: 0px;
}

.common-modal {
    background-color: rgba(255, 255, 255, 0.8);
}

.select-main {
    background-color: #f7f7f7;
}

.form-flex-block .block-flex {
    width: 48%;
}

.form-group select {
    width: 100%;
    height: 38px;
    border: 1px solid #f7f7f7;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    font-size: 14px;
}

/* common modal design end */

/* 1-6-2021 */

.common-warapper .title-setting button.btn.edit-driver {
    background-color: #b1b1b1;
    color: #fff;
}

.common-warapper .title-main .icon-list .btn.btn-blue,
.common-warapper .title-setting button.btn.general-settings,
.common-warapper .title-setting button.btn.user-settings,
.common-warapper .title-setting button.btn.payment-settings,
.common-warapper .title-main .icon-list button.btn.add-driver {
    background-color: #216cfc;
    color: #fff;
}

.common-table table tr th,
.common-table table tr td {
    /* font-size: 12px; */
}


.common-table table tr:nth-of-type(even) {
    background-color: rgb(182 182 182 / 5%);
}

.common-table table tr td .status-link .dropleft .dropdown-toggle::before {
    display: none;
}

.common-table table tr td .status-link .dropdown-menu-ul li a {
    justify-content: center;
}

.common-table table tr td .status-link .dropdown-menu-ul {
    padding: 0;
    margin-bottom: 0;
}

.common-table table tr td .status-link .dropdown-menu {
    min-width: 6rem;
}

.common-table table tr td .status-link .dropdown-menu.p-3 {
    padding: .5rem !important;
}

.common-table table tr td .status-link .btn.focus,
.common-table table tr td .status-link .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.common-warapper h6 {
    font-weight: 600;
}

.common-warapper .title-main .dropzone {
    min-height: 100px;
    border: 2px solid #286dec;
}

.common-warapper #fine_pdf .icon-list {
    text-align: right;
}

.common-warapper #fine_pdf .icon-list .btn-table.processed {
    background-color: #216cfc;
    color: #fff;
    margin-top: 15px;
}

.page-block-settings .full-warapper .title-setting {
    border-bottom: 1px solid #e7e7e7;
}

.page-block-settings table label {
    font-weight: 700;
    margin-bottom: 0;
}

.page-wrapper .common-warapper.summary_block .title-main,
.page-wrapper .common-warapper.fine_details .title-main {
    border-bottom: 0;
}

.page-wrapper.fine_details .fine_details input[type="text"],
.page-wrapper.fine_details .summary_block .form-control {
    width: auto;
    height: 30px;
}

.btn.btn-green {
    background-color: #4cd964;
    color: #fff;
    width: 100%;
}

.page-wrapper .common-warapper.pdf_scan_block .title-main {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

.common-warapper.pdf_scan_block .title-main h2,
.common-warapper.pdf_scan_block .title-main .icon-list,
.common-warapper.pdf_scan_block .title-main .dropzone {
    flex: 0 0 100%;
}

.common-warapper.pdf_scan_block .title-main .dropzone {
    justify-content: center;
    min-height: 630px;
    display: flex;
}

.common-warapper.pdf_scan_block .title-main .dz-default {
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-warapper.pdf_scan_block .title-main .icon-list .btn {
    width: 100%;
    margin-top: 15px;
}

.common-warapper.pdf_scan_block iframe {
    min-height: 1000px;
}

.common-warapper .title-main .icon-list .btn.btn-gray {
    color: #fff;
    background-color: #b1b1b1;
}

.fine_details .page-block-settings .common-warapper {
    width: 100%;
    margin-left: 0px;
}


.fine_details .page-block-settings #save_fine {
    background-color: #b3b3b3;
}

.fine_details .pdf_scan_block {
    margin-bottom: 30px !important;
}

.fine_details .common-warapper tbody tr:last-child {
    height: 65px;
    vertical-align: top;
}

.page-block-settings .summary_block table a {
    color: #216cfc;
    text-decoration: none;
    border-bottom: 0;
}

.info-details {
    padding: 30px 30px 0;
}

.upload-content .dropzone {
    min-height: 50px;
}

.upload-content .dropzone .dz-message {
    margin: 0;
}

.info-details .info-email {
    border: 2px solid rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
    width: 100%;
}

.info-details .info-email span {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.info-details .info-email a {
    color: #b1b1b1;
}

.common-warapper .title-setting button.btn {
    background-color: #ff9502;
    color: #fff;
}

@media (min-width: 1200px) {
    .fine_details .page-block-settings table tbody tr td:first-of-type {
        /* padding-left: 50px; */
        width: 25%;
    }
}

@media (min-width: 992px) {
    .sidebar-menu .navbar-toggler {
        display: none;
    }

    .sidebar-menu-inner.collapse.navbar-collapse {
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px ) {
    .page-block-settings .common-warapper {
        width: 46.5%;
    }

    .info-details .info-email a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px ) {
    .page-block-settings table label {
        font-size: 9px;
    }
}

@media screen and (max-width: 1199px) {
    .page-block-settings .common-warapper {
        width: 100%;
    }

    .common-table table tr th,
    .common-table table tr td {
        white-space: nowrap;
    }
}

@media screen and (max-width: 991px) {
    .page-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-menu {
        position: inherit;
        left: 0px;
        width: 100%;
        height: auto;
    }

    .bottom-side {
        position: inherit;
        bottom: auto;
        left: auto;
        width: 100%;
    }

    .page-block-settings table td {
        white-space: normal;
        word-break: break-word;
    }

    .page-block-settings .common-warapper .title-setting {
        padding: 15px;
    }

    .common-block-setting {
        padding: 0px 15px 15px;
    }

    .page-wrapper .common-warapper .title-main,
    .common-table {
        padding: 15px;
    }

    .common-table table tr td .status-link .btn-table {
        width: auto;
        padding: 6px;
        font-size: 12px;
    }

    .sidebar-menu .logo-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sidebar-menu .logo-block a img {
        max-width: 250px;
    }

    .sidebar-menu .navbar-toggler {
        font-size: 30px;
    }

    .sidebar-menu .logo-block {
        padding: 30px 15px;
    }

    .common-table table tr td .status-link .btn-table.not-processed {
        padding: 10px;
    }

    .common-table {
        overflow-x: scroll;
    }

    .common-table table tr td {
        padding: 5px;
    }

    .common-table table tr th {
        white-space: nowrap;
    }

    .common-warapper.pdf_scan_block .title-main .dropzone {
        min-height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .info-details .upload-content {
        margin-bottom: 15px;
    }
}


/* 04-06-2021 start css*/
#select_scan_pdf .modal-content .thumbnail {
    position: relative;
}

#select_scan_pdf .modal-content .thumbnail input[type=radio] {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 130px;
    height: 150px;
    opacity: 0;
}


#select_scan_pdf .modal-content .thumbnail input[type="radio"]:checked + label > img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px #090;
}


#select_scan_pdf .modal-content .thumbnail input[type="radio"] + label > img {
    width: 150px;
    height: 150px;
    transition: 500ms all;
}

#select_scan_pdf .modal-content .thumbnail input[type="radio"]:checked + label > img {
    transform: rotateZ(0deg) rotateX(0deg);
}


#select_scan_pdf .modal-content .thumbnail input[type=radio]:checked + label img {
    background-color: #216cfc;
}

.modal-open #select_scan_pdf {
    overflow-y: hidden !important;
}

#select_scan_pdf .modal-content .modal-body {
    overflow-y: scroll;
    max-height: 500px;
}

#select_scan_pdf .modal-content .modal-body::-webkit-scrollbar {
    display: none;
}

/* 04-06-2021 end css*/

.pdf_scan_block .dz-clickable {

}

.pdf_scan_block iframe {

}

.page-block-settings table {
    width: 100%;
}

@media (min-width: 992px) {
    .desktop-hide {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .auth .auth-form-light form {
        padding: 20px !important;
    }

    .auth-form-light.text-left.p-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

@media screen and (max-width: 991px) {
    .sidebar-menu .logo-block a img {
        max-width: 200px;
    }

    .sidebar-menu-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pdf_scan_block .title-main.d-block {
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
    }
}

@media screen and (max-width: 767px) {
    .page-wrapper .common-warapper .title-main h2 {
        font-size: 24px;
    }

    .auth-form-light.text-left.p-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

@media screen and (max-width: 575px) {
    .auth .auth-form-light form {
        padding: 15px !important;
    }

    .auth .brand-logo a img {
        max-width: 240px;
    }
}

@media screen and (max-width: 479px) {
    .page-block-settings table label {
        font-size: 11px;
    }

    .pdf_scan_block iframe {
        height: 570px;
    }

    .auth-form-light.text-left.p-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.datatable-full-width .dataTables_wrapper {
    display: block !important;
}

.common-table .btn-table {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding: 12px 10px;
    width: 120px;
    border: none;
    border-radius: 10px;
    margin-right: 10px;
}

.status-link .btn-open, .bg-open {
    background-color: #ffcc01 !important;
}

.status-link .not-processed, .bg-not-processed {
    background-color: #fc5353 !important;
}

.status-link .processed, .bg-processed {
    background-color: #f5b833 !important;
}

.status-link .paid, .bg-paid {
    background-color: #4cd964 !important;
}

.status-link .over-due, .bg-overdue {
    background-color: #ed2f65 !important;
}

.status-link .request-send, .bg-request-send {
    background-color: #5383fc !important;
}

.status-link .request-sent, .bg-request-sent {
    background-color: #e67e22 !important;
}

.status-link .request-opened, .bg-opened {
    background-color: #17a2b8 !important;
}

.status-link .request-clicked, .bg-clicked {
    background-color: #106E7D !important;
}

.status-link .default, .bg-default {
    background-color: #000000 !important;
}

.status-link .closed, .bg-closed {
    background-color: #E10032 !important;
}

.status-link .on-hold, .bg-on-hold {
    background-color: #5F7B89 !important;
}

.status-link .reopened, .bg-reopened {
    background-color: #06BAD2 !important;
}

.status-link .reopened, .bg-payment-arrangement {
    /*background-color: #4D4F85 !important;*/
    background-color: #9946B2 !important;
}

.bg-outsourced {
    /*background-color: #4D4F85 !important;*/
    background-color: #c69500 !important;
}
.bg-paid-to-collector {
    /*background-color: #4D4F85 !important;*/
    background-color: #8085e9 !important;
}


.modal-dialog-full-width.modal-dialog {
    max-width: 100%;
}

.caption p {
    word-break: break-word;
}

.common-table {
    width: 100%;
    display: block;
    overflow-x: auto;
}

.common-table .fa-euro-sign {
    color: #757575;
    font-size: 12px;
    margin-right: 4px;
}

#payment_list_table,
#driver_list_table,
#company_list_table,
#fine_filter_table {
    width: 100% !important;
}

#driver_list_table .d-flex {
    width: 20px;
    height: 20px;
    float: left;
    padding: 4px 5px 5px 6px;
    margin-right: 8px;
}

#driver_list_table .d-flex:hover {
    text-decoration: none;
    background: #f5f6f7;
    border-radius: 4px;
}


.auth .brand-logo a img {
    width: 280px;
}

.login-main .auth-form-light .brand-logo p {
    font-size: 16px;
    color: #2b6ff4;
    font-weight: 700;
    margin-top: 12px;
}

.btn-blue {
    background-color: #216cfc !important;
    color: #fff !important;
}

.d-none {
    display: none;
}

.active {
    color: white !important;
    background: #0b4ec9;
}

.scan-upload {
    border: 3px solid #e2e2e2;
    text-align: left;
    border-radius: 10px;
}

.scan-upload h6 {
    margin-top: 1rem;
}

.common-warapper .title-main#scan_pdf .dropzone {
    min-height: 86px;
    max-height: 87px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-warapper .title-main#scan_pdf .dropzone,
.common-warapper .title-main#scan_pdf .dropzone .dz-message {
    margin: 0;
}

#dropzoneFrom-upload-scan > div > span > u {
    color: #216cfc;
}

#dropzoneFrom-upload-scan {
    border: 3px solid #e2e2e2;
    border-radius: 10px;
}

.dz-default i {
    font-size: 40px;
    color: #808080;
}

.dz-default span {
    color: #808080;
}

.common-warapper .title-main#scan_pdf .dropzone span i {
    margin-right: 10px;
}

.common-warapper .title-main#scan_pdf .dropzone span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-form-light {
    max-width: 500px;
    margin: 0 auto;
}

#searchFine .form-group select {
    height: 38px;
}

#add_fine select.form-control {
    padding: 5px;
    width: 75px !important;
}

#add_fine #internal_id {
    background-color: whitesmoke;
}

#add_fine input.form-control {
    width: 100%;
}

#add_fine #internal_id {
    background-color: whitesmoke;
}

#driver_add_form input.form-control {
    height: 38px;
}

#driver_add_form button[type="submit"] {
    background-color: #4CD964;
    color: #fff;
}

.dataTables_paginate .pagination {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .sidebar-menu .sidebar-menu-inner .menuinner {
        overflow: hidden;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px ) {
    #scan_pdf.title-main .col-md-9 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    #scan_pdf.title-main .col-md-3 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px ) {
    #scan_pdf.title-main .col-md-9 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    #scan_pdf.title-main .col-md-3 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

@media screen and (max-width: 1024px) {
    #scan_pdf.title-main {
        justify-content: inherit;
        flex-direction: column;
    }

    #scan_pdf.title-main .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #scan_pdf.title-main .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .common-warapper .title-main#scan_pdf .dropzone span {
        display: block;
    }

    .common-warapper .title-main#scan_pdf .dropzone span i {
        font-size: 20px;
        vertical-align: middle;
    }
}

.payment-request-error {
    text-align: center;
    color: red;
    font-weight: bold;
}

.pdf-type {
    border: 3px solid #e2e2e2;
    text-align: left;
    border-radius: 10px;
    padding: 8px 10px 8px 10px;
}

/*timeline*/
#timeline-div ul.timeline {
    list-style-type: none;
    position: relative;
}

#timeline-div ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

#timeline-div ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

#timeline-div ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

#email-log-table .p-3 {
    padding: 5px !important;
    border-radius: 8px;
    /*background-color: transparent !important;*/
    /*color: #212529;*/
    /*text-align: left !important;*/
}
.bg-gray {
    background-color: #eee;
}

.text-shade1 {
    color: #8FE3CF;
}
.text-shade2 {
    color: #31C6D4;
}
.text-shade3 {
    color: #EA047E;
}
.text-shade4 {
    color: #2B4865;
}

.driverspage .card-stretch {
    background-color: #ffffff;
    border-radius: 4px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.driverspage #fine-table th {
    background-color: black;
}

.driverspage .card-header {
    background: white;
    padding: 50px;
}

.driverspage .pdf-icon-img {
    max-width: 19px;
}

.driverspage .card-stretch #fine-table th {
    font-size: 14px;
    text-align: left;
}


.driverspage .card-stretch .table th, .table td {
    text-align: left;
    padding: 10px !important;
    font-size: 14px;
}

.driverspage .card-stretch .text-muted {
    font-size: 12px;
}


#locale-select {
    background: #286dec;
    color: white;
    border: 0px;
}


.toolbar {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    padding-right: 15px;
    margin-top: -30px;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    background: white;
    border-bottom: 1px solid #f5f6f7;
    display: flow-root;
}

.toolbar .title {
    display: inline-block;
    float: left;
}

.toolbar .actions {
    display: inline-block;
    float: right;
}

.toolbar .title h2 {
    font-size: 25px;
    font-weight: bold;
}

.remove-bullets {
    list-style-type: none;
}

.remove-bullets > li {
    display: inline-block;
}


#email-log-table td {
    border-bottom: 0px;
}

#add_fine .payment-type-section .mb-3 {
    max-width: 80px;
    float: left;
    margin-right: 10px;
    display: block;
}

#add_fine .payment-type-section h5 {
    font-size: 14px;
    margin-top: 2px;
}

#add_fine .payment-type-section .input-group-text.input-group-text {
    width: auto;
    display: block;
}

#add_fine .payment-type-section .input-group-text {
    background: none;
    border: 0px;
    margin: 0px;
    text-align: left;
    padding: 0px;
    font-weight: bold;
}


#add_fine .payment-type-section .split-type-input {
    width: 80px !important;
    border-radius: 3px;
}

#add_fine .payment-type-section {
    line-height: 27px;
}


#add_fine span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4d9 !important;
    height: 30px !important;
}

#edit_fine_summary h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

#edit_fine_summary .input-group-text {
    background: white;
    border: 0px;
    padding: 0px;
}

#edit_fine_summary .form-group .form-control {
    border-radius: 4px;
}


.paymentagreement {
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 10px !important;
    max-width: 600px;
    margin-top: 20px;
    padding: 20px;
}

.paymentagreement .btn-success {
    padding: 10px;
}

.payment-sucess .brand-logo {
    margin: 10px 10px 20px 10px;
    padding: 10px;
    background: white;
    background: #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 10px !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.subject {
    text-align: center;
    max-width: 600px;
    font-size: 13px;
}

.subject .fas {
    opacity: 0.5;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 650px) {
    .paymentagreement {
        border-radius: 0px !important;
        padding: 0px;
    }

    .payment-sucess .brand-logo {
        margin: 0px;
        border-radius: 0px !important;
    }

    .payment-sucess .col-xl-12 {
        margin: 0px;
        padding: 0px;
    }

    .subject {
        text-align: left;
        margin-left: 20px;
        margin-top: 10px;
    }

    .subject .fas {
        display: block;
        margin-left: 0px;
        font-size: 10px;
    }

}

.arrangement-pricing-details {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.arrangement-pricing-details tr {
    line-height: 30px;
    font-size: 13px;
}

.arrangement-pricing-details tr:nth-child(even) {
    background: #fffefe;
}

.arrangement-pricing-details tr:nth-child(odd) {
}

.arrangement-pricing-details thead {
    border-bottom: 1px solid #e6e6e6;
}

.arrangement-pricing-details .w-100 {
    /* background: white; */
    border-radius: 10px;
}


.page-block-settings table thead th {border-top: 0px;border-bottom: 0px;}

.page-block-settings .common-warapper .table {
}

.page-block-settings table td:nth-last-child(-n+3) {
    border-bottom: 0px;
}
