@import './global.css';

/* Heading  Color Change */
.sidenav-heading {
  color: #fff !important;
}

.sidenav > li > a {
  padding-left: 60px !important;
}

.sidenav-icon {
  width: 25px !important;
  height: 25px !important;
}

.sidenav.level-1 > li > a:hover {
  color: #fff;
  background-color: #193983;
}

.sidenav > li > a > .sidenav-label {
  padding-left: 5px !important;
  padding-top: 5px !important;
}

.media > .media-middle > .icon > img {
  width: 30px !important;
  height: 30px !important;
}

.card-header > .icon-bank {
  color: #193983;
}

.card-header > strong {
  color: #193983;
  margin-left: 10px;
}

.card-actions {
  margin-top: -14px !important;
}
.card {
  box-shadow: 0px 5px 3px 3px rgba(224, 224, 224, 0.6);
}
.layout {
  background-image: url("../img/page-bg.png") !important;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-attachment: fixed;
  background-color: #ecf8f8;
}

.list-group-item {
  border-bottom: 1px solid #e7e7ec !important;
}

.list-group-divided .list-group-item:last-child {
  border-bottom: none !important;
}

@media screen and (max-width: 767px) {
  .media > .media-middle > .icon > img {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (min-width: 768px) {
  .sidenav-collapsed .sidenav-icon {
    margin-left: 15px !important;
  }

  .sidenav > .sidenav-item > a::before {
    left: 10px !important;
  }

  .sidenav > .sidenav-item > a::before {
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    top: 14px;
    left: 10px;
    background: #5c85e3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.53s ease-out;
    -moz-transition: all 0.53s ease-out;
    -o-transition: all 0.53s ease-out;
    transition: all 0.53s ease-out;
  }
  .sidenav > .sidenav-item > a:hover::before {
    height: 20px;
    width: 3px;
  }

  @media (max-width: 767px) {
    .media > .media-middle > .icon > img {
      width: 10px !important;
      height: 10px !important;
    }
  }
}

.ui.dropdown .menu > .item {
  line-height: 1.5em !important;
  font-size: 1.1rem !important;
}

.icon-title > img {
  width: 30px;
  height: 30px;
}

.label-primary {
  background-color: #58cef2;
}

.dataTables_wrapper .dataTables_filter input {
  font-family: Roboto, sans-serif;
  box-shadow: none;
  height: 30px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #7d7d8e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7e7ec;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

@media (max-width: 767px) {
  .transactionTable {
    display: none;
  }
}

@media (min-width: 767px) {
  .transactionCard {
    display: none;
  }
}

.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(26, 58, 131, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(26, 58, 131, 0.2);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #193983 !important;
  border-color: #193983 !important;
}

.btn-success {
  background-color: #fff !important;
  border-color: #193983 !important;
  color: #193983;
}

.btn-green {
  background-color: #49d467 !important;
  border-color: #49d467 !important;
}

.btn-gray {
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.btn-successactive {
  background-color: #193983 !important;
  border-color: #193983 !important;
  color: #fff!important;
}

/*From Here */
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img,
.ui.dropdown > .text > .image,
.ui.dropdown > .text > img {
  margin-top: -0.3em;
  margin-bottom: -0.3em;
}

.dataTables_paginate > .paginate_button.previous.disabled,
.dataTables_paginate > .paginate_button.next.disabled {
  color: #e7e7ec;
  background-color: #fff;
  border-color: #e7e7ec;
  cursor: not-allowed;
}

.dataTables_paginate > .paginate_button.previous,
.dataTables_paginate > .paginate_button.next {
  cursor: pointer;
}

.dataTables_paginate > a,
.dataTables_paginate > span > a {
  position: relative;

  padding: 6px 12px;
  line-height: 1.538462;
  text-decoration: none;
  color: #7d7d8e;
  background-color: #fff;
  border: 1px solid #e7e7ec;
  margin-left: -1px;
}

.dataTables_paginate > span > .current,
.dataTables_paginate > span > .current:focus,
.dataTables_paginate > span > .current:hover {
  z-index: 3;
  color: #fff;
  background-color: #193983;
  border-color: #193983;
  cursor: default;
}

.dataTables_paginate > span > .paginate_button:focus,
.dataTables_paginate > span > .paginate_button:hover {
  z-index: 3;
  color: #fff;
  background-color: #193983;
  border-color: #193983;
  cursor: pointer;
}

.table.dataTable .sorting_asc,
.table.dataTable .sorting_desc {
  border-bottom-color: #193983 !important;
  color: #193983 !important;
}

.table.dataTable .sorting_desc:after {
  color: #193983 !important;
}

.ui.avatar.image,
.ui.avatar.image img,
.ui.avatar.image svg,
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.images svg {
  border-radius: 0rem !important;
}

.custom-control-primary
  .custom-control-input:checked
  ~ .custom-control-indicator {
  background-color: #eeb621 !important;
}

.material-icons {
  font-size: 33px !important;
  border: 1px solid #e7e7ec;
  border-radius: 3px;
}

.cursor-pointer {
  cursor: pointer;
}
.icon-border {
  border: 1px solid #e7e7ec;
  border-radius: 3px;
  height: 36px;
  width: 38px;
  padding-top: 4px;
}

.navbar-default .sidenav-toggler.collapsed {
  background-color: #193983 !important;
}

.badge-primary {
  background-color: red !important;
}

.icon-refresh {
  color: green !important;
}

.notification-heading {
  color: #193983 !important;
}

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 29em !important;
  }
}

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 20.014286rem !important;
  }
}

