body {
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.reverse-logo {
    max-width: 100px; width: 90%;
}

@media (max-width: 1600px) {
    /*body.dashboard {
        width: 142.89% !important;
    }
    .modal {
        width: 142.89% !important;
        height: 142.89% !important;
    }
    body.dashboard>*:not(.header) {

      transform: scale(0.7);
      transform-origin: top left;
    }
    body.dashboard .modal-backdrop, body.dashboard .modal, body.dashboard .modal>* {
        transform: none !important;
    }

    body {
        overflow-x: hidden;
    }

    body.dashboard .header > * {
        transform: scale(0.7);
      transform-origin: top left;
    }
    .main-header-bar {
        width: 100% !important;
    }
    body.dashboard .header {
     width: 142.89% !important;
    }*/
}
body.dashboard .header {
     height: 105px;
}
.header.smaller {
    height: 72px;
}
.main-container {
     padding-top: 149px;
     background: #191e1f;
}
.header.smaller .main-container {
    padding-top: 72px;
}
html,
body {
  margin: 0px;
  height: 100%;
  width: 100%;
}
html {

  scrollbar-color: #bcbcbc #e4e4e4;
  scrollbar-width: thin;
  transition: scrollbar-color 0.3s ease-out;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #bcbcbc;
}
/* Old Syntax */
::-webkit-scrollbar-thumb:hover {
 background-color: #ED6D45;
}
.wfbluebg {
    background: #46586A;
}
.wflightbluebg {
    background: #EBEBEB;
    background-image: linear-gradient(to right top, #ebebeb, #e4e4e4, #dedede, #d7d7d7, #d1d1d1, #cbcbcb, #c6c6c6, #c0c0c0, #bababa, #b3b3b3, #adadad, #a7a7a7);
    color: #46586A;
}
.wfbrightblue {
    background: #EBEBEB;
    background-image: linear-gradient(to right top, #ebebeb, #e4e4e4, #dedede, #d7d7d7, #d1d1d1, #cbcbcb, #c6c6c6, #c0c0c0, #bababa, #b3b3b3, #adadad, #a7a7a7);
}

.bg-grey {
    background: #f5f5f5;
}

.pink {
    color: #ED6D45 !important;
}
.background-primary {
    color: #fff;
    background: #ED6D45;
}

.floating {
    box-shadow: 2px 2px 8px #ddd;
    border-color: #eee !important;
}
.card h2 {
    font-size: 50px;
    font-weight: 600;
}
.card p {
    line-height: 2rem;
    font-size: 16px;
    font-weight: 300;
}
.card.rounded {
    border-radius: 12px !important;
}

.d-grid {
    display: grid;
}
a {
    color:  #46586A;
    transition: all .2s;
    text-decoration: none;
}

a:hover {
    color: #46586A;
}
.proposal_upload{
    border: 1px solid #ED6D45;
    border-radius: 5px;
}

.btn.btn-sm-primary {
    background: #ED6D45;
    border-color: #ED6D45;
    color: #fff !important;
    border: none !important;
    padding: 2px 9px;
    font-size: 14px;
}

.btn.btn-xs-primary {
    background: #ED6D45;
    border-color: #ED6D45;
    color: #fff !important;
    border: none !important;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px !important;
}

.btn.btn-sm-success {
   
    color: #fff !important;
    border: none !important;
    padding: 2px 9px;
    font-size: 14px;
}

.btn.btn-xs-success {

    color: #fff !important;
    border: none !important;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px !important;
}


.btn.btn-primary {
    background: #ED6D45;
    border-color: #ED6D45;
    height: 54px !important;
    line-height: 42px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 30px !important;
    color: #fff !important;
    border: none !important;
}
.btn.btn-primary i {
    color: #fff;
}
.btn.btn-secondary i {
    color: #000;
}
.btn.btn-primary:hover,
.btn.btn-sm-primary:hover
 {
    background: #fdb913;
    border-color: #fdb913;
}

.btn.btn-sm-secondary {
    background: #FDB913;
    border-color: #FDB913;
    color: #191e1f !important;
    border: none !important;
    padding: 2px 9px;
    font-size: 14px;
}

.btn.btn-secondary {
    background: #FDB913;
    border-color: #FDB913;
    height: 54px !important;
    line-height: 42px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 30px !important;
    color: #191e1f !important;
    border: none !important;
}
.btn.btn-secondary:hover,
.btn.btn-sm-secondary:hover
 {
    background: #f67511 !important;
    border-color: #f67511 !important;
}
.btn.btn-sm {
    padding: 10px 20px 10px 20px !important;
    line-height: 26px !important;
    height: auto !important;
    font-size: 14px;
}

.btn.btn-danger {
    height: 54px !important;
    line-height: 42px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 30px !important;
    border: none !important;
    width: 15%;
}
.btn.btn-dark {

    border-radius: 30px !important;
    border: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #ED6D45;
}
i {
    color: #ED6D45;
}

.width_100_percent { width: 100%; }

table.list {
    width:100%;
    font-size: 0.85rem;
    line-height: 0.98rem;
    color: #000;
/*    padding: 20px 20px;*/
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 25px 0px !important;
    box-sizing: border-box !important;
}
table.list .operation { font-size: 1rem; display: inline-block; }
table.list .operation-notes { font-size: 1rem; }
table.list .operation-appraisal { font-size: 1rem; }
table.list tbody tr td {
    border-bottom:1px solid #e5e5e5; padding:  5px 10px;
    line-height: 20px;
}
table.list tbody tr.hover td {
    background-color:#f6f6f6;
}
table.orderbank-table a{
    color: #222;
}

ul.data-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-left: 0px;
}
ul.data-list li {
    width: 50%;
    padding-right: 50px;
    list-style: none;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
}
ul.data-list p {margin-bottom: 0px;}
.tree-row {
    padding-bottom:8px;
}
.category-tree {
    width:100%;
    border-top:1px solid #e5e5e5;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.category-tree ul {
    padding-left: 15px;
    list-style: none;
}
.category-tree .category-row {
    clear:both;
    cursor:move;
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
    line-height: 18px;
}
.category-tree .category-row .label {
    display: inline;
    padding-left:0px;
}
.category-tree .category-row .operations {
    float:right;
}
.category-tree .indent-1 {
    padding-left:30px;
}
.category-tree .indent-2 {
    padding-left:60px;
}
.category-tree .indent-3 {
    padding-left:90px;
}
.category-tree .indent-4 {
    padding-left:120px;
}
.category-tree .indent-5 {
    padding-left:150px;
}
.category-tree .indent-6 {
    padding-left:180px;
}
.category-tree .indent-7 {
    padding-left:210px;
}
.list-row {
    margin-top:10px;
    margin-bottom:20px;
}
.operation {
    position: relative;
    display:inline-block;
    background-position:left top;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    cursor:pointer;
}
.operation-appraisal {
    position: relative;
    display:inline-block;
    background-position:left top;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    cursor:pointer;
}
.operation-notes {
    position: relative;
    display:inline-block;
    background-position:left top;
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    cursor:pointer;
}
a.operation:hover {
    text-decoration:none;
}
a.operation-appraisal:hover {
    text-decoration:none;
}
a.operation-notes:hover {
    text-decoration:none;
}
.operation-edit:before,.operation-form:before,.operation-worksorder:before,.operation-worksquote:before,.operation-offer:before {

    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f303";
    color: #ED6D45;

}
.operation-overview:before{

    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
    color: #007bff;

}
.operation-delete:before {
    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2ed";
    color: #ED6D45;
}
.operation-deletea2s:before {
    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2ed";
    color: #555;
}
.operation-delete-v2s:before {
    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2ed";
    color: #555;
}
.operation-browser-preview:before  {
    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f109";
    color: #558;
}
.operation-status-1 {
    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f205";
    color: #585;
}
.operation-status-0 {
    left:0px;
    position:absolute;
    top:0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f204";
    color: #888;
}

@media (max-width:575px) {

    .col-2-5 {
        display: flex;
        flex: 0 0 auto;
        width: 15%;
    }
    .col-9-5 {
        display: flex;
        flex: 0 0 auto;
        width: 85%;
    }
    #sidebar ul li {
        display:flex;
        justify-content: center;
        align-items: center;
        padding: 10px !important;
    }
    #sidebar ul li a {
        font-size: 16px !important;
        text-align: center !important;
        padding: 0px !important;

    }
    #sidebar ul li a i {padding: 0px}
}
@media (min-width: 576px) and (max-width:991px) {

    .col-2-5 {
        display: flex;

        flex: 0 0 auto;
        width: 25%;
    }
    .col-9-5 {
        display: flex;

        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width:992px) {

    .col-2-5 {

        flex: 0 0 auto;
        width: 20%;
    }
    .col-9-5 {
        flex: 0 0 auto;
        width: 80%;
    }
}


/* Header */
header.smaller ul.nav {
    padding: 10px 0px !important;
}
header.smaller .contact-header {
    align-items: center;
    display: flex;
    justify-content: space-around !important;
    width: 100%;
    padding: 0px !important;
}
header .logo-link {
    width: 100%;
}
header.smaller img.logo {
    max-width: 70px;
}
header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
}
.main-header-bar * {
    transition: all 0.4s !important;
}
header a {
    text-decoration: none;
}
.logo {max-width: 90px; height:  auto; width:  100%;}

