.toggle-sidebar {
    display: none !important;
  }
  
  .loader-input {
    border: 5px solid #b7b7b7;
    border-radius: 50%;
    border-top: 5px solid #225577;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    text-align: center;
    margin-top: -24px;
    margin-left: 292px;
    background: #eeeeee;
    padding: 2px;
    display: none;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  body {
    background-color: #ecf0f5;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
  }
  textarea {
    resize: none;
  }
  table > thead > tr > th {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
  }
  .dataTable {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0;
  }
  .dataTable > tbody > tr > td > select {
    width: 100% !important;
  }
  .modal > .modal-dialog > .modal-content > .modal-header > h4 {
    font-size: 14px;
  }
  .modal > .modal-dialog > .modal-content > .modal-footer > .btn-sm {
    padding: 0;
  }
  .modal-dialog {
    margin: 15% auto;
    width: 30%;
  }
  .modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
  }
  .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
  }
  .navbar-brand > img {
    width: 175px;
    margin-left: 16px;
  }
  .navbar-brand {
    padding: 12px 0px;
  }
  .navbar-default {
    background-color: #0072bb;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  @media screen and (min-width: 768.1px) {
    .navbar-default {
      height: 70px;
    }
  }
  @media screen and (max-width: 768px) {
    .navbar-default {
      height: 50px;
    }
  }
  .navbar-default .navbar-top-links li a,
  .navbar-default .navbar-brand {
    color: #fff;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
  }
  .navbar-default .navbar-top-links > li > a:hover,
  .navbar-default .navbar-top-links > li > a:focus,
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: #047fce;
  }
  .nav .open > a {
    background: transparent;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #047fce;
  }
  .panel {
    border-radius: 3px;
  }
  .panel-default > .panel-heading h4 {
    margin: 0;
    letter-spacing: 0.3px;
    color: #000;
    margin-top: 5px;
    font-size: 17px;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #ffffff !important;
    background-color: #0c8bdc;
  }
  .dashboard-box {
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 3px;
    background: #fff;
    display: block;
    color: #73879c;
    cursor: pointer;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    margin-bottom: 10px;
    width: 145px;
    height: 130px;
    float: left;
    margin-right: 10px;
  }
  .dashboard-box:hover {
    border-color: #59beff;
    text-decoration: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .dashboard-box i {
    display: block;
    text-align: center;
    font-size: 60px;
    margin-top: 5px;
  }
  .dashboard-box-link {
    display: block;
    text-align: center;
    height: 40px;
    margin-top: 5px;
    position: relative;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  .dashboard-box-link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-weight: 500;
  }
  .panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    height: auto;
  }
  .top-box {
    text-align: right;
  }
  .top-box .btn {
    padding: 3px 9px 2px;
    font-size: 11px;
    line-height: 16px;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-top: 3px;
    display: inline-block;
  }
  .table {
    margin-bottom: 0;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 1px 5px;
    font-size: 12px;
    position: relative;
  }
  .form-control {
    height: 25px;
    padding: 3px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  .form-control:focus {
    box-shadow: none;
  }
  .edit-icon,
  .edit-icon:hover {
    font-size: 14px !important;
    color: #0c8bdc;
  }
  .view-icon,
  .view-icon:hover {
    font-size: 19px !important;
    color: #069417;
  }
  .table > tbody > tr > td > a {
    cursor: pointer;
  }
  .table > tbody > tr > td > a:nth-child(2) {
    margin-left: 3px;
  }
  .table > tbody > tr > td > a > i {
    margin-top: 2px;
  }
  .table > tbody > tr > th {
    text-align: center;
    padding: 3px 5px;
    color: #51758c;
    letter-spacing: 0.3px;
    font-weight: 500;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
  }
  .table > tbody > tr > td > .form-control {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .listing-table > tbody > tr > td {
    padding: 1px 5px;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
  }
  .listing-table > tbody > tr > td:first-child {
    text-align: right;
  }
  .dropdown-menu {
    font-size: 13px;
  }
  select {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 1px !important;
  }
  .acive-status {
    padding: 0 7px 0;
    background: #73c273;
    color: #fff;
    margin-top: 2px;
    width: 55px;
    display: inline-block;
    border-radius: 2px;
    font-size: 11px;
    border: 1px solid #1b8258;
    cursor: pointer;
  }
  .inacive-status {
    padding: 0 7px 0;
    background: #f19523;
    color: #fff;
    margin-top: 2px;
    width: 55px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #c1810b;
    cursor: pointer;
  }
  .btn {
    transition: box-shadow ease-in 0.4s;
    -moz-transition: box-shadow ease-in 0.4s;
    -ms-transition: box-shadow ease-in 0.4s;
    -webkit-transition: box-shadow ease-in 0.4s;
    font-weight: 500;
    text-transform: uppercase;
  }
  .btn:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .page-header-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 0;
  }
  @media (min-width: 768px) {
    .page-header-form {
      width: 100%;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-top: 2px;
      float: right;
    }
    .page-header-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
  }
  .pagination {
    margin: 10px 0 0;
    border-radius: 2px;
  }
  .mandatory {
    color: red;
    font-size: 7px;
    position: absolute;
    margin-left: 3px;
    margin-top: 3px;
  }
  .bottom-btn-box {
    text-align: center;
    margin-top: 5px;
  }
  .vtop {
    vertical-align: top !important;
    padding-top: 15px;
  }
  .form-table {
    margin: 0 auto;
  }
  .form-table > tbody > tr > td {
    padding: 5px 15px 5px 8px;
    vertical-align: top;
    position: relative;
    font-size: 13px;
  }
  .form-table > tbody > tr > td > p {
    margin-top: 4px;
    margin-bottom: 0;
  }
  .bold-font {
    font-weight: 500;
  }
  .panel-zero-padding {
    padding-right: 0;
    padding-left: 0;
  }
  .add-btn,
  .cancel-btn,
  .update-btn {
    width: 100px;
  }
  .panel-default > .panel-heading h4 i,
  .navbar-default .navbar-nav > li > a i {
    margin-right: 3px;
  }
  .panel-body {
    padding: 10px;
  }
  .left-zero {
    padding-left: 0 !important;
  }
  .right-zero {
    padding-right: 0 !important;
  }
  .page-header-form .btn {
    margin-top: 0;
  }
  .max-width {
    max-width: 300px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    transition: background-color ease-in-out 0.4s;
    -moz-transition: background-color ease-in-out 0.4s;
    -ms-transition: background-color ease-in-out 0.4s;
    -webkit-transition: background-color ease-in-out 0.4s;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #047fce;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #00436d;
  }
  .toggle-sidebar {
    display: none;
    padding: 15px;
    min-height: 50px;
    color: #fff;
    transition: background-color ease-in-out 0.4s;
    -moz-transition: background-color ease-in-out 0.4s;
    -ms-transition: background-color ease-in-out 0.4s;
    -webkit-transition: background-color ease-in-out 0.4s;
    cursor: pointer;
    font-size: 20px;
    float: left;
  }
  @media (min-width: 768px) {
    .toggle-sidebar {
      display: inline-block;
      padding: 26px 15px;
      min-height: 50px;
      color: #fff;
      transition: background-color ease-in-out 0.4s;
      -moz-transition: background-color ease-in-out 0.4s;
      -ms-transition: background-color ease-in-out 0.4s;
      -webkit-transition: background-color ease-in-out 0.4s;
      cursor: pointer;
      font-size: 20px;
      float: left;
    }
  }
  .toggle-sidebar:hover,
  .toggle-sidebar:focus {
    background-color: #047fce;
    color: #fff;
  }
  .navbar-top-links .dropdown-menu li a {
    color: #333;
  }
  .dashboard-panel-body {
    padding-bottom: 0;
  }
  .login-table {
    width: 100%;
  }
  .login-panel {
    margin-top: 120px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .login-btn {
    width: 100%;
    padding: 6px 30px;
    margin-top: 10px;
  }
  .page-header-form .alert-success {
    display: inline-block;
    padding: 3px 15px 3px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 500;
    background-color: #def3d5;
    border-color: #afd49f;
    color: #3c763d;
    border-radius: 3px;
    min-width: 300px;
    text-align: center;
    box-shadow: 0 0 2px rgba(44, 121, 12, 0.45);
  }
  .page-header-form .alert-danger {
    display: inline-block;
    padding: 3px 15px 3px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 500;
    background-color: #f2dede;
    border-color: #f5b4bf;
    color: #a94442;
    border-radius: 3px;
    min-width: 300px;
    text-align: center;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.18);
  }
  .page-header-form .alert-danger i,
  .page-header-form .alert-success i {
    margin-right: 5px;
  }
  .truncate {
    width: 415px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gray-bg {
    background: #f5f5f5;
  }
  .panel-default .form-table:nth-child(2) {
    margin-top: 5px;
  }
  .min-width {
    width: 300px;
  }
  select[multiple] {
    margin: 0 auto;
    min-height: 101px;
  }
  .table-header {
    border: 1px solid #ddd;
    background: #f5f5f5;
  }
  .move-right {
    margin-bottom: 10px;
  }
  .btn i {
    margin-right: 5px;
  }
  .page-header-form .btn i {
    margin-right: 0;
  }
  .move-right i,
  .move-left i {
    margin-right: 0;
  }
  .error-span {
    display: inline-block;
    margin-top: 6px;
    color: #d62222;
    font-size: 12px;
    letter-spacing: 0.4px;
  }
  .error-span p {
    margin-bottom: 0;
  }
  label.error {
    color: #ff2429;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 12px !important;
    letter-spacing: 0.3px;
  }
  #myProgress {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .loding-div {
    display: none;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.47);
  }
  .loding-div div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .content {
    background: #5cb85c;
    color: #fff;
    margin-top: 2px;
    width: 65px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #1b8258;
  }
  .blog {
    background: #337ab7;
    color: #fff;
    margin-top: 2px;
    width: 65px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #1b8258;
  }
  .disclaimer {
    background: #9d9cd4;
    color: #fff;
    margin-top: 2px;
    width: 65px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #1b8258;
  }
  .dashboard-box img {
    display: block;
    margin: 0 auto;
  }
  .vehicle-list-error {
    position: absolute;
    left: -88px;
  }
  .p-2 {
    padding: 16px !important;
  }
  .mr-1 {
    margin-right: 8px;
  }
  
  .otp-form{
    position: relative;
    top: 100px;
  }
  .submit-otp{
    text-align: center;
      position: relative;
      top: 10px;
  }
  .required{
    color: red;
  }
  