html {
  scroll-behavior: smooth;
}

  body{
  	background-color: #777f92;
  	font-family: 'Barlow', sans-serif;
  }
  img{
  	max-width: 100%;
  }
  .flex-base{
    flex-basis: 100%;
  }
  .bl-text{
    color: #000;
  }
  .vh-100{
  height: 100vh;
  }
  .radius-10 {
    border-radius: 10px ;
}
.counting {
    font-size: 50px;
}
  .bl-clr{
  	color: #484e66;
  }
  .blc-clr{
    color: #000;
  }
  .btn-org:hover{
    color: #fff;
    border-color: #32d79f;
    outline: none;
  }
  .btn-org{
  border-radius: 50px;
    background: #ff7a01;
    color: white;
    border: 1px solid #ff7a01;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0.50rem 2rem;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
      overflow: hidden;
    position: relative;
    outline: none;
  }
  .btn-disabled {
    color: white;
    background: gray;
    border: 1px solid gray;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0.50rem 2rem;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
      overflow: hidden;
    position: relative;
    outline: none;
  }
  .row-div {
    width: 120%;
    height: 45px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .delete-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 10px;
  }
  .btn-org:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #32d79f;

  }
  .btn-org:hover:after,
  .btn-org:active:after {
    height: 100%;
    outline: none;
  }
.btn-blue:hover{
    color: #fff;
    border-color: #ff7a01;
    outline: none;
  }
  .btn-blue{
  border-radius: 50px;
    background: #258CF6;
    color: white;
    border: 1px solid #258CF6;
  font-size: 18px;
    letter-spacing: 2px;
    padding: 0.50rem 2rem;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
      overflow: hidden;
    position: relative;
    outline: none;
  }
  .btn-blue:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ff7a01;

  }
  .btn-blue:hover:after,
  .btn-blue:active:after {
    height: 100%;
    outline: none;
  }
  /*navbar*/
  .nav-item .nav-link .img-profile{
    height: 2rem;
      width: 2rem;
  }
  #header{
  background: #2a323f;
  }
  .embs-logo img{
  	max-width: 130px;
  }
  .logo-tie{
  color: #acb2c8;
      font-size: 16px;
  }
  .navbar-dark .navbar-nav .nav-link {
      color: #fff;
  }

  .header-nav .nav-item.dropdown .badge-danger {
      color: #fff;
      background-color: #ff8b48;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      padding: 0.40em .4em;
      position: absolute;
      right: 0;
      top: 0;
  }

  .nav-item.dropdown .fa-bell{
  	 color: #fff;
      font-size: 20px;
  }
  /*Form*/
  .main-information-wrapper .form-control, label.custom-file-label{
    height: 45px;
    border: 2px solid #979cba;
    color: #000;
    font-size: 19px;
    font-weight: 300;
  }
.user-signup .form-group label {
      font-size: 18px;
  }
  .main-information-wrapper .form-row>[class*=col-] {
      padding-right: 15px;
      padding-left: 15px;
  }
  /*Footer*/
  .footer {
      width: 100%;
      background-color: #777f92;
  }
  /*Thank you*/
  .thank-you i {
      font-size: 55px;
      color: #018bf0;
  }
  .thank-you p {
      font-size: 18px;
      line-height: 30px;
      color: #000;
  }
  /*LOGIN STYLE*/
  .main-login-wrapper .card {
      background-color: transparent;
  }
  .login-wrap {
      background: #fff;
      border-radius: 15px;
      box-shadow: 2px 2px 15px 0px #00000080;
  }
  .login-content h2 {
      font-size: 70px;
      color: #fff;
  }
  .login-content h3 {
      color: #fff;
  }
  .logo-wrap {
      padding: 30px 0 0;

  }
  #login-rap, #forgot-rap {
      background: #258cf5;

  }
  #login-rap  .login-btn {
      display: inline-block;
      width: auto;
      padding: 8px 32px;
      border-radius: 50px;
      background: #258cf5;
      float: right;
      border-color: transparent;
      text-transform: uppercase;
      font-size: 20px;
      color: white;
  }
  .user .form-control-user {
    font-size: .8rem;
      padding: 1.2rem 1rem;
  }

  .remember-box {
      display: inline-block;
      float: left;
  }
  .forgot-password {
      clear: both;
  }
  .main-forgot-wrapper .btn-block {
      background: #258cf5;
      border-color: #258cf5;
  }
