@font-face {
  font-family: CircularStd;
  src: url(/fonts/Circular-Std-Medium-500.ttf);
}

body{
  font-family: CircularStd;
}


.login-start .card {
  width: 100%;
  max-width: 620px;
  margin: auto;
  border:none;
  border-radius: 12px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 71px 108px 33px 107px;
  margin-top: 70px;
  margin-bottom: 70px;;
}
.heading{
  text-align: center;
  margin-bottom: 30px;
}
.heading h1{
  color: black;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}
.heading p{
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  font-size: 17px;
  color: #a5a5a5;
}
.form-start{
  text-align: center;
}
.form-start input{

  width: 100%;
  max-width: 513px;
  height: 60px;
  border-radius: 8px;
  border: solid 1px #c4c4c4;
  margin: 0 0 24px 0;
  padding: 0 35px;
  font-size:18px;
  font-weight: 400;
}
.form-start input::placeholder{
  color: #a5a5a5;
  font-size: 18px; 
  font-weight: 300;
}
.form-start input:focus {
  border: 1px solid #2d85fd; 
  outline: none;
}
.btn.submit{
  margin: 40px 0 40px;
  padding: 17px;
  width: 100%;
  max-width: 513px;
  border-radius: 8px;
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
  flex-grow: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.bottom-line{
  text-align: center;
}
.bottom-line p{
  color: #a5a5a5;
  font-size: 18px;
  font-weight: 500;
}
.bottom-line p a{
  text-decoration: none;
  color: #2a90f4;
}
.form-start .form-check-input[type=checkbox] {
  border-radius: 4px;
  padding: 0px;
  height: 21px;
  width: 21px;
  margin: 0;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.form-start label{
  font-size: 18px;
  color: #a5a5a5;
}
.form-start .save-recover a {
  text-decoration: none;
  color: #2a90f4;
  font-size: 18px;
}
.save-recover {
  width: 100%;
  max-width: 513px;
  margin: auto;
}
.login-start .top-img{
  text-align: center;
}
.login-start .top-img img{
  width: 1005;
  max-width: 200px;
}



@media (max-width: 768px){
  .btn.submit {
      margin: 50px 0;
  }
  .login-start .card {
      padding: 71px 20px 33px 20px;
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .sidebaricon{
    display: none;
  }
  }
  
  
  
  
  
  
  
  /************************* Dashboard style ******************/
  
  .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
a.list-group-item.list-group-item-action.list-group-item.p-3{
  border-radius: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #dde2ff;
  text-decoration: none;
  background-color: #474E5D;
  border-left: 3px solid #dde2ff;
}
.list-group-item-action:active {
  color: #dde2ff;
  background-color: #474E5D;
  border-left: 3px solid #dde2ff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #a4a6b3;
  text-decoration: none;
  background-color: #363740;
  border:none;
  
}
.list-group-item .fas{

  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  margin-left: 10px;
}
.nav-link.dropdown-toggle .profile-img{
  width: 100%;
  max-width: 45px;
  border-radius: 30px;
  border: 1px solid #dfe0eb;
  padding: 1px;
  margin: 0px 8px 0px 0
}
.nav-link.dropdown-toggle .profile-name{
  padding: 10px 25px;
  border-left: 1px solid #dfe0eb;
  font-size: 14px;
  color: #252733;
  font-weight: 500;
}
.nav-link.dropdown-toggle::after {
  display: none !important;
}
.nav-link.dropdown-toggle .fas {
  color: #92979d;
  font-size: 12px;
}
.nav-link .fas{
  font-size: 20px;
  color: #c5c7cd;
  line-height: 2.3;
  font-weight: 600;
}
.sidebaricon:focus{
  box-shadow: none;
}
.pageheading{
  color: #252733;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-left: 20px;
}
#page-content-wrapper{
  background-color: #f3f6f6 !important;
}
.page-content-start{
  margin-bottom: 40px;
}
.page-content-start .title{
  text-align:center;
}
.page-content-start .title h1{
  font-size: 42px;
  color: black;
  font-weight: bold;
  padding: 30px 0;
  margin-bottom: 0px;
}
.page-content-start .card {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  border:none;
  border-radius: 12px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 55px 107px 80px 107px;
  text-align: center;
}

#fileElem {
  opacity: 0;
  position: absolute;
  line-height: 245px;
  top: 7.5%;
  left: 13%;
  width: 100%;
  max-width: 760px;
}

#filedrag {
  padding: 0;
  margin:0;
  color: #1a1a1a;
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  cursor: default;
  width: 100%;
  max-width: 760px;;
  display: inline-block;
  text-align: center;
  background-color: #f3f6f6;
}
#filedrag label{
  display: block;
}
#filedrag label.text{
  display: block;
  opacity: 0.5;
  font-family: CircularStd;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242634;
  margin: 12px 0;
}
#filedrag .or{
  opacity: 0.5;
  font-family: CircularStd;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242634;
  margin: 12px 0;
  text-transform: uppercase;
}
#filedrag label.btn{
  display: block;
  width: 100%;
  max-width: 150px;
  margin: auto;
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 3px;
  border: none;
}



