body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-style: normal; }

.head2, .head3, .head4, .headone, .form-align > label.active:not(.label-icon), .form-control:not([disabled]):focus ~ .placholder-c, .form-align > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .form-align > input[type=date]:not(.browser-default) + label, .form-align > input[type=time]:not(.browser-default) + label, .cucontent-logo, .login-dropdown .login-user span:nth-child(2), .btn-confirm, .btn-edit1, .dropdown-item, .btn-edit, .skip, .backarrow a span, .enquiry-details ul .list-detais .tick-content, .pagination-h .pagination li .page-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-style: normal; }

.wrapper-login {
  background: url("../img/slices/login-bg.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  min-height: 100vh; }
  @media only screen and (max-width: 767px) {
    .wrapper-login {
      background: inherit;
      min-height: inherit; }
      .wrapper-login .mobileBg {
        height: 70vh; }
        .wrapper-login .mobileBg .ImgShow {
          background: url(../img/slices/login-bg-tab.jpg) no-repeat;
          height: 100vh;
          background-size: cover;
          background-position: initial; } }

.container {
  max-width: 1600px; }
  @media only screen and (min-width: 1999px) {
    .container {
      max-width: 1870px; } }
  @media only screen and (max-width: 1899px) {
    .container {
      max-width: 1470px; } }
  @media only screen and (max-width: 1600px) {
    .container {
      max-width: 1340px; } }
  @media only screen and (max-width: 1540px) {
    .container {
      max-width: 1370px; } }
  @media only screen and (max-width: 1440px) {
    .container {
      max-width: 1370px; } }
  @media only screen and (max-width: 1400px) {
    .container {
      max-width: 1370px; } }
  @media only screen and (max-width: 1399px) {
    .container {
      max-width: 1210px; } }
  @media only screen and (max-width: 1280px) {
    .container {
      max-width: 1210px; } }
  @media only screen and (max-width: 1199px) {
    .container {
      max-width: 970px; } }
  @media only screen and (max-width: 991px) {
    .container {
      max-width: 750px; } }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 100%;
      padding: 0; } }

.date-f {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 29px; }

.date-f:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/slices/calendar-icon.png);
  width: 100%;
  height: 100%;
  background-size: contain; }

.pad-20 {
  padding: 40px 20px 20px 20px; }

form {
  width: 100%; }

.w-450 {
  width: 450px; }

.align-center {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column; }

.head2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1400px) {
    .head2 {
      font-size: 30px;
      line-height: 30px; } }
  @media only screen and (max-width: 360px) {
    .head2 {
      font-size: 26px; } }

.head3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1400px) {
    .head3 {
      font-size: 22px;
      line-height: 22px; } }

.head4 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1400px) {
    .head4 {
      font-size: 20px;
      line-height: 22px; } }

