body,
html {
  height: 100%;
  font-family: 'Rubik', sans-serif;
  overflow: hidden; }

* {
  outline: none; }

.btn {
  padding: 4px 38px;
  font-size: 13px;
  font-weight: 500; }
  .btn:focus {
    box-shadow: none !important; }
  .btn.btn-primary {
    background-color: #6000C6;
    border-color: #6000C6; }
  .btn.btn-success {
    background-color: #00BF1F;
    border-color: #00BF1F; }
  .btn.btn-secondary {
    background-color: #9E9E9E;
    border-color: #9E9E9E; }
  .btn.btn-danger {
    background-color: #FA353F;
    border-color: #FA353F; }
  .btn.btn-info {
    background-color: #009CBD;
    border-color: #009CBD; }
  .btn.btn-orange {
    background-color: #FF6E00;
    border-color: #FF6E00;
    color: #fff; }
  .btn.btn-height {
    height: 35px; }

.badge {
  border-radius: 17px;
  font-size: 13px;
  font-weight: 500; }
  .badge.bg-primary {
    background-color: #6000C6;
    border-color: #6000C6; }
  .badge.bg-danger {
    background-color: #FA353F !important;
    border-color: #FA353F; }

#wrapper {
  background-color: #fdfdfd; }

.font-10 {
  font-size: 10px; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-24 {
  font-size: 24px; }

.font-30 {
  font-size: 30px; }

.font-32 {
  font-size: 32px; }

.font-500 {
  font-weight: 500; }

.font-600 {
  font-weight: 600; }

nav.navbar {
  padding: .3rem 1rem;
  background-color: #3C0083;
  height: 60px; }
  nav.navbar .user .user-pic {
    width: 35px;
    height: 35px;
    background: #6000C6; }
  nav.navbar .dropdown .btn:after {
    display: none; }
  nav.navbar .dropdown .dropdown-menu {
    left: -84px !important;
    width: 9rem !important;
    top: 39px !important;
    padding: 3px 0px; }
    nav.navbar .dropdown .dropdown-menu li .dropdown-item {
      font-size: 14px; }
  nav.navbar .fibernet-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px; }

#wrapper {
  padding-left: 3.75rem;
  height: 100%;
  padding-top: 3.75rem;
  padding-right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #F1F4F8; }
  @media (max-width: 991px) {
    #wrapper {
      overflow-y: auto !important; } }
  #wrapper.toggled {
    padding-left: 11.875rem;
    background: #F1F4F8; }

#sidebar-wrapper {
  z-index: 1040;
  position: absolute;
  left: 250px;
  top: 0px;
  width: 60px;
  height: 100%;
  margin-left: -250px;
  overflow-x: hidden;
  overflow-y: auto;
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 2px #afaaaa69; }
  #sidebar-wrapper .logo-section {
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #sidebar-wrapper .logo-section .asianet-logo {
      width: 45px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #sidebar-wrapper .logo-section .btn {
      top: 10px;
      position: relative;
      padding-left: 0;
      padding-right: 0; }
      #sidebar-wrapper .logo-section .btn img {
        width: 25px; }

#wrapper.toggled #sidebar-wrapper {
  width: 190px; }
  #wrapper.toggled #sidebar-wrapper .logo-section {
    width: 190px; }
    #wrapper.toggled #sidebar-wrapper .logo-section .asianet-logo {
      width: 75px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #wrapper.toggled #sidebar-wrapper .logo-section .btn {
      position: absolute !important;
      top: 10px !important;
      display: block;
      right: 8px;
      padding-left: 0;
      padding-right: 4px; }
      #wrapper.toggled #sidebar-wrapper .logo-section .btn img {
        width: 25px; }
  #wrapper.toggled #sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 110px;
    width: 190px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #wrapper.toggled #sidebar-wrapper .sidebar-nav li {
      padding-left: 1rem;
      line-height: 36px; }
      #wrapper.toggled #sidebar-wrapper .sidebar-nav li.active a {
        color: #3C0083; }
        #wrapper.toggled #sidebar-wrapper .sidebar-nav li.active a:after {
          font-family: "FontAwesome";
          content: "\f0da";
          position: absolute;
          margin-left: 0.5rem; }
      #wrapper.toggled #sidebar-wrapper .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #999999; }
        #wrapper.toggled #sidebar-wrapper .sidebar-nav li a:focus {
          text-decoration: none; }
        #wrapper.toggled #sidebar-wrapper .sidebar-nav li a:active {
          text-decoration: none; }
        #wrapper.toggled #sidebar-wrapper .sidebar-nav li a > .sidebar-brand {
          height: 65px;
          font-size: 18px;
          line-height: 60px; }
          #wrapper.toggled #sidebar-wrapper .sidebar-nav li a > .sidebar-brand a {
            color: #999999; }
            #wrapper.toggled #sidebar-wrapper .sidebar-nav li a > .sidebar-brand a:hover {
              color: #fff;
              background: none; }
