/*=================
   CUSTOM COLOR
====================*/
:root {
  --dark-red: #A60C0C; 
  --darker-red: #731818;
  --light-red: #F1E2DC;
  --light-red-2: #EFCBC8;
  --dark-gray: #525256; 
  --secondary: #D9D9D9;

  /** CUSTOM COLOR THEME **/
  --cst-dark: #183856;
  --cst-primary: #244D6E;
  --cst-secondary: #547D9F;
  --cst-light: #EBEFF5;
  --cst-semi-light: #88A6B8;
  --cst-white: #FAF6FA;
  --cst-pure-white: #fff;
  --cst-light-gray: #ccc;
  --cst-light-gray2: #9c9999;
  --cst-btn-hover-bg: #183856;
  
  --mid-night-blue: #0E2B47;
  --mid-night-blue-light-1: #0f3355;
  --text-gray: #6B6B6B;
  --text-gray-1: #8E8E8E;
  --text-dark-blue : #183856;
  --title-page-border : #dddddd;
  --charcoal: #000000;
}

@media screen {
    *, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: 'Roboto', sans-serif;
        /* font-family: 'ZCOOL KuaiLe', cursive; */
        /* font-family: 'Comfortaa', cursive; */
        /* font-family: 'Didact Gothic', sans-serif; */
        font-family: 'Hind Vadodara', sans-serif;
        font-family: 'Montserrat', sans-serif;
        font-family: 'Rubik', sans-serif;
    }
}

body:not(.modal-open) {
  overflow: auto !important;
}

.file-zoom-dialog.modal {
  display: none;
}

.bootbox.modal {
  display: flex;
  align-items: center;
}

body.page-scroll-hide {
  overflow: hidden !important;
}

.modal-form-button {
  display: none;
}

.bg-gray {
  background-color: #e5e5e5;
}

.bg-white {
  background-color: var(--cst-pure-white);
}

.bg-clear {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

.bg-dark-clear {
  background-color: rgba(20, 20, 20, 0.2);
  padding: 5px;
  border: 1px solid rgba(20, 20, 20, 0.2);
  border-radius: 3px;
}

div.section-divider {
  border-bottom: 1px solid #ddd;
  width: 100%
}

.btn {
  text-transform: uppercase;
}

.btn-icon {
  margin-right: 10px;
}

.btn-right {
  position: absolute;
  right: 25px;
  margin: -10px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 18px;
  font-size: 24px;
  line-height: 1.33;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

.toolbar {
  position: fixed;
  right: 35px;
  z-index: 99;
}

.pop-alert .alert {
  position: fixed;
  width: 400px;
  min-width: 447px;
  left: 50%;
  margin-left: -200px;
  bottom: -20px;
  z-index: 9999;
  opacity: 0;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  -webkit-transition: .8s;
  transition: .3s;
}

.wrap > .container-fluid {
  margin-top: 80px;
}

/** CUSTOM BREADCRUMBS **/
.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background-color: #e6e9ed;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top
}

.breadcrumb-arrow li+li:before {
  padding: 0;
  content: ""
}
.breadcrumb-arrow li span {
  padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 10px 0 25px;
  line-height: 36px
}
.breadcrumb-arrow li:first-child a {
  padding: 0 10px
}
.breadcrumb-arrow li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: var(--cst-secondary);
  border: 1px solid var(--cst-secodary);
}
.breadcrumb-arrow li:first-child a {
  padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
  right: -10.5px;
  top: .5px;
  z-index: 3;
  border-left-color: var(--cst-secondary);
  border-left-style: solid;
  border-left-width: 11px
}

.breadcrumb-arrow li:first-child a {
  background-color: var(--cst-primary);
}

.breadcrumb-arrow li:first-child a:after, .breadcrumb-arrow li:first-child a:before {
  border-left-color: var(--cst-primary);
}