.headone {
  font-size: 30px;
  line-height: 30px;
  color: #006BB5; }
  @media only screen and (max-width: 1400px) {
    .headone {
      font-size: 22px;
      line-height: 22px; } }
  @media only screen and (max-width: 1199px) {
    .headone {
      font-size: 20px;
      line-height: 20px; } }
  @media only screen and (max-width: 991px) {
    .headone {
      font-size: 14px;
      line-height: 14px; } }
  @media only screen and (max-width: 767px) {
    .headone {
      display: none; } }

.form-control {
  height: 55px;
  border: 2px solid #00FF67;
  border-radius: 10px;
  background: #F9F9F9;
  outline: 0;
  padding: 11px 19px;
  position: relative; }
  .form-control:focus {
    border-color: #00FF67;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    background: #fff; }

.placholder-c {
  position: absolute;
  max-width: calc(100% - (2*8px));
  color: #ACACAC;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  z-index: 1;
  background: #F9F9F9;
  bottom: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 20px;
  pointer-events: none;
  transform-origin: bottom left;
  font-size: 20px;
  margin-bottom: 0;
  width: 85%; }
  @media only screen and (max-width: 1400px) {
    .placholder-c {
      font-size: 18px; } }

.form-align > label:not(.label-icon).active {
  transform: scale(0.65) translateY(-49px);
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto; }

.form-control:not([disabled]):focus ~ .placholder-c {
  transform: scale(0.65) translateY(-49px);
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto; }

.form-align > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .form-align > input[type=date]:not(.browser-default) + label, .form-align > input[type=time]:not(.browser-default) + label {
  transform: scale(0.65) translateY(-49px);
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto; }

.form-control.active {
  background: #fff; }

.logo {
  position: relative;
  max-width: 160px; }

.cucontent-logo {
  position: absolute;
  right: 0;
  letter-spacing: -0.2px; }

.searcbtn .btn-confirm {
  font-size: 14px;
  padding: 6px 20px;
  position: absolute;
  right: -1px;
  width: 95%; }

.header-login {
  display: flex;
  align-items: center;
  padding: 20px 0; }
  .header-login .logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .header-login .logo-main .logo:first-child img {
        width: 70%; } }
  @media only screen and (max-width: 767px) {
    .header-login {
      padding: 12px 10px;
      background: #fff;
      box-shadow: 0 2px 2px #f2f2f2;
      position: relative; } }

.form-group {
  margin-bottom: 30px; }

.forgt-pss {
  color: #000;
  font-size: 20px;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 1400px) {
    .forgt-pss {
      font-size: 18px; } }

.login-form {
  height: calc(100% - 250px);
  display: flex;
  align-items: center; }
  .login-form .group-login {
    width: 45%;
    float: right;
    padding-left: 20px;
    padding-right: 6vw; }
    .login-form .group-login .login-submit {
      width: 65%;
      margin: auto;
      text-align: center;
      max-width: 75%; }
      .login-form .group-login .login-submit .btn-login-submit {
        font-weight: bold;
        outline: 0;
        box-shadow: 0 0 20px 4px #ccc;
        border-radius: 40px;
        padding: 14px 0;
        color: #fff;
        background: #36A9F9;
        width: 100%;
        font-size: 24px;
        letter-spacing: 1.5px;
        margin-top: 10px; }
        @media only screen and (max-width: 1400px) {
          .login-form .group-login .login-submit .btn-login-submit {
            font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .login-form .group-login {
        float: none;
        padding: 0 10px;
        width: 100%; } }

footer {
  text-align: center;
  padding: 20px 0;
  background: #F4F4F4; }

.dealer-console {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 20px;
  box-shadow: 1px 2px 6px 0px #D4E7F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative; }

.dropdown-with-icons {
  color: inherit !important;
  display: flex;
  align-items: center;
  text-decoration: none !important; }

.login-dropdown img {
  width: 48px;
  height: 48px; }
.login-dropdown .login-user {
  padding-left: 15px;
  color: #000;
  padding-right: 15px; }
  .login-dropdown .login-user span {
    display: block;
    margin-bottom: -3px; }
    .login-dropdown .login-user span:first-child {
      color: #000;
      font-size: 13px; }
    .login-dropdown .login-user span:nth-child(2) {
      color: #000; }
    .login-dropdown .login-user span:last-child {
      color: #9A9A9A;
      font-size: 13px; }

.wrapper-d {
  background: #fff;
  height: 100vh; }

.confirm-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-confirm {
  width: 210px;
  padding: 14px 0;
  border: 2px solid #006BB5;
  border-radius: 40px;
  color: #006BB5;
  transition: all .25s ease;
  font-size: 20px;
  box-shadow: 0px 7px 7px #ccc; }
  .btn-confirm:hover, .btn-confirm:focus {
    background: #006BB5;
    color: #fff;
    outline: 0;
    box-shadow: 0px 0px 0px #D4E7F3; }

.btn-edit1 {
  width: auto;
  padding: 8px 15px;
  font-size: 1rem;
  color: #5FB15A;
  border: 1px solid #D6D6D6;
  border-radius: 40px;
  transition: all .25s ease;
  box-shadow: 0px 3px 8px #ccc; }
  .btn-edit1:hover {
    background: #5FB15A;
    color: #fff; }
  .btn-edit1 img {
    max-width: 20px;
    margin-right: 10px; }

.dropdown-menu.show {
  transform: translate(53px, 60px) !important;
  transition: .15s linear all; }

.dropdown-item {
  color: #000; }

.btn-edit {
  width: 210px;
  padding: 14px 0;
  border: 2px solid #D6D6D6;
  border-radius: 40px;
  color: #D6D6D6;
  transition: all .25s ease;
  font-size: 20px;
  box-shadow: 0px 3px 8px #ccc; }
  .btn-edit:hover, .btn-edit:focus {
    background: #D6D6D6;
    color: #fff;
    outline: 0;
    box-shadow: 0px 0px 0px #D4E7F3; }

.skip {
  color: #ACACAC !important;
  text-decoration: none !important;
  font-size: 20px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

.BSVI-modal .modal-dialog {
  max-width: 600px; }
  .BSVI-modal .modal-dialog .modal-header {
    border-bottom: none; }
    .BSVI-modal .modal-dialog .modal-header .close {
      outline: 0;
      font-size: 40px;
      font-weight: normal;
      opacity: 1;
      line-height: 30px;
      padding: 4px;
      color: #ACACAC; }
  .BSVI-modal .modal-dialog .modal-content {
    border: none;
    border-radius: 5px;
    padding: 10px; }
  .BSVI-modal .modal-dialog .form-control {
    height: 50px; }
  .BSVI-modal .modal-dialog .floating-form-group {
    position: relative;
    margin-bottom: 30px; }
  .BSVI-modal .modal-dialog .floating-form-group .form-control {
    transition: all 0.5s ease;
    margin: 0px;
    font-size: 16px; }
  .BSVI-modal .modal-dialog .floating-form-group .form-control:focus {
    outline: 0px;
    box-shadow: none; }
  .BSVI-modal .modal-dialog .floating-form-group .floating-label {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #CFCFCF;
    padding: 2px 10px;
    pointer-events: none;
    margin-bottom: 0px;
    transform: translate(0%, -50%);
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: transparent; }
  .BSVI-modal .modal-dialog .floating-form-group.focused .floating-label {
    top: 0%;
    transform: translate(0%, -50%);
    z-index: 1;
    background: #fff;
    font-size: 10px;
    padding: 2px 10px;
    font-weight: bold; }
  .BSVI-modal .modal-dialog textarea.form-control {
    height: 100px;
    resize: none; }
  .BSVI-modal .modal-dialog .floating-form-group-upload .floating-label-upload {
    position: absolute;
    top: 0%;
    left: 10px;
    color: #CFCFCF;
    padding: 5px 10px;
    pointer-events: none;
    margin-bottom: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: #fff; }

.submit-pop {
  width: 45%;
  margin: auto; }

.btn-submit-pop {
  font-weight: bold;
  outline: 0;
  box-shadow: 0 0 20px 4px #ccc;
  border-radius: 40px;
  padding: 14px 0;
  color: #fff;
  background: #36A9F9;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-top: 10px; }
  .btn-submit-pop:hover, .btn-submit-pop:focus {
    color: #fff;
    outline: 0; }

.backarrow {
  display: flex; }
  .backarrow a {
    color: #000;
    text-decoration: none !important;
    font-size: 20px;
    display: flex;
    align-items: center; }
    .backarrow a .fas {
      font-size: 24px; }
    .backarrow a span {
      padding-left: 10px; }

.enquiry-details {
  background: #F0F9FF;
  padding: 20px;
  border-radius: 10px; }
  .enquiry-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 0px 40px; }
    .enquiry-details ul .list-detais {
      display: flex;
      align-items: center;
      width: 100%;
      border-bottom: 2px dotted #D6DDE1;
      position: relative;
      padding: 13px 0; }
      .enquiry-details ul .list-detais .tick-icon:after {
        content: "";
        border-left: 2.4px dotted #D6DDE1;
        height: 35px;
        position: absolute;
        top: 26px;
        left: 50%; }
      .enquiry-details ul .list-detais .status-content, .enquiry-details ul .list-detais .date-content {
        width: 30%;
        padding: 0 10px;
        position: relative;
        line-height: 18px; }
      .enquiry-details ul .list-detais .status-content:after {
        content: "";
        position: absolute;
        background: #000;
        height: 100%;
        right: 31px;
        width: 2px; }
      .enquiry-details ul .list-detais.tick-active .tick-icon:after {
        content: "";
        border-left: 2.4px dotted #5FB15A; }
      .enquiry-details ul .list-detais.tick-reject .tick-icon:after {
        content: "";
        border-left: 2.4px dotted #D6DDE1; }
      .enquiry-details ul .list-detais.tick-reject-pending {
        color: #9A9A9A; }
        .enquiry-details ul .list-detais.tick-reject-pending .tick-icon:after {
          content: "";
          border-left: 2.4px dotted #D6DDE1; }
        .enquiry-details ul .list-detais.tick-reject-pending .status-content:after {
          background: #9A9A9A; }
        .enquiry-details ul .list-detais.tick-reject-pending .status-content .rejected {
          color: #9A9A9A; }
      .enquiry-details ul .list-detais .tick-content {
        width: 40%;
        font-size: 20px; }
      .enquiry-details ul .list-detais:last-child {
        border-bottom: none; }
        .enquiry-details ul .list-detais:last-child .tick-icon:after {
          border-left: none; }
    .enquiry-details ul .tick-icon {
      position: absolute;
      left: -40px; }
      .enquiry-details ul .tick-icon img {
        max-width: 25px; }

.completed {
  color: #5FB15A; }

.rejected {
  color: #D3595B; }

.enquiry-details-edit {
  background: #E7EFF5;
  padding: 15px;
  border-radius: 10px; }
  .enquiry-details-edit .edit-options {
    display: flex;
    justify-content: space-between; }
    .enquiry-details-edit .edit-options .head3 {
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 90%; }
    .enquiry-details-edit .edit-options img {
      max-width: 20px; }
  .enquiry-details-edit .edit-address .ld-o {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px; }
    .enquiry-details-edit .edit-address .ld-o .overall-para-add {
      padding-left: 10px; }
      .enquiry-details-edit .edit-address .ld-o .overall-para-add .address-para-small {
        font-size: 12px; }
    .enquiry-details-edit .edit-address .ld-o .fas {
      color: #1275BA;
      font-size: 12px; }

/*overview-section*/
.overview-section {
  background-color: #2E3B84;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #2E3B84, #56495A);
  height: 100%;
  padding: 4rem 25px 0px 25px; }
  .overview-section .head3 {
    color: #fff; }
  .overview-section .overview-enquiry-details ul {
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px; }
    .overview-section .overview-enquiry-details ul li {
      display: flex;
      align-items: center;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }
      .overview-section .overview-enquiry-details ul li .bdp {
        border: 1px solid #0564AC;
        border-radius: 10px;
        color: #fff;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        height: 114px;
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        background: #2E2F60; }
        .overview-section .overview-enquiry-details ul li .bdp .detailname {
          font-size: 13px;
          letter-spacing: 1px; }
        .overview-section .overview-enquiry-details ul li .bdp .detailnumber {
          font-size: 60px;
          line-height: 60px;
          letter-spacing: 1px;
          font-weight: normal; }
      .overview-section .overview-enquiry-details ul li.active .bdp {
        background: #006BB5;
        color: #fff; }

.test-ride-dashboard {
  padding: 30px 30px; }
  @media only screen and (max-width: 1400px) {
    .test-ride-dashboard {
      padding: 20px 20px; } }
  .test-ride-dashboard .dropdown-search {
    border: 1px solid #ACACAC;
    border-radius: 30px; }
    .test-ride-dashboard .dropdown-search .input-gr {
      position: relative; }
      .test-ride-dashboard .dropdown-search .input-gr:before {
        content: "";
        position: absolute;
        left: 0px;
        background: #ACACAC;
        width: 1px;
        height: calc(100% - 5px);
        top: 50%;
        transform: translate(10px, -50%); }
    .test-ride-dashboard .dropdown-search .searchbtn {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(-10px, -50%);
      background: transparent;
      outline: 0;
      border: 0; }
      .test-ride-dashboard .dropdown-search .searchbtn img {
        max-width: 20px; }
    .test-ride-dashboard .dropdown-search .form-control {
      height: auto;
      border: none;
      background: transparent;
      padding: 6px 19px; }
      .test-ride-dashboard .dropdown-search .form-control.pd-r {
        padding: 6px 35px; }
  .test-ride-dashboard .select-datemethods {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .test-ride-dashboard .select-datemethods .inner-row {
      margin-left: -10px;
      margin-right: -10px; }
      .test-ride-dashboard .select-datemethods .inner-row .dl {
        padding-left: 10px;
        padding-right: 10px; }
    .test-ride-dashboard .select-datemethods .form-control {
      height: auto;
      border: none;
      background: transparent;
      padding: 10px 19px;
      border: 1px solid #ACACAC;
      border-radius: 30px; }
    .test-ride-dashboard .select-datemethods .btn-confirm {
      width: 100%;
      padding: 8px;
      font-size: 1rem; }
    .test-ride-dashboard .select-datemethods .btn-edit {
      width: auto;
      padding: 8px 15px;
      font-size: 1rem;
      color: #5FB15A;
      border: 1px solid #D6D6D6; }
      .test-ride-dashboard .select-datemethods .btn-edit:hover {
        background: #5FB15A;
        color: #fff; }
      .test-ride-dashboard .select-datemethods .btn-edit img {
        max-width: 20px;
        margin-right: 10px; }

.justify-end {
  justify-content: flex-end; }

.today-test-ride .head3 {
  letter-spacing: 1px; }
  .today-test-ride .head3 span {
    color: #ACACAC; }
.today-test-ride .table-wrapper-ride {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 30px; }
  .today-test-ride .table-wrapper-ride .wrapper-overflow {
    height: 400px;
    overflow-y: auto;
    padding-right: 10px; }
    .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table {
      width: 100%; }
      .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table th {
        color: #006BB5; }
      .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table th, .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table td {
        padding: 5px 5px;
        overflow-wrap: break-word;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        min-width: 130px; }
        .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table th:nth-child(4), .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table td:nth-child(4) {
          max-width: 180px;
          white-space: normal;
          min-width: 190px; }
      .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table tbody tr {
        border-top: 2px dotted #D6DDE1; }
        .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table tbody tr td:nth-child(7) {
          padding-left: 13px; }
        .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table tbody tr td:nth-child(6) img {
          max-width: 20px; }
        .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table tbody tr td:nth-child(7) img {
          max-width: 20px; }
      .today-test-ride .table-wrapper-ride .wrapper-overflow .fl-table img {
        max-width: 15px; }

/* button */
.wrapper-overflow::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px; }

.wrapper-overflow::-webkit-scrollbar-track {
  background: #9A9A9A; }

.wrapper-overflow::-webkit-scrollbar-thumb {
  background-color: #fff;
  height: 10px; }

.table-wrapper-inner {
  background: #F0F9FF;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 30px; }
  .table-wrapper-inner .responsive-table {
    margin: 0;
    padding: 0; }
    .table-wrapper-inner .responsive-table li {
      border-radius: 30px;
      padding: 10px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      position: relative; }
      .table-wrapper-inner .responsive-table li:nth-child(even) {
        background: #E2EDF4; }
      .table-wrapper-inner .responsive-table li .colta {
        position: relative;
        cursor: pointer;
        white-space: nowrap; }
        .table-wrapper-inner .responsive-table li .colta:first-child {
          width: 80px;
          text-overflow: ellipsis;
          overflow: hidden; }
        .table-wrapper-inner .responsive-table li .colta:after {
          content: "";
          position: absolute;
          left: 0px;
          background: #ACACAC;
          width: 1px;
          height: calc(100% - 5px);
          top: 50%;
          transform: translate(-20px, -50%); }
          @media only screen and (max-width: 1400px) {
            .table-wrapper-inner .responsive-table li .colta:after {
              transform: translate(-10px, -50%); } }
        .table-wrapper-inner .responsive-table li .colta:nth-child(1):after {
          width: 0; }
      .table-wrapper-inner .responsive-table li .f2 {
        font-size: 14px; }
        .table-wrapper-inner .responsive-table li .f2 img {
          margin-right: 5px; }
    .table-wrapper-inner .responsive-table .table-row {
      background-color: #ffffff; }
      .table-wrapper-inner .responsive-table .table-row img {
        max-width: 15px; }

.pagination-h .pagination {
  border-radius: 0;
  justify-content: center; }
  .pagination-h .pagination li {
    margin-right: 5px; }
    .pagination-h .pagination li.active .page-link {
      background: #006BB5;
      border-color: #006BB5;
      color: #fff; }
    .pagination-h .pagination li .page-link {
      padding: 5px;
      font-size: 14px;
      line-height: 8px;
      color: #ACACAC; }
      .pagination-h .pagination li .page-link:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .pagination-h .pagination li .page-link:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
.pagination-h .page-co {
  position: absolute;
  right: 0;
  top: 0;
  color: #ACACAC; }

.upload-pop {
  width: 65%; }

.btn-upload-pop {
  font-weight: bold;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 40px;
  padding: 14px 0;
  color: #006BB5;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-top: 0px;
  border-color: #006BB5; }
  .btn-upload-pop:hover {
    color: #006BB5;
    text-decoration: none; }
  .btn-upload-pop:focus {
    outline: 0;
    box-shadow: none; }

.uploadscreening {
  border: 1px solid #0564AC;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 180px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background: #2E2F60;
  padding: 0px 10px; }
  .uploadscreening .form-control {
    margin: 10px 0; }
  .uploadscreening .detailname {
    font-size: 13px;
    letter-spacing: 1px; }
  .uploadscreening .detailnumber {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: normal; }

.page-link b {
  color: #000;
  font-size: 14px;
  font-weight: bolder; }

/*# sourceMappingURL=app.css.map */
