.mrdipesh-cps-nav-tabs {
    float:left;
    width:100%;
    margin:0;
    list-style-type:none;
    border-bottom:1px solid rgba(0,0,0,0)
  }
  
  .mrdipesh-cps-nav-tabs>li {
    float:left;
    margin-bottom:-1px
  }
  
  .mrdipesh-cps-nav-tabs>li>a {
    margin-right:2px;
    line-height:1.5;
    padding:10px;
    border:1px solid rgba(0,0,0,0);
    border-radius:4px 4px 0 0;
    float:left;
    text-decoration:none
  }
  
  .mrdipesh-cps-nav-tabs>li>a:hover {
    border-color:#eee #eee #ddd
  }
  
  .mrdipesh-cps-nav-tabs>li.active>a,
  .mrdipesh-cps-nav-tabs>li.active>a:hover,
  .mrdipesh-cps-nav-tabs>li.active>a:focus {
    color:#555;
    cursor:default;
    background-color:#fff;
    border-color:rgba(0,0,0,0);
  }
  
  .tab-content>.tab-pane {
    float:left;
    width:98%;
    display:none
  }
  
  .tab-content>.tab-pane.active {
    display:block;
    padding:10px;
    background-color:#fff;
    -webkit-box-shadow:0 5px 4px -2px rgba(0,0,0,.15);
    box-shadow:0 5px 4px -2px rgba(0,0,0,.15)
  }
  
  div.ui-toggle {
    margin:0;
    padding:0
  }
  
  div.ui-toggle input[type=checkbox] {
    display:none
  }
  
  div.ui-toggle input[type=checkbox]:checked+label {
    border-color:#009eea;
    background:#009eea;
    -webkit-box-shadow:inset 0 0 0 10px #009eea;
    box-shadow:inset 0 0 0 10px #009eea
  }
  
  div.ui-toggle input[type=checkbox]:checked+label>div {
    margin-left:20px
  }
  
  div.ui-toggle label {
    -webkit-transition:all 200ms ease;
    transition:all 200ms ease;
    display:inline-block;
    position:relative;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background:#8c8c8c;
    -webkit-box-shadow:inset 0 0 0 0 #009eea;
    box-shadow:inset 0 0 0 0 #009eea;
    border:2px solid #8c8c8c;
    border-radius:22px;
    width:40px;
    height:20px
  }
  
  div.ui-toggle label div {
    -webkit-transition:all 200ms ease;
    transition:all 200ms ease;
    background:#fff;
    width:20px;
    height:20px;
    border-radius:10px
  }
  
  div.ui-toggle label:hover,
  div.ui-toggle label>div:hover {
    cursor:pointer
  }
  
  div.ui-toggle.mb-10 {
    margin-bottom:10px
  }
  
  .cpt-table {
    width:100%;
    border-spacing:5px;
    text-align:left
  }
  
  .cpt-table,
  .cpt-table th,
  .cpt-table td {
    border:1px solid #ccc;
    border-collapse:collapse;
    padding:10px
  }
  
  .cpt-table th {
    background-color:#f5f5f5
  }
  
  .text-center {
    text-align:center
  }
  
  .inline-block {
    display:inline-block
  }
  
  .expired-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(55,  44,  44,  .5);
    color:#720808;
    font-size:3em;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    z-index:99999
  }
  
  .expired-overlay .diagonal-text {
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    font-size:5rem;
    letter-spacing:5px;
    font-weight:900
  }
  
  .mrdipeshcps-dates-group {
    margin-bottom:15px
  }
  
  .mrdipeshcps-dates-group label {
    width:100%;
    font-size:1rem
  }
  
  .mrdipeshcps-dates-group input {
    width:100%;
    height:35px;
    margin-top:5px
  }