@media (max-width: 767px) {
    .logo {
        max-width: 100px;
    }
    .top-header {
        justify-content: space-between;
    }
}
header ul.nav {
    width: 100%;
 display: flex;
 justify-content: space-around;
}

header ul.nav li {

    font-size:  16px;
}
header ul.nav li a {
    color: #fff;
}

.main-header-bar i {
    font-size: 25px;
    line-height:45px;
}

.mini-login-section > *{
    line-height: 25px ;
    display: flex;
    align-items: center;
}
.fs-7  {
    font-size: 0.9rem !important;
}

.top-header-bar {
    background:#191e1f;
    position:fixed;
    z-index:999;
    width:100%;
    height: 40px;
}
.top-header-bar a {
    font-size: 12px;
    text-decoration: none;
    color:  #fff;
    display: inline-block;
    float: right;
    padding: 10px 50px;

}

.top-header-bar a:hover {
    color: #115;
}

.main-header-bar {
    background: #30343f;
    color:  #fff;
/*    border-bottom:  2px solid #ED6D45;*/
    position:relative;
    padding-top: 40px;
    box-sizing: content-box;
}

.main-content {
    background:#e9ebf5;
}

.dropdown__title {
  background-color: transparent;
  border: none;
  font-family: inherit;
  padding-bottom: 25px;
  cursor: pointer;
}
#sidebar {
    background:#191e1f;
}
#sidebar i {
    color: #fff;
    padding-right: 10px;
}
#sidebar nav {
    padding: 0;
}
#sidebar nav, #sidebar ul {
    display:block;
}
#sidebar ul li.user-menu {
    background: #191e1f;
    border: 2px solid #191e1f;
    color: #fff !important;
    padding: 0px;
    margin-bottom: 25px;
}
#sidebar ul li.user-menu a {
    width: auto !important;
    background: #30343f;
    border-radius: 40px;
    text-align: center;
    padding: 0px;
    vertical-align:middle;
}
#sidebar ul li.user-menu a i {
    padding:18px;
}
#sidebar ul li.user-menu span {
    display: inline-block;
    align-items: center;
    vertical-align:middle;
    margin-left: 15px;
}
#sidebar ul li.user-menu h5{
    color: #fff;
    display: inline-block;margin: 0px;
}
#sidebar ul li.user-menu p {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}
#sidebar ul li {
    margin: 16px auto;
    background: #30343f;
    border-radius: 45px;
    border: 2px solid #30343f;
    padding: 0px 25px;
    width: 100%;
    max-width: 250px;
    transition: 280ms all 120ms ease-out;

}
#sidebar ul li a {
    padding: 15px 0px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
@media (max-width: 575px) {
    #sidebar ul li.user-menu span{
        display: none;
    }

}
@media (min-width: 576px) and (max-width: 767px) {
    #sidebar ul li.user-menu span{
        font-size: 8px !important;
        margin-left: 5px;
    }
    #sidebar ul li.user-menu span h5{
        font-size: 9px !important;
    }
    #sidebar ul li.user-menu a {
        width: auto !important;
        background: #30343f;
        border-radius: 20px;
        text-align: center;
        padding: 0px;
        vertical-align:middle;
    }
    #sidebar ul li.user-menu a i {
        padding:12px;
    }
}
@media (min-width: 768px) and (max-width :1199px) {
    #sidebar ul li.user-menu span h5{
        font-size: 12px !important;
    }
    #sidebar ul li.user-menu span p {
        font-size: 11px;
    }
}
@media (min-width: 768px) {
    #sidebar ul li.user-menu span{
        display: inline-block;
    }
}

