:root{
   --blue: #005c4b;
   --indigo: #6610f2;
   --purple: #6f42c1;
   --pink: #d63384;
   --red: #dc3545;
   --orange: #fd7e14;
   --yellow: #ffc107;
   --green: #198754;
   --teal: #20c997;
   --cyan: #0dcaf0;

   --tcolor: #AEAEAE;
   --dtcolor: #3A3941;
   --acnt: #00A884;
   --acnt-d: #148B7F;
   font-size: .83vw;
 }
 body{
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Cabin', sans-serif;
    /* background-color: #111b21; */
    background-color: #F7F7F7;
    color: var(--tcolor);
    font-size: .83vw;
 }
 @media(min-width: 1400px){
   :root, body{
      font-size: 16px;
   }
 }
 header{
  display: none;
 }

 nav.navbar{
    background-color: #202c33;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
 }
 nav .logo{
    max-width: 150px;
    background-color: #fff;
    border-radius: 50px;
    padding: 3px 7px;
 }

 .logoMain{
   padding: 25px 30px;
   height: 120px;
   position: sticky;
   top: 0;
 }
 .logoMain img{
   max-width: 100%;
   height: auto;
 }

 .logoMain .logosmall{
   display: none;
 }

 #mainWrapper.active .logoMain{
   padding-left: 5px;
   padding-right: 5px;
 }

 #mainWrapper.active .logoMain .logosmall{
   display: block;
 }

 #mainWrapper.active .logoMain .logotext{
   display: none;
 }

 .cardTitle{
   /* font-size: 26px; */
   font-size: 1.35vw;
   font-weight: 700;
   color: var(--acnt);
 }

 @media(min-width: 1400px){
   .cardTitle{
      font-size: 26px;
   }
 }

 .navbar-expand-lg .navbar-nav .nav-link{
   color: #fff;
 }

 .btn.btn-primary{
   background-color: var(--acnt);
   border-color: var(--acnt);
 }
 .btn.btn-primary:hover{
   background-color: #148B7F;
   border-color: #148B7F;
 }

 .btn.btn-primary:active{
  background-color: #148B7F;
  border-color: #148B7F;
 }

 .btn.btn-primary:focus{
  box-shadow: 0 0 0 0.25rem rgba(0, 92, 75, .25);
 }
 .btn.btn-secondary{
   background-color: #fff;
   border-color: #ECECEC;
   color: var(--dtcolor);
 }
 .btn.btn-secondary:hover{
   background-color: #ECECEC;
   border-color: #ECECEC;
 }

 .btn.btn-secondary:active{
  background-color: #ECECEC;
  border-color: #ECECEC;
 }

 .btn.btn-secondary:focus{
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
 }

.importForm{
   display: none;
}

 input.form-control{
   background-color: #F1F1F1;
   border-color: #F1F1F1;
   color: var(--dtcolor);
 }

 input.form-control:focus{
   background-color: #F1F1F1;
   color: var(--dtcolor);
   box-shadow: 0 0 0 0.25rem rgba(0, 92, 75, .25);
   border-color:  rgba(0, 92, 75, .50);
 }

 .dataTables_wrapper .dataTables_filter input,
 .dataTables_wrapper .dataTables_length select{
   background-color: #F1F1F1;
   border-color: #F1F1F1;
   color: var(--dtcolor);
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
 .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
   color: #000 !important;
 }

 div#myTable_wrapper {
   overflow-x: auto;
}
table#myTable.contactTable {
   min-width: 1500px;
}
table#myTable.contactTable tr > *{
   box-shadow: none ;
}
table#myTable.contactTable tr > *:first-child{
   position: sticky;
   left: 0;
   background: #fff;
   /* width: 15px !important;
   padding: 5px;
   text-align: center; */
   padding: 10px;
   z-index: 3;
   max-width: 15.34px;
}
table#myTable.contactTable tr > *:nth-child(2){
   position: sticky;
   /* left: 0; */
   background: #fff;
   left: 36px;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
   z-index: 2;
   color: var(--dtcolor);
}

table#myTable.contactTable tr th:first-child::before,
table#myTable.contactTable tr th:first-child::after{
display: none;
}

table#myTable{
   margin-bottom: 10px;
}

table#myTable tr th{
   color: var(--dtcolor);
   font-weight: 600;
}

