  html,
  body {
    height: 100vh;
  }
  
  body {
    font-family: "Open Sans", sans-serif;
  }
  
  img,
  button,
   ::placeholder {
    user-select: none;
    -webkit-user-drag: none;
  }
  
  @media (min-width: 1250px) {
    .container {
      max-width: 1200px;
    }
  }
  
  @media (max-width: 992px) {
    #main .container .row .col-lg-4 {
      margin-bottom: 15px;
    }
  }
  
  @media(min-height: 830px) {
    #main {
      height: calc(100vh - 100px);
    }
  }
  
  #main .container .row .col-lg-4 {
    padding: 0 5px !important;
    height: 520px;
  }
  
  .light-blue {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .bg-img {
    background: url(../images/fairdrive_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
   ::selection {
    background-color: #64c631;
  }
  
  h1 {
    color: white;
  }
  
  h2,
  h3,
  h4 {
    color: white;
    opacity: 0.8;
  }
  
  p {
    color: white;
    line-height: 1.25;
    opacity: 0.7;
  }
  
  a {
    color: #64c631;
  }
  
  a:hover {
    color: #64c631;
  }
  
  b {
    letter-spacing: 0.4px;
  }
  
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }
  
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }
  
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  
  @media (min-width: 43.75em) {
    p {
      font-size: 1em;
      line-height: 1.375;
    }
    h1 {
      font-size: 2.5em;
      line-height: 1.125;
    }
    h2 {
      font-size: 2em;
      line-height: 1.25;
    }
    h3 {
      font-size: 1.5em;
      line-height: 1.25;
    }
    h4 {
      line-height: 1.22222222;
    }
  }
  
  @media (min-width: 56.25em) {
    p {
      font-size: 1em;
      line-height: 1.8;
    }
    h1 {
      font-size: 3em;
      line-height: 1.05;
    }
    h2 {
      font-size: 2.25em;
      line-height: 1.25;
    }
    h3 {
      font-size: 1.75em;
      line-height: 1.25;
    }
  }
  
  .section-divide {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin: 0 50px;
  }
  
  .active {
    color: #64c631 !important;
  }
  
  .active-line {
    width: 100% !important;
  }
  
  .align-right {
    text-align: right;
  }
  
  .container>.row {
    padding-top: 90px;
    margin-bottom: 80px;
  }
  
  .bg-text {
    display: inline-block;
    background-color: #2b3c4c;
  }
  
  .mt80 {
    margin-top: 80px;
  }
  
  .mt60 {
    margin-top: 60px;
  }
  /*
 *  header
 */
  
  nav {
    transition-duration: 0.3s;
  }
  
  .navbar-logo img {
    width: 75px;
  }
  
  .navbar-logo .lgLogo {
    margin-left: 10px;
  }
  
  .hidee {
    display: none;
  }
  
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #192936;
  }
  
  #mainNav.navbar-shrink .navbar-logo {
    font-size: 1.25em;
  }
  
  #headerContainer {
    transition-duration: 0.3s;
  }
  
  .navbar {
    padding: 0 50px;
  }
  
  .border-line {
    padding: 12px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  
  .nav-link {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-out;
  }
  
  .slider {
    position: absolute;
    display: block;
    left: 0;
    top: 149%;
    margin: 0 auto;
    height: 3px;
    background-color: #64c631;
    width: 0%;
    transition: width 0.5s ease;
  }
  
  #logo-mobile {
    display: none;
  }
  
  #logo-mobile img {
    width: 45px;
    margin-left: 10px;
  }
  
  .header-right>.login {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
  }
  
  @media (max-width: 992px) {
    .navbar-logo {
      display: none;
    }
    #logo-mobile {
      display: block;
    }
    .navbar {
      padding: 0 10px;
    }
    #footer {
      padding: 0 10px !important;
    }
  }
  /*
 * footer
 */
  
  #footer {
    padding: 0 50px;
  }
  
  #footer>.container-fluid {
    padding: 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  
  .copyright {
    position: relative;
  }
  
  .copyright p {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .copyright p a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
  }
  /*
 * content home
 */
  
  .logo-home {
    text-align: center;
  }
  
  .logo-home img {
    width: 200px;
  }
  
  .logo-home {
    margin-bottom: 3rem;
  }
  
  .top h1 {
    margin-bottom: 1.5rem;
  }
  
  .top h3 {
    margin-bottom: 3rem;
  }
  /*
 * content
*/
  
  input {
    text-overflow: ellipsis !important;
  }
  
  input::placeholder,
  input[type="date"]:invalid::-webkit-datetime-edit,
  .cbx span {
    color: rgba(255, 255, 255, 0.3) !important;
    text-overflow: ellipsis;
  }
  
  .select-custom {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .select-custom input {
    cursor: pointer;
    color: transparent !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  }
  
  .select-custom img {
    position: absolute;
    width: 14px;
    right: 6px;
    top: 10px;
    transform: rotate(-90deg);
    opacity: .5;
    transition: all 0.2s linear;
  }
  
  .select-custom select {
    display: none;
  }
  
  .select-selected {
    width: 100%;
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 0 5px 5px 0;
    border-left: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 5px;
    height: 30px;
  }
  /*style the arrow inside the select element:*/
  
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  /*point the arrow upwards when the select box is open (active):*/
  
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  /*style the items (options), including the selected item:*/
  
  .select-items div,
  .select-selected {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 5px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  
  .select-items div {
    height: 26px !important;
    font-size: 13px !important;
  }
  
  .select-items div:last-child {
    border-bottom: none;
  }
  /*style items (options):*/
  
  .select-items {
    position: absolute;
    border-radius: 0 0 6px 6px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 5px 10px;
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 21%) !important;
  }
  /*hide the items when the select box is closed:*/
  
  .select-hide {
    display: none;
  }
  
  .select-items div:hover,
  .same-as-selected {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }
  
  button:focus {
    outline: none;
  }
  
  .main-title {
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .main-title h1 {
    font-size: 38px;
    font-weight: 600;
    margin: 25px 0 20px 0;
    letter-spacing: 2px;
  }
  
  .main-title .title-mod {
    font-weight: 400;
    margin-left: 20px;
    display: none;
  }
  
  @media (max-width: 476px) {
    .main-title h1 {
      font-size: 46px;
    }
    .main-title {
      display: block;
    }
  }
  
  .panel {
    background-color: white;
    width: 100%;
    border-radius: 15px;
    padding: 18px;
    min-height: 520px;
  }
  
  .panel-container {
    position: relative;
  }
  
  .screen {
    opacity: 0;
    transform: scale(.8);
    transition: all 0.2s linear;
  }
  
  .fields-group {
    display: flex;
    margin-bottom: 10px;
  }
  
  .pp {
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
  }
  
  .left-fields {
    width: 100%;
  }
  
  .panel p {
    color: #000;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
  }
  
  .panel>p {
    margin-bottom: 2px;
  }
  
  .input-passanger input {
    width: 100%;
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 65%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 0 5px 5px 0;
    border-left: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    text-overflow: ellipsis;
    transition: all 0.4s linear;
  }
  
  .input-passanger input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-overflow: ellipsis;
  }
  
  .input-passanger input:active,
  .input-passanger input:focus {
    outline: none;
  }
  
  .right-fields {
    width: 30px;
  }
  
  .right-fields .square-btn {
    width: 30px;
    height: 30px;
    background-color: rgba(31, 50, 66, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  
  .field-with-btn {
    display: flex;
  }
  
  .field-with-btn input {
    transition: all 0.4s linear;
  }
  
  .field-field {
    position: relative;
    width: calc(100% - 30px);
  }
  
  .field-btn {
    width: 30px;
    height: 30px;
    background-color: rgba(54, 70, 85, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
    border-radius: 6px 0 0 6px;
    position: relative;
  }
  
  .field-btn.more-dest {
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 35%, rgba(31, 50, 66, 1) 100%);
  }
  
  .field-icon {
    width: 20px;
    vertical-align: middle;
    opacity: 0.5;
    padding-bottom: 3px;
  }
  
  .f-border-line {
    position: absolute;
    top: 3px;
    bottom: 3px;
  }
  
  .f-border-line.left {
    left: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  
  .f-border-line.right {
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  
  .number-input {
    display: flex;
    position: relative;
  }
  
  .number-input input[type="number"] {
    appearance: textfield;
    width: 30px;
    height: 30px;
    background-color: rgba(54, 70, 85, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    border-left: none;
    border-right: none;
    text-align: left;
    padding-left: 5px;
    cursor: default;
  }
  
  .number-input input[type="number"]:focus {
    outline: none;
  }
  
  .number-input input[type="number"]::-webkit-inner-spin-button,
  .number-input input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  
  .field-btn.incr {
    border-radius: 0 6px 6px 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .quantity {
    transition: all 0.4s linear;
  }
  
  .quantity-icon {
    background-color: rgba(54, 70, 85, 1);
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    border-right: none;
    text-align: right;
    padding-top: 2px;
  }
  
  .pers-quantity,
  .lug-quantity {
    display: flex;
  }
  
  .pers-quantity .quantity-label,
  .lug-quantity .quantity-label {
    align-self: center;
    padding-left: 8px;
    margin-bottom: 0;
  }
  
  .date-time,
  .waiting-field .waiting-input {
    display: flex;
  }
  
  .field-with-btn.date-field,
  .field-with-btn.time-field {
    width: 50%;
  }
  
  .field-with-btn.date-field input,
  .field-with-btn.time-field input,
  .waiting-field .waiting-input input {
    width: 100%;
    height: 30px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 35%, rgba(31, 50, 66, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    border-radius: 0 6px 6px 0;
    padding-left: 5px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .waiting-field .waiting-input input:focus {
    outline: none;
  }
  
  .field-with-btn.time-field input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  
  #date-icon {
    z-index: 1;
  }
  
  .field-with-btn.date-field input,
  .field-with-btn.time-field input {
    outline: none;
  }
  
  .field-with-btn.date-field input[type="date"]::-webkit-inner-spin-button,
  .field-with-btn.date-field input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: -60px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 100;
  }
  
  ._jw-tpk-container {
    height: 185px !important;
  }
  
  ._jw-tpk-dark {
    box-shadow: none !important;
    border: 1px solid rgb(54 70 85) !important;
  }
  
  ._jw-tpk-dark ._jw-tpk-header {
    background-color: rgb(54 70 85) !important;
    background: rgb(54 70 85) !important;
  }
  
  input::-webkit-calendar-picker-indicator {
    opacity: 100;
  }
  
  .field-with-btn .field-field .datalist-input::-webkit-calendar-picker-indicator {
    opacity: 100;
  }
  
  .waiting-field {
    display: flex;
  }
  
  .wait-check {
    height: 30px;
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 45%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    width: 100%;
  }
  
  .wait-check input {
    margin: 6px 8.1px 6px 8.1px;
    position: relative;
    top: 2px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  
  .wait-check label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    cursor: pointer;
  }
  
  .wait-check span {
    transition: all 0.4s linear;
  }
  
  .waiting-time-widget .xdsoft_time_box .xdsoft_time:first-child,
  .waiting-time-widget .xdsoft_time_box .xdsoft_time:nth-child(2),
  .waiting-time-widget .xdsoft_time_box .xdsoft_time:nth-child(3),
  .waiting-time-widget .xdsoft_time_box .xdsoft_time:nth-child(4) {
    display: none;
  }
  
  .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  
  .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  
  .cbx span:first-child {
    position: relative;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border-radius: 5px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease;
  }
  
  .cbx span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  
  .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  
  .cbx span:last-child {
    padding-left: 8px;
  }
  
  .cbx:hover span:first-child {
    border-color: rgba(255, 255, 255, 0.5);
  }
  
  .inp-cbx:checked+.cbx span:first-child {
    background: rgba(54, 70, 85, 1);
    border-color: rgba(255, 255, 255, 0.5);
    animation: wave 0.4s ease;
  }
  
  .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  
  .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }
  
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }
  
  button.field-btn.wave:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    opacity: 0;
    transition: all 0.5s ease;
  }
  
  button.field-btn.wave:active:before {
    transform: scale(0);
    opacity: 1;
    transition: 0s;
  }
  
  button.field-btn.wave,
  .square-btn.wave {
    transform: scale(1);
    transition: transform 0.2s ease;
  }
  
  button.field-btn.wave:active,
  .square-btn.wave:active {
    transform: scale(0.96);
  }
  
  .square-btn.wave:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  .tag-name input {
    width: 100%;
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    border-left: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 5px;
    height: 30px;
    transition: all 0.4s linear;
  }
  
  .tag-name input:focus {
    outline: none;
  }
  /*********
 MID PANEL
*********/
  
  .vehicles {
    display: flex;
    flex-wrap: wrap;
    height: 200px;
    transition: all 0.4s linear;
    align-items: flex-start;
  }
  
  .vehicles label {
    margin: 0;
    transition: all 0.4s linear;
  }
  
  .vehicles input[type="radio"],
  .payment-networks input[type="radio"],
  .payment-bill input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .vehicle-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 8px 0 4px 0;
    height: 100px;
  }
  
  .vehicle-box img,
  .payment-bill-box img {
    width: 35px;
    opacity: 0.3;
    padding-bottom: 3px;
  }
  
  .vehicle-box span,
  .payment-bill-box span {
    user-select: none;
    transition: all 0.4s linear;
  }
  
  .payment-bill-box img {
    padding-bottom: 8px;
  }
  
  .vehicle-box span {
    font-size: 14px;
    line-height: 16px;
    user-select: none;
  }
  
  .vehicle-box .price {
    margin-top: auto;
  }
  
  .vehicles label,
  .payment-networks label {
    margin-bottom: 0;
  }
  
  .vehicles input[type="radio"]+.vehicle-box,
  .payment-networks input[type="radio"]+.payment-vehicle-box,
  .payment-bill input[type="radio"]+.payment-bill-box {
    cursor: pointer;
  }
  /* CHECKED STYLES */
  
  .vehicles input[type="radio"]:checked+.vehicle-box,
  .payment-networks input[type="radio"]:checked+.payment-vehicle-box,
  .payment-bill input[type="radio"]:checked+.payment-bill-box {
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 3px #64c631;
  }
  
  .vehicles input[type="radio"]:checked+.vehicle-box img,
  .payment-bill input[type="radio"]:checked+.payment-bill-box img {
    opacity: 0.5;
  }
  
  .vehicle-box:hover,
  .payment-vehicle-box:hover,
  .payment-bill-box:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  .vehicle-box,
  .payment-vehicle-box,
  .payment-bill-box {
    transform: scale(1);
    transition: all 0.4s linear;
  }
  
  .payment-vehicle label span {
    transition: all 0.4s linear;
  }
  
  .vehicle-box:active,
  .payment-vehicle-box:active,
  .payment-bill-box:active {
    transform: scale(0.98);
  }
  /* PAYMENTS */
  
  .payment-networks>p,
  .payment-type>p {
    margin-bottom: 8px;
  }
  
  .payments {
    display: flex;
  }
  
  .payment-networks,
  .payment-type {
    width: 50%;
    transition: all 0.5s linear;
  }
  
  .payment-type label {
    margin-bottom: 0;
  }
  
  .payment-vehicle,
  .payment-bill {
    display: flex;
    flex-wrap: wrap;
    height: 90px;
  }
  
  .payment-vehicle {
    align-items: flex-start;
  }
  
  .payment-bill {
    align-items: flex-end;
  }
  
  .btn-open-options {
    width: 40px;
    height: 40px;
    background-color: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    margin-top: auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    transform: scale(1);
    display: none;
  }
  
  #open_opt_cars_nu,
  #open_opt_cars {
    margin-top: 60px;
  }
  
  #open_opt_paym_nu {
    align-self: flex-end;
    position: absolute;
  }
  
  .btn-open-options:active {
    transform: scale(0.98);
  }
  
  .btn-open-options:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  .payment-vehicle-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 6px 0;
  }
  
  .payment-vehicle-box span {
    font-size: 14px;
    line-height: 16px;
    user-select: none;
  }
  
  .payment-bill-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 6px 0;
    height: 90px;
  }
  
  .more-info textarea {
    width: 100%;
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    border-left: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 5px;
    resize: none;
    transition: all 0.4s linear;
  }
  
  .more-info textarea:focus {
    outline: none;
  }
  /*********
  MAP PANEL
********/
  
  .map-panel {
    width: 100%;
    border-radius: 15px;
    padding: 6px;
    min-height: auto;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .right-panel {
    height: 520px;
  }
  
  .submit-panel {
    width: 100%;
    border-radius: 15px;
    padding: 12px;
    min-height: auto;
    background-color: white;
  }
  
  .submit-panel button {
    width: 100%;
    background-color: #c5c5c5;
    border-radius: 15px;
    height: 44px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s linear;
    pointer-events: none;
  }
  
  .submit-panel button.buchActive {
    pointer-events: all;
    background-color: #64c631;
  }
  
  #map {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  
  .map {
    background-color: rgb(39 58 75);
    height: 320px;
    border-radius: 15px;
  }
  
  .map-info {
    display: flex;
    padding: 15px;
    margin-top: 5px;
    transition: all 0.4s linear;
  }
  
  .map-dir {
    width: 60%;
  }
  
  .map-time {
    width: 40%;
  }
  
  .map-duration span,
  .map-dist span {
    margin-left: 24px;
  }
  
  .map-duration,
  .map-dist {
    position: relative;
  }
  
  .loading-dots {
    z-index: 5;
    position: absolute;
    top: -24px;
    left: -16.5px;
  }
  
  .loading-dots .dot {
    opacity: 0;
    animation: showHideDot 2.5s ease-in-out infinite;
    margin: 0;
    font-size: 28px;
    height: 6px;
  }
  
  .loading-dots .dot.one {
    animation-delay: 0.2s;
  }
  
  .loading-dots .dot.two {
    animation-delay: 0.4s;
  }
  
  .loading-dots .dot.three {
    animation-delay: 0.6s;
  }
  
  @keyframes showHideDot {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /*
 * panels NEW USER
*/
  
  .panel.new-guest {
    box-shadow: inset 0 0 0 5px #64c631;
    display: flex;
    flex-direction: column;
  }
  
  .current-creation {
    color: #64c631 !important;
    font-size: 16px !important;
  }
  
  .modify-buttons {
    display: flex;
    margin-top: auto;
  }
  
  .modify-buttons button {
    width: 50px;
    height: 50px;
    margin-right: 8px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
  }
  
  .modify-buttons button {
    transform: scale(1);
    transition: transform 0.2s ease;
  }
  
  .modify-buttons button:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  .modify-buttons button:active {
    transform: scale(0.96);
  }
  
  .btns-icon {
    width: 30px;
  }
  
  .btn-close {
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
  }
  
  .btn-close button {
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
  }
  
  .btn-close button img {
    transform: rotate(45deg);
    width: 30px;
  }
  
  .btn-close span {
    margin-right: 4px;
    font-size: 12px;
  }
  
  button.btn-del {
    background-color: #f90b0b;
  }
  
  button.btn-new {
    background-color: #64c631;
    background: linear-gradient(to top, #56a72d 5%, #6cde33 100%);
  }
  
  button.btn-save,
  button.btn-del {
    background-color: lightgray;
  }
  
  #saveGuestBtn,
  #delGuestBtn {
    pointer-events: none;
  }
  /*
 * panels NEW USER
*/
  
  .panel.credit-c {
    box-shadow: inset 0 0 0 5px #64c631;
    display: flex;
    flex-direction: column;
  }
  
  .prev-bills {
    color: #64c631 !important;
  }
  
  .paym-type {
    color: #64c631 !important;
    font-size: 16px !important;
  }
  /* datetime picker style */
  
  .xdsoft_datetimepicker.xdsoft_dark {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 21%) !important;
    background: #364655 !important;
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%) !important;
    padding: 5px 0 !important;
    border-radius: 6px !important;
    padding: 5px 20px !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_datepicker {
    float: none !important;
    margin: 0 auto !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_month {
    text-align: center !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: transparent !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: rgba(31, 50, 66, 0.5) !important;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current {
    box-shadow: inset 0 0 0 2px #64c631 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark:hover .xdsoft_calendar td.xdsoft_current:hover {
    box-shadow: inset 0 0 0 2px #64c631 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark:hover .xdsoft_calendar td:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 1) !important;
  }
  
  .xdsoft_datetimepicker {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 21%) !important;
    background: #364655 !important;
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%) !important;
    padding: 5px 20px !important;
    border-radius: 6px !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker {
    float: none !important;
    margin: 0 auto !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_scroller {
    background-color: #364655 !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_scroller:hover {
    background: #364655 !important;
    box-shadow: inset 0 0 0 1px #64c631 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_scroller:hover {
    background: #364655 !important;
    box-shadow: inset 0 0 0 1px #64c631 !important;
  }
  
  .xdsoft_time.xdsoft_current {
    box-shadow: inset 0 0 0 2px #64c631 !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_time:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
    color: white !important;
  }
  
  .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_time.xdsoft_current:hover {
    box-shadow: inset 0 0 0 2px #64c631 !important;
    background: transparent !important;
  }
  
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current:hover {
    box-shadow: inset 0 0 0 2px #64c631 !important;
    background: transparent !important;
  }
  /******* after design *************/
  
  .autocomplete-items,
  .location-items {
    position: absolute;
    z-index: 1;
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 21%) !important;
    border-radius: 0 0 6px 6px !important;
    padding: 5px 10px !important;
    transition: all 0.2s linear;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    width: 100%;
  }
  /*
.autocomplete-items::-webkit-scrollbar {
  width: 12px;
  cursor: pointer;
}

.autocomplete-items::-webkit-scrollbar-track {
  cursor: pointer;
  border-radius: 10px;
}

.autocomplete-items::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 10px;
  background-color: #364655;
}

.autocomplete-items::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #64c631;
}
*/
  
  ​ .autocomplete-items div strong,
  .location-items div strong {
    color: rgba(255, 255, 255, 1) !important;
  }
  
  .autocomplete-items div,
  .location-items div {
    padding: 3px 5px;
    font-size: 13px;
    cursor: pointer;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  
  .autocomplete-items div:last-child,
  .location-items div:last-child {
    border: none;
  }
  
  .autocomplete-items div:hover,
  .location-items div:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  .autocomplete-active {
    box-shadow: inset 0 0 0 1px #64c631;
  }
  
  .marker {
    background-color: red;
    background-size: cover;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
  }
  
  #startPoint,
  #destPoint {
    padding-right: 15px !important;
  }
  
  .rmv {
    display: none;
  }
  
  .rmv img {
    width: 16px;
    opacity: 0.5;
  }
  
  .remove-btn {
    display: none;
    width: 20px;
    height: 100%;
    padding: 2px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  
  .remove-btn:hover {
    display: block !important;
  }
  
  #startPoint:hover+.remove-btn,
  #destPoint:hover+.remove-btn {
    display: block !important;
  }
  
  @keyframes flash {
    from,
    50%,
    to {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  
  .animate__flash {
    animation: flash 1s ease;
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .animate__fadeInDown {
    animation: fadeInDown .5s ease;
  }
  
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .animate__fadeOutUp {
    animation: fadeOutUp .5s ease;
  }
  
  .noticeBox {
    width: 300px;
    padding: 10px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    position: absolute;
    top: 45px;
    left: calc(50% - 150px);
    color: white;
    font-size: 13px;
    z-index: 1200;
  }
  
  .noticeBox.error {
    background: rgb(194, 42, 31);
  }
  
  .noticeBox.warning {
    background: #bdaf00;
  }
  
  .noticeBox.success {
    background: #64c631;
  }
  
  .field-dest-more {
    display: flex;
    position: relative;
  }
  
  .field-dest-more .field-with-btn:first-child {
    width: 100%;
  }
  
  .field-dest-more .field-with-btn:nth-child(2) {
    width: 100px;
  }
  
  .more-dest {
    width: 100%;
    border-radius: 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  #more-dest-box {
    position: absolute;
    display: none;
    bottom: 30px;
    width: 100%;
    height: auto;
    background-color: red;
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 60px;
    padding-bottom: 3px;
    z-index: 100;
    user-select: none;
  }
  
  #more-dest-box .more-dest-item-container {
    transition: all .5s ease;
  }
  
  #more-dest-box .more-dest-item {
    height: 30px;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 29px;
    padding-right: 15px;
  }
  
  .more-dest-item-container {
    display: none;
  }
  
  #more-dest-box .more-dest-item-container:first-child::before {
    content: '';
    background-image: url('../images/icons/_01_pickup.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -30px;
    margin-top: 2px;
    opacity: .5;
  }
  
  .more-dest-item .loading-dots {
    z-index: 5;
    position: absolute;
    top: -13px;
    left: -18.6px;
  }
  
  .more-dest-item .loading-dots div {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .more-dest-item-container {
    position: relative;
  }
  
  .field-btn.more-dest span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    margin-left: 15px;
  }
  
  .field-btn.more-dest .loading-dots {
    top: 6px !important;
    left: 35.5px !important;
    transform: rotate(90deg) !important;
  }
  
  .more-dest-item-container:first-child .more-dest-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  
  .boxControls {
    position: absolute;
    display: flex;
    right: -55px;
    top: 0;
    padding-top: 3px;
    height: 100%;
  }
  
  .boxControls div {
    opacity: 0.5;
  }
  
  .boxControls img {
    width: 14px;
  }
  
  .boxControls .cntX img {
    width: 16px;
  }
  
  .boxControls div {
    margin: 0 1px;
    cursor: pointer;
  }
  
  .boxControls div:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  .cntUp img {
    transform: rotate(90deg);
  }
  
  .cntDown img {
    transform: rotate(270deg);
  }
  
  .map-to,
  .map-from {
    height: 24px;
    overflow: hidden;
  }
  
  input#nuPhone::-webkit-outer-spin-button,
  input#nuPhone::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  input#nuPhone[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
  }
  
  .black-overlay,
  .black-overlay-booking {
    background-color: rgba(31, 50, 66, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .nuComfBox {
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    transform: scaleY(0);
    transition-duration: .2s;
    width: 400px;
    margin: 0 auto;
    position: fixed;
    left: calc(50% - 200px);
    border-radius: 15px;
    z-index: 1000;
    top: 100px;
    padding: 18px;
    padding-bottom: 0;
    color: #000;
  }
  
  .nuComfBox.greenBox {
    box-shadow: inset 0 0 0 5px #64c631;
  }
  
  .nuComfBox.redBox {
    box-shadow: inset 0 0 0 5px #f90b0b;
  }
  
  .nuComfBox-header,
  .nuComfBox-body {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  
  .nuComfBox-body {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  
  .nuComfBox-body p {
    margin-bottom: 0;
  }
  
  .nuComfBox-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }
  
  .nuComfBox-buttons button {
    color: white;
    padding: 4px 15px;
    border-radius: 8px;
    margin: 5px;
  }
  
  .nuComfBox-cancel,
  .updBox-cancel,
  .delBox-cancel,
  .booking-cancel {
    background-color: #a5a5a5;
  }
  
  .nuComfBox-ok {
    background-color: #64c631;
  }
  
  .nuComfBox-del {
    background-color: #f90b0b;
  }
  
  .guests-list-box,
  .guests-list-box-booking {
    position: absolute;
    z-index: 1;
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 21%) !important;
    border-radius: 0 0 6px 6px !important;
    padding: 5px 10px !important;
    transition: all 0.2s linear;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    width: 100%;
    display: none;
  }
  
  .guests-list-box div,
  .guests-list-box-booking div {
    padding: 3px 5px;
    font-size: 13px;
    cursor: pointer;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  
  .guests-list-box div span,
  .guests-list-box-booking div span {
    font-size: 11px !important;
  }
  
  .guests-list-box div:hover,
  .guests-list-box-booking div:hover {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
  }
  
  .guests-list-box div:last-child,
  .guests-list-box-booking div:last-child {
    border: none;
  }
  
  .destWaitTime {
    position: absolute;
    display: flex;
    background-color: white;
    transition: .5s all ease;
    width: 200px;
    right: -3px;
    top: 33px;
    opacity: 1 !important;
    z-index: 2000;
    background: rgb(31, 50, 66);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 15%, rgba(31, 50, 66, 1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 0px 4px #00000070;
    padding: 3px;
  }
  
  .destWaitTime:before {
    content: "";
    position: absolute;
    right: 6px;
    top: -8px;
    transform: rotate(90deg);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid rgba(255, 255, 255, 0.5);
    border-bottom: 4px solid transparent;
  }
  
  .destWaitTime:hover,
  .destWaitTime div:hover,
  .destWaitTime .waiting-input:hover {
    box-shadow: none !important;
  }
  
  .destWaitTime div {
    opacity: 1;
  }
  
  .destWaitTime .waiting-input {
    display: flex;
    opacity: 1 !important;
    align-items: center;
  }
  
  .destWaitTime .waiting-input p {
    margin-right: 10px;
    margin-left: 3px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    font-size: 14px;
  }
  
  .destWaitTime .waiting-input input {
    width: 100px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(54, 70, 85, 1);
    background: linear-gradient( 135deg, rgba(54, 70, 85, 1) 35%, rgba(31, 50, 66, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    border-radius: 0 6px 6px 0;
    padding-left: 5px;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    margin-left: -1px;
  }
  
  .destWaitTime .waiting-input input:focus {
    outline: none;
  }
  
  .dest-waiting-time-icon img {
    width: 19px;
    padding-left: 3px;
  }
  
  .orderPrice .loading-dots {
    top: 83px !important;
    left: 52.5px !important;
    transform: rotate( 90deg) !important;
  }
  
  #bookRideBtn span {
    font-size: 16px;
    font-weight: 500;
  }
  
  .location-items {
    max-height: 300px;
    overflow-y: scroll;
  }
  
  .location-items::-webkit-scrollbar,
  .guests-list-box::-webkit-scrollbar,
  .guests-list-box-booking::-webkit-scrollbar {
    width: 12px;
  }
  
  .location-items::-webkit-scrollbar-track,
  .guests-list-box::-webkit-scrollbar-track,
  .guests-list-box-booking::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .location-items::-webkit-scrollbar-thumb,
  .guests-list-box::-webkit-scrollbar-thumb,
  .guests-list-box-booking::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 10px;
    background: #364655 !important;
  }
  
  .location-items::-webkit-scrollbar-thumb:hover,
  .guests-list-box::-webkit-scrollbar-thumb:hover,
  .guests-list-box-booking::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 1px #64c631 !important;
  }
  
  .btn-open-options img {
    width: 22px;
    opacity: .5;
  }