.breadcrumb-arrow li a:after {
  right: -10.5px;
  z-index: 2;
  border-left: 11px solid var(--cst-primary);
  top: .5px;
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
  background-color: var(--cst-primary);
  border: 1px solid var(--cst-primary);
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
  border-left-color:  var(--cst-primary)
}
.breadcrumb-arrow li a:active {
  background-color: var(--cst-primary);
  border: 1px solid var(--cst-primary)
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
  border-left-color: var(--cst-primary);
}
.breadcrumb-arrow li span {
  color: #434a54
}

.control-label {
  font-weight: bold;
}

.select2-container--krajee .select2-selection--single, .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 42px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
  padding: 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
  top: 1rem;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container--krajee .select2-selection {
  border-radius: 0;
}

.select2-container--krajee .select2-selection--single {
  line-height: 2;
}


.hr {
  border-top: 1px solid #ddd;
}

.bold {
  font-weight: bold;
  text-transform: uppercase;
}

li.dropdown-divider {
  border-top: 1px solid #ddd;
  margin: 10px;
}

.action-btn-dropdown {
  left: auto;
  right: 0;
}

.action-btn-dropdown-bg {
  background-color:#525256;
  border-color: #525256;
  color: #ffffff;
}

.action-btn-dropdown-bg:hover{
  border-color: #525256;
}


/** WIZARD MENU **/
#application-permit_also_apply_to label {
  float: left;
  display: inline-block;
  width: 50%;
}

.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wizard-menu {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}

.wizard-menu, .wizard-menu li, .wizard-menu li a {
  min-height: 70px;
}

.wizard-menu li a {
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  white-space: nowrap;
}

.form-group.btn-group {
  padding-left: 15px;
}

.table .form-control {
  height: 31px;
  padding: 5px 18px;
}

.table .input-group-addon {
  padding: 5px;
}

.table .dropdown-toggle .caret {
  display: none;
}

.tab-content {
  padding: 0 !important;
}

.btn-search {
  position: absolute;
  right: 0;
  top: 0;
}

.panel.panel-tab {
  border-top: 0;
}

.select2-container--krajee .select2-selection__clear {
  top: 0rem;
}

body {
  overflow: hidden;
}

.loader {
  height: 6px;
  width: 100%;
  position: fixed;
  margin-top: 65px;
  z-index: 101;
  overflow: hidden;
  background-color: #ddd;
}

