a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    margin-left: 0px;
}

ul li,
ol li {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000 !important;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

body.login_page {
    background: #f4f4f4;
    /* font-family: 'Montserrat', sans-serif; */
}

.login_form {
    display: flex;
    align-items: center;
    height: 100vh;
}

.login_form .card {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 5px;
    border: 0;
}

.text-primary {
    color: #d0343e !important;
}

.login_form .card p {
    margin-bottom: 5px;
    color: #000;
}

.login_form .input-group .has-float-label {
    width: 100%;
}

.login_form label {
    margin-bottom: 0;
}

.login_btn {
    float: none;
    display: inline-block;
    width: auto;
    text-align: right;
}

.btn-primary {
    background-color: #d0343e;
    border-color: #d0343e;
}

.login_form .has-float-label .form-control:placeholder-shown:not(:focus)+* {
    top: 14px;
    font-size: 100%;
    color: #000;
}

.login_form .form-control {
    height: 45px;
}

.login_form legend {
    color: #000;
    font-weight: 500;
}

a.card-link {
    color: #000;
    display: inline-block;
}

a.card-link:hover {
    color: #d0343e;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
}

.form-group {
    margin-bottom: 20px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.header {
    background: #FFF;
    padding: 8px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.logo {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    display: inline-block;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 17px;
    margin-right: 30px;
}


/* .navbar-light .navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0
} */

.mobile_sidebar .nav-link.dropdown-user-link {
    margin-right: 0;
}

.mobile_sidebar .nav-link.dropdown-user-link span img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 1.5rem;
    border: 1px solid #000;
    padding: 5px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d0343e !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #d0343e;
}

li.dropdown:last-child .dropdown-menu {
    right: 0;
    left: auto;
}

.mobile_sidebar li.dropdown:last-child .dropdown-menu {
    right: 0;
    left: auto;
    overflow: hidden;
    position: absolute;
}

.mobile_sidebar li.dropdown a.dropdown-item {
    color: #333;
    letter-spacing: 0.015em;
    font-weight: 500;
    padding: .25rem 1.5rem;
}

.mobile_sidebar li.dropdown a.dropdown-item:hover {
    color: #d0343e;
}

.dropdown-menu::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FDF9ED;
    content: "";
    top: -10px;
    left: 40px;
    position: absolute;
}

.navbar {
    padding: 0;
    margin: 2px 0 0;
}

.dropdown-item {
    /* font-family: 'Montserrat', sans-serif; */
}

.copyright_sec {
    background: #1C1C1C;
    padding: 10px 0;
    width: 100%;
}

.copyright_sec address {
    width: 100%;
    text-align: center;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
    margin: 0 0 5px;
}

.copyright_sec p {
    width: 100%;
    text-align: center;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 14px;
    font-weight: 400;
    color: #9B9B9B;
    margin: 0;
}

.content_sec {
    padding: 40px 0;
    width: 100%;
}

.content_sec h3 {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 25px;
    font-weight: 400;
    color: #d0343e;
    text-align: left;
    position: relative;
    text-transform: capitalize;
}


/* .content_sec h3::after{
    position: absolute;
    content: " ";
    bottom: -5px;
    width: 265px;
    height: 2px;
    background: #D0314C;
    left: 0;
} */

body.default_bg {
    background: url(../images/apply_bg.png) no-repeat 109% 85px;
}

.checkbox span {
    color: #000;
}

.has-float-label label,
.has-float-label>span {
    color: #000;
}

#progress_bar {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}

#progress_bar hr {
    border-bottom: 1px dotted #d0343e;
    width: 96%;
    height: 1px;
    margin-left: 0px;
    display: block;
    margin: 0 auto;
}

.admin_box {
    margin-top: 15px;
    background-color: #f9f9f9;
    border: 2px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #aaa;
    padding: 10px 15px 0 15px;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}

hr {
    border-top: 0;
}


/* .stellarnav.home_stellarnav{
    display: none;
} */

.header_menu {
    display: initial;
}

.page-item.active .page-link {
    background-color: #d0343e;
    border-color: #d0343e;
}

.page-link {
    color: #d0343e;
}

.page-link:hover {
    color: #000;
}

.admin_box.search_box {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}

.btn-outline-primary {
    border-color: #d0343e;
    color: #d0343e;
    border-radius: .25rem;
    height: 30px;
    line-height: initial;
    font-size: 12px;
}

.btn-outline-secondary {
    border-radius: .25rem;
    height: 30px;
    line-height: initial;
    font-size: 12px;
}

.btn-outline-primary:hover {
    background-color: #000;
    border-color: #000;
}

.search_button {
    margin: 3px 0 0;
}