table#myTable tr td .badge{
   color: #148B7F;
   background-color: #D0F8F2 !important;
   font-weight: 400;
}

table#myTable tr th{
   color: #000 !important;
   font-weight: 600;
}

table#myTable tr td{
   color: var(--tcolor) !important;
   font-weight: 600;
}

.buttonLink .btn,
table#myTable .btn{
   line-height: 1;
   font-size: 14px;
   padding: 3px 6px;
}

.buttonLink{
   display: inline-block;
}


.page-link{
   color: var(--acnt);
}

.active>.page-link, .page-link.active{
   background-color: var(--acnt);
   border-color: var(--acnt);
}

button.btn.text-success.p-0.badge {
   width: fit-content;
}

#myTable_wrapper .viewDetails{
   display: block;
    padding: 0;
    line-height: 1;
    border: none;
    background: transparent;
    font-size: .521vw;
    color: var(--acnt);
}

@media(min-width: 1400px){
   #myTable_wrapper .viewDetails{
      font-size: 10px;
   }
}

#myTable_wrapper .dropdown-toggle{
   background-color: #fff;
   border-color: #F1F1F1;
   color: var(--dtcolor);
}

#myTable_wrapper .dropdown-toggle::after{
   display: none;
}

#myTable select{
   padding: 2px 10px;
}

.tableTop .btn.btn-primary,
.tableTop .btn.btn-secondary{
   padding: 0 9px;
   height: 29px;
}

.tableTop .btn.btn-primary i{
   color: transparent;
   -webkit-text-stroke: 1px #fff;
}

.tableTop .btn.btn-secondary i{
   color: transparent;
   -webkit-text-stroke: 1px var(--dtcolor);
}

.tablebottomactions .shadow-sm{
   box-shadow: none !important;
}

 #login-hero{
    min-height: calc(100vh - 41px);
    background-image: url("https://images.pexels.com/photos/378570/pexels-photo-378570.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1000&dpr=1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
 }
/* 
 #login-hero .card{
  background-color: #fff;
 } */

 #login-404{
   min-height: calc(100vh - 41px);
   padding-top: 150px;
 }

 .userProfile {
   background-color: #f7f7f7;
   position: fixed;
   width: 300px;
   left: 0;
   bottom: 0;
}

.userProfile .userList{
   /* display: none; */
   position: absolute;
   left: 15px;
   bottom: -100%;
   width: 270px;
   padding: 5px 20px;
   list-style-type: none;
   background-color: #fff;
   border-radius: 20px;
   transition: .5s all ease;
   z-index: 1;
   overflow: hidden;
   visibility: hidden;
   opacity: 0;
}

.userProfile .userList li:not(:first-child){
 border-top: 1px solid #E6E6E6
}

.userProfile .userList li a{
 text-decoration: none;
 color: var(--dtcolor);
 padding: 10px 0;
 display: block
}

.userProfile .userList li a:hover{
 color: var(--acnt)
}

.userProfile .userBtn {
   display: flex;
   align-items: center;
   padding: 10px 15px;
   color: var(--dtcolor);
   position: relative;
   flex-wrap: wrap;
   cursor: pointer;
   z-index: 2;
}

.userProfile .userBtn:hover{
   color: var(--tcolor);
}

.userProfile .userBtn::before{
   content: "";
   width: calc(100% - 30px);
   height: 1px;
   margin: 0 15px;
   left: 0px;
   top: 0;
   position: absolute;
   background-color: #E5E1E1;
}

.userProfile .userBtn img.avatar {
   width: 50px;
   height: 50px;
   object-fit: cover;
   object-position: center;
   border-radius: 25px;
   margin-right: 10px;
}

.userProfile .userBtn h6{
   margin-bottom: 0;
   font-weight: 700;
   margin-right: auto;
}

.userProfile.active .userList{
   display: block;
   bottom: 100%;
  visibility: visible;
   opacity: 1;
}

.userProfile.active .userBtn i{
   transform: scaleY(-1);
}

#mainWrapper.active .userProfile {
   width: 76px;
}

#mainWrapper.active .userProfile .userBtn{
   padding-left: 4px;
   padding-right: 1px;
}

#mainWrapper.active .userProfile .userBtn h6 {
   display: none;
}

#mainWrapper.active .userProfile .userBtn img.avatar{
   flex: 0 0 50px
}