@media (max-width: 1200px) {

    #sidebar ul li a {
        padding: 15px 0px;
        font-size: 10px;
    }
    #sidebar ul li {
        margin: 16px auto;
        background: #30343f;
        border-radius: 45px;
        border: 2px solid #30343f;
        padding: 0px 10px;
    }

}
@media (min-width: 1201px) and (max-width: 1600px) {
    #sidebar ul li a {
        padding: 15px 0px;
        font-size: 12px;
    }
    #sidebar ul li {
        margin: 16px auto;
        background: #30343f;
        border-radius: 45px;
        border: 2px solid #30343f;
        padding: 0px 15px;
    }
}
#sidebar ul li.active { border-color: #ED6D45; }
#sidebar ul li a, #sidebar ul li a i {
    transition: 280ms all !important;
}
#sidebar ul li.user-menu:hover a {
    color:#fff;
}
#sidebar ul li:hover a, #sidebar ul li:hover i {
    color:#ED6D45;
}
nav {
  padding: 0 1rem;
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
}
nav > ul {
  grid-auto-flow: column;
}
nav > ul > li {
  margin: 0 0.5rem;
}
nav > ul > li a,
nav > ul > li .dropdown__title {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
}
nav > ul > li a:focus,
nav > ul > li .dropdown__title:focus {
  outline: none;
}
nav > ul > li > a,
nav > ul > li .dropdown__title {
  padding: 1rem 0.5rem;
  border-top: 3px solid transparent;
  transition: 280ms all 120ms ease-out;
}
nav > ul > li > a:hover, nav > ul > li > a:focus,
nav > ul > li .dropdown__title:hover,
nav > ul > li .dropdown__title:focus {
 /* border-top-color: pink;
  color: pink;*/
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
nav ul li {
  padding: 0;
}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0 0 0 10px;
  z-index: 100;
}
.menu svg {
    width: 45px;
    height: 45px;
}
.menu:focus-visible {
    border: none;
    outline: none;
}

.main-header-bar .fa-user-circle {
    position: relative;
/*    top: 1px;*/
}
.line {
  fill: none;
  stroke: #ED6D45;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.navigation-mobile  {
    display: none;
    position: absolute;
    top: 0px;
    z-index:10;
    height: 100%;
    width: 100%;
    background: rgba(48,52,63,0.9);
    justify-content: center;

}
.navigation-mobile-container  {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.navigation-mobile.opened  {
    display: flex;
}

.navigation-mobile ul {
    list-style: none;
    padding: 0px;
}

.navigation-mobile ul li a, .navigation-mobile ul li button {
    font-size: 2rem !important;
    color: #fff;
    padding: 0px !important;
}

.dropdown {
  position: static;
}
.dropdown .dropdown__title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding-bottom: 40px;
}
.dropdown .dropdown__title:after {
/*  content: "";
  border: 0.35rem solid transparent;
  border-top-color: rgba(255, 255, 255, 0.45);
  margin-left: 0.25em;
  transform: translateY(0.15em);*/
;
}
.dropdown .dropdown__menu {
  position: absolute;
  z-index:10;
  min-width: 100%;
  left: 50%;
/*  top: calc(100% - 0.25rem);*/
  top: calc(100% + 2px);
  transition: 280ms all 120ms ease-out;
  transform: rotateX(-90deg) translateX(-50%);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0.3;
  padding: 0.5em 0;
  background-color: #30343f;
  box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to right top, #313141, #3a3a4a, #444454, #4d4d5d, #575767, #5e5e6e, #656575, #6c6c7c, #727282, #787888, #7f7f8f, #858595);
}

.dropdown .dropdown__menu a {
/*  color: #47246b;*/
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  opacity: 0;
  transition: 280ms all 120ms ease-out;
  cursor: pointer;
}

.dropdown .dropdown__menu a.cars:hover {
    background: #ffbe27;
}
.dropdown .dropdown__menu a.vans:hover {
    background: #ED6D45;
}

.dropdown .dropdown__menu a:hover > *{
    transform: scale(1.02)
}

.dropdown .dropdown__menu a:focus {
  outline: none;
}
.dropdown:after {
    content: "";
    border: 0.5rem solid transparent;
    border-bottom-color: #ED6D45;
    position: relative;
    top: calc(100% - 38px);
    left: -48%;
    transform: translateX(0px);
    transition: 280ms all 120ms ease-out;
    opacity: 0;
    will-change: opacity;
}

.dropdown:hover .dropdown__title, .dropdown:focus-within .dropdown__title {
  border-top-color: pink;
}
.dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
  opacity: 1;
  transform: rotateX(0) translateX(-50%);
  visibility: visible;
}
.dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
  opacity: 1;
}
.dropdown:hover:after, .dropdown:focus-within:after {
  opacity: 1;
}

.border-right-white {
    border-right: 3px solid #fff;
}
.border-pink {
    border-color: #ED6D45 !important;
}
.border-bottom {
    border-top: none;
    border-left:none;
    border-right:none;
    border-bottom:  1px solid #fff;
}
.contact-header h2 a , .contact-footer h2 a {
    color:  #fff !important;
    font-weight: normal;
    font-size: 1.4rem;
    line-height:1.2rem;
}
p small {
    font-size: 10px;
}
.contact-footer h2 a {
    color: #000 !important;
}
.contact-header, .contact-footer {
    text-align: center;
}
.contact-header p {
    font-size:18px;
    line-height:10px;
    font-weight:300;
}
.contact-footer p {
    font-size:16px;
    line-height:14px;
    font-weight:300;
}
/*helpers*/

.hero-list {
    margin: 0px;
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0px;
}
.hero-list li {
    background: #cbcbcb;
    border: 3px solid #cbcbcb;
    border-radius: 50px 0px 0px 50px;
    padding: 0px;margin: 10px 0px;
    transition: all 0.2s;
}
.hero-list li a {
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 25px 10px 25px 25px;
}
.hero-list li:hover {
    background: #fff;
}
.cars-colour li:hover {
    border-color: #ffbe27;
}
.vans-colour li:hover {
    border-color: #ED6D45;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative;
    z-index: 2;
    text-align: center;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
}
#progressbar li.completed:before {
    content: "\f00c" !important;
}