.btn.dropdown-toggle {
    background-color: #d0343e;
    border-color: #d0343e;
    color: white;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    border-radius: 4px;
    width: auto;
}

.dropdown-menu.listing_dropdown {
    padding: 5px 0;
    margin: 0;
    font-size: 12px;
    min-width: auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.dropdown-menu.listing_dropdown::after {
    border-bottom: 0;
}

.dropdown-menu.listing_dropdown li {
    margin: 0;
    line-height: 20px;
    font-size: 12.8px;
    padding: 5px 9px;
}

.dropdown-menu.listing_dropdown li a {
    color: #1b9af7;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    box-shadow: none !important;
}

#footer {
    background: url(../images/footer_pixel.png) repeat;
    z-index: 99;
    position: fixed;
    bottom: 0;
}

.responstable td a:hover {
    font-weight: 400;
}

.admin_box input[type='text'],
.admin_box input[type='password'],
.admin_box textarea,
.admin_box input[type='email'],
.admin_box input[type='number'],
.admin_box select {
    width: 88%;
    background: #fff;
    padding: 10px;
    color: #666;
    border: #999 solid 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 35px;
}

.admin_box input[type='date'] {
    width: 40%;
    background: #fff;
    padding: 10px;
    color: #666;
    border: #999 solid 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: auto;
    margin: 0 10px;
    height: 35px;
}

.admin_box h2 {
    color: #666 !important;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    font-size: 20px;
}

table.responstable td input,
table.responstable td select,
table.responstable td textarea {
    height: 35px;
    font-size: 12px;
    width: 200px;
}


/* table.responstable td input, table.responstable td textarea{
    width: 200px;
} */

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #000;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #000;
    background-color: transparent;
    box-shadow: none !important;
    border-color: #d0343e;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #000;
    background-color: transparent;
    box-shadow: none !important;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
}

input:disabled,
select:disabled,
textarea:disabled {
    background-color: #F5F5F1 !important;
    opacity: 1;
}

.responstable th {
    font-weight: 400;
}

table.responstable td a.dealer_link {
    text-decoration: underline;
}

table.responstable td a.dealer_link:hover {
    color: #d0343e;
}

.header_menu .navbar {
    display: inline-block;
    margin: 0 0 0 25px;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 2px;
    color: #fff;
    border: 1px solid #000;
    display: block;
    margin: 7px 0;
}

button:focus {
    outline: 0;
}