#fileselect {
  margin: auto;
}

.box-icon {
  font-size: 70px;
  display: block;
  margin: auto;
  color: #bdc7eb;
  margin-top: 30px;
}

.card .btn-primary{
  width: 100%;
  max-width: 210px;
  margin: 45px 0 45px 0;
  padding: 10px;
  font-size: 20px;
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
  border: none;
  border-radius: 8px;
}

.uploadig-file-inner{
  padding: 8px 30px 8px 30px;
  border-radius: 8px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}
.upload-heading{
 text-align: left;
 margin: auto;
 width: 100%;
 max-width: 800px;
}
.upload-heading .btn{
  opacity: 0.5;
  font-family: CircularStd;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242634;
}
.progess-start .file-name h5{
  opacity: 0.5;
  font-family: CircularStd;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242634;
}
.uploading-process h5{
  opacity: 0.5;
  font-family: CircularStd;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #208af2;
}
.progress-bar{
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
}
.upload-close{
  line-height:2.8;
}
.upload-close img{
  width: 22px;
}
.animataion{
  position: relative;
  margin-top: -125px;
  margin-left: 45px;
}


.wrapper-start{
  position: fixed;
}
#page-content-wrapper{
  margin-left: 240px;;
}
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
  background-color: #363740;
  color: #dde2ff;
}


#sidebar-wrapper .sidebar-logo {
    padding: 40px 25px;
    margin-bottom: 10px;
}



#page-content-wrapper {
  min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}



  /************************* Authenticate style ******************/
  