/* Sujan */
.insuranceTitleDiv {
  color: #193983;
  background-color: #f8f8f8;
  margin-bottom: 0px !important;
  margin-top: 2px;
  border: none !important;
  bottom: 0px;
  line-height: 12px;
  height: 36px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.insurance-div {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #cacaca;
  box-shadow: none;
  height: auto;
}

.insurance-div :hover {
  cursor: pointer;
}

.sidenav.level-1 > li.active > a {
  background-color: #628ae9;
  color: #fff;
}
.layout-sidebar {
  background-color: #193983 !important;
  color: #a4a6c3;
}
.border-bottom-insurance {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #193983;
}

.insurance-confirm-payment {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.insuranceImg {
  padding-right: 5px;
  padding-left: 5px;
}

/* .insurance-listing {
  border: 1px solid #193983;
} */

.div-box-m-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ali {
  display: block;
}

/* .custom-scrollbar {
  overflow: scroll !important;
  height: 720px !important;
} */

.airline-div {
  height: 100px !important;
  cursor: pointer;
}
.airline-logo {
  padding-top: 25px;
  height: 50px !important;
  width: auto;
}
.airline-amount {
  padding-top: 25px;
}
.flight-list {
  height: 720px !important;
  overflow: scroll;
  padding-bottom: 100px;
}

.airline-filter :hover {
  cursor: pointer;
  background-color: #193983;
}

.airline-selected {
  background-color: #193983;
}

.remittanceTitleDiv {
  color: #193983;
  background-color: #f8f8f8;
  margin-bottom: 0px !important;
  margin-top: 2px;
  border: none !important;
  bottom: 0px;
  line-height: 10px;
  height: 48px;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* sujan */

/* BusSewa */
.seat {
  height: 30px;
  /* width: 30 px; */
  min-width: 30px;
  max-width: 30px;
  text-align: center;
  /* min-width: 90px;
  max-width: 90px;
  
  padding: 5px; */
}
.seatlegend {
  height: 30px;
  /* width: 30 px; */
  min-width: 30px;
  max-width: 30px;
  align-items: center;
}

.seat:hover {
  cursor: pointer;
}

/* table {
  transform: rotate(270deg);
} */

/* .seatavailable {
  background-image: url(../img/seats/seatavailable.svg);
  background-repeat: no-repeat;
}

.seatunavailable {
  background-image: url(../img/seats/seatunavailable.svg);
  background-repeat: no-repeat;
}

.seatbooked {
  background-image: url(../img/seats/seatbooked.svg);
  background-repeat: no-repeat;
} */

.stringwheel {
  background-image: url(../img/seats/stringwheel.svg);
}
/* BusSewa */

.mar-10 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.refid {
  color: #193983;
}

/*flash sale*/

.flashSale-div :hover {
  cursor: pointer;
  transform: scale(1.01);
}

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 550px;
  transition: height 0.15s ease-in;
}

/* Samsung Prebooking*/
.gift-selected {
  background-color: #cacaca;
}
.prebooking-div {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #cacaca;
  box-shadow: none;
  height: auto;
}

.prebooking-div :hover {
  cursor: pointer;
  transform: scale(1.05);
}
.prebooking-card {
  overflow: hidden;
  width: 800px;
  height: 700px;
}

.cart :hover {
  cursor: pointer;

  /* transform: scale(1.05); */
}

.gift :hover {
  background-color: #cacaca;
}

.breakage {
  width: 100px;
  height: 100px;
}

.booked-product-image {
  width: 100%;
}

/* Samsumg */
.carousel .slider-wrapper {
  height: 50%;
}

.carousel .slide {
  background: #fff !important;
}

.carousel .slide img {
  width: 45% !important;
  height: 90%;
}

.carousel img {
  width: 60% !important;
  height: 60%;
  margin-left: 12px;
  margin-right: auto;
}

.grid-container {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: auto auto;
  /* background-color: #2196f3; */
  padding: 10px;
}

.grid-item {
  /* background-color: rgba(255, 255, 255, 0.8); */
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 10px;
  /* font-size: 30px; */
  text-align: center;
}

.grid-icon {
  padding-top: 10px;
}

/* .current-offers {
  height: 332px !important;
  overflow: scroll;
  padding-bottom: 10px;
} */
.color-box {
  /* position: absolute; */
  border-radius: 5px;
  height: 30px;
  width: 30px;
  margin: 10px;
  background-color: #6d937c;
}

.product-img {
  height: 90%;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.view-detail :hover {
  cursor: pointer;
  transform: scale(1.05);
}
/* Broker Payment */
.broker-circle {
  height: 43px;
  width: 43px;
  background-color: rgb(253, 232, 229);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: rgb(158, 11, 1);
  line-height: 40px;
  margin-right: 5px;
}

/* Manakamana Cable Car */
.plusminus {
  margin-top: 7px;
}

.cardplusminus {
  padding-left: 70px;
}

.selectType {
  color: #193983;
}

/* Data Pack */
.datapack-seemore :hover {
  cursor: pointer;
}

/* Load Wallet */
.divider-vertical {
  border-left: 1px solid rgb(206, 202, 202);
}

.wallet-div {
  margin-left: 30px;
}

.load-option-text {
  color: #193983;
  align-content: center;
}

.load-option-icon {
  color: #32465f;
}

.wallet-option {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wallet-icon {
  margin-right: 10px;
}

/* Data pack */
.datapack-toggle {
  width: 159px;
}

/* Movie */
.movie-poster {
  height: 325px;
  width: 100%;
}

.movie-banner {
  width: 100%;
}
.movie-trailer {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .datapack-toggle {
    width: auto;
  }
}

/* EVENTS */

.price-card:hover {
  cursor: pointer;
  transform: scale(1.1);
}

/* OTT */

.img-responsive {
  margin: auto;
}