#mainWrapper.active .userProfile .userList{
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

 #hero{
    /* padding-top: 100px; */
 }

 .contactList{
    padding-left: 0;
    list-style-type: none;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 0;
 }

 .contactList li{
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
 }

 .contactList li:not(:last-child){
    border-bottom: 1px solid #222d34;
 }

 .contactList li .avatar{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 30px;
 }

 .contactList li .textContent{
    padding-left: 10px;
 }

 .contactList li h5{
    margin-bottom: 0;
    font-weight: 600;
 }

 .contactList p{
    margin-bottom: 0;
    color: #535257;
 }



 aside{
    max-width: 300px;
    width: 100%;
    /* padding-top: 100px; */
    /* border-right: 1px solid #222d34; */
    min-height: 100vh;
    position: relative;
    transition: .5s all ease;
 }

 #mainWrapper.active aside{
   max-width: 76px;
 }

 aside .sidenav{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: sticky;
    top: 120px;
 }

 aside .sidenav li a{
    padding: 15px 45px;
    text-decoration: none;
    display: block;
    color: #8696a0;
    position: relative;
   display: flex;
   transition: .5s all ease;
 }

 aside .sidenav li a:hover{
   background-color: rgba(0,0,0,0.03);

 }

 /* aside .sidenav li:not(:last-child){
    border-bottom: 1px solid #222d34;
 } */

 aside .sidenav li a.active{
    font-weight: 700;
    color: var(--acnt);
    /* background: #070b0e; */
 }

 aside .sidenav li a.active::before{
   content: "";
   position: absolute;
   width: 5px;
   height: 100%;
   right: 0;
   top: 0;
   background-color: var(--acnt);
   border-radius: 5px 0 0 5px;
 }

 aside .sidenav li a i{
   font-size: 1.25vw;
   margin-right: 10px;
 }

 @media(min-width: 1400px){
   aside .sidenav li a i{
      font-size: 24px;
   }
 }


 #mainWrapper.active aside .sidenav li a{
   color: transparent;
   font-size: 0;
   padding: 15px 10px;
   justify-content: center;
   width: 100%;
 }

 #mainWrapper.active aside .sidenav li a i{
   font-size: 1.25vw;
   margin-right: 0;
   color: var(--tcolor);
 }

 @media(min-width: 1400px){
   #mainWrapper.active aside .sidenav li a i{
      font-size: 24px;
   }
 }

 #mainWrapper.active aside .sidenav li a.active i{
   color: var(--acnt);
 }

 .asideToggle{
   position: absolute;
   width: 20px;
   height: 80px;
   border: none;
   background-color: var(--acnt);
   color: #fff;
   right: -20px;
   top: 50%;
   transform: translateY(-50%);
   border-radius: 0 20px 20px 0;
   transition: .3s all ease;
 }

 .asideToggle:hover{
   background-color: var(--acnt-d);
 }

 #mainWrapper.active .asideToggle i{
   transform: rotateY(180deg);
 }

 main.main{
    width: calc(100% - 300px);
    /* min-height: calc(100vh - 41px); */
    min-height: 100vh;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 65px;
    transition: .5s all ease;
 }

 #mainWrapper.active main.main{
   width: calc(100% - 76px);
 }

 main.main .card{
   /* background-color: #202c33; */
 }

 main.main .card .card-body{
   padding: 0;
 }

 main > footer {
  /* padding-top: 60px; */
  position: relative;
 }
 main > footer .logo {
  max-width: 200px;
  margin-bottom: 20px;
 }
 main > footer .footerList {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
 }
 main > footer .col-md-4 .footerList {
  display: flex;
  flex-wrap: wrap;
 }
 main > footer .col-md-4 .footerList li {
  width: 50%;
 }
 main > footer h3 {
  font-weight: 700;
  color: #535257;
  margin-top: 60px;
 }
 main > footer .socialList {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
  list-style-type: none;
 }
 main > footer .socialList li a {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-content: center;
  margin: 3px;
  color: #535257;
  text-decoration: none;
  transition: .3s all ease;
 }
 main > footer .socialList li a:hover {
  color: #1EADFD;
  border-radius: 20px;
 }
 main > footer .copy {
  padding: 10px;
  text-align: center;
  /* border-top: 1px solid #999; */
  font-size: .73vw;
  color: #AEAEAE;
 }

 @media(min-width: 1400px){
   main > footer .copy{
      font-size: 14px;
   }
 }



 body > footer {
    background-color: #182229;
    /* padding-top: 60px; */
    position: relative;
    z-index: 2;
  }
  body > footer .logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
  body > footer .footerList {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }
  body > footer .col-md-4 .footerList {
    display: flex;
    flex-wrap: wrap;
  }
  body > footer .col-md-4 .footerList li {
    width: 50%;
  }
  body > footer h3 {
    font-weight: 700;
    color: #535257;
    margin-top: 60px;
  }
  body > footer .socialList {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
    list-style-type: none;
  }
  body > footer .socialList li a {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-content: center;
    margin: 3px;
    color: #535257;
    text-decoration: none;
    transition: .3s all ease;
  }
  body > footer .socialList li a:hover {
    color: #1EADFD;
    background-color: #fff;
    border-radius: 20px;
  }
  body > footer .copy {
    padding: 10px;
    text-align: center;
    /* border-top: 1px solid #999; */
    font-size: .73vw;
  }
  @media(min-width: 1400px){
   body > footer .copy{
      font-size: 14px;
   }
  }

  #donutchart svg{
    border-radius: 5px;
  }

  .userlink{
   display: flex;
   align-items: center;
   cursor: pointer;
   padding: 5px;
   padding-right: 15px;
  }

  .userlink:hover{
   background-color: #f5f5f5;
   border-radius: 30px;
  }

  .userlink img{
   width: 50px;
   height: 50px;
   object-fit: cover;
   object-position: center;
   margin-right: 10px;
   border-radius: 25px;
  }

  .userlink .textContent{
   position: relative;
   padding-right: 15px;
  }

  .userlink .textContent::before{
   content: "";
   position: absolute;
   border-width: 5px 5px 0 5px;
   border-style: solid;
   border-color:#000 transparent transparent;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
  }

  .userlink .textContent h6{
   font-weight: 700;
   margin-bottom: 0;
  }

  .profileOptions{
   position: absolute;
   background-color: #fff;
   box-shadow: 0 0 20px rgba(0,0,0,0.1);
   padding: 10px;
   top: 100%;
   right: 0;
   list-style-type: none;
   margin-bottom: 0;
   display: none;
  }

  nav .dropdown button.dropdown-toggle{
   border-radius: 40px;
   padding-left: 6px;
  }

  nav .dropdown button.dropdown-toggle::after{
   position: relative;
   top: 2px;
  }

  nav .dropdown img{
   width: 50px;
   height: 50px;
   object-fit: cover;
   object-position: center;
   margin-right: 10px;
   border-radius: 25px;
  }

  .profileOptions.active{
   display: block;
   opacity: 1;
  }

  .profileOptions li a{
   color: #535257;
   text-decoration: none;
   display: block;
   padding: 5px;
  }

  .profileOptions li a:hover{
   color: var(--acnt);
  }

  .card .card-title{
   font-weight: 700;
  }

  #myTable img{
      width: 75px;
      height: 75px;
      border-radius: 5px;
      object-position: center;
      object-fit: cover;
  }

  #myTable .userCell{
   display: flex;
   align-items: center;
  }

  #myTable .userCell h6{
   padding-left: 5px;
   font-weight: 600;
  }

  form.py-3{
   border-bottom: 1px solid #222d34;
   margin-bottom: 10px;
  }

  #imageUpload
 {
    display: none;
 }

 #profileImage
 {
    cursor: pointer;
 }

 #profile-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid var(--acnt);
 }

 #profile-container img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
 }

 .profileImage{
   position: relative;
 }

 .profileImage label{
   width: 40px;
   height: 40px;
   border-radius: 20px;
   place-content: center;
   display: grid;
   background-color: var(--acnt);
   position: absolute;
   color: #fff;
   top: 105px;
   left: 105px;
 }

 /*----------------new style---------------*/

 .chooseText {
   display: flex;
   align-items: center;
   margin-bottom: .25rem;
 }

 .chooseText input[type=checkbox]{
   width: 0;
   height: 0;
   position: absolute;
   opacity: 0;
 }

 .chooseText input[type=checkbox]+label{
   display: inline-block;
   background-color: var(--acnt);
   width: 50px;
   height: 20px;
   border-radius: 10px;
   margin: 0 5px;
   padding: 1px 2px;
   cursor: pointer;
   transition: .3s all ease;
 }

 .chooseText input[type=checkbox]:checked+label{
   text-align: right;
 }

 .chooseText input[type=checkbox]+label span{
   display: inline-block;
   width: 16px;
   height: 16px;
   border-radius: 8px;
   background-color: #fff;
 }

 .chooseText input[type=text], .chooseText select{
   margin-left: 5px;
   color: #fff;
 }

 .chooseText select{
   display: none;
 }

 .chooseText input[type=checkbox]:checked~input[type=text]{
   display: none;
 }

 .chooseText input[type=checkbox]:checked~select{
   display: inline-block;
 }

 #btch-aprl{
   display: none;
 }

 #batch-select {
   position: absolute;
   height: 0;
   width: 0;
   opacity: 0;
 }
 /*----------------new style---------------*/

 #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
 }

 #msform fieldset .form-card {
    background: #fff;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); */
    border: 0 none;
    border-radius: 0px;
    /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    /* margin: 0 3% 20px 3%; */
    border-radius: 0.5rem;

    /*stacking fieldsets above each other*/
    position: relative;
 }

 #msform fieldset {
    /* background: white; */
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
    max-height: calc(100vh - 265px);
    overflow-y: auto;
 }

 #msform fieldset div#custom,
 #msform fieldset div#myTable_wrapper{
   max-height: calc(100vh - 447px);
   overflow-y: auto;
 }

 /*Hide all except first fieldset*/
 #msform fieldset:not(:first-of-type) {
    display: none;
 }

 #msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
 }

 #msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Cabin', sans-serif;
    color: var(--dtcolor);
    font-size: .83vw;
    letter-spacing: 1px;
    background-color: transparent;
 }

 @media(min-width: 1400px){
   #msform input, #msform textarea{
      font-size: 16px;
   }
 }

 #msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    /* font-weight: bold; */
    border-bottom: 2px solid var(--acnt);
    outline-width: 0;
 }

 /*Blue Buttons*/
 #msform .action-button {
  padding: 3px 14px;
    width: auto;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 0.375rem;
    border: 1px solid var(--acnt);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* width: 100px; */
    background: var(--acnt);
    /* font-weight: bold; */
    color: white;
    /* border: 0 none; */
    /* border-radius: 0px; */
    cursor: pointer;
    /* padding: 10px 5px; */
    margin: 10px 5px;
 }

 #msform .action-button:hover, #msform .action-button:focus {
    /* box-shadow: 0 0 0 2px white, 0 0 0 3px var(--blue); */
      background-color: var(--acnt-d);
      border-color: var(--acnt-d);
      border-bottom: 1px solid var(--acnt-d);
 }

 /*Previous Buttons*/
 #msform .action-button-previous {
  padding: 3px 14px;
  width: auto;
  font-weight: 400;
  letter-spacing: 0px;
  border-radius: 0.375rem;
  border: 1px solid #ECECEC;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* width: 100px; */
  background: #fff;
  /* font-weight: bold; */
  color: var(--dtcolor);
  /* border: 0 none; */
  /* border-radius: 0px; */
  cursor: pointer;
  /* padding: 10px 5px; */
  margin: 10px 5px;
 }

 #msform .action-button-previous:hover, #msform .action-button-previous:focus {
    /* box-shadow: 0 0 0 2px white, 0 0 0 3px #616161; */
    background-color: #ECECEC;
    border-color: #ECECEC;
 }

 /*Dropdown List Exp Date*/
 select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
 }

 select.list-dt:focus {
    border-bottom: 2px solid var(--acnt);
 }

 /*The background card*/
 .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
 }

 /*FieldSet headings*/
 .fs-title {
    font-size: 1.302vw;
    color: var(--dtcolor);
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
 }

 @media(min-width: 1400px){
   .fs-title{
      font-size: 25px;
   }
 }

 /*progressbar*/
 #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
 }

 #progressbar .active {
    color: var(--acnt);
 }

 #progressbar li {
    list-style-type: none;
    font-size: .625vw;
    width: 25%;
    float: left;
    position: relative;
 }

 @media(min-width: 1400px){
   #progressbar li{
      font-size: 12px;
   }
 }

 /*Icons in the ProgressBar*/
 #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f003";
 }

 #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f15c";
 }

 #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f007";
 }

 #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
 }

 /*ProgressBar before any progress*/
 #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: .937vw;
    color: var(--tcolor);
    background: #F7F7F7;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    position: relative;
    z-index: 2;
 }

 @media(min-width: 1400px){
   #progressbar li:before{
         font-size: 18px;
   }
 }

 /*ProgressBar connectors*/
 #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
 }

 /*Color number of the step and the connector before it*/
 #progressbar li.active:before, #progressbar li.active:after {
    background: var(--acnt);
    color: #fff;
 }

 /*Imaged Radio Buttons*/
 .radio-group {
    position: relative;
    margin-bottom: 25px;
 }

 .radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px;
 }

 .radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
 }

 .radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
 }

 /*Fit image in bootstrap div*/
 .fit-image{
    width: 100%;
    object-fit: cover;
 }

 #myTable_wrapper #myTable_info{
  display: none;
 }
 div#myTable_wrapper + div {
  max-width: 100% !important;
  color: #fff;
 }

 div#myTable_wrapper + div > nav > .flex{
  /* display: flex; */
  padding-top: 10px;
  display: none;
 }

 div#myTable_wrapper + div > nav > .flex a, div#myTable_wrapper + div > nav > .flex span{
  display: block;
  margin: 5px;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  border-radius: 0.375rem;
  color: #fff;
  text-decoration: none;
 }

 div#myTable_wrapper + div > nav > .flex span{
  opacity: .5
 }

 div#myTable_wrapper + div > nav > div:not(.flex) div{
  display: flex;
 }

 div#myTable_wrapper + div > nav > div:not(.flex) div > span{
  width: 100%;
  display: flex;
  color: #8696a0;
  flex-wrap: wrap;
  justify-content: center;
 }

 div#myTable_wrapper + div > nav > div:not(.flex) div > span span{
  /* display: block; */
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
 }


 div#myTable_wrapper + div > nav > div:not(.flex) div > span a svg,
 div#myTable_wrapper + div > nav > div:not(.flex) div > span span svg{
  width: 22px;
  height: 22px;
 }

 div#myTable_wrapper + div > nav > div:not(.flex) div > span > a,
 div#myTable_wrapper + div > nav > div:not(.flex) div > span > span{
  margin: 2px;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  border: none !important;
  display: grid;
  place-content: center;
  text-decoration: none;
  color: var(--dtcolor);
  border-radius: 20px
 }

 div#myTable_wrapper + div > nav > div:not(.flex) div > span > span{
  opacity: .5
 }

 div#myTable_wrapper + div > nav > div:not(.flex) div > span > a:first-child,
 div#myTable_wrapper + div > nav > div:not(.flex) div > span > a:last-child,
 div#myTable_wrapper + div > nav > div:not(.flex) div > span > span:first-child,
 div#myTable_wrapper + div > nav > div:not(.flex) div > span > span:last-child{
   background-color: #F7F7F7 !important;
 }


 div#myTable_wrapper + div > nav > div:not(.flex) div > span span:not(:first-child){
   background-color: var(--acnt) !important;
   color: #fff;
   opacity: 1;
 }

 .modal-content{
  background-color: #fff;
  color: var(--dtcolor);
 }

 .modal-header{
  border-bottom-color: #F1F1F1;
 }

 .modal-header .close{
  color: var(--dtcolor);
 }

 #msform fieldset table{
  color: #8696a0;
 margin-top: 30px
 }

 #msform fieldset table th{
    color: var(--dtcolor);
 }

 #msform fieldset table th,
 #msform fieldset table td{
    border-color: #354651;
 }

 #msform fieldset table .custom-control-label::before{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    left: 0;
    top: 2px;
    border-radius: 3px;
 }

 .custom-control-label::after{
    content: "\2714";
    left: 2px;
    top: 1px;
    color: #fff;
    font-size: .73vw;
 }

 @media(min-width: 1400px){
   .custom-control-label::after{
      font-size: 14px;
   }
 }

 #msform fieldset table .custom-control-input:checked~.custom-control-label::before{
    background-color: var(--acnt);
   border-color: var(--acnt);
 }

 #msform fieldset table .custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 0.25rem rgba(0, 92, 75, .25);
 }