button[type="submit"] {
    font-weight: 700;
}
/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    position:relative;
    z-index: 3;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ED6D45;
}
#progressbar li.completed:before, #progressbar li.completed:after {
    background: #22bc13;
}

.message-log {
    padding: 10px 25px;
    border-radius: 30px;
    position: relative;
}
.message-log p {
    line-height: 1.8rem;
}
.message-log::after {
  /* (B1-1) ATTACH TRANSPARENT BORDERS */
  content: "";
  border: 20px solid transparent;

  /* (B1-2) NECESSARY TO POSITION THE "TAIL" */
  position: absolute;
}
/* (C2) LEFT */
.message_administrator::after  {
  /* (C2-1) LEFT TRIANGLE */
  border-right-color: #fdb913;
  border-left: 0;

  /* (C2-2) POSITION AT LEFT */
  left: -10px; top: 50%;
  margin-top: -20px;
}

/* (C3) RIGHT */
.message_dealer::after, .message_partner::after {
  /* (C3-1) RIGHT TRIANGLE */
  border-left-color: #ED6D45;
  border-right: 0;

  /* (C3-2) POSITION AT RIGHT */
  right: -10px; top: 50%;
  margin-top: -20px;
}

.message-log.message_dealer,.message-log.message_partner {
    background: #ED6D45;
    color: #fff;
}
.message-log.message_administrator {
    background: #fdb913;
    color: #222;
}
.build-list {
    margin: 0px;
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0px;
}
.build-list li {
   /* background: #cbcbcb;
    border: 3px solid #cbcbcb;
    border-radius: 50px 0px 0px 50px;*/
    padding: 0px;margin: 10px 0px;
    transition: all 0.2s;
}
.build-list li a {
   /* color: #000;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 25px 10px 25px 25px;*/
}
.build-list li:hover {
    background: #fff;
}
.build-list select.form-select{
    background: #cbcbcb;
    border-radius: 35px  0px 0px 35px  !important;
     padding: 25px 25px 25px 25px !important;
    border: 3px solid #cbcbcb !important;
    cursor:pointer;
}
.build-list select.form-select:focus{
    box-shadow: none;
}
.build-list select.form-select:hover, .build-list select.form-select:valid{
    background: #fff;
}
.build-list.van select.form-select:hover, .build-list.van select.form-select:valid{
    border-color: #ef0064 !important;
}
.build-list.car select.form-select:hover,.build-list.car select.form-select:valid{
    border-color: #ffbe27 !important;
}

.notification-area .card.rounded {
    border: 3px solid #fff !important;
    transition: all 0.2s;
}
.notification-area .card.rounded:hover {
    border-color: #000 !important;
}
.view-notification-button {
    background: #cbcbcb;
/*    border: 3px solid #cbcbcb;*/

    padding: 4px 25px 4px 40px;
    margin: 10px 0px;
    transition: all 0.2s;
     border-radius: 0 25px 25px 0px;
     position: absolute;
     left: -3px;
     bottom: 30px;
     font-size: 20px;
     font-weight: 700;
     color: #000;
}
.notification-area .card.rounded:hover .view-notification-button {
    color: #fff;
    background: #000;
}

.home-hero.active, .home-features .active, .home-hero-section .active {
    background-color: #D9D9D9;
}

.notification-area .notification-circle {
    float: right;
}
.notification-area .card {
    cursor: pointer;
}
.notification-area .card a {
    display: block;
    width: 100%;
    height: 100%;

}
.notification-circle {
    border-radius: 50%;
    border: 3px solid #ffbe27;

    max-height: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    line-height: 1px;
    position:relative;
}
.notification-circle.notification-circle-sm {
    width: 70px;
    height: 70px;
    font-size: 25px;
    line-height: 25px;
}

.notification-circle.notification-circle-xs {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 20px;
}
.notification-circle.red {
    border: 3px solid #ED6D45;
}
.notification-circle.green {
    border: 3px solid #bebe27;
}

.notification-circle-new {
    border-radius: 50%;
    border: none;
    background: #ED6D45;
    color: #fff;
    right: 0px;
    top: 13px;
    max-height: 100%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    position:absolute;
}


@media (min-width: 992px) and (max-width: 1200px) {
    .notification-circle {
        height: 80px;
        width: 80px;
    }
}

