/* Main Tabs */
.top-tabs-container {
  padding: 30px;
  border: 1px solid #A3A3A3;
}
.top-tabs-container .maintab-label {
  padding: 10px 0;
  cursor: pointer;
  font-size: 15px;
}
.top-tabs-container .maintab-label.active {
  font-weight: 600;
  color: #4756CB;
}
.top-tabs-container .usr-pic,
.top-tabs-container .usr-nm {
  margin-bottom: 7px;
}
.top-tabs-container .usr-pic {
  width: 80px;
  height: 80px;
  border: 1px solid #121e7e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.top-tabs-container .usr-pic img {
  width: 100%;
}

.blnc-amnt {
  background-color: #b80060;
  color: #ffffff;
  text-transform: uppercase;
}

.sub-tabs-container .subtab-label {
  background: none;
  box-shadow: none;
  position: relative;
  color: #4756CB;
  font-size: 15px;
  font-weight: 700;
}

.tab-radio {
  display: none;
}

.uploadFile {
  overflow: hidden;
}
.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.subtab-label {
  position: relative;
  border: none;
  outline: none;
  margin-left: 30px;
}
.subtab-label.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4756CB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subtab-label:first-child {
  margin-left: 0;
}

.subtab-content table {
  width: 100%;
}
.subtab-content table tr {
  border: 1px solid #9CA2C0;
}
.subtab-content table tr th {
  background: #E9EBF6;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.subtab-content table tr th.status {
  color: #000000;
}
.subtab-content table tr td {
  padding: 5px;
  font-size: 14px;
  color: #5A5A5A;
}
.subtab-content table tr td::before {
  display: none;
}
.subtab-content table tr .id {
  width: 10%;
}
.subtab-content table tr .id::before {
  content: "#ID";
  position: absolute;
}
.subtab-content table tr .title {
  width: 30%;
}
.subtab-content table tr .title::before {
  content: "Title";
  position: absolute;
}
.subtab-content table tr .type {
  width: 10%;
}
.subtab-content table tr .type::before {
  content: "Type";
  position: absolute;
}
.subtab-content table tr .coat {
  width: 15%;
}
.subtab-content table tr .coat::before {
  content: "Coat";
  position: absolute;
}
.subtab-content table tr .status {
  width: 15%;
  color: #FF1F00;
}
.subtab-content table tr .status::before {
  content: "Status";
  position: absolute;
}
.subtab-content table tr .action {
  width: 20%;
}
.subtab-content table tr .action button {
  font-size: 12px;
}
.subtab-content table tr .action button svg {
  margin-right: 5px;
}
.subtab-content table tr .action button:hover svg path {
  fill: #4756CB;
}
.subtab-content table tr .action::before {
  content: "Action";
  position: absolute;
}
.subtab-content .box {
  margin: -1px 0 0;
}
.subtab-content .more-btn {
  width: 120px;
  margin-top: 26px;
}

.password-change {
  display: none;
}

.password-change.on {
  display: block;
}

/* star-rating - start */
.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  padding: 0;
  text-align: center;
}
.star-rating input {
  display: none !important;
}
.star-rating input:checked ~ label {
  color: #f90 !important;
}
.star-rating label {
  color: #ccc !important;
  cursor: pointer;
  font-size: 25px !important;
  padding-left: 5px !important;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-left: 0 !important;
}
.star-rating label::before, .star-rating label::after {
  display: none;
}
.star-rating label:hover {
  color: #fc0 !important;
}
.star-rating label:hover ~ label {
  color: #fc0 !important;
}

/* star-rating - end */
/****************CSS Radio Button*****************/
.custom-radio [type=radio]:checked,
.custom-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.custom-radio [type=radio]:checked + label,
.custom-radio [type=radio]:not(:checked) + label {
  padding-left: 25px;
  font-weight: 300;
  color: #000000;
}

.custom-radio [type=radio]:checked + label:before,
.custom-radio [type=radio]:not(:checked) + label:before {
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
}

.custom-radio [type=radio]:checked + label:after,
.custom-radio [type=radio]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  background: #000000;
  top: 6px;
  left: 4px;
}

.btn-typ1.active {
  background-color: #ffffff;
  color: #0A4BA8;
}

@media (max-width: 1400px) {
  .card1 strong {
    font-size: 14px;
  }
  .card1 .count {
    margin-top: 20px;
    font-size: 30px;
  }
}
@media (max-width: 1365px) {
  .top-tabs-container {
    padding: 30px 15px;
  }
  .subtab-content table tr .action button {
    font-size: 10px;
  }
  .subtab-content table tr td {
    font-size: 13px;
  }
  .sub-tabs-container .subtab-label {
    font-size: 14px;
  }
  .subtab-label {
    margin-left: 15px;
  }
}
@media (max-width: 1023px) {
  .top-tabs-container {
    padding: 20px 15px;
  }
  .top-tabs-container .maintab-label {
    font-size: 14px;
  }
  .subtab-content table tr td {
    font-size: 12px;
  }
  .subtab-content table tr .title {
    width: 28%;
  }
  .subtab-content table tr .coat {
    width: 17%;
  }
  .subtab-content table tr .action button {
    padding: 5px 0;
  }
  .status-not-booked {
    padding: 5px;
    font-size: 13px;
    display: block;
    text-align: center;
  }
  .cancellation-tab-filter li a {
    min-width: 70px;
    width: auto;
  }
  .card1 .count {
    margin-top: 15px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .top-tabs-container {
    padding: 15px 0 0;
  }
  .top-tabs-container .maintab-label {
    padding: 10px;
    margin-bottom: 0;
  }
  .top-tabs-container .maintab-label:hover {
    background: #4756CB;
    color: #ffffff;
  }
  .top-tabs-container .maintab-label.active {
    background: #4756CB;
    color: #ffffff;
  }
  .subtab-btn-wrp {
    display: flex;
    flex-wrap: wrap;
  }
  .subtab-btn-wrp .subtab-label {
    width: 50%;
    margin: 0;
    padding: 5px;
    background: #4756CB;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .subtab-btn-wrp .subtab-label.active {
    color: #4756CB;
    background: none;
  }
  .subtab-content table tr td {
    width: 100% !important;
    display: block;
    padding-left: 50%;
    position: relative;
  }
  .subtab-content table tr td::before {
    display: block;
    width: 50%;
    position: absolute;
    left: 15px;
    font-weight: 600;
    color: #000000;
  }
  .subtab-content table tr td.status::before {
    color: #000000;
  }
  .custom-radio [type=radio]:checked + label,
  .custom-radio [type=radio]:not(:checked) + label {
    display: inline-block;
    width: auto;
    margin-left: 15px;
  }
  .cancellation-tab-filter li {
    margin-left: -5px;
  }
  .select-tab-item li {
    width: 100%;
  }
  .select-tab-item li .btn.downbtn {
    width: 30px;
  }
  .position-relative.slct-btn-wrp {
    height: 40px;
  }
  .cancellation-tab-filter li {
    margin-left: 0;
  }
  .select-tab-item {
    position: static;
    margin-left: 0;
  }
  .select-tab-item li .btn {
    width: 100%;
    display: block;
    text-align: left;
  }
  .card1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card1 .count {
    margin-top: 0;
  }
}/*# sourceMappingURL=dash-style.css.map */