/*  home*/
.banner-wrapper {
    height: 12.5rem;
    background: url(../img/banner-bg.png) no-repeat, center;
    background-size: cover;
    mix-blend-mode: overlay;
}
.card-total{
  background: #324056;
   border-color: #324056;
}
.card-pro{
  background: #EEEFF1;
   border-color: #EEEFF1;
}
.card-pro h4 p {
    font-size: 20px;
}
.card-pro h4 {
    color: #000;
}
.dash-content-wrapper .progress-bar {
    background-color: #39D393;

}
.pro-evaulation label {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.pro-evaulation input[type="number"], .pro-evaulation select.custom-select {
    font-size: 15px;
    color: #000;
    height: 35px;
    border: 1px solid #000;
    border-radius: 5px;
}
/*All evaulation pro Style*/
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, 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;
}

table.dataTable td, table.dataTable th, div#dataTable_filter label, div#dataTable_length label {
    color: #000;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 0;
}
.approve-btn {
    background: #33D69F;
    color: #fff;
    border-radius: 50px;
    padding: 3px 16px;
    border: 1px solid #33D69F;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
}
.approve-btn:hover, .approve-btn:active, .approve-btn:focus {
    background: #FF7A00;
    border-color: #FF7A00;
    outline: none;
}
div#dataTable_length .form-control {
    height: 35px;
    border: 2px solid #979cba;
    color: #000;
    font-size: 18px;
}
div#dataTable_filter input.form-control {
    height: 35px;
}
/*Keywords page style*/
.input-group  .custom-file-label {
    line-height: 1.6;
    color: #979cba;
}
.input-group .custom-file-label::after {
    height: 100%;
}
.form-group label, .input-group label {
    color: #000;
    font-weight: 700;
}
.input-group {
    margin-bottom: 15px;
}
/*Wraning page style*/
      .rdu-15{
        border-radius:15px;
      }
      .rdu-50{
      border-radius: 50px;
      }
      .btn{
      font-size: 16px;
      }
      .wr-list li:before {
      content: '-';
      font-size: 40px;
      vertical-align: top;
      color: #000;
      padding-right: 20px;
      }
      .aree-btn.btn-secondary {
      background: #ff7a01;
      border-color: #ff7a01;
        }
       .aree-btn.btn-secondary.disabled, .aree-btn.btn-secondary:disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d;
        }
        .wr-list{
         list-style: none;
         line-height: 40px;
         font-size: 18px;
        }

        /*All Product Page Style*/
        .table td, .table th {
    vertical-align: middle;
}
.btn-danger{
    background: #d52a1a;
    color: #fff;
    border-radius: 50px;
    padding: 3px 16px;
    border: 1px solid #d52a1a;
    font-weight: 300;
    outline: none;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: #e74a3ba3;
    border-color:#e74a3ba3;
    outline: none;

}
.centered-contetnt{
  display: flex;
  margin-top: 15vh;
  margin-bottom: 10vh;
  align-items: center;
  justify-content: center;
}
.keyword-img {
  width: 50px;
  height: 50px;
}
.product-image {
  height: 40px;
  width: 40px;
}
.content-centered {
  display: flex;
  justify-content: center;
}
.cursor-pointer {
  cursor: pointer;
}
.heading-txt {
  font-weight: 500;
  font-size: 18px;
}
.bordered-div {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px #E3E6F1 solid;
}
.custom-link {
  cursor: pointer;
  color: #4e73df !important;
}
.react-responsive-modal-modal {
  border-radius: 15px;
}
.cursor {
  cursor: pointer;
}
.image-view {
  padding: 30px 20px;
}
.date-modal-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.t-head-row {
  padding: 12px;
}
.t-head {
  color: black;
  font-weight: 700;
}
.sticky-table-cell {
  border-top: 1px #e5e5e5 solid;
}
.iLOKZQ {
  width: 15vw;
}
.in-block {
  display: inline-block;
}
.input-help {
  position: absolute;
  height: 33px;
  background: #C0BFC1;
  width: 30px;
  margin-left: 1px;
  margin-top: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}
.evaluation-input {
  padding-left: 35px;
}
.error-message {
  color: red;
  text-align: end;
}
.arrow-back {
  align-items: center;
  display: flex;
  cursor: pointer;
}
.normal-input {
  padding-left: 10px;
}
@media(max-width: 768px){
  .collapse.show{
      background: transparent;
      box-shadow: none;
  }
  .navbar-nav .dropdown-menu{
  	position: absolute;
  } 
  .user-info {
    position: absolute;
    right: 20px;
}
.flex-base{
  width: 100%;
  }
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
}
div#dataTable_length, div#dataTable_info {
    display: none;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
}
div#dataTable_filter input.form-control {
    display: block;
    margin-left: 0;
}
    .wr-list li:before {
      display: none;
      } 
      .custom-control-label{
        text-align: left;
      }
       .wr-list{
         line-height: 30px;
         font-size: 16px;
         text-align: left;
        }
}

.MyPhoneInputInput {
  border-width: 0px !important;
}

.w-btn {
  color: white;
  cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}