.notification-circle .new-notification {
    position:absolute;
    bottom: -5px;
    right: 10px;
    background: #ED6D45;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

/* Home Page */

.home-hero {

    height:  65vw;
    color: #fff;
    transition: all 0.4s;
    overflow: hidden;

}


@media (min-width: 768px) and (max-width: 1199px) {

    .home-hero {
        height:  30vw;
    }

}

@media (min-width: 1200px) {

    .home-hero {
        height:  25vw;
    }

}

.overlay {
    background: rgba(0,0,0,0.2);
    transition: all 0.4s;

}
.home-hero:hover {
    cursor: pointer;
}
.home-hero:hover .overlay {
    background: rgba(255,255,255,0.2);
}

.hero-button.active {
    border: 1px solid #fff;
    border-top:  2px solid #fff;
    border-bottom:  2px solid #D9D9D9;
}
.hero-button {
    border: 1px solid #46586A;
    border-top:  2px solid #46586A;
    border-bottom:  2px solid #D9D9D9;
}
.hero-button:first-of-type { border-left:  0px;}
.hero-button:last-of-type { border-right:  0px;}

.hero-car {
    background-image: url('../img/car-hero-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-van {
    background-image: url('../img/home-hero-van.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-feature.active {
    border: 1px solid #fff;
    border-top:  2px solid #fff;
    border-bottom:  2px solid #D9D9D9;
}

.home-feature {
    border: 1px solid #46586A;
    border-top:  2px solid #46586A;
    border-bottom:  2px solid #D9D9D9;
}
.home-feature a {
    font-size:  1.6rem;
}
.home-feature:first-of-type { border-left:  0px;}
.home-feature:last-of-type { border-right:  0px;}

/*footer */
footer {
    background: #fff;
    color: #46586A;
}
footer a {
    color: #46586A;
}
footer h2 a {
    color:  #E60064 !important;
    font-weight: bold;
}

.footer-top .inner {
    border-bottom:  1px solid #ED6D45;
}
footer p {
    line-height: 18px;
}
footer small {
    font-weight: 300;
    font-size: 12px;
}
.footer-logos small {
    font-weight: 300;
    font-size: 10px;
}
.footer-logos p {
    line-height: 12px;
}

footer ul.nav  {
    width: 100%;
}
footer ul.nav li {
    display: inline-block;
    padding-right: 30px;
}

footer ul.nav.small li {
    font-size:  10px;
    font-weight: 300;
}

/* Filters */
.nav-pills .nav-item .nav-link {

}
.nav-pills li.nav-item a.nav-link {
    border-radius: 0 !important;
    color: #30343f;
    padding:  15px 20px;
}
.nav-pills li.nav-item a.nav-link {
   border: 1px solid #46586A;
}
.wflightbluebg .nav-pills li.nav-item a.nav-link {
    border: 1px solid #ED6D45;;
}


.nav-pills li.nav-item a.nav-link:hover {
/*    background: #ffbe27;*/
    background-image: linear-gradient(to right top, #313141, #3a3a4a, #444454, #4d4d5d, #575767, #5e5e6e, #656575, #6c6c7c, #727282, #787888, #7f7f8f, #858595);
    color: #fff;
}
.nav-pills li.nav-item a.nav-link.active{
    background: #ED6D45;
    color: #fff;
    font-weight: 700;
}
.nav-pills li.nav-item:not(:first-of-type)  a.nav-link{
    border-left: 0px;
}
.nav-pills li.nav-item a.nav-link.active {

}
#pills-tab li:first-of-type a, .nav-pills.pills-tab li:first-of-type a{
    border-radius: 50px 0px 0px 50px !important;
}
#pills-tab li:last-of-type a, .nav-pills.pills-tab li:last-of-type a{
    border-radius: 0px 50px 50px 0px !important;
}

.switch {
  margin: 4rem auto;
}
/* main styles */
.switch {
  width: 24rem;
  position: relative;
}
.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
.switch input:checked + label {
  opacity: 1;
  cursor: default;
}
.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch label {
  color: #fff;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}
.switch .toggle-inside {
  border-radius: 5rem;
  background: #4a4a4a;
  position: absolute;
  transition: 0.25s ease all;
}
.switch--horizontal {
  width: 18rem;
  height: 3rem;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}
.switch--horizontal input {
  height: 3rem;
  width: 6rem;
  left: 6rem;
  margin: 0;
}
.switch--horizontal label {
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  width: 6rem;
  height: 100%;
  margin: 0;
  text-align: center;
}
.switch--horizontal label:last-of-type {
  margin-left: 6rem;
}
.switch--horizontal .toggle-outside {
  background: #fff;
  position: absolute;
  width: 6rem;
  left: 6rem;
}
.switch--horizontal .toggle-inside {
  height: 2.5rem;
  width: 2.5rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 3.25rem;
}


.motorhub-tabs {
    border-bottom: 3px solid #e9ebf5;
}
.nav-tabs .nav-link { font-size: 22px; font-weight:bold; color: #A5A7B2; border: none; border-bottom: 3px solid #e9ebf5;padding: 15px 30px; position: relative; top: 2px; }
.nav-tabs .nav-link i { color: #e9ebf5; }
.nav-tabs .nav-link.active { border: none; border-bottom: 3px solid #FDB913; color: #191e1f; }
.nav-tabs .nav-link.active i { color: #191e1f; }

.motorhub-tab-content .card {
    color: #191e1f;
}
.motorhub-tab-content .card button {
    font-weight: bold;
}

.motorhub-tab-content .card h4 {
    color: #191e1f !important;
    font-weight: bold !important;
}
.motorhub-tab-content .card p {
    color: #191e1f !important;
    font-weight: 400 !important;
    line-height: 24px;
}
.motorhub-tab-content .card {
    padding: 0px !important;
}

.motorhub-tab-content .card-header {
    background: #e9ebf5;
    padding: 30px 30px 0px 30px;
    border-radius: 35px 35px 0px 0px !important;
}
.motorhub-tab-content .card-body {
    padding: 30px;
}

.filter-nav {
    background: #30343f;
}
.filter-nav a{
    color: #fff !important;
    border: 1px solid #303f4f !important;
}
.filter-nav:hover a {
    color: #30343f !important;
    background: #fff;
}

.badge { border-radius:2px; border:1px solid #cdcdcd; font-weight: 300; font-size: 11px;}
.badge.bg-success, .badge.bg-warning {
    border:none;
    width: 100%;
}
.badge.bg-stock {
    background: #ffbe27;
    border:1px solid #ffbe27;
}
.badge.bg-special {
    background: #ED6D45;
    border:1px solid #ED6D45;

}
.badge.bg-delivery {
    background: #008bd2;
    border:1px solid #008bd2;

}
.badge.bg-type {
    background: #fff;
    border: 1px solid #008bd2;

    color: #36a9e1;
}

.card {
    border: 0;
    border-radius: 35px !important;
    padding: 0px !important;
/*    padding: 30px;*/
}
.card .card-text {
    color: #46586A;
}
.card-body {
    padding: 30px;
}
.card-header,.card-footer {
    background: #fff;
    color:  #46586A;

}
#fixedSummary .card {
    border-radius: 0px !important;
}
.placeholder-small {
    width: 70px !important; height: auto !important; padding: 8px 0px;
}
.placeholder-medium {
    width: auto !important; height: 100px !important; padding: 8px 15px;
}
.placeholder {
    padding: 50px;
    cursor: auto !important;
}
.vehicle_cards .placeholder {
    padding: 66px 50px;
}

.vehicle_cards .card.floating {
    border-radius: 25px !important;
}
.vehicle_cards .card.floating .card-footer {
    border-radius: 0px 0px 25px 25px !important;
    border-top: none !important;
}
.vehicle_cards .card.floating .card-body {
    padding:15px 30px;
    overflow:hidden;
}
.vehicle_cards .card.floating .card-header {
    padding:0px;
    overflow: hidden;
}
.vehicle_cards .price {
    font-weight: 600;
}
a.filter_vehicles {
    border: 2px solid #ED6D45 !important;
    border-radius: 4px !important;
}
a.filter_vehicles:hover {
    border: 2px solid #FDB913 !important;
    background: #fdb913;
}
.card-header {
    border-bottom:  0px;
    border-radius: 35px 35px 0px 0px !important;
    padding: 25px;
}
.module-card > .card-header {
    border-bottom:  0px;
    border-radius: 35px 35px 0px 0px !important;
    padding: 25px;
/*    background: rgba(255,109,60,0.2);*/
    background: #fafafa;
}

.module-card .module-card {
  border-radius: 15px !important;
}

.module-card .module-card .card-header{ 
    border-radius: 15px 15px 0px 0px !important;
}
.module-card .module-card .card-footer {
    border-radius: 0px 0px 15px 15px !important;
}

.module-card > .card-header  {
    align-items: center!important;
}
.module-card > .card-header h1, .module-card > .card-header h2, .module-card > .card-header h3, .module-card > .card-header h4, .module-card > .card-header h5, .module-card > .card-header h6 {
    font-weight: bold;
    margin-bottom: 5px;
    color:#30343f;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
/*    margin-bottom: 5px;*/
    color:#30343f;
}
.card-body .header-description {
    min-height: 100px;
    font-weight: bold;
    color: #222;
    font-size: 18px;
    line-height: 24px;
}
.card-body span.derivative-description {
    font-weight:600;
    font-size:15px;
}
.card-footer {
    border-top:  1px solid #D9D9D9;
    font-size: 18px;
    padding:  0px;
    font-weight: 500;
}
.card-footer h6 {
    font-weight: 500;
}
.card-footer .price {
    font-size:  22px;
    margin-bottom:  0px;
}
.card-footer .col-6 {
    padding: 15px;
}
.card-footer .col-6:first-of-type {
    border-right: 1px solid #D9D9D9;
}
@media (min-width: 991px) {
    .br-grey-2 {
        border-right: 2px solid #fafafa;
    }
}

.vehicle-thumb {
    height: 100px; width: auto;max-width: 100%;
    transition: 0.2s ease-in all;
}
.vehicle-thumb-hover {
  display: none
}
/*.deriv-card:hover {
    background:#fafafa !important;
}*/
.deriv-card:hover .vehicle-thumb.vehicle-thumb-hover {
    display: block;
}
.deriv-card:hover .vehicle-thumb {
    display: none;
}

/* Form Elements */
input.form-control,select.form-select {
    /*border:  1px solid #46586A !important;
    border-radius: 0 !important;
    color:  #46586A !important;*/
}
select.form-select {
    padding: 15px;
    color:  #46586A;
/*    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2#46586A'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;*/

}

.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder { /* Edge */
   color:  #46586A !important;
}

.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:  #46586A !important;
}

.form-control::placeholder .form-select::placeholder {
   color:  #46586A !important;
}
/*.btn.btn-primary {
    background: #3FA2F7 !important;
    color:  #fff !important;
    border:  1px solid #46586A !important;
    padding: 15px;
    border-radius: 0 !important;
}*/
/*.wflightbluebg .btn.btn-primary {
    background: #D9D9D9 !important;
    color: #46586A !important;
}*/
.accordion-body {
    background: #D9D9D9;
}
.accordion-item, .accordion-header, .accordion-header button {
    color: #46586A !important;

}
.accordion-header button.bg-success::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-header button::after {
    color: #46586A;
}
.accordion-button:focus {
    box-shadow:none;
}
.accordion-button:not(.collapsed) {
 background-color:#30343f;
 color: #fff !important;
}
.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}
.accordion-body ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.accordion-body ul li{
    background-color: #fff;
    margin:  5px 0px;
    padding:  10px;
    font-size: 14px;
    line-height: 30px;
}
.accordion-body ul li.active{ border: 3px solid #ED6D45;}

.card.price-summary {
     background: #30343f;
     color:  #fff;
}
.card.price-summary th, .card.price-summary td {
    font-size: 14px;
}
.card.price-summary th {
    font-weight: 700;
}
.card.price-summary td {
    font-weight: 300;
}
.price-summary-totals {
    border-top: 2px solid #fff;

}

.onboarding p,.onboarding a {
    font-size: 0.9rem;
    color: #1b2021;
}
.onboarding span.caption {
    font-weight: normal;
    font-size: 0.8rem;
}
.onboarding, .onboarding .container > .row {
  height: 100%;
  min-height: 100%; }

@media (max-width: 991.98px) {
  .onboarding .bg {
    height: 200px; }
}

.onboarding h1,.onboarding h2,.onboarding h3,.onboarding h4,.onboarding h5,.onboarding h6 {
    font-weight: bold;
    color: #1b2021;
}
.onboarding a {
    font-weight: bold;
}
.onboarding a.accent {
    color: #ED6D45 !important;
    font-weight: bold;
}
label {
    font-weight: bold;
    padding-bottom: 10px;
}

.onboarding  .container, .full  .container{
  background: #f6f7fc;
}

.full  {
    width: 100%;
}

  @media (max-width: 1600px) {
    .modal-backdrop {
        width: 141vw !important;
        height: 150vh !important;
    }
    .recaptcha-container {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .onboarding h2 {
        font-size: 1.5rem;
    }
    .onboarding p, .onboarding a {
        font-size: 0.9rem;
    }
  }
    .form-control,  .bg .form-control {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
    height: 42px !important;
    background: #fff;
    border: 1px solid #bbb !important;
     }
     textarea.form-control,  .bg textarea.form-control {
        height: auto !important;
        resize: none !important;
    }
      .form-control:active,   .form-control:focus,  .bg .form-control:active,  .bg .form-control:focus {
      outline: none !important;
      box-shadow: 0px 0px 9px 7px rgba(255,109,60,0.1) !important;
      -webkit-box-shadow:0px 0px 9px 7px rgba(255,109,60,0.1) !important;
      border: 1px solid #ED6D45 !important;
  }
    input[type='checkbox'] {
    color: #fff !important;
  }
    input[type='checkbox']:checked {
    accent-color: #ED6D45 !important;
    color: #fff !important;
  }
  input[type='radio'] {
        /* hiding browser el */
        appearance: none;
        /* Safari support */
        -webkit-appearance: none;
        border: 0.2rem solid #fff;
        background-color: rgba(255, 109, 60, 0.2);
        border-radius: 50%;
    }

    select.form-control {
         appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1em;
    }

    /* keyboard navigation focus appearance */
    input[type='radio']:focus-visible {
        outline-offset: 0;
    }

    input[type='radio'] {
        height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
        box-shadow: 0 0 0 1px rgba(255, 109, 60, 0.6);
    }

    input[type='radio']:hover {
        border-width: 0;
    }

    input[type='radio']:checked {
        box-shadow: 0 0 0 1px rgba(255, 109, 60, 0.4);
        background-color: rgba(255, 109, 60, 1);
        border-width: 0.2rem;
    }
    #adminMsessageModal .select2-container--default .select2-selection--single,#adminMsessageModal  .select2-container--default .select2-selection--single .select2-selection__rendered,#adminMsessageModal  .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px !important;
        line-height: 42px !important;
        font-size: 12px !important;
    }
    #adminMsessageModal .select2-container--default .select2-search--dropdown .select2-search__field,#adminMsessageModal  .select2-results__option--selectable,#adminMsessageModal  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        font-size: 12px !important;
    }
    #adminMsessageModal select, #adminMsessageModal option, #adminMsessageModal input,#adminMsessageModal textarea {
        font-size: 12px !important;
    }
     #adminMsessageModal .send_to  {
        font-size: 14px !important;
    }
     #adminMsessageModal .send_to input[type='radio'] {
        position: relative;
        top: 3px;
        margin-right: 0.1rem !important;
     }


/*
    .onboarding input[type=checkbox]:before {
        font-family: "FontAwesome";
        content: "\f00c";
        color: transparent !important;
        font-size: 15px;

    }

    .onboarding input[type=checkbox]:checked:before {

        color: white !important;
    }
*/

.onboarding .bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.onboarding a {
  color: #1b2021;
  text-decoration: underline; }

.onboarding .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
}

.footer-menu-mini {
    padding-left: 0px;
    list-style:none;
    display: flex;
    justify-content:space-between;

}
.footer-menu-mini li {
    display:inline-block;
}
.footer-menu-mini a {
    color: #1b2021;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
}

.footer-menu-mini a.active {
    color: #ED6D45;
}


.tools-card .image-holder {
    height: 200px ;
}

.tools-card .image-holder img {

    max-height: 100%;
    width: auto;

}
.pricing-card img {

    max-height: 120px !important;
    width: auto;

}

/*vehicle options configurator*/
#optionsFlush input[type=radio],#optionsFlush input[type=checkbox] {
        display:none;
    }

#optionsFlush input[type=radio] + label,#optionsFlush input[type=checkbox] + label {
        display:inline-block;
        margin:-2px;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-align: center;

        vertical-align: middle;
        cursor: pointer;
        background-color: #30343f;
      /*  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
        background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
        background-image: -o-linear-gradient(top,#fff,#e6e6e6);
        background-image: linear-gradient(to bottom,#fff,#e6e6e6);
        background-repeat: repeat-x;*/
        border: 2px solid #10122e;
        border-radius: 15px;


    }

    #optionsFlush input[type=radio]:checked + label,#optionsFlush input[type=checkbox]:checked + label{

        border: 2px solid #ED6D45;
          color: #fff;

    }

    @media print{
        .noprint{
            display:none;
        }
     }

     .confirm-area{
        text-align: left;
     }

.pricing_class
{
    font-size: 13px;
}
.pricing_class input
{
    padding: 2px;
    font-size: 12px;
    height: 30px !important;
    padding: 4px;
}


.active>.page-link {
    background-color: #ED6D45 !important;
    color: #fff !important;
}
.page-link {
    color: #30343f !important;
    border: 1px solid #46586A !important;
}
.page-link:hover {
    background-image: linear-gradient(to right top, #313141, #3a3a4a, #444454, #4d4d5d, #575767, #5e5e6e, #656575, #6c6c7c, #727282, #787888, #7f7f8f, #858595);
    color: #fff !important;
}
.remove_deal_opt{
    padding: 3px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: auto;
  max-width: 750px;
  margin: 0 auto;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-wrapper {
    margin-top: 10px !important;
    height: auto !important;
}

.build-notification {
    position: fixed;
    top: 149px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.build-notification.build-notification-smaller {
    top: 130px !important;
}
.build-notification .alert {
    padding: 11px 20px !important;
    border-radius: 0px !important;
    border: 0px !important;
}

.equip_title{
    text-transform: capitalize;
 }

 .otr-pricing-table th, .rental-pricing-table th {
    font-size: 12px;  text-align: center;
 }
 .otr-pricing-table td, .rental-pricing-table td {
    font-size: 14px; padding: 4px; text-align: center;
 }
 p.offered-by {
    line-height: 15px;
    margin-bottom:10px;
 }
 .middle-sections .pricing_row:not(:last-child) {
    border-bottom: 1px solid #ED6D45;
 }


.bronze-discount{
  background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%); 
  }

.bronze-discount:before{
  background: linear-gradient(135deg,  #d19c35 0%,#f7e6c5 50%,#e8b558 100%);
  border: 1px solid #e6b86a;
  }

.bronze-discount:after{
  background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(209,156,53,0.3);
  border-right: 1px solid rgba(209,156,53,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, .05);
  }

.bronze-discount:hover:after{
  background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 41%,rgba(231,192,116,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(209,156,53,0.3);
  border-right: 1px solid rgba(209,156,53,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, .05);
  }

.silver-discount{
  background: linear-gradient(45deg,  rgba(160,160,160,1) 0%,rgba(232,232,232,1) 56%);
  }

.silver-discount:before{
  background: linear-gradient(45deg,  rgba(181,181,181,1) 0%,rgba(252,252,252,1) 56%,rgba(232,232,232,1) 96%);
  border: 1px solid rgba(181,181,181,1);
  }


.silver-discount:after{
  background: linear-gradient(45deg,  rgba(181,181,181,1) 0%,rgba(252,252,252,1) 56%,rgba(232,232,232,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(160,160,160,0.3);
  border-right: 1px solid rgba(160,160,160,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }

.silver-discount:hover:after{
  background: linear-gradient(45deg,  rgba(181,181,181,1) 0%,rgba(252,252,252,1) 38%,rgba(232,232,232,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(160,160,160,0.3);
  border-right: 1px solid rgba(160,160,160,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }

.gold-discount{
background: linear-gradient(45deg,  rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
}

.gold-discount:before{
  background: linear-gradient(45deg,  rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
  border: 1px solid rgba(242,215,12,1);
  }


.gold-discount:after{
  background: linear-gradient(45deg,  rgba(242,215,12,1) 0%,rgba(255,255,255,1) 56%,rgba(252,235,0,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(242,215,12,0.3);
  border-right: 1px solid rgba(242,215,12,0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }

.gold-discount:hover:after{
  background: linear-gradient(45deg,  rgba(242,215,12,1) 3%,rgba(255,255,255,1) 39%,rgba(252,235,0,1) 100%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(242,215,12,0.3);
  border-right: 1px solid rgba(242,215,12,0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }
.discount-badge {
    padding: 2px 3px 1px;
}

.rental_card .accordion-body ul li {
    background-color: #fff;
    margin: 5px 0px;
    padding: 10px;
    font-size: 11px;
    line-height: 18px;
}
.rental_card #fixedSummary th {
    padding: 2px 5px;
}

.quote-table th, .quote-table td {
    font-size: 12px;
}
.quote-table input.form-control {
    font-size: 12px;
    height: 35px !important;
}

@media print {
    .container-fluid.main-container {
        padding-top: 0px !important;
    }
    #content.main-content {
        width: 100% !important;
    }
}

.select_partner .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
     height: auto !important; 
    padding: 15px;
    user-select: none;
    -webkit-user-select: none;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}

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



.select_partner .select2-search {
  display: none;
}

.select_partner .select2-results__option {
  display: flex;
  align-items: center;
}

.select_partner .select2-results__option .img-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.select_partner .select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #c9c9c9 !important;
  outline: 0;
}

.select_partner span.select2-selection.select2-selection--single {
  outline: none;
}

.select_partner .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
/*  width: 35px;*/
/*  background-color: #fff;*/
/*  border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
/*  box-shadow: 0 5px 20px rgba(35, 49, 45, 0.14);*/
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}*/
.select_partner .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 12px !important;
  width: 12px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}
.select2-dropdown {
    border: 1px solid #ccc !important;
}

.input-wrapper {
    display:inline-block;
    position: relative;

}
.btn.btn-xs-primary i {
    color: #fff;
}
.input-wrapper input.btn.btn-xs-primary {
    padding-right: 35px !important;
}
.input-wrapper-update:after {
    font-family: 'FontAwesome';
    content: '\e09a';
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
}
.input-wrapper-delete:after {
    font-family: 'FontAwesome';
    content: '\f1f8';
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;

}



.sheet {
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding-bottom: 120px !important;
}
/*.sheet .alert {
  padding: 10px 15px;
}
.sheet .alert * {
  font-size: 11px !important;
}*/
.sheet .alert h6 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sheet .overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
.sheet h1, .sheet h2, .sheet h3, .sheet h4, .sheet h5, .sheet .h6 {
  font-weight: 700;
}
.sheet h3 {
  font-size: 14px !important;
} 
.sheet .funding-details-table input.form-control {
  border: none !important; background: none !important;
  font-size: 11px;
  padding: 0px;
  box-shadow: none !important;
  height: auto !important;
}
.sheet h4 {
  font-size: 18px;
}
.sheet h5 {
  font-size: 14px;
}
.sheet table, .sheet table tr,.sheet table th, .sheet table td { border: none !important; }
.sheet table > * {font-size: 13px !important;}
/*.sheet table tr.bigger > * {font-size: 11px !important;}*/
.sheet table tr, .sheet table td, .sheet table th {
  padding: 3px !important;
}
.sheet table tr.text-secondary > *  {
  color: #ED6D45;
  font-size: 11px !important;
}

.sheet .funding-details-table td {
  padding: 4px 0px !important;

}
.sheet .funding-details-table tr td:nth-child(2) input.form-control{
  text-align: right !important;
} 
.sheet .funding-details-table td, .sheet .funding-details-table  input.form-control {
  font-size: 11px !important;
  line-height: 13px !important;
}
.sheet table tr.text-secondary td:first-child, .sheet table tr.text-secondary th:first-child {
  padding-left: 25px !important;
}
.sheet table tr.last-row td, .sheet table tr.last-row th {
  padding-bottom: 25px !important;
}
.sheet tr td:first-child, .sheet tr th:first-child {
  width: 50% !important;
}
.sheet footer { 
  position: absolute;
  bottom: 0px;
  height: 100px;
  left: 0px;
  padding: 0mm 10mm;
  width: 100%;
  box-sizing: border-box;
}
.sheet .subtotal-row > td {
    background: #2e3243;
    color: #fff;
    padding: 4px 0px !important;
    font-weight: 600;
}
.sheet .commission-row > td {
    background: #FDB913;
    padding: 4px 0px !important;
    padding-top: 4px !important;
    font-weight: 600;
}

.sheet .total-row > td {
    background: #2e3243;
    color: #fff;
    padding: 4px 0px !important;
    font-weight: 600;
    font-size: 14px !important;
}
.sheet .spacer > td {
  padding: 10px !important
} 
.sheet .subtotal-row > td:first-child,.sheet .total-row > td:first-child, .sheet .commission-row > td:first-child  {
  padding: 4px 8px !important;
}
.sheet .subtotal-row+tr td,.sheet .total-row+tr td {
  padding-top: 15px !important;
}

.sheet .print-quote-name {
    background: #ED6D45;
    border-radius: 4px;
    border: 2px solid #2e3243;
    padding: 4px 25px;
}
.sheet .print-quote-name p {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}
.sheet .print-quote-vehicle {
    background: #2e3243;
    border-radius: 4px;
    border: 2px solid #2e3243;
    padding: 4px 25px;
}
.sheet .print-quote-vehicle h4 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
.sheet .rental-totals {

    background: #ED6D45 !important;
    border-radius: 4px !important;
    border: 2px solid #2e3243 !important;
    padding: 4px 25px !important;
    color: #fff !important;
    text-align: center;
    font-weight: 500;
    font-size: 14px;

}
.sheet .rental-totals span.bigger {
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
}

.ql-editor strong {
    font-weight: bold !important;
}
.alert-box strong {
    font-weight: bold !important;
}
.alert-box p {
    margin-bottom: 0px;
}