.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 6px;
  background: rgba(66,186,146, 0.5);
  background: -moz-linear-gradient(39deg, rgba(221,221,221,0.5) 0%, rgba(66,164,186,0.5) 38%, rgba(0,138,255,0.5) 100%);
  background: -webkit-linear-gradient(39deg, rgba(221,221,221,0.5) 0%, rgba(66,164,186,0.5) 38%, rgba(0,138,255,0.5) 100%);
  background: linear-gradient(39deg, rgba(221,221,221,0.5) 0%, rgba(66,164,186,0.5) 38%, rgba(0,138,255,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#008aff",GradientType=1);
  border-color: #42a4ba;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}

/* .load-bar {
  position: absolute;
  margin-top: -16px;
  z-index: 101;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {left: 50%; width: 0;z-index:100;}
  33.3333% {left: 0; width: 100%;z-index: 10;}
  to {left: 0; width: 100%;}
} */

.before-load-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #fff;
  opacity: 0.8;

}

.before-load-mask div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* ANIMATE
*/
.slide-out-right {
-webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.puff-out-center {
  -webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
      animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}

.slide-out-left {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
      animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.slide-top {
-webkit-animation: slide-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
        animation: slide-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
}

.slide-out-blurred-bottom {
-webkit-animation: slide-out-blurred-bottom 0.35s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
        animation: slide-out-blurred-bottom 0.35s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

.slide-in-fwd-center {
-webkit-animation: slide-in-fwd-center 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-fwd-center 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center {
-webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-out-center {
-webkit-animation: scale-out-center 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
        animation: scale-out-center 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.color-change-2x {
-webkit-animation: color-change-2x 2s linear infinite alternate both;
        animation: color-change-2x 2s linear infinite alternate both;
}

/**
* ----------------------------------------
* animation slide-out-right
* ----------------------------------------
*/
@-webkit-keyframes slide-out-right {
0% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
100% {
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px);
  opacity: 0;
}
}
@keyframes slide-out-right {
0% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
100% {
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px);
  opacity: 0;
}
}

/**
* ----------------------------------------
* animation puff-out-center
* ----------------------------------------
*/

/* ----------------------------------------------
* Generated by Animista on 2021-2-24 11:17:58
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-top
* ----------------------------------------
*/
@-webkit-keyframes slide-top {
0% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
100% {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
}
@keyframes slide-top {
0% {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
100% {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
}


@-webkit-keyframes puff-out-center {
0% {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
100% {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0;
}
}
@keyframes puff-out-center {
0% {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
100% {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0;
}
}

/**
* ----------------------------------------
* animation slide-out-left
* ----------------------------------------
*/
@-webkit-keyframes slide-out-left {
0% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
100% {
  -webkit-transform: translateX(-1000px);
          transform: translateX(-1000px);
  opacity: 0;
}
}
@keyframes slide-out-left {
0% {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
100% {
  -webkit-transform: translateX(-1000px);
          transform: translateX(-1000px);
  opacity: 0;
}
}

/**
* ----------------------------------------
* animation color-change-2x
* ----------------------------------------
*/
@-webkit-keyframes color-change-2x {
0% {
  background: #19dcea;
}
100% {
  background: #b22cff;
}
}
@keyframes color-change-2x {
0% {
  background: #19dcea;
}
100% {
  background: #b22cff;
}
}

/**
* ----------------------------------------
* animation slide-out-blurred-bottom
* ----------------------------------------
*/
@-webkit-keyframes slide-out-blurred-bottom {
0% {
  -webkit-transform: translateY(0) scaleY(1) scaleX(1);
          transform: translateY(0) scaleY(1) scaleX(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
100% {
  -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
          transform: translateY(1000px) scaleY(2) scaleX(0.2);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: 0;
}
}
@keyframes slide-out-blurred-bottom {
0% {
  -webkit-transform: translateY(0) scaleY(1) scaleX(1);
          transform: translateY(0) scaleY(1) scaleX(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
100% {
  -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
          transform: translateY(1000px) scaleY(2) scaleX(0.2);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: 0;
}
}

@-webkit-keyframes scale-in-center {
0% {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}
100% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
}
@keyframes scale-in-center {
0% {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}
100% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
}

@-webkit-keyframes scale-out-center {
0% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}
}
@keyframes scale-out-center {
0% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
100% {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}
}
.close{
  color:black;
}

/* .remarks-popover{
  text-decoration:none;
  cursor: pointer;
  color:black;
}

.remarks-popover:focus{
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
} */

.input-group-addon.login-group {
  padding: 10px 18px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 0;
  cursor:pointer;
}

.is-invalid +.input-group-addon {
  color: #ff0039;
  border-color: #ff0039;
  background-color: white;
}

.has-success .input-group-addon {
  color: #3fb618;
  border:0px;
  border-bottom: 1px solid #3fb618;
  background-color: white;
}

.has-error .input-group-addon {
  color: #ff0039;
  border-bottom: 1px solid #ff0039;
  background-color: white;
}

.bg-navbar {
  background-color: #A60C0C !important;
}
.bg-btn-primary {
  background-color: #731818 !important;
}
.bg-panel-primary, .bg-btn-verify {
  background-color: #DB4343 !important;
}

/** --------------------
*     Text Color
* ---------------------*/

.text-dark-red {
  color: #A60C0C !important;
}

.text-darker-red {
  color: #731818 !important;
}

.text-dark-gray {
  color: #525256 !important;
}

.text-dark-blue{
    color: var(--text-dark-blue);
}

.title-text{
   color: var(--text-dark-blue);
}

/** --------------------
*     Page Title
* ---------------------*/
.page-title-wrapper{
    border: 1px solid var(--title-page-border);
    min-height: 4.8rem;
}
.page-title-wrapper > div{
    padding: 0 1rem;
}
.page-title-wrapper > div:nth-of-type(1) > span{
    color: var(--cst-dark);
    font-size: 1.6rem;
}
.mobile-search-wrapper, 
.page-title-mobile-hr{
    display: none ;
}

@media (max-width:730px){
    .page-title-wrapper{
      flex-direction:column;
      border: none;
    }
    .page-title-wrapper > div{
        padding: 0;
    }
    .page-title-wrapper > div:nth-of-type(2){
      display: flex;
          flex-direction: column;
          gap:.5rem !important;
    }	
    .page-title-wrapper > div:nth-of-type(2) > a{
          width: 100%;
    }	
    .mobile-search-wrapper, 
    .page-title-mobile-hr{
        display: flex ;
    }
    .page-title-mobile-hr{
        border: 0;
        height: 2px;
        background-color: #000;
    }

    .page-title-wrapper-justify-center{
      justify-content:center !important;
    }
}

/** -----------------
*     Buttons
* ------------------*/
.btn-primary {
    --bs-btn-color: var(--cst-white);
    --bs-btn-bg: var(--cst-primary);
    --bs-btn-border-color: var(--cst-primary);

    --bs-btn-hover-color: var(--cst-white);
    --bs-btn-hover-bg: var(--cst-btn-hover-bg);
    --bs-btn-hover-border-color: var(--cst-btn-hover-bg);

    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--cst-white);
    --bs-btn-active-bg: var(--cst-btn-hover-bg);
    --bs-btn-active-border-color: var(--cst-btn-hover-bg);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--cst-btn-hover-bg);
    --bs-btn-disabled-border-color: var(--cst-btn-hover-bg);
}

.btn-secondary, .btn-default {
    --bs-btn-color: #565e64;
    --bs-btn-bg: var(--secondary);
    --bs-btn-border-color: var(--secondary);

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;

    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-dark-gray{
	background-color: var(--cst-light-gray2);
	color: var(--cst-pure-white);
}

/** -----------------
*     Table 
* ------------------*/

.border-box{
    box-sizing: border-box;
}
.table-wrapper{
    padding-top: 1rem;
    background: #ffffff;
    overflow:auto;
}
.table-row-container{
    padding: 1rem;
    box-sizing: border-box;
}
.table-wrapper-mobile{
    display:none;
}

@media (max-width:730px){
    .desktop-btn-create-container{
        display: none;
    }
    .table-wrapper-desktop{
        display: none;
    }
    .table-wrapper-mobile{
        display:block;
    }

}

/** --------------------
*     Mobile Setting
* ---------------------*/

.mobile-view{
	display: none;
}

@media (max-width:768px ){
	.desktop-view{
		display: none;
	}
	.mobile-view{
		display: block;
	}
}


/** --------------------
*     Common Design
* ---------------------*/

.tab-mark-wrapper{
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.tab-mark{
    background-color: #D9D9D9;
    display:flex;
    flex:1;
    height:.5rem;
    border-radius: 10px;
}
.tab-active{
    background-color: #183856;
}

.table-bg-white-radius-5{
    background-color: var(--cst-pure-white);
    border-radius: .5rem; 
    overflow: hidden;           
    border-collapse: separate;  
    border-spacing: 0;
}

.table-bg-white-radius-5{
    border: 1px solid var(--cst-light-gray);
}

.table-bg-white-radius-5 th,
.table-bg-white-radius-5 td {
    border: 1px solid var(--cst-light-gray);
    padding: .8rem;
}

.alert-border-2{
	border-width: .2rem;
}

.text-justify{
    text-align: justify;
}

/** --------------------
*    Accordion Style
* ---------------------*/
.accordion-item > .accordion-header > h5 > button.accordion-button {
    text-transform: uppercase;
    font-weight: bold !important;
	background-color: var(--cst-primary);
	color: var(--cst-pure-white) !important;
}

/* White arrow icon */
.accordion-button::after {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 6l4.5 4.5L12.5 6' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Keep arrow white when expanded */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 6l4.5 4.5L12.5 6' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


