/* ----------------------------------------------------------------------------------------
* Author        : Qrolic
* Template Name : Dealer_Portal
* File          : Main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. menu css
03. Header css
04. content css
-------------------------------------------------------------------------------------- */
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Bold.otf");
}
/************************************/
/***** 	   01. General css		 ****/
/************************************/
body {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0; }

img {
  max-width: 100%; }

a:hover,
a {
  text-decoration: none;
  outline: 0; }

a:focus {
  text-decoration: none;
  outline: 0; }

::-moz-selection {
  background: #05cbfc;
  color: #fff; }

::selection {
  background: #05cbfc;
  color: #fff; }

*, ::after, ::before {
  box-sizing: border-box; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none; }

/*------------------------------Customer_screen 1 page scss----------------------------------------*/
/********************************/
/***** 	   02. menu css		 ****/
/********************************/
.menu {
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .menu .menu-right {
    display: flex; }
    @media screen and (max-width: 360px) {
      .menu .menu-right {
        display: flex; } }
    .menu .menu-right .fa-search, .menu .menu-right .fa-at, .menu .menu-right .fa-bars {
      color: #e10e1c;
      font-size: 25px;
      padding-right: 40px; }
      @media screen and (max-width: 575px) {
        .menu .menu-right .fa-search, .menu .menu-right .fa-at, .menu .menu-right .fa-bars {
          padding-right: 0px;
          padding-left: 15px;
          font-size: 18px; } }
      @media screen and (max-width: 360px) {
        .menu .menu-right .fa-search, .menu .menu-right .fa-at, .menu .menu-right .fa-bars {
          padding-right: 10px; } }

/************************************/
/***** 	   03. Header css		 ****/
/************************************/
.header {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.title h1 {
  padding: 0 100px;
  font-size: 50px;
  color: #ffffff;
  font-weight: 400;
  bottom: 8px;
  padding-bottom: 35px;
  padding-top: 375px; }
  @media screen and (max-width: 360px) {
    .title h1 {
      padding: 0 0px;
      font-size: 30px;
      padding-top: 180px;
      padding-bottom: 10px; } }

/************************************/
/***** 	   04. content css		 ****/
/************************************/
.container-pd {
  padding: 0 100px;
  margin-bottom: 70px; }
  @media screen and (max-width: 991px) {
    .container-pd {
      padding: 0px; } }

.content h2 {
  font-size: 30px;
  font-weight: 300;
  padding: 50px 0 20px; }
  @media screen and (max-width: 575px) {
    .content h2 {
      font-size: 26px; } }
  @media screen and (max-width: 360px) {
    .content h2 {
      font-size: 22px; } }
.content p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300; }

.c-form {
  padding-top: 40px; }
  .c-form .input-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #99a3b4;
    font-size: 13px;
    color: #7b8392;
    font-family: "Montserrat";
    font-weight: 400;
    margin-top: 20px; }
    .c-form .input-box .input-text-box {
      padding: 9px 0;
      border: none;
      width: 100%;
      border-radius: 4px !important; }
    .c-form .input-box .input-icon {
      padding: 5px 10px; }

.o-form {
  padding-top: 40px; }
  .o-form .input-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #99a3b4;
    font-size: 13px;
    color: #7b8392;
    font-family: "Montserrat";
    font-weight: 400;
    margin-top: 20px; }
    .o-form .input-box .input-text-box {
      padding: 9px 0;
      border: none;
      width: 100%;
      border-radius: 4px !important; }
    .o-form .input-box .input-icon {
      padding: 5px 10px; }
    .o-form .input-box .input-text-box {
      padding-left: 10px; }
    .o-form .input-box .select-menu {
      width: 100%;
      border: none;
      padding: 10px;
      border-radius: 4px;
      color: #7b8392; }
  .o-form .o-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .o-form .o-btn .btn-submit {
      width: 100%;
      border-radius: 4px;
      background-color: #0066CC;
      border: none;
      color: #fff;
      cursor: pointer;
      padding: 9px 0;
      margin-top: 20px;
      width: 50%;
      text-align: center; }
      .o-form .o-btn .btn-submit a {
        color: #fff;
        font-size: 14px;
        font-family: "Montserrat";
        font-weight: 400; }

/************************************/
/***** 	   04. footer css		 ****/
/************************************/
.c-footer {
  background-color: #F7F7F7;
  padding: 20px 0; }
  .c-footer .row {
    align-items: center; }
  .c-footer .image {
    justify-content: left; }
    @media screen and (max-width: 768px) {
      .c-footer .image {
        justify-content: center; } }
    .c-footer .image img {
      width: 170px; }
      @media screen and (max-width: 768px) {
        .c-footer .image img {
          display: flex;
          margin: 0 auto; } }
  .c-footer .icons {
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-footer .icons {
        margin: 20px 0 10px; } }
    .c-footer .icons p {
      color: #616986;
      font-weight: 400;
      font-size: 12px;
      opacity: .5;
      margin-bottom: 7px;
      text-align: center; }
    .c-footer .icons a {
      padding-right: 20px; }
    .c-footer .icons .links {
      display: flex;
      align-items: center;
      justify-content: center; }
    .c-footer .icons .social {
      width: 30px;
      height: 30px;
      border: 3px solid #0066CC;
      border-radius: 50px;
      font-size: 12px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .c-footer .shape {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .c-footer .shape {
        justify-content: center;
        margin-top: 20px; } }
  .c-footer .row:nth-last-child(1) {
    align-items: center;
    padding-top: 20px; }
  .c-footer .copy {
    color: #000;
    font-weight: 400;
    font-size: 13px; }
    @media screen and (max-width: 768px) {
      .c-footer .copy {
        text-align: center;
        margin-bottom: 20px; } }
  .c-footer .terms {
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-footer .terms {
        margin-bottom: 20px; } }
    .c-footer .terms .links {
      display: flex;
      align-items: center;
      justify-content: center; }
    .c-footer .terms a {
      color: #0066CC;
      font-size: 13px;
      font-weight: 700;
      padding: 0 10px;
      border-right: 2px solid #0066CC; }
    .c-footer .terms a:nth-last-child(1) {
      border-right: none; }
  .c-footer .country {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .c-footer .country {
        justify-content: center; } }
    .c-footer .country a {
      display: flex; }
    .c-footer .country .fa-chevron-down {
      width: 20px;
      height: 20px;
      border: 2px solid #0066CC;
      border-radius: 50px;
      font-size: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 5px; }

.information {
  display: none;
  width: 100%;
  max-width: 660px; }
  .information h2 {
    font-size: 21px;
    font-weight: 400; }
  .information p {
    padding-left: 0px;
    font-size: 13px;
    color: #7b8392;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
  .information .input-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #99a3b4;
    font-size: 13px;
    color: #7b8392;
    font-family: "Montserrat";
    font-weight: 400;
    margin-top: 20px;
    margin-top: 5px;
    width: 100%; }
    .information .input-box .input-text-box {
      padding: 9px 0;
      border: none;
      width: 100%;
      border-radius: 4px !important; }
    .information .input-box .input-icon {
      padding: 5px 10px; }
    .information .input-box .input-text-box {
      padding: 9px 0;
      padding-left: 10px; }
  .information .row {
    padding-top: 20px; }
  .information .submit {
    display: flex;
    justify-content: flex-end; }
  .information .btn-submit {
    width: 100%;
    border-radius: 4px;
    background-color: #0066CC;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 9px 0;
    padding: 15px 0;
    width: 270px;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
    .information .btn-submit a {
      color: #fff;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: 400; }

/*------------------------------dealer_screen 1 page scss----------------------------------------*/
.dealer_screen1 .login {
  background-image: url(../images/loginbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 150px 0; }
  .dealer_screen1 .login .login-box {
    width: 100%;
    justify-content: center;
    align-items: center; }
    .dealer_screen1 .login .login-box .login-form {
      background-color: white;
      padding: 20px 0; }
      .dealer_screen1 .login .login-box .login-form h5 {
        font-size: 18px;
        color: #33363b;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-align: center; }
      .dealer_screen1 .login .login-box .login-form .input-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        border-radius: 4px;
        border: 1px solid #99a3b4;
        font-size: 13px;
        color: #7b8392;
        font-family: "Montserrat";
        font-weight: 400;
        margin-top: 20px; }
        .dealer_screen1 .login .login-box .login-form .input-box .input-text-box {
          padding: 9px 0;
          border: none;
          width: 100%;
          border-radius: 4px !important; }
        .dealer_screen1 .login .login-box .login-form .input-box .input-icon {
          padding: 5px 10px; }
      .dealer_screen1 .login .login-box .login-form .login-btn {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px; }
        .dealer_screen1 .login .login-box .login-form .login-btn .btn-submit {
          width: 100%;
          border-radius: 4px;
          background-color: #0066CC;
          border: none;
          color: #fff;
          cursor: pointer;
          padding: 9px 0;
          padding: 10px 0px;
          text-align: center; }
          .dealer_screen1 .login .login-box .login-form .login-btn .btn-submit a {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat";
            font-weight: 400; }
      .dealer_screen1 .login .login-box .login-form .register-link {
        display: flex;
        justify-content: space-between;
        margin-top: 20px; }
        .dealer_screen1 .login .login-box .login-form .register-link p {
          font-size: 12px;
          color: #323335;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400; }
        .dealer_screen1 .login .login-box .login-form .register-link a {
          font-size: 12px;
          color: #0066CC;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400; }

/*------------------------------dealer_screen 2 page scss----------------------------------------*/


.dealer_screen2 .forgot-password {
    background-image: url(../images/loginbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 240px;
}


    .dealer_screen2 .forgot-password .login-box {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: -150px;
    }

        .dealer_screen2 .forgot-password .login-box .login-form {
            background-color: white;
            padding: 20px 0;
        }

            .dealer_screen2 .forgot-password .login-box .login-form h5 {
                font-size: 18px;
                color: #33363b;
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                text-align: center;
            }

            .dealer_screen2 .forgot-password .login-box .login-form .input-box {
                display: flex;
                flex-direction: row;
                justify-content: center;
                border-radius: 4px;
                border: 1px solid #99a3b4;
                font-size: 13px;
                color: #7b8392;
                font-family: "Montserrat";
                font-weight: 400;
                margin-top: 20px;
            }

                .dealer_screen2 .forgot-password .login-box .login-form .input-box .input-text-box {
                    padding: 9px 0;
                    border: none;
                    width: 100%;
                    border-radius: 4px !important;
                }

                .dealer_screen2 .forgot-password .login-box .login-form .input-box .input-icon {
                    padding: 5px 10px;
                }

                .dealer_screen2 .forgot-password .login-box .login-form .input-box .select-menu {
                    width: 100%;
                    border: none;
                    color: #7b8392;
                    border-radius: 4px;
                }

            .dealer_screen2 .forgot-password .login-box .login-form .registration-btn {
                width: 100%;
                display: flex;
                justify-content: flex-end;
                margin-top: 20px;
            }

                .dealer_screen2 .forgot-password .login-box .login-form .registration-btn .btn-submit {
                    width: 100%;
                    border-radius: 4px;
                    background-color: #0066CC;
                    border: none;
                    color: #fff;
                    cursor: pointer;
                    padding: 9px 0;
                    padding: 10px 0px;
                    text-align: center;
                }

                    .dealer_screen2 .forgot-password .login-box .login-form .registration-btn .btn-submit a {
                        color: #fff;
                        font-size: 14px;
                        font-family: "Montserrat";
                        font-weight: 400;
                    }

            .dealer_screen2 .forgot-password .login-box .login-form .register-link {
                display: flex;
                justify-content: space-between;
                margin-top: 20px;
            }

                .dealer_screen2 .forgot-password .login-box .login-form .register-link p {
                    font-size: 12px;
                    color: #323335;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 400;
                }

                .dealer_screen2 .forgot-password .login-box .login-form .register-link a {
                    font-size: 12px;
                    color: #0066CC;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 400;
                }

/*----*/

.dealer_screen2 .registration {
  background-image: url(../images/loginbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 30px; 
  padding-bottom:160px;
}


  .dealer_screen2 .registration .login-box {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: -150px; }
    .dealer_screen2 .registration .login-box .login-form {
      background-color: white;
      padding: 20px 0; }
      .dealer_screen2 .registration .login-box .login-form h5 {
        font-size: 18px;
        color: #33363b;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-align: center; }
      .dealer_screen2 .registration .login-box .login-form .input-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
        border-radius: 4px;
        border: 1px solid #99a3b4;
        font-size: 13px;
        color: #7b8392;
        font-family: "Montserrat";
        font-weight: 400;
        margin-top: 20px; }
        .dealer_screen2 .registration .login-box .login-form .input-box .input-text-box {
          padding: 9px 0;
          border: none;
          width: 100%;
          border-radius: 4px !important; }
        .dealer_screen2 .registration .login-box .login-form .input-box .input-icon {
          padding: 5px 10px; }
        .dealer_screen2 .registration .login-box .login-form .input-box .select-menu {
          width: 100%;
          border: none;
          color: #7b8392;
          border-radius: 4px; }
      .dealer_screen2 .registration .login-box .login-form .registration-btn {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px; }
        .dealer_screen2 .registration .login-box .login-form .registration-btn .btn-submit {
          width: 100%;
          border-radius: 4px;
          background-color: #0066CC;
          border: none;
          color: #fff;
          cursor: pointer;
          padding: 9px 0;
          padding: 10px 0px;
          text-align: center; }
          .dealer_screen2 .registration .login-box .login-form .registration-btn .btn-submit a {
            color: #fff;
            font-size: 14px;
            font-family: "Montserrat";
            font-weight: 400; }
      .dealer_screen2 .registration .login-box .login-form .register-link {
        display: flex;
        justify-content: space-between;
        margin-top: 20px; }
        .dealer_screen2 .registration .login-box .login-form .register-link p {
          font-size: 12px;
          color: #323335;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400; }
        .dealer_screen2 .registration .login-box .login-form .register-link a {
          font-size: 12px;
          color: #0066CC;
          font-family: 'Montserrat', sans-serif;
          font-weight: 400; }
.dealer_screen2 .box {
  padding: 100px 0px;
  background-color: #F7F7F7; }

.form-col-padding {
  padding: 0 43px; }

/*------------------------------dealer_screen 4 page scss----------------------------------------*/
.portal-screen4 .screen4-header {
  background-image: url(../images/customer.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .portal-screen4 .screen4-header .container-pd {
      padding: 0; } }
.portal-screen4 .screen4-content {
  margin-bottom: 100px; }
  .portal-screen4 .screen4-content p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    padding: 30px 0; }
    @media screen and (max-width: 575px) {
      .portal-screen4 .screen4-content p {
        font-size: 16px; } }
@media screen and (max-width: 991px) {
  .portal-screen4 .c-card .col-md-6 {
    margin-bottom: 30px; } }
.portal-screen4 .c-card .card-img-overlay {
  top: 115px;
  display: flex;
  justify-content: center;
  align-items: center; }
.portal-screen4 .c-card .default-btn {
  width: 100%;
  border-radius: 4px;
  background-color: #0066CC;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 9px 0;
  font-size: 17px;
  color: #000000;
  border-radius: 0;
  font-weight: 600;
  text-align: center;
  background-color: #f2f3f5; }
  .portal-screen4 .c-card .default-btn a {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 400; }

/*------------------------------dealer_screen 5 page scss----------------------------------------*/
.title h1 {
  padding: 0 100px;
  font-size: 50px;
  color: #ffffff;
  font-weight: 400;
  bottom: 8px;
  left: 100px;
  padding-bottom: 35px;
  padding-top: 60px; }
  @media screen and (max-width: 991px) {
    .title h1 {
      padding: 200px 0px 35px;
      font-size: 26px; } }

.portal-screen5 .screen5-header {
  background-image: url(../images/customer.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }
.portal-screen5 .breadcrumb {
  background-color: transparent;
  align-items: center;
  margin-bottom: 0; }
  .portal-screen5 .breadcrumb li {
    color: #000;
    font-size: 14px;
    font-weight: 600; }
    .portal-screen5 .breadcrumb li a {
      color: #0066cc; }
  .portal-screen5 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    font-size: 20px;
    color: #0066cc; }
.portal-screen5 .filters {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .portal-screen5 .filters .default-btn {
    width: 100%;
    border-radius: 4px;
    background-color: #0066CC;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 600;
    width: auto;
    padding: 4px 10px;
    background-color: rgba(55, 58, 81, 0);
    border: 1px solid #99a3b4;
    margin-right: 10px; }
    .portal-screen5 .filters .default-btn a {
      color: #fff;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: 400; }
  .portal-screen5 .filters .input-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #99a3b4;
    font-size: 13px;
    color: #7b8392;
    font-family: "Montserrat";
    font-weight: 400;
    margin-top: 20px;
    margin-top: 0;
    width: 246px; }
    .portal-screen5 .filters .input-box .input-text-box {
      padding: 9px 0;
      border: none;
      width: 100%;
      border-radius: 4px !important; }
    .portal-screen5 .filters .input-box .input-icon {
      padding: 5px 10px; }
    .portal-screen5 .filters .input-box .input-text-box {
      padding: 5px 0;
      padding-left: 10px; }
.portal-screen5 .data-tbl {
  padding: 20px; }
  @media screen and (max-width: 1280px) {
    .portal-screen5 .data-tbl {
      overflow: scroll; } }
.portal-screen5 .table {
  padding: 0; }
  .portal-screen5 .table th {
    font-size: 15px;
    font-weight: 600; }
  .portal-screen5 .table td {
    font-size: 15px;
    font-weight: 300; }
.portal-screen5 .checkbox {
  display: none; }
.portal-screen5 .switch {
  align-items: center;
  background-color: gray;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  user-select: none;
  width: 80px; }
.portal-screen5 .checkbox:checked ~ .switch {
  background-color: #ececec; }
.portal-screen5 .checkbox:not(:checked) ~ .switch {
  background-color: #ececec; }
.portal-screen5 .switch__left,
.portal-screen5 .switch__right {
  font-weight: 600;
  text-transform: uppercase;
  color: #525050;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; }
.portal-screen5 .checkbox:checked ~ .switch .switch__left {
  visibility: hidden; }
.portal-screen5 .checkbox:not(:checked) ~ .switch .switch__right {
  visibility: hidden; }
.portal-screen5 .switch__circle {
  height: 30px;
  padding: 3px;
  position: absolute;
  transition: all 0.1s linear;
  width: 30px; }
.portal-screen5 .checkbox:checked ~ .switch .switch__circle {
  left: 0;
  right: calc(100% - 40px); }
.portal-screen5 .checkbox:not(:checked) ~ .switch .switch__circle {
  left: calc(100% - 40px);
  right: 0; }
.portal-screen5 .switch__circle-inner {
  background-color: #0066CC;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%; }
.portal-screen5 .table.dataTable.no-footer {
  border: 1px solid #e1e1e1; }
.portal-screen5 table.dataTable thead th {
  border: 0 !important; }

/*------------------------------dealer_screen 8 page scss----------------------------------------*/

.portal-screen8 .screen8-header {
    background-image: url(../images/customer.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.portal-screen8 .breadcrumb {
    background-color: transparent;
    align-items: center;
    margin-bottom: 0;
}

    .portal-screen8 .breadcrumb li {
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }

        .portal-screen8 .breadcrumb li a {
            color: #0066cc;
        }

    .portal-screen8 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "\203A";
        font-size: 20px;
        color: #0066cc;
    }

.portal-screen8 .input-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #99a3b4;
    font-size: 13px;
    color: #7b8392;
    font-family: "Montserrat";
    font-weight: 400;
    margin-top: 20px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 30px;
}

.portal-screen8 .dataTables_filter input {
    margin-top: 10px;
    text-align: left !important;
    float: none !important;
    width: 750px;
    position:relative;
    left:-50px;
}

.portal-screen8 .input-box .input-text-box {
    padding: 9px 0;
    border: none;
    width: 100%;
    border-radius: 4px !important;
}

    .portal-screen8 .input-box .input-icon {
        padding: 5px 10px;
    }

    .portal-screen8 .input-box .input-text-box {
        padding: 5px 0;
        padding-left: 10px;
    }

.portal-screen8 .data-tbl {
    padding: 20px;
}

.portal-screen8 .table-bordered td, .portal-screen8 .table-bordered th {
    border: none;
}

.portal-screen8 .table {
    padding: 20px;
}

    .portal-screen8 .table thead {
        border-bottom: 1px solid lightgrey;
    }

    .portal-screen8 .table th {
        font-size: 15px;
        font-weight: 600;
    }

    .portal-screen8 .table td {
        font-size: 15px;
        font-weight: 300;
        vertical-align: middle;
        border-top: none;
    }

    .portal-screen8 .table td p input{
        font-size: 15px;
        text-align:center;
        background-color:transparent;
        border: none;
    }


        .portal-screen8 .table td h2 input {
           
            background-color: transparent;
            border: none;
        }

.portal-screen8 .cart {
    margin-top: 60px;
}

    .portal-screen8 .cart h2 {
        font-size: 33px;
        color: #1a1a1a;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .portal-screen8 .cart .table {
        border-radius: 11px;
        background-color: #f4f4f4;
    }

        .portal-screen8 .cart .table .qty {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .portal-screen8 .cart .table .input-number {
            width: 35px;
            vertical-align: top;
            text-align: center;
            outline: none;
        }

        .portal-screen8 .cart .table .input-number-decrement,
        .portal-screen8 .cart .table .input-number-increment {
            display: inline-block;
            width: 30px;
            line-height: 38px;
            color: #444;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
        }

        .portal-screen8 .cart .table tbody {
            padding-bottom: 10px;
        }

            .portal-screen8 .cart .table tbody h2 {
                display: flex;
                justify-content: flex-end;
                font-size: 22px;
            }

            .portal-screen8 .cart .table tbody .btn-checkout {
                width: 100%;
                border-radius: 4px;
                background-color: #0066CC;
                border: none;
                color: #fff;
                cursor: pointer;
                padding: 9px 0;
                font-size: 11px;
                padding: 12px 25px;
            }

                .portal-screen8 .cart .table tbody .btn-checkout a {
                    color: #fff;
                    font-size: 14px;
                    font-family: "Montserrat";
                    font-weight: 400;
                }

        .portal-screen8 .cart .table .btn-close {
            width: 30px;
            height: 30px;
            border-radius: 4px;
            background-color: #ff0000;
            color: wheat;
            padding: 5px 6px;
        }

        .portal-screen8 .cart .table .custom-checkbox .custom-control-label:before {
            border-radius: 0 !important;
            background-color: gray;
        }

.portal-screen8 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #696969 !important;
    border-radius: 0;
}

.portal-screen8 .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}


/*------------------------------dealer_screen 9 page scss----------------------------------------*/
.portal-screen9 #breadcrumb-menu, .portal-screen9 #portal-main-content9 {
  background-color: #E0E0E0; }
.portal-screen9 .screen9-header {
  background-image: url(../images/customer.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }
.portal-screen9 .breadcrumb {
  background-color: transparent;
  align-items: center;
  margin-bottom: 0; }
  .portal-screen9 .breadcrumb li {
    color: #000;
    font-size: 14px;
    font-weight: 600; }
    .portal-screen9 .breadcrumb li a {
      color: #0066cc; }
  .portal-screen9 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    font-size: 20px;
    color: #0066cc; }
.portal-screen9 .content9-text {
  font-size: 13px;
  color: #303030;
  font-weight: 400;
  border-radius: 11px;
  background-color: #bdbdbd;
  padding: 12px;
  margin: 10px 30px; }
.portal-screen9 .content9-cart {
  margin: 20px 0 50px 0;
  padding: 20px;
  background-color: white; }
  .portal-screen9 .content9-cart .cart-info {
    justify-content: space-between;
    display: flex; }
  .portal-screen9 .content9-cart .bill-info {
    padding: 20px 12px; }
    .portal-screen9 .content9-cart .bill-info h5 {
      font-size: 13px;
      color: #7b8392;
      font-weight: 700; }
    .portal-screen9 .content9-cart .bill-info .input-box {
      display: flex;
      flex-direction: row;
      justify-content: center;
      border-radius: 4px;
      border: 1px solid #99a3b4;
      font-size: 13px;
      color: #7b8392;
      font-family: "Montserrat";
      font-weight: 400;
      margin-top: 20px;
      margin: 10px 0; }
      .portal-screen9 .content9-cart .bill-info .input-box .input-text-box {
        padding: 9px 0;
        border: none;
        width: 100%;
        border-radius: 4px !important; }
      .portal-screen9 .content9-cart .bill-info .input-box .input-icon {
        padding: 5px 10px; }
      .portal-screen9 .content9-cart .bill-info .input-box .select-menu {
        text-transform: none;
        border: none;
        width: 100%;
        padding: 9px 0;
        border-radius: 4px;
        font-size: 13px;
        color: #7b8392;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-align: center; }
    .portal-screen9 .content9-cart .bill-info address input{
      font-size: 13px;
      color: #7b8392;
      border:none;
      background-color:transparent;
      padding: 7px 0; }
  .portal-screen9 .content9-cart .order-info {
    padding: 20px 12px;
    text-align: right; }
    .portal-screen9 .content9-cart .order-info h5 {
      font-size: 13px;
      color: #7b8392;
      font-weight: 700; }
    .portal-screen9 .content9-cart .order-info .input-box {
      display: flex;
      flex-direction: row;
      justify-content: center;
      border-radius: 4px;
      border: 1px solid #99a3b4;
      font-size: 13px;
      color: #7b8392;
      font-family: "Montserrat";
      font-weight: 400;
      margin-top: 20px;
      margin: 10px 0px;
      padding-left: 10px;
      display: inline-block; }
      .portal-screen9 .content9-cart .order-info .input-box .input-text-box {
        padding: 9px 0;
        border: none;
        width: 100%;
        border-radius: 4px !important; }
      .portal-screen9 .content9-cart .order-info .input-box .input-icon {
        padding: 5px 10px; }
    .portal-screen9 .content9-cart .order-info p  input{
      font-size: 13px;
      border:none;
      background-color:transparent;
      text-align:right;
      color: #7b8392; }
    .portal-screen9 .content9-cart .order-info p  {
        font-size: 13px;
        color: #7b8392;
    }
    .portal-screen9 .content9-cart .order-info .order-details {
      padding: 10px 0; }
  .portal-screen9 .content9-cart .table {
    background-color: transparent; }
    .portal-screen9 .content9-cart .table tr {
      border-bottom: 2px solid #E0E0E0; }
    .portal-screen9 .content9-cart .table th {
      font-size: 15px;
      font-weight: 600; }
    .portal-screen9 .content9-cart .table td {
      font-size: 15px;
      font-weight: 300; }
    .portal-screen9 .content9-cart .table .qty {
      display: flex;
      justify-content: center;
      align-items: center; }
    .portal-screen9 .content9-cart .table .input-number {
      width: 35px;
      vertical-align: top;
      text-align: center;
      outline: none;
      border: 1px solid #e1e1e1; }

    .portal-screen9 .content9-cart .table td input {
        width: 100%;
        text-align: center;
        outline: none;
        border: none;
        background-color: transparent;
        padding: 9px 0;
    }

    .portal-screen9 .content9-cart .table td  label input {
        width: 100%;
        left: -50px;
        position:relative;
        text-align: center;
        border:solid;
        background-color: transparent;
        padding: 9px 0;
    }
    .portal-screen9 .content9-cart .table .input-number-decrement,
    .portal-screen9 .content9-cart .table .input-number-increment {
      display: inline-block;
      width: 30px;
      line-height: 38px;
      color: #444;
      text-align: center;
      font-weight: bold;
      cursor: pointer; }
    .portal-screen9 .content9-cart .table tbody {
      padding-bottom: 10px; }
      .portal-screen9 .content9-cart .table tbody h2 {
        display: flex;
        justify-content: flex-end;
        font-size: 22px; }
      .portal-screen9 .content9-cart .table tbody .btn-checkout {
        width: 100%;
        border-radius: 4px;
        background-color: #0066CC;
        border: none;
        color: #fff;
        cursor: pointer;
        padding: 9px 0;
        font-size: 11px;
        padding: 12px 25px; }
        .portal-screen9 .content9-cart .table tbody .btn-checkout a {
          color: #fff;
          font-size: 14px;
          font-family: "Montserrat";
          font-weight: 400; }
    .portal-screen9 .content9-cart .table .btn-close {
      width: 30px;
      height: 30px;
      border-radius: 4px;
      background-color: #ff0000;
      color: wheat;
      padding: 5px 6px;
      color: white; }
    .portal-screen9 .content9-cart .table .btn-add {
      width: 30px;
      height: 30px;
      border-radius: 4px;
      background-color: #ff0000;
      color: wheat;
      padding: 5px 6px;
      background-color: #0066CC;
      color: white; }
  .portal-screen9 .content9-cart .cart-total {
    padding: 10px 0;
    border-bottom: 1px dotted black;
    display: flex;
    justify-content: space-around; }
    .portal-screen9 .content9-cart .cart-total:nth-last-child(1) {
      border-bottom: none; }
    .portal-screen9 .content9-cart .cart-total h6 {
      font-size: 15px;
      text-align: right !important; }
    .portal-screen9 .content9-cart .cart-total h5 {
      font-size: 15px;
      font-weight: 700;
      text-align: left !important; }

    .portal-screen9 .content9-cart .cart-total h5 input {
        font-size: 15px;
        font-weight: 700;
        width:70px;
        border:none;
        text-align: left !important;
    }

.actions {
  display: flex;
  margin-top: 35px;
  justify-content: space-between; }
  .actions .btn-checkout-gray {
    width: 100%;
    border-radius: 4px;
    background-color: #0066CC;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 9px 0;
    background-color: #878787;
    padding: 9px 30px;
    width: auto;
    font-size: 18px; }
    .actions .btn-checkout-gray a {
      color: #fff;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: 400; }
  .actions .btn-proceed {
    width: 100%;
    border-radius: 4px;
    background-color: #0066CC;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 9px 0;
    padding: 9px 30px;
    background-color: #3780CA;
    width: auto;
    font-size: 18px; }
    .actions .btn-proceed a {
      color: #fff;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: 400; }
  @media screen and (max-width: 575px) {
    .actions .btn-checkout-gray, .actions .btn-proceed {
      font-size: 14px;
      padding: 5px 20px; } }

.c-navbar {
    background-color: #e10e1c;
    align-items: center;
    padding: 9px 0;
    padding-left: 20px;
}
  @media screen and (max-width: 575px) {
    .c-navbar {
      padding-left: 0px; } }

.c-navbar-right {
  display: flex;
  justify-content: flex-end; }
  .c-navbar-right i {
    color: white;
    padding-right: 5px; }
  .c-navbar-right a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding-right: 30px; }

body .dropdown-menu {
  border-radius: 0 !important;
  margin: 11px 0 0 !important; }
  body .dropdown-menu a {
    color: black; }
    body .dropdown-menu a:hover {
      background-color: #e10e1c;
      color: white; }

.items {
  display: flex;
  align-items: center; }
  .items a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .items a {
        width: 100%;
        display: inline-block; } }

.c-brand {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 575px) {
    .c-brand {
      margin-right: 0;
      width: 100%;
      display: inline-block; } }
  .c-brand a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700; }

.c-navbar-left {
  display: flex; }
  .c-navbar-left span {
    height: 20px;
    width: 2px;
    background-color: #fff;
    margin: 0 10px; }

.c-brand {
  display: flex;
  align-items: center;
  margin-right: 50px; }
  .c-brand a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700; }

.c-navbar-right {
  display: flex;
  justify-content: flex-end; }
  .c-navbar-right i {
    color: white;
    padding-right: 5px; }
  .c-navbar-right a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding-right: 30px; }

.page-header__inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
.page-header .items {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1; }
  @media screen and (max-width: 991px) {
    .page-header .items {
      display: none; } }
.page-header__left li {
  position: relative; }
  .page-header__left li::after {
    position: absolute;
    content: '';
    top: 0;
    right: 15px;
    width: 1px;
    height: 100%;
    background: #fff; }
  .page-header__left li:last-child::after {
    display: none; }
.page-header__right {
  margin-left: auto; }
.page-header__right ul, .page-header__left ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
.page-header__right li, .page-header__left li {
  padding-right: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.menu-icon {
  display: none;
  margin-left: auto;
  cursor: pointer;
  padding-right: 40px; }
  @media screen and (max-width: 991px) {
    .menu-icon {
      display: block; } }
  @media screen and (max-width: 575px) {
    .menu-icon {
      padding-right: 0px; } }
  .menu-icon i {
    color: #fff; }

.sidebar {
  background: #fff;
  position: fixed;
  width: 250px;
  height: calc(100% - 123px);
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  padding: 30px 20px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  .sidebar li {
    margin-bottom: 10px; }
  .sidebar a {
    color: #212529; }
    .sidebar a:hover {
      color: #e10e1c; }

.sidebar.sidebar--open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

body.sidebar--open {
  overflow: hidden; }

.menu-left {
  padding-left: 20px; }
  @media screen and (max-width: 575px) {
    .menu-left {
      padding-left: 0px; } }
  .menu-left img {
    width: 100%;
    max-width: 295px; }
    @media screen and (max-width: 575px) {
      .menu-left img {
        max-width: 200px; } }

.c-box img {
  width: 100%; }
.c-box__button {
  padding: 0px 10px;
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  transform: translateY(-35px); }
  .c-box__button a {
    display: block;
    margin-right: 0px;
    width: 100%; }

textarea {
  resize: none; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  text-transform: capitalize; }

.portal-screen5 .data-tbl {
  padding: 20px 20px 150px 20px; }
  @media screen and (max-width: 575px) {
    .portal-screen5 .data-tbl {
      padding: 15px 15px 100px 15px; } }

@media screen and (max-width: 575px) {
  .portal-screen5 .filters {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; } }
@media screen and (max-width: 575px) {
  .portal-screen5 .filters .input-box {
    margin-top: 10px;
    margin-left: auto; } }

table.table-padding th, table.table-padding td {
  padding: 0px;
  padding: 5px 5px; }

.custom-control-label::before {
  background: none;
  border: 2px solid #e0e0e0;
  border-radius: 4px !important;
  width: 20px;
  height: 20px; }

.custom-control-label::after {
  width: 20px;
  height: 20px; }

.portal-screen4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #696969;
  border-color: #696969; }

.table-border thead th {
  border-bottom: none;
  border-top: none; }

.cart-table {
  padding: 20px;
  padding-top: 0px;
  background: #f4f4f4;
  border-radius: 11px;
  margin-bottom: 30px; }

@media screen and (max-width: 575px) {
  .portal-screen4 .cart h2 {
    font-size: 26px; } }

.cart-header {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid lightgray; }
  .cart-header h2 {
    font-size: 33px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 10px; }
    @media screen and (max-width: 575px) {
      .cart-header h2 {
        font-size: 26px; } }

@media screen and (max-width: 575px) {
  .c-form h4, .o-form h4 {
    font-size: 18px; } }

@media screen and (max-width: 575px) {
  #portal-main-content .container-pd {
    margin-bottom: 50px; } }

/*# sourceMappingURL=style.css.map */
#please-wait {
    position: relative;
    left: 400px;
    top: -170px;
    width: 100%;
    height: 100%;
}

    #please-wait .modalBox {
        /*z-index: 1999;
        left: 0;
        top: 0;*/
        width: 100%;
        height: 100%;
        opacity: 0.5;
        /*-moz-opacity: 0.5;*/
        background-color: black;
        /*margin-left: 0;*/
    }

    #please-wait .spinner {
        z-index: 2000;
        padding-top: 0px;
        padding-left: 20px;
        background: #E5E5E5 url("../Images/Loading.gif") no-repeat 15px center;
        width: 260px;
        height: 100px;
        border: 2px solid #666;
        font-weight: bold;
        text-align: center;
        position: absolute;
        margin-left: 750px;
        top: 35%;
        display: block;
    }