

.toggle {
  margin:0 0 0 0;
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3.4rem;
  transform: scale(0.5) !important;
}

.toggle input {
  display: none;
  
}

.roundbutton {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #0054A6;
  display: block;
  transition: all 0.3s;
  border-radius: 3.4rem;
  cursor: pointer;
}

.roundbutton:before {
  position: absolute;
  content: "";
  height: 2.4rem;
  width: 2.5rem;
  border-radius: 100%;
  display: block;
  left: 0.5rem;
  bottom: 0.5rem;
  background-color: white;
  transition: all 0.3s;
}

input:checked + .roundbutton {
  background-color: #0054A6;
}

input:checked + .roundbutton:before  {
  transform: translate(2.6rem, 0);
}





.demotbl {
  font-style: normal;
  line-height: 0.5;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  font-weight: 400;
  color: var(--ast-global-color-3);
  border: 1px solid rgba(0,0,0,.1);
  border-width: 1px 0 0 1px;
  box-sizing: border-box;
  display: table;
  background-color: transparent;
  clear: both;
  margin: 0 auto;
  width: 100%;
  table-layout: auto;
  overflow: auto;
  text-align: center;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0px;
  }

  .demotbl tbody {
    display: table-row-group;
    vertical-align: middle;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
    background-color: #0170b9;
        text-align: center;
        font-size: inherit;
        border-collapse: collapse;
        border-spacing: 0px;
        box-sizing: border-box;
    }
    




.demotbl th{
   border: 1px solid rgba(0,0,0,.1);
   color: #fffffF;
   padding:10px;
   background-color: #0054A6 !important;
   font-style: italic!important;
  /* text-transform: uppercase;*/
  }

.demotbl td{
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
  background-color: #FFFFFF ;
  color: rgb(75, 79, 88) ;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400;
 /* height: 22px;*/
  empty-cells: show;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  word-break: normal;
  border: 1px solid #ccc;
  width: 9.1827364554637%;
  padding: 5px; 
  }


  .demotbl tr {
    display: table-row;
    vertical-align: inherit;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
        font-style: normal;
        line-height: 1.85714285714286;
        font-family: Helvetica,Verdana,Arial,sans-serif;
        font-weight: 700;
        color: var(--ast-global-color-3);
        text-align: center;
        font-size: inherit;
        border-collapse: collapse;
        border-spacing: 0px;
        box-sizing: border-box;
    }

    .dividerlbl {
    box-sizing: border-box;
    color: #0054A6;
    line-height: 1;
    max-width: 95%;
    margin: 0 ;
    flex-shrink: 0;
    margin-left: 0;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    }

   
.wpdt-tc-FFFFFF { color: #FFFFFF !important;}
.wpdt-bc-19479C { background-color: #0054A6 !important;}
.wpdt-ff-000004 { font-family: Arial, Helvetica, sans-serif !important;}
.wpdt-tc-000000 { color: #000000 !important;}
.wpdt-bc-FFFFFF { background-color: #FFFFFF !important;}
.wpdt-th-tr {
  border: 1px solid rgba(0,0,0,.1);
  color: #fffffF;
  padding:10px;
  background-color: #0054A6 !important;
  font-style: italic !important;
  font-weight:700 !important;
}


.modeltitlelbl {
font-family: "Helvetica", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.modal-dialog-cnt {
  margin-top: 50px;
  margin-bottom: 50px;
}


   