.authenticate-wrapper{
    height: auto;
    min-height: 440px;
}
  .authenticate-text h4{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .authenticate-text h4 span{
    color:#2a90f4;
  }
  .authenticate-btn .btn{
    font-size: 22px;
    padding: 13px;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: 302px;
    border-radius: 8px;
    background: #6573ff;
    background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
    background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
    background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
  }
  .authenticate-link p{
    font-size: 21px;
    color: #a5a5a5;
  }
  .authenticate-link p a{
    text-decoration: none;
    color: #2a90f4;
  }


  /************************* Manage Tasks style ******************/


  .manage-task-start .card{
    max-width: 1220px;
    padding: 0;
    text-align: left;
  }

  .table>thead {
    background-color: #f4f7fc;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #484964 !important;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), 
table.dataTable>thead>tr>td:not(.sorting_disabled) {
  font-size: 11px  !important;
  padding: 15px 20px 15px 15px !important;
}
tbody, td, tfoot, th, thead, tr{
  border:none !important;
}
.table>:not(:first-child){
  border:none I !important;
}
table.dataTable>thead .sorting::after, 
table.dataTable>thead .sorting_asc::after, 
table.dataTable>thead .sorting_desc::after, 
table.dataTable>thead .sorting_asc_disabled::after, 
table.dataTable>thead .sorting_desc_disabled::after{
  display: none !important;
}
table.dataTable>thead .sorting:before, 
table.dataTable>thead .sorting_asc:before, 
table.dataTable>thead .sorting_desc:before, 
table.dataTable>thead .sorting_asc_disabled:before, 
table.dataTable>thead .sorting_desc_disabled:before{
  display: none !important;
}
table.dataTable td, table.dataTable th{
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #484964 ;
  font-size: 12px;
  padding: 15px 20px 15px 15px !important;
}
table.dataTable td i{
  color: #7d90b2;
  padding: 0 3px;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  padding: 0px 15px;
  font-size: 14px;
  position: absolute;
  color: #272727;
}
.table-heading h5{
  padding: 10px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #272727;
}
.tbl-btn{
  padding: 0 15px;
}
.tbl-btn .btn{
  padding: 8px 25px 8px 25px;
  border-radius: 5px;
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
  margin: 10px 0px;
  font-size: 14px;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  border-radius: 5px;
  border: 1px solid #272727;
  margin-right: 20px;
}
div.dataTables_wrapper div.dataTables_filter input:focus-visible{
  outline-offset: unset;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  color: #272727;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0 15px;
  white-space: nowrap;
  text-align: right;
  display: inline;
  float: right;
  padding: 15px;
}
div.dataTables_paginate  a#datatable_previous{
  text-decoration: none;
  color: #fff;
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 5px;
}
div.dataTables_paginate  a#datatable_next{
  text-decoration: none;
  color: #fff;
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 5px;
}
div.dataTables_paginate .paginate_button.current{
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 10px 8px;
  margin: 0 15px;
  border-radius: 5px;
  background: #6573ff;
  background: -moz-linear-gradient(left, #6573ff 0%, #333a80 100%);
  background: -webkit-linear-gradient(left, #6573ff 0%,#333a80 100%);
  background: linear-gradient(to right, #6573ff 0%,#333a80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6573ff', endColorstr='#333a80',GradientType=1 );
}
div.dataTables_paginate .paginate_button{
  text-decoration: none;
  color: #2a90f4;
  font-size: 12px;
  padding: 10px 8px;
}
div.dataTables_wrapper div.dataTables_info {
  padding: 15px;
  position: absolute;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  vertical-align: middle;
}
table.table.nowrap.dataTable.no-footer{
  width: 100% !important;
}
.dataTables_scrollHeadInner{
  width: 100% !important;
}



/***** Automation Style  ******/
  /* .wrapper-start.automation::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 12px;
  }
  .wrapper-start.automation::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 12px;
  }
  .wrapper-start.automation::-webkit-scrollbar-thumb{
    background-color: #363740;
    border-radius: 12px;
  }
  .automation-card{
    margin: auto;
    border: none;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    margin-left: 215px;
  }
  .wrapper-start.automation {
    margin-left: -12px;
    display: block;
    position: absolute;
    min-height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 100vh;
  }
  .wrapper-start.automation.active {
    display: none;
  }
  .wrapper-start.automation #sidebar-wrapper{
    background-color: #3751ff;
    width: 100%;
    max-width: 221px;
    min-width: 221px;
  }
  .wrapper-start.automation #sidebar-wrapper .sidebar-logo{
    color: #fff;
    margin: 0;
    padding: 20px;
    background-color: #6573ff;
    width: 100%;
  }
  .wrapper-start.automation #sidebar-wrapper .sidebar-logo h4{
    margin: 0;
  }
  .wrapper-start.automation #sidebar-wrapper .list-group-item {
    background-color: #3751ff;
    color: #fff;
    width: 100%;
    max-width: 221px;
  }
  .wrapper-start.automation #sidebar-wrapper .list-group-item-action:hover, 
  .wrapper-start.automation #sidebar-wrapper .list-group-item-action:focus{
    background-color: #6573ff;
  }
  .file-view-wrapper{
    background: #363740;
    margin: 0;
  }
  .file-view-wrapper .header-links{
    padding: 20px 35px;
    text-align: right;
  }
  .file-view-wrapper .header-links i{
    color: #fff;
  }


  .file-view-wrapper iframe {
    min-height: 90vh;
    max-height: 90vh;
    overflow-x: scroll;
  }
  iframe::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    background-color: #F5F5F5 !important;
    border-radius: 12px;
  }
  iframe::-webkit-scrollbar{
    width: 6px !important;
    background-color: #F5F5F5 !important;
    border-radius: 12px;
  }
  iframe::-webkit-scrollbar-thumb{
    background-color: #363740 !important;
    border-radius: 12px;
  }
  iframe main::-webkit-scrollbar {  
    background-color: red;
  }

  .form-wrapper {
    padding: 0px 15px;
  }
  .form-wrapper form{
    overflow: scroll;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 10px;
  }
  .form-wrapper form::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 12px;
  }
  .form-wrapper form::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 12px;
  }
  .form-wrapper form::-webkit-scrollbar-thumb{
    background-color: #363740;
    border-radius: 12px;
  }
  .btn.sidebaricon::before{
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
    content: "\f359";
  }
  .btn.sidebaricon::after{
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
    content: "\f35a";
  }



  @media (max-width: 1024px) {
    #fileElem {
      line-height: 230px;
      top: 7.5%;
      left: 14%;
      max-width: 545px;
    }
    .page-content-start .card {
      max-width: 675px;
      padding: 55px 55px 80px 55px;
    }
    .uploadig-file-inner{
      padding: 8px 15px 8px 15px;
    }
    .page-content-start .title h1{
      font-size: 36px;;
    }
    .animataion{
      margin-top: -125px;
      margin-left: -33px;
    }
    .animataion img{
      width: 100%;
      max-width: 188px;
    }
    .tbl-btn{
      padding:0 15px;
    }
    .tbl-btn .btn{
      padding: 8px 15px 8px 15px;
      margin:10px 0px;
    }
    .manage-task-start .card{
      padding: 0;
    }

  }
  @media (max-width: 768px){
    .btn.submit {
      margin: 50px 0;
    }
    .login-start .card {
      padding: 71px 20px 33px 20px;
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .sidebaricon{
      display: none;
    }
    #fileElem {
      line-height: 227px;
      top: 4.8%;
      left: 8%;
      max-width: 423px;
    }
    .page-content-start .card {
      max-width: 440px;
      padding: 30px 40px 50px 40px;
    }
    .uploadig-file-inner{
      padding: 5px 5px 5px 5px;
    }
    .page-content-start .title h1{
      font-size: 32px;;
    }
    .animataion{
      margin-top: -125px;
      margin-left: -33px;
    }
    .animataion {
      margin-top: -75px;
      margin-left: -17px;
  }
    .card .btn-primary {
      width: 100%;
      max-width: 190px;
      margin: 30px 0 30px 0;
      padding: 10px;
      font-size: 15px;
    }
    .upload-heading .btn{
      font-size: 15px;
    }
    .progess-start .file-name h5{
      font-size: 13px;
    }
    .progess-start .uploading-process h5{
      font-size: 13px;
    }
    .file-image{
      line-height: 2.3;
    }
    .file-image img{
      width: 25px;
    }
    .upload-close img {
      width: 16px;
      margin-left: -15px;
    }
    .upload-close{
      line-height: 2.3;
    }
    .manage-task-start .card{
      padding: 0;
    }
  }
  @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
    }

    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
      margin-left: -15rem;
    }
    
  } */