.container_main {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.darker {
    border-color: #ccc;
    background-color: #ddd;
}

.container_main::after {
    content: "";
    clear: both;
    display: table;
}

.container_main img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

.container_main p {
    margin: 0 0 5px;
    color: #000;
}

.container_main img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.time-right {
    float: right;
    color: #000;
    width: 100%;
    text-align: right;
}

.time-left {
    float: left;
    color: #000;
}

.container_main h5 {
    margin: 0 0 5px;
}

.container_main span {
    color: #000;
}

.main_page {
    padding: 25px 0;
}

.main_page li::marker {
    color: #000;
}

.main_page a {
    color: #000;
    margin: 10px 0 0;
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
}

.main_page a:hover {
    color: #d0343e;
}

.sub-frame {
    padding: 70px 0;
    background-color: #DDD;
    height: 100%;
    text-align: center;
    width: 100%;
}

.sub-frame a {
    display: inline-block;
}

.sub-frame p {
    color: #000;
    margin: 0;
    font-size: 20px;
}

.sub-frame p:hover {
    color: #d0343e;
}

.box_auto_height {
    width: 100%;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-exporting-group {
    display: none;
}

.chart_box h2 {
    background: #d0343e;
    color: white !important;
    padding: 5px;
    margin: 0;
    font-size: 15px;
}

.chart_box {
    border: 1px solid #d0343e;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 0px;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0db02b;
}

.wizard .nav-tabs>li {
    width: 25%;
    position: relative;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #d0343e;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    /* width: 30px;
    height: 30px; */
    margin: 0px auto;
    border-radius: 0;
    padding: 0;
    position: relative;
    top: 0;
    color: #555;
    display: block;
    padding: 10px;
    font-size: 17px;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: #d0343e;
    color: #fff;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    background: transparent;
    border: 1px solid #d0343e;
    color: #d0343e;
    margin-left: 10px;
}

.next-step {
    background-color: transparent;
    border: 1px solid #d0343e;
    color: #d0343e;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}


/* .list-content{
    margin-bottom: 10px;
}
.list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
} */

.list-box {
    padding: 10px;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

.signup-step-container {
    padding: 15px 0 30px;
}

.wizard .nav-tabs li::after,
.wizard .nav-tabs li>*::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 22px solid transparent;
    border-right-width: 0;
    /* border-left-width: 20px; */
}

.wizard .nav-tabs li.active>* {
    color: #fff !important;
    background-color: #d0343e;
    border-color: #d0343e !important;
}

.wizard .nav-tabs li>*::after {
    z-index: 2;
    border-left-color: inherit;
    border-width: 18px;
}

.wizard .nav-tabs li>* {
    position: relative;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
    padding: 6px 40px !important;
}

.wizard .nav-tabs li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0;
}

.resp-tabs-list li {
    color: #000;
    font-size: 12px;
}

.resp-tabs-list li.resp-tab-active {
    font-weight: 700;
}

.login-box {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    height: 100%;
    /* overflow-y: scroll; */
}

.wizard .nav-tabs li:last-child::after,
.wizard .nav-tabs li:last-child>*::after {
    border: 0;
}

.tab-content {
    width: 100%;
}

.login-box.right_box {
    display: flex;
    /* height: 300px; 
    overflow-y: scroll;*/
    height: 100vh;
}

.box_1 {
    /*height: 300px;
    overflow-y: scroll;*/
    padding: 10px;
    overflow-x: hidden;
}

.img_style {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
    height: 600px;
    overflow-y: hidden;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.wizard_second.wizard .nav-tabs>li a {
    font-size: 15px;
}

.wizard_second.wizard .nav-tabs li::after,
.wizard_second.wizard .nav-tabs li>*::after {
    border-width: 17px;
}

.approver {
    border: 1px solid #d0343e;
}

.approver td,
.approver th {
    border: 1px solid #d0343e;
    padding: 5px;
}

.approver th {
    background: #d0343e;
    text-align: left;
    color: #fff;
}

.tooltip {
    background-color: #fff;
    opacity: 1 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #d0343e;
    /* top: -15px !important; */
    border-radius: 4px;
    padding-bottom: 0px;
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 350px;
}

.tooltip-inner table {
    margin-bottom: 6px;
    font-size: 11px;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    border-top-color: #fff;
}

.tooltip .arrow {
    top: 100%;
}

button.tooltip_btn {
    padding: 0px 5px;
    margin-right: 5px;
    font-size: 13px;
    border-radius: .25em;
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    letter-spacing: 0.015em;
    font-weight: 500;
    color: #333;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #FBF7E9;
    margin: 0;
}

.entry h2 {
    font-size: 22px;
}

.wizard .nav-tabs li:first-child a {
    padding-left: 15px !important;
}

.btn_link {
    display: inline-block;
    float: right;
}

.btn_link .btn-outline-primary {
    color: #000;
}

.btn_link .btn-outline-primary:hover {
    color: #d0343e;
    background-color: transparent;
    border-color: #d0343e;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

li.dropdown a {
    color: #000;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    margin-right: 30px;
    padding: .5rem 1rem;
}

li.dropdown ul li a {
    letter-spacing: 0.015em;
    font-weight: 500;
    color: #333;
    padding: .5rem 1rem;
}

li.dropdown ul li a:hover {
    color: #d0343e;
}

.responstable td a:hover {
    color: #d0343e;
}

.center_box {
    width: 50%;
    margin: 0 auto;
    padding: 0 0 40px;
}

.center_box table.responstable td input,
.center_box table.responstable td select,
.center_box table.responstable td textarea {
    width: 300px;
}

@media (min-width: 480px) {
    .responstable td {
        padding: 0.5em 1em !important;
        font-size: 12px !important;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1650px;
    }
}

@media screen and (max-width: 1366px) {
    body.default_bg {
        background: url(../images/apply_bg.png) no-repeat 120% 85px;
    }
}

@media screen and (max-width: 1199px) {
    body.default_bg {
        background: none;
    }
    .admin_box select {
        min-width: auto !important;
    }
    .admin_box input[type='text'],
    .admin_box input[type='password'],
    .admin_box textarea,
    .admin_box input[type='email'],
    .admin_box input[type='number'],
    .admin_box select {
        width: 100%;
    }
    .wizard .nav-tabs>li a {
        font-size: 15px;
    }
    .resp-tabs-list li {
        padding: 13px 10px !important;
        font-size: 10px !important;
    }
    table.responstable td input,
    table.responstable td select,
    table.responstable td textarea {
        width: 100%;
        min-width: auto !important;
    }
    .wizard .nav-tabs li::after,
    .wizard .nav-tabs li>*::after {
        border: none;
    }
    .wizard .nav-tabs li>* {
        padding: 6px 15px !important;
    }
    .wizard_second.wizard .nav-tabs>li a {
        font-size: 14px;
    }
    .responstable td {
        max-width: initial;
    }
    button.tooltip_btn {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .center_box {
        width: 60%;
    }
    table#balanceOverviewTable {
        width: 80% !important;
        left: 2% !important;
    }
    #balanceOverviewTable td,
    #balanceOverviewTable th {
        font-size: 11px;
    }
}

@media screen and (max-width: 823px) {
    /* .stellarnav.home_stellarnav{
        display: block;
    }
    .navbar{
        display: none;
    } */
    .search_button {
        margin: 0;
    }
    .header {
        position: relative;
        min-height: 75px;
    }
    .logo {
        position: absolute;
        left: 47%;
        z-index: 999;
    }
    .mobile_sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        float: none !important;
    }
    .header_menu .navbar {
        display: block;
        margin: 0;
    }
    .navbar-toggler {
        margin: 10px 0 6px;
    }
    .wizard .nav-tabs>li {
        width: 50%;
    }
    .box_1 {
        height: auto;
        padding-right: 0;
    }
    li.dropdown a {
        padding: .5rem 0rem;
    }
    .dropdown-menu::after {
        display: none;
    }
    .clr {
        overflow-x: auto;
    }
    .center_box {
        width: 70%;
    }
    .button-style {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .search_button {
        margin: 8px 0 0;
        float: left;
        text-align: left !important;
    }
    .center_box {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .logo {
        left: 40%;
    }
    .wizard .nav-tabs li>* {
        padding: 6px !important;
    }
    .wizard_second.wizard .nav-tabs>li a {
        font-size: 14px;
    }
    .wizard .nav-tabs li:first-child a {
        padding-left: 6px !important;
    }
}

@media screen and (max-width: 375px) {
    #footer {
        height: 50px;
    }
    .wizard_second.wizard .nav-tabs>li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    .wizard_second.wizard .nav-tabs>li a {
        font-size: 11px;
    }
}

.button-style {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    background: transparent;
    border: 1px solid #d0343e;
    color: #d0343e;
    margin-left: 10px;
}

.remove-button-style {
    font-size: 13px;
    padding: 0px 6px;
    border: none;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #d0343e;
    color: #d0343e;
    margin-left: 10px;
}

label.error {
    border: 0px solid #674342 !important;
    color: #db4141 !important;
    position: relative !important;
    font-size: 100% !important;
    top: .25rem !important;
    opacity: unset !important;
}

ul.error {
    margin-bottom: 0;
    border: 0px solid #674342 !important;
    color: #db4141 !important;
    position: relative !important;
    font-size: 100% !important;
    opacity: unset !important;
}

.div-error {
    margin-bottom: 0;
    border: 0px solid #674342 !important;
    color: #db4141 !important;
    position: relative !important;
    font-size: 100% !important;
    opacity: unset !important;
}

.regenerate-success-message {
    margin-bottom: 0;
    border: 0px solid #674342 !important;
    color: #20b522 !important;
    position: relative !important;
    font-size: 100% !important;
    opacity: unset !important;
}

#step1_template {
    height: 700px;
    overflow-y: scroll;
    display: block;
}

.modal-dialog {
    max-width: 750px;
}

.new-dropdown-style option:disabled {
    background: #f3f1dc;
    /* color: #d0343e; */
    font-weight: bold;
    font-size: 14px;
}

.chart-container {
    height: 180px;
}

.chart_box.chart_box_new {
    min-height: 240px !important;
    max-height: 240px;
}

#agingMatrixTable th,
#agingMatrixTable td {
    padding: 1px 0 1px 10px !important;
    font-size: 13px;
}

.create-agreement-send-button img {
    float: left;
    width: 52px;
    height: 52px;
    margin-top: 20px;
}

.change-request-loading-image {
    float: left;
    width: 52px;
    height: 52px;
}

.login-loading-image {
    width: 52px;
    height: 52px;
}


/* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
for themselves. Background we set to 80% white with
our animation centered, and no-repeating */

.overlay-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('/assets/images/loading_soon.gif') 50% 50% no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

body.loading .overlay-modal {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading .overlay-modal {
    display: block;
}

@media (min-width: 992px) {
    table#agingMatrixTable {
        width: 98% !important;
        left: 1% !important;
    }
    table#agingMatrixTable th,
    table#agingMatrixTable td {
        font-size: 12px !important;
    }
}

@media (min-width: 823px) and (max-width: 992px) {
    table#balanceOverviewTable {
        width: 90% !important;
        left: 3% !important;
    }
    table#balanceOverviewTable th,
    table#balanceOverviewTable td {
        font-size: 12px !important;
        padding: 10px 12px 10px 8px !important;
    }
}