#wrapper .sidebar-nav {
  display: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.content-base {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.card {
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 3px 0px #00000038; }
  .card .header h3 {
    color: #434D56;
    font-size: 23px; }
  .card .card-header {
    border: none;
    border-radius: 0.25rem; }
  .card.accordion {
    background: none;
    border: none;
    border-top: solid 0.25rem white;
    box-shadow: none;
    border-radius: 0; }
    .card.accordion .card-header {
      border-radius: inherit;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      background: #F1F4F8;
      color: #3C0083;
      cursor: pointer; }
    .card.accordion .accordion-collapse {
      border: none; }

.search-input {
  width: 300px;
  height: 40px; }
  .search-input .input-group-text {
    font-size: 14px; }
    .search-input .input-group-text .form-control {
      font-size: 14px; }

.form-select:focus,
.form-control:focus {
  box-shadow: none;
  background-color: #F1F4F8; }

table {
  overflow-y: auto; }
  table thead tr th {
    color: #4A535C; }
  table tbody tr {
    background: #fff;
    border-bottom-width: 1x;
    border-color: #dedede;
    vertical-align: middle; }
    table tbody tr:hover {
      background: #F1F4F8; }
    table tbody tr td {
      border-bottom-width: 1px;
      border-color: #dedede; }

label.form-label {
  color: #757A80;
  font-size: 13px; }

.form-control {
  background-color: #F1F4F8;
  color: #6B727A;
  border-radius: 0.25rem;
  font-size: 13px;
  height: 36px; }
  .form-control:disabled {
    background-color: #e0e7f0;
    cursor: not-allowed; }
  .form-control.overide-state[readonly] {
    background-color: #F1F4F8 !important; }

.form-control-plaintext {
  background-color: #F1F4F8;
  color: #6B727A;
  border-radius: 0.25rem;
  font-size: 13px;
  height: 36px; }

.form-select {
  background-color: #F1F4F8;
  color: #6B727A;
  border-radius: 0.25rem;
  height: 36px;
  font-size: 13px; }

::-webkit-input-placeholder {
  /* Edge */
  color: #9DA2A8; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9DA2A8; }

::placeholder {
  color: #9DA2A8; }

.text-blue {
  color: #5D69DF !important; }

.btn-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  z-index: 10;
  cursor: pointer; }

span.error {
  font-size: 12px; }

/** Select2 */
.select2 {
  display: inline-block; }

.select2-container {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: calc(2.125rem + 2px);
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container.select2-lg .select2-selection--multiple {
  min-height: calc(2.625rem + 2px); }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #dbdfea;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: absolute;
  left: -100000px;
  z-index: 1051;
  padding: 6px; }

.select2-dropdown--below {
  margin-top: -1px;
  border-radius: 0 0 4px 4px; }

.select2-dropdown--above {
  margin-top: 1px;
  border-radius: 4px 4px 0 0; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 4px 4px; }

.select2-results__option {
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option:not(:last-child) {
  margin-bottom: 0.125rem; }

.select2-results__option[aria-selected] {
  cursor: pointer;
  word-break: break-all; }

.select2-lg .select2-results__option {
  padding: 0.5rem 0.75rem; }

.select2-container--open .select2-dropdown {
  left: 0;
  border-color: #b4bdd3; }

.select2-search--dropdown {
  display: block;
  padding: 0; }

.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 6px;
  color: #526484; }

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #6576ff; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-lg .select2-search--dropdown .select2-search__field {
  padding: 0.5rem 0.75rem; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  height: calc(2.125rem + 2px);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s; }

.select2-sm .select2-container--default .select2-selection--single {
  font-size: 12px; }

.select2-lg .select2-container--default .select2-selection--single {
  font-size: 15px; }

.select2-container--default .select2-selection--single:focus {
  box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1);
  border-color: #6576ff;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #526484;
  line-height: 1.25rem;
  padding: 0.4375rem calc(2.125rem + 2px) 0.4375rem 1rem; }

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8094ae; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.125rem + 2px);
  position: absolute;
  top: 0;
  right: 0;
  width: calc(2.125rem + 2px);
  display: flex;
  align-items: center;
  justify-content: center; }

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: "FontAwesome";
  content: "\f107";
  line-height: 1; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default.select2-sm .select2-selection--single {
  height: calc(1.75rem + 2px);
  font-size: 12px; }

.select2-container--default.select2-sm .select2-selection--single .select2-selection__rendered {
  line-height: 1.25rem;
  padding: 0.25rem calc(1.75rem + 2px) 0.25rem 1rem; }

.select2-container--default.select2-sm .select2-selection--single .select2-selection__arrow {
  height: calc(1.75rem + 2px);
  width: calc(1.75rem + 2px); }

.select2-container--default.select2-lg .select2-selection--single {
  height: calc(2.625rem + 2px);
  font-size: 15px; }

.select2-container--default.select2-lg .select2-selection--single .select2-selection__rendered {
  line-height: 1.25rem;
  padding: 0.6875rem calc(2.625rem + 2px) 0.6875rem 1rem; }

.select2-container--default.select2-lg .select2-selection--single .select2-selection__arrow {
  height: calc(2.625rem + 2px);
  width: calc(2.625rem + 2px); }

.select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
  border-radius: 4px 4px 0 0; }

.select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
  border-radius: 0 0 4px 4px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #b4bdd3 !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\f106"; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dbdfea;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: text;
  overflow: auto !important; }

.select2-container--default .select2-selection--multiple .select2-search--inline {
  padding: 3px 6px 6px 0; }

.select2-container--default .select2-selection--multiple .select2-search--inline input::placeholder {
  color: #8094ae; }

.select2-container--default .select2-selection--multiple .select2-search--inline:only-child {
  padding-left: 0.8125rem; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: .125rem 0.1875rem;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #715af1;
  font-size: 12px;
  border-radius: 3px;
  cursor: default;
  line-height: 1.5rem;
  margin: 0.1875rem 0.1875rem;
  padding: 0 .5rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: .5rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #526484; }

.select2-container--default.select2-lg .select2-selection--multiple {
  font-size: 15px; }

.select2-container--default.select2-lg .select2-selection--multiple .select2-selection__choice {
  border-radius: 4px;
  padding: 0.25rem .75rem; }

.select2-container--default.select2-container--below .select2-selection--multiple {
  float: left;
  width: 100%; }

.select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
  border-radius: 4px 4px 0 0; }

.select2-container--default.select2-container--above.select2-container--open .select2-selection--multiple {
  border-radius: 0 0 4px 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 6px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #6576ff;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fff;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #b4bdd3; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dbdfea; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 210px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: rgba(128, 148, 174, 0.7); }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ebeef2; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ebeef2;
  color: #000; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: #ffffff; }

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none; }

.table-height {
  overflow: auto; }

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.overflow-fix {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.overflow-data {
  z-index: 9999;
  display: block;
  white-space: nowrap;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  padding: 1px 4px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.overflow-data.elm-overflow {
  padding: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.sidebar-nav .fa-caret-right {
  display: none; }
.sidebar-nav .active .fa-caret-right {
  display: inline-block; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 13px;
  padding-right: 5px;
  color: white; }

select[multiple] + .select2 {
  padding: 0; }

.nav.nav-tabs .nav-item .nav-link {
  text-align: center;
  background-color: #EEEEEE;
  color: #757A80;
  padding: .5rem 1.3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: none;
  border-bottom: solid 0.25rem transparent;
  border-radius: 0; }
  .nav.nav-tabs .nav-item .nav-link.active {
    border-bottom: 0.25rem solid #6000C7;
    color: #000;
    background-color: #fff;
    color: #3C0083;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .nav.nav-tabs .nav-item .nav-link .badge {
    font-size: 0.625rem;
    line-height: 1; }
.nav.nav-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: 0.25rem; }
.nav.nav-tabs .nav-item:last-of-type .nav-link {
  border-top-right-radius: 0.25rem; }
.nav.nav-tabs.auto-width .nav-item .nav-link {
  max-width: unset;
  min-width: unset; }
.nav.nav-tabs + .card {
  border-top-left-radius: 0; }

.filter-menu {
  top: 0 !important; }

.filter-menu.dropdown-menu[style] {
  right: 15px !important;
  transform: translate(0, 47px) !important;
  border: 1px solid #e5e9f2;
  box-shadow: 0 3px 12px 1px rgba(44, 55, 130, 0.15);
  min-height: 150px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto; }
  .filter-menu.dropdown-menu[style]:not(.extended-filter) {
    left: auto !important; }
  .filter-menu.dropdown-menu[style].extended-filter {
    left: 0.9375rem !important; }
  .filter-menu.dropdown-menu[style] .dropdown-head {
    padding: .8rem 1.25rem;
    border-bottom: 1px solid #e5e9f2; }
  .filter-menu.dropdown-menu[style] .filter-cont {
    padding: 1.25rem; }
  .filter-menu.dropdown-menu[style] .filter-reset {
    padding: 1.25rem; }
  .filter-menu.dropdown-menu[style] .form-control {
    background-color: white; }

.filter-reset {
  border-top: 1px solid #e5e9f2;
  padding: .8rem 1.25rem; }
  .filter-reset a {
    font-size: 0.8125rem;
    color: #282e82;
    text-decoration: none; }

.search-input .form-control {
  height: 37px; }

.filter-btn {
  position: relative;
  padding: 7px 9px 9px 8px;
  background-color: #f8f9fa;
  border-radius: 4px;
  margin-left: 5px;
  height: 37px; }
  .filter-btn img {
    width: 20px; }
  .filter-btn i {
    position: absolute;
    color: #1abb43;
    font-size: 7px;
    right: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #f1f4f8;
  border: 1px solid #f1f4f8;
  border-radius: 0.25rem; }

.select2-container--disabled .select2-selection--single {
  background-color: #e9ecef !important;
  border: 1px solid #e9ecef !important; }

.select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
  border-radius: 0.25rem 0.25rem 0 0; }

.select2-results__option {
  border-radius: 0.25rem; }

.select2-dropdown--below {
  border-radius: 0 0 0.25rem 0.25rem; }

.topbar-list {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  box-shadow: 0px 1px 5px #0000001f;
  text-align: right; }

.pagination .page-item {
  cursor: pointer; }
  .pagination .page-item.disabled {
    opacity: .6;
    cursor: not-allowed; }
.pagination .page-item.active .page-link {
  background-color: #282e82;
  border-color: #282e82;
  color: white !important; }

.bg-primary {
  background-color: #282e82 !important; }

.dropdown-item.active,
.dropdown-item:active {
  background-color: #282e82; }

.loader-wrp {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff91;
  z-index: 1080; }

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #282e82;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.text-success {
  color: #64c026 !important; }

ul.fancytree-container {
  border: none !important; }

span.fancytree-icon {
  display: none !important; }

.fancytree-has-children.fancytree-ico-c span.fancytree-icon, .fancytree-has-children.fancytree-ico-e span.fancytree-icon, .fancytree-has-children.fancytree-exp-n span.fancytree-icon {
  display: none !important; }

.fancytree-partsel span.fancytree-checkbox {
  background-position: -56px 0 !important; }

.fancytree-lastsib span.fancytree-checkbox {
  width: 20px !important;
  height: 20px !important;
  background-position: -56px 0 !important;
  background-size: 75px;
  margin-left: 10px !important;
  margin-top: 3px !important;
  margin-right: 8px !important; }
.fancytree-lastsib.fancytree-selected span.fancytree-checkbox {
  background-position: -37px 0 !important; }

span.fancytree-expander {
  width: 20px !important;
  height: 20px !important;
  background-position: -25px 0 !important;
  background-size: 95px;
  border-radius: 50%; }
  span.fancytree-expander:hover {
    background-position: -25px 0 !important; }

.fancytree-exp-c span.fancytree-expander {
  width: 20px;
  height: 20px;
  background-position: -25px 0 !important;
  background-size: 95px; }
  .fancytree-exp-c span.fancytree-expander:hover {
    background-position: -25px 0 !important; }
.fancytree-exp-c span.fancytree-checkbox {
  width: 20px;
  height: 20px;
  background-position: -56px 0;
  background-size: 75px;
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 8px; }
  .fancytree-exp-c span.fancytree-checkbox:hover {
    background-position: -56px 0; }

.fancytree-selected span.fancytree-checkbox {
  background-position: -37px 0px !important; }
  .fancytree-selected span.fancytree-checkbox:hover {
    background-position: -37px 0px !important; }

.fancytree-exp-e span.fancytree-expander {
  width: 20px;
  height: 20px;
  background-position: 0 !important;
  background-size: 95px; }
  .fancytree-exp-e span.fancytree-expander:hover {
    background-position: 0 !important; }
.fancytree-exp-e span.fancytree-checkbox {
  width: 20px;
  height: 20px;
  background-position: -56px 0;
  background-size: 75px;
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 8px; }
  .fancytree-exp-e span.fancytree-checkbox:hover {
    background-position: -56px 0; }

span.fancytree-checkbox {
  width: 20px !important;
  height: 20px !important;
  background-position: -56px 0;
  background-size: 75px;
  margin-left: 10px !important;
  margin-top: 3px !important; }
  span.fancytree-checkbox:hover {
    background-position: -56px 0 !important; }

.fancytree-exp-n span.fancytree-checkbox {
  width: 20px !important;
  height: 20px !important;
  background-position: -56px 0;
  background-size: 75px;
  margin-left: 10px !important;
  margin-top: 3px !important; }

.fancytree-exp-el span.fancytree-expander {
  background-position: 0px 0 !important; }

span.fancytree-has-children {
  margin-top: 10px !important;
  background: #F1F4F8;
  padding: 12px 10px;
  border-radius: 7px; }

.fancytree-plain span.fancytree-active span.fancytree-title {
  background-color: transparent !important;
  border-color: transparent !important; }
.fancytree-plain span.fancytree-selected span .fancytree-title {
  background-color: none !important; }
.fancytree-plain span.fancytree-title {
  border: none !important; }

span.fancytree-node {
  padding: 7px; }

span.fancytree-checkbox {
  background-image: none !important; }
span.fancytree-expander {
  background-image: none !important; }

.fancytree-title {
  max-width: calc(100% - 48px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.form-check-input:checked {
  background-color: #64c026;
  border-color: #64c026; }

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: .8 !important; }

.min-150 {
  min-width: 9.375rem; }

.min-100 {
  min-width: 6.25rem; }

.min-130 {
  min-width: 8.125rem; }

.max-40 {
  max-width: 2.5rem; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.input-group-text {
  background-color: #F1F4F8 !important; }

.round {
  position: relative; }
  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px; }
    .round label:after {
      border: 2px solid #fff;
      border-top: none;
      border-right: none;
      content: "";
      height: 5px;
      left: 3px;
      opacity: 0;
      position: absolute;
      top: 4px;
      transform: rotate(-45deg);
      width: 9px; }
  .round input[type="checkbox"] {
    visibility: hidden; }
  .round.green-checkbox input[type="checkbox"]:checked + label {
    background-color: #5DD959;
    border-color: #5DD959; }
    .round.green-checkbox input[type="checkbox"]:checked + label:after {
      opacity: 1; }

.pdf-prv-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.file-detail-view .file-detail-icon {
  color: #279cff;
  background-color: #273b7a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 75px;
  height: 75px; }

.comment-btn {
  position: relative;
  color: white;
  background-color: #8219a5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  border: none;
  outline: none !important; }
  .comment-btn .count-number {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    box-shadow: 2px 2px 5px #00000080;
    position: absolute;
    top: -9px;
    right: -1px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; }

.reupload-btn {
  overflow: hidden;
  position: relative;
  color: white;
  background-color: #0c7e8b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  border: none;
  outline: none !important; }
  .reupload-btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    z-index: 10;
    cursor: pointer; }

.download-btn {
  color: white;
  background-color: #45ab17;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  border: none;
  outline: none !important; }

.card-comment .accordion-collapse {
  border: none; }

.old-comments p {
  font-style: italic; }

.newuploadfilewrp {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .newuploadfilewrp input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    z-index: 10; }

.modal .modal-dialog .modal-content {
  border-radius: 0.25rem;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .modal .modal-dialog .modal-content .modal-header {
    background-color: #F7F9FB;
    border-top-right-radius: .6rem;
    border-top-left-radius: .6rem;
    padding: 0.5rem 1rem; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 1rem; }

.card-table {
  border-collapse: collapse;
  display: table;
  width: 100%; }
  .card-table .card-thead {
    display: table-row-group;
    vertical-align: bottom;
    background-color: #f8f9fa !important;
    border-color: inherit;
    border-style: solid;
    border-width: 0; }
    .card-table .card-thead .cr {
      display: table-row;
      vertical-align: inherit; }
      .card-table .card-thead .cr .ch {
        display: table-cell;
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg)); }
      .card-table .card-thead .cr .cd {
        display: table-cell;
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
        border-bottom-width: 1px; }
  .card-table .card-tbody {
    display: table-row-group; }
    .card-table .card-tbody .cr {
      display: table-row;
      vertical-align: inherit;
      border-bottom: 1px solid #f1f4f8; }
      .card-table .card-tbody .cr:hover {
        background: #F1F4F8;
        cursor: pointer; }
      .card-table .card-tbody .cr .cd {
        display: table-cell;
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
        border-bottom-width: 1px; }
      .card-table .card-tbody .cr + .card-body {
        display: table-row; }

.credential-highlight {
  background: #f1f5f8;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.125rem 1rem;
  border-top: solid 1px #e4ebf1;
  border-bottom: solid 1px #e4ebf1;
  color: #212529;
  font-weight: 500; }
  .credential-highlight .form-label {
    color: #212529; }

.filter-menu.small-filter.dropdown-menu[style]:not(.extended-filter) {
  left: 22px !important;
  right: 22px !important;
  top: 22px !important; }

.slctr {
  list-style: none;
  padding: 0;
  margin: 0; }
  .slctr li {
    margin-top: .7rem; }
  .slctr a {
    text-decoration: none;
    background-color: #edf2f9;
    display: block;
    color: #0e0e0e;
    padding: 1rem;
    border-radius: .3rem; }
    .slctr a.active {
      background-color: #bcd7ff; }

.carousel-control-prev,
.carousel-control-next {
  position: static !important; }
  .carousel-control-prev.btn.disabled, .carousel-control-prev.btn:disabled,
  .carousel-control-next.btn.disabled,
  .carousel-control-next.btn:disabled {
    pointer-events: none;
    opacity: .3; }

.pdf-view-slider {
  height: 100%; }
  .pdf-view-slider .carousel-item {
    height: 100%; }

.slider-ctrls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem; }

.carousel-control-next,
.carousel-control-prev {
  opacity: 1; }

.accordion .accordion-item .accordion-header {
  background: #E5EEFF; }
  .accordion .accordion-item .accordion-header .accordion-button:after {
    content: "\f139";
    font: normal normal normal 14px/1 FontAwesome;
    background-image: none;
    font-size: 1.25rem; }

.image-input-wrp {
  padding: 0;
  position: relative;
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  width: 19rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .image-input-wrp .input-img {
    z-index: 9999; }
  .image-input-wrp .close-uploaded-img {
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #ffffff;
    font-size: .875rem;
    background: #e63c35;
    border-radius: 100%;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center; }

.pointer {
  cursor: pointer; }

.flex-unset {
  flex: initial; }

.lco-recharge-list-min-height1 {
  min-height: 243px; }

.lco-recharge-list-min-height2 {
  min-height: 277px; }

.lco-recharge-list-no-data-min-height1 {
  min-height: 287px; }

.lco-recharge-list-no-data-min-height2 {
  min-height: 321px; }

.c3-line {
  stroke-width: 3px !important; }

.c3-xgrid-line.grid4 line {
  stroke: pink; }

.c3-ygrid-line.grid4 line {
  stroke: pink; }

.c3 .c3-grid line {
  stroke: #e6e6e6 !important;
  stroke-width: 1;
  opacity: 1;
  fill: blue;
  stroke-dasharray: 0; }

.tick {
  font-weight: bold;
  fill: #877f7f; }

.c3-axis-y-label {
  font-weight: bold;
  fill: #877f7fb3;
  font-size: 11px; }

.c3-axis-x-label {
  font-weight: bold;
  fill: #877f7fb3;
  font-size: 11px; }

.cursor-auto {
  cursor: auto; }

.deactivated-info {
  padding: 0.5rem 0.75rem;
  line-height: 1; }

.overflow-data {
  white-space: break-spaces; }

.ONUSALETable .table tbody tr:hover {
  background-color: transparent !important; }

.subscriber-thankyou .banner-sect {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: #e6eaf7;
  background: -moz-linear-gradient(187deg, #e6eaf7 29%, #d3dff9 29%);
  background: -webkit-linear-gradient(187deg, #e6eaf7 29%, #d3dff9 29%);
  background: linear-gradient(182deg, #e6eaf7 29%, #d3dff9 29%); }
.subscriber-thankyou .video-sect {
  box-shadow: 0px 0px 4px #000000c4;
  border-radius: 5px;
  padding: 0.5rem 0.5rem 0; }

.rating-field {
  font-size: 13px; }
  .rating-field .fa {
    color: #d8d8d8; }
  .rating-field .rating-lables {
    display: none;
    font-size: 14px;
    font-weight: 500; }
  .rating-field.rating-1 .fa:nth-of-type(1) {
    color: #ff0017; }
  .rating-field.rating-1 .rating-poor {
    display: block !important;
    color: #ff0017; }
  .rating-field.rating-2 .fa:nth-of-type(1) {
    color: #ff0017; }
  .rating-field.rating-2 .fa:nth-of-type(2) {
    color: #ff0017; }
  .rating-field.rating-2 .rating-fair {
    display: block !important;
    color: #ff0017; }
  .rating-field.rating-3 .fa:nth-of-type(1) {
    color: #ff0017; }
  .rating-field.rating-3 .fa:nth-of-type(2) {
    color: #ff0017; }
  .rating-field.rating-3 .fa:nth-of-type(3) {
    color: #ff8b00; }
  .rating-field.rating-3 .rating-good {
    display: block !important;
    color: #ff8b00; }
  .rating-field.rating-4 .fa:nth-of-type(1) {
    color: #ff0017; }
  .rating-field.rating-4 .fa:nth-of-type(2) {
    color: #ff0017; }
  .rating-field.rating-4 .fa:nth-of-type(3) {
    color: #ff8b00; }
  .rating-field.rating-4 .fa:nth-of-type(4) {
    color: #ffdc0c; }
  .rating-field.rating-4 .rating-verygood {
    display: block !important;
    color: #ffdc0c; }
  .rating-field.rating-5 .fa:nth-of-type(1) {
    color: #ff0017; }
  .rating-field.rating-5 .fa:nth-of-type(2) {
    color: #ff0017; }
  .rating-field.rating-5 .fa:nth-of-type(3) {
    color: #ff8b00; }
  .rating-field.rating-5 .fa:nth-of-type(4) {
    color: #ffdc0c; }
  .rating-field.rating-5 .fa:nth-of-type(5) {
    color: #00cb27; }
  .rating-field.rating-5 .rating-excellent {
    display: block !important;
    color: #00ba9f; }

.rating-section {
  padding: 1rem; }
  .rating-section label {
    margin-right: 1rem;
    font-size: 13px;
    font-weight: 500; }

.rateit-font .rateit-range > div, .rateit-font .rateit-range > span {
  white-space: nowrap; }

.rate-value {
  display: block; }

.rateit-empty, .rateit-selected, .rateit-hover, .rateit-preset {
  overflow: hidden;
  height: 19px;
  display: flex;
  width: 120px; }
  .rateit-empty span, .rateit-selected span, .rateit-hover span, .rateit-preset span {
    float: left;
    padding: 0 1px; }

.rateit-selected span:nth-of-type(1), .rateit-hover span:nth-of-type(1) {
  color: #ff0017; }
.rateit-selected span:nth-of-type(2), .rateit-hover span:nth-of-type(2) {
  color: #ff0017; }
.rateit-selected span:nth-of-type(3), .rateit-hover span:nth-of-type(3) {
  color: #ff8b00; }
.rateit-selected span:nth-of-type(4), .rateit-hover span:nth-of-type(4) {
  color: #ffdc0c; }
.rateit-selected span:nth-of-type(5), .rateit-hover span:nth-of-type(5) {
  color: #00cb27; }

.radio-green {
  accent-color: #549458 !important; }

.asianet-login {
  display: flex;
  align-items: center;
  background-size: cover; }
  .asianet-login .asianet-logo {
    width: 200px; }
  .asianet-login .carousel .carousel-inner .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .asianet-login .carousel .carousel-inner .carousel-item img {
        height: auto;
        width: 100%; } }
    @media (min-width: 768px) {
      .asianet-login .carousel .carousel-inner .carousel-item img {
        height: 100%;
        width: auto; } }
    .asianet-login .carousel .carousel-inner .carousel-item .carousel-caption {
      left: 0;
      right: 0;
      padding: 2rem 2rem 1rem;
      text-align: left;
      bottom: 0;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.7959558824) 40%, rgba(0, 0, 0, 0.5046393557) 70%, rgba(0, 0, 0, 0.249737395) 90%, rgba(0, 0, 0, 0) 100%); }
  .asianet-login .carousel .carousel-control-next {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    width: 2.0625rem;
    height: 2.0625rem;
    left: 4.5rem;
    top: 2rem;
    bottom: 2rem; }
    .asianet-login .carousel .carousel-control-next .carousel-control-next-icon {
      width: .75rem; }
  .asianet-login .carousel .carousel-control-prev {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    width: 2.0625rem;
    height: 2.0625rem;
    top: 2rem;
    left: 2rem; }
    .asianet-login .carousel .carousel-control-prev .carousel-control-prev-icon {
      width: .75rem; }

.form-login {
  padding: 65px 45px;
  min-height: 430px;
  border-radius: 20px;
  box-shadow: 0px 1px 27px #00000047;
  background-color: white;
  max-width: 415px; }
  @media (max-width: 767.98px) {
    .form-login {
      max-width: initial; } }
  .form-login .asianet-logo {
    width: auto;
    height: 80px; }
  .form-login h5 {
    font-weight: 600; }

.text-primary {
  color: #282e82 !important; }

.btn-primary {
  color: #fff;
  background-color: #282e82;
  border-color: #282e82; }
  .btn-primary:hover {
    background-color: #282e82; }

.form-control {
  padding: .4rem .75rem !important; }

.modal#changePlanModal .table thead th {
  background-color: #D3E3F4;
  color: #4C6CCB;
  padding: 0.5rem 1rem; }
.modal#changePlanModal .table tbody tr td {
  background-color: #F7F8FB;
  padding: 0.5rem 1rem; }
.modal.modal-s .modal-dialog {
  max-width: 390px; }
.modal.promotion-modal .carousel .carousel-inner .carousel-item {
  width: 468px;
  height: 468px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .modal.promotion-modal .carousel .carousel-inner .carousel-item .carousel-caption {
    left: 0;
    right: 0;
    padding: 2rem 2rem 1rem;
    text-align: left;
    bottom: 0;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.7959558824) 40%, rgba(0, 0, 0, 0.5046393557) 70%, rgba(0, 0, 0, 0.249737395) 90%, rgba(0, 0, 0, 0) 100%); }
.modal.promotion-modal .carousel .carousel-control-next {
  position: absolute !important;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  width: 2.0625rem;
  height: 2.0625rem;
  left: 4.5rem;
  top: 2rem;
  bottom: 2rem; }
  .modal.promotion-modal .carousel .carousel-control-next .carousel-control-next-icon {
    width: .75rem; }
.modal.promotion-modal .carousel .carousel-control-prev {
  position: absolute !important;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  width: 2.0625rem;
  height: 2.0625rem;
  top: 2rem;
  left: 2rem; }
  .modal.promotion-modal .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: .75rem; }

.table.finance-cedit-reimbursement-table thead tr th:first-of-type {
  min-width: 6.5625rem; }
.table.finance-cedit-reimbursement-table thead tr th:nth-of-type(2) {
  min-width: 8.5rem; }
.table.finance-cedit-reimbursement-table thead tr th:nth-of-type(3) {
  min-width: 11.875rem; }
.table.finance-cedit-reimbursement-table thead tr th:nth-of-type(4) {
  min-width: 21.875rem; }
.table.finance-cedit-reimbursement-table thead tr th:nth-of-type(5) {
  min-width: 6.25rem; }
.table.finance-cedit-reimbursement-table thead tr th:nth-of-type(6) {
  min-width: 6.875rem; }
.table.log-table thead tr th:first-of-type {
  min-width: 9.5625rem; }
.table.log-table thead tr th:nth-of-type(2) {
  min-width: 8.9375rem; }
.table.log-table thead tr th:nth-of-type(3) {
  min-width: 11.875rem; }
.table.log-table thead tr th:nth-of-type(4) {
  min-width: 11.875rem; }
.table.log-table thead tr th:nth-of-type(5) {
  min-width: 13.125rem; }
.table.log-table thead tr th:nth-of-type(6) {
  min-width: 9.375rem; }
.table.finance-cedit-topup-table thead tr th:first-of-type {
  min-width: 8.0625rem; }
.table.finance-cedit-topup-table thead tr th:nth-of-type(2) {
  min-width: 5.625rem; }
.table.finance-cedit-topup-table thead tr th:nth-of-type(3) {
  min-width: 10.625rem; }
.table.finance-cedit-topup-table thead tr th:nth-of-type(4) {
  min-width: 10.625rem; }
.table.finance-cedit-topup-table thead tr th:nth-of-type(5) {
  min-width: 12.8125rem; }
.table.finance-cedit-topup-table thead tr th:nth-of-type(6) {
  min-width: 8.125rem; }
.table.finance-cedit-topup-table thead tr th:nth-of-type(7) {
  min-width: 6.25rem; }
.table.ticket-table thead tr th:first-of-type {
  min-width: 8.9375rem; }
.table.ticket-table thead tr th:nth-of-type(2) {
  min-width: 6rem; }
.table.ticket-table thead tr th:nth-of-type(3) {
  min-width: 7.3125rem; }
.table.ticket-table thead tr th:nth-of-type(4) {
  min-width: 8.75rem; }
.table.ticket-table thead tr th:nth-of-type(5) {
  min-width: 8.75rem; }
.table.ticket-table thead tr th:nth-of-type(7) {
  min-width: 9.0625rem; }
.table.ticket-table thead tr th:nth-of-type(7) {
  width: 115px;
  min-width: 0; }
.table.admin-finance-cedit-topup-table thead tr th:first-of-type {
  min-width: 8.0625rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(2) {
  min-width: 8.75rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(3) {
  min-width: 8.75rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(4) {
  min-width: 5.9375rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(5) {
  min-width: 10.625rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(6) {
  min-width: 10.625rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(7) {
  min-width: 8.125rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(8) {
  min-width: 13.75rem; }
.table.admin-finance-cedit-topup-table thead tr th:nth-of-type(9) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:first-of-type {
  min-width: 9.6875rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(2) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(3) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(4) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(5) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(6) {
  min-width: 8.125rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(7) {
  min-width: 9.375rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(8) {
  min-width: 7.8125rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(9) {
  min-width: 9.25rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:first-of-type {
  min-width: 9.6875rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(2) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(3) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(4) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(5) {
  min-width: 8.75rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(6) {
  min-width: 8.125rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(7) {
  min-width: 9.375rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(8) {
  min-width: 7.8125rem; }
.table.admin-finance-pending-customer-recharge-table thead tr th:nth-of-type(9) {
  min-width: 9.25rem; }
.table.advance-activities-table thead tr th:first-of-type {
  min-width: 8.5rem; }
.table.advance-activities-table thead tr th:nth-of-type(2) {
  min-width: 8.5rem; }
.table.advance-activities-table thead tr th:nth-of-type(3) {
  min-width: 6.6875rem; }
.table.advance-activities-table thead tr th:nth-of-type(4) {
  min-width: 7.5rem; }
.table.advance-activities-table thead tr th:nth-of-type(5) {
  min-width: 7.5rem; }
.table.advance-activities-table thead tr th:nth-of-type(6) {
  min-width: 7.5rem; }
.table.advance-activities-table thead tr th:nth-of-type(7) {
  min-width: 6.25rem; }
.table.advance-activities-table thead tr th:nth-of-type(8) {
  min-width: 7.75rem; }
.table.advance-activities-table thead tr th:nth-of-type(9) {
  min-width: 7.25rem; }
.table.advance-activities-table thead tr th:nth-of-type(10) {
  min-width: 2.5rem; }
.table.promotion-table thead tr th:first-of-type {
  min-width: 8.5625rem; }
.table.promotion-table thead tr th:nth-of-type(2) {
  min-width: 46.875rem; }
.table.promotion-table thead tr th:nth-of-type(3) {
  min-width: 5.3125rem; }

.ticket-table.table > :not(caption) > * > * {
  white-space: nowrap; }

.state-create .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  background-color: #F1F4F8; }

.coupon-create .accordion .accordion-item .accordion-header .form-check .form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 4px; }
  .coupon-create .accordion .accordion-item .accordion-header .form-check .form-check-input:focus {
    box-shadow: none; }
.coupon-create .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important; }
.coupon-create .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none; }
.coupon-create .accordion .accordion-item .accordion-header .accordion-button.collapse-btn:before {
  content: "\f056";
  font: normal normal normal 17px/1 FontAwesome; }
.coupon-create .accordion .accordion-item .accordion-header .accordion-button.collapse-btn.collapsed:before {
  content: "\f055";
  font: normal normal normal 17px/1 FontAwesome; }

.promotion-create .mce-container {
  background: #E8E8EE; }
  .promotion-create .mce-container.mce-menubar {
    display: none; }
.promotion-create .mce-panel {
  border: none; }
.promotion-create .mce-btn {
  background: #E8E8EE; }
.promotion-create .mce-statusbar {
  display: none; }

.promotion-detail .form-check-input:disabled {
  opacity: 1; }

.dashboard .carousel {
  width: 274px;
  height: 274px; }
  .dashboard .carousel .carousel-inner {
    width: 100%;
    height: 100%; }
    .dashboard .carousel .carousel-inner .carousel-item {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .dashboard .carousel .carousel-inner .carousel-item .carousel-info {
        position: absolute;
        right: 0.5rem;
        top: 0.5rem; }
      .dashboard .carousel .carousel-inner .carousel-item .carousel-caption {
        left: 0;
        right: 0;
        padding: 1rem;
        text-align: left;
        bottom: 0;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.7959558824) 40%, rgba(0, 0, 0, 0.5046393557) 70%, rgba(0, 0, 0, 0.249737395) 90%, rgba(0, 0, 0, 0) 100%); }
  .dashboard .carousel .carousel-control-prev,
  .dashboard .carousel .carousel-control-next {
    position: absolute !important;
    bottom: auto;
    top: 45%;
    width: 26px;
    height: 26px;
    border: none;
    background: #A9A8AA; }
    .dashboard .carousel .carousel-control-prev .carousel-control-prev-icon,
    .dashboard .carousel .carousel-control-prev .carousel-control-next-icon,
    .dashboard .carousel .carousel-control-next .carousel-control-prev-icon,
    .dashboard .carousel .carousel-control-next .carousel-control-next-icon {
      width: .9375rem;
      height: .9375rem;
      background-image: none;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center; }
  .dashboard .carousel .carousel-control-prev {
    left: 5px; }
  .dashboard .carousel .carousel-control-next {
    right: 5px; }

.recharge-status .figure .figure-img {
  max-width: 14rem; }
.recharge-status .btn-secondary {
  min-width: 14rem; }

/*# sourceMappingURL=style.css.map */
