
@font-face {
    font-family: sf-font;
    src: url(../assets/fonts/SF-UI-Display-Regular.otf);
  }

  @font-face {
    font-family: poppins;
    src: url(../assets/fonts/Poppins-Bold.ttf);
    font-weight: bold;
  }
  
  @font-face {
    font-family: poppins;
    src: url('../assets/fonts/Poppins-Light.ttf');
    font-weight: lighter;
  }
  
  @font-face {
    font-family: poppins;
    src: url('../assets/fonts/Poppins-Regular.ttf');
  }
  

.sf-font{
    font-family: sf-font !important;
}

.poppins{
    font-family: poppins !important;
}
.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
    padding: 28px;
}
.panel-body {
    padding: 20px;
}
.box.box-solid.box-success {
    border: none;
    border-radius: 11px;
    overflow: hidden;
}

.btn{
    padding: 8px 20px;
    border-radius: 15px;
}

.btn-xs{
    padding: 4px 10px;
    border-radius: 15px;
    margin-bottom: 5px;
}

/* logo */
.user-panel div img {
    width: 120px;
    height: auto;
    position: relative;
    left: 25px;
}


.paginate_button a {
    margin: 0px 7px;
    border-radius: 5px;
    margin-top: 51px;
}

.skin-blue .main-header .navbar {
    background-color: #017640;
}

.skin-blue .main-header .logo {
    background-color: #017640;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.form-control {
    border-radius: 7px;
}
span.select2-selection.select2-selection--single {
    border-radius: 7px;
}

.small-box {
    border-radius: 10px;
}

.d-none{
    display: none;
}

/* new skin for approval */
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    /* background-color: #222d32; */
    padding-bottom: 126px;
    background-color: #f9f9f9;
}
.skin-blue .main-header .navbar {
    background-color: #017640;
    background-color: #5e697c;
    /* background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%); */
}

.skin-blue .main-header .logo {
    color: #fff;
    border-bottom: 0 solid transparent;
    background-color: #0cccfe;
    background-color: #5e697c;
}

.skin-blue .main-header .logo:hover {
    background-color: #5e697c;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    /* background-color: #222d32; */
    padding-bottom: 126px;
    background-color: #f9f9f9;
}

@media screen and (min-width: 600px) {
    
        .main-sidebar {
            width: 270px;
            background-color: white !important;
            background-color: #dddbdb !important;

        }

        .skin-blue .sidebar-menu>li.header {
            color: #ffffff;
            background: #5e697c;
            
            /* border-radius: 7px; */
            /* margin: 10px -10px; */
            /* margin-right: 24px; */
            /* width: 233px; */
            margin-bottom: 18px;
            /* background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%); */
            /* margin-right: -22px; */
            /* border-top-right-radius: 3px; */
            /* border-bottom-right-radius: 3px; */
        }

        .skin-blue .sidebar a {
            color: #000000;
        }

        .skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
            color: #fff;
            background: #484747;
            border-radius: 5px;
            /* background-image: linear-gradient(to top, #0b72a3 0%, #3c86ba 100%); */
        }

        .main-footer {
            background: #f9f9f9;
            padding: 15px;
            color: #000;
            border-top: 1px solid #d2d6de;
            margin-left: 277px;
            margin-right: 28px;
        }
        .user-panel div img {
          width: 250px;
          height: auto;
          position: relative;
          left: -4px;
          top: -22px;
          margin-left: 0 !important;
      }
  }

  .content-header2 {
    padding: 19px;
    background-color: #fff !important;
    border-radius: 15px;
    margin: 0 29px;
    box-shadow: 1px 1px 8px -5px #201d1d;
}
  .content-wrapper {
    min-height: 100%;
    background-color: #f9f9f9;
    z-index: 800;
    margin-top: 42px;
}
.main-header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    width: 100%;
}
.new-body{
    margin-top: 44px;
    padding: 0px 28px;
}



.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a !important;
    background-color: #22b296 !important;
}

/* upload */

.upload {
    position: relative;
    width: 400px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    background: #fff;
    -webkit-animation: fadeup 0.5s 0.5s ease both;
            animation: fadeup 0.5s 0.5s ease both;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 20px;
  }
  .upload .upload-files header {
    background: #4db6ac;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
  }
  .upload .upload-files header p {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 50px 0;
  }
  .upload .upload-files header p i {
    transform: translateY(20px);
    opacity: 0;
    font-size: 30px;
    -webkit-animation: fadeup 0.5s 1s ease both;
            animation: fadeup 0.5s 1s ease both;
  }
  .upload .upload-files header p .up {
    font-weight: bold;
    display: inline-block;
    opacity: 2;
  }
  .upload .upload-files header p .load {
    display: inline-block;
    font-weight: 100;
    margin-left: -8px;
  }
  .upload .upload-files .body {
    text-align: center;
    padding: 50px 0;
    padding-bottom: 30px;
  }
  .upload .upload-files .body.hidden {
    display: none;
  }
  .upload .upload-files .body input {
    visibility: hidden;
  }
  .upload .upload-files .body i {
    font-size: 65px;
    color: lightgray;
  }
  .upload .upload-files .body p {
    font-size: 14px;
    padding-top: 15px;
    line-height: 1.4;
  }
  .upload .upload-files .body p b,
  .upload .upload-files .body p a {
    color: #4db6ac;
  }
  .upload .upload-files .body.active {
    border: dashed 2px #4db6ac;
  }
  .upload .upload-files .body.active i {
    box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff, 0 0 0 lightgray;
  }
  @-webkit-keyframes file {
    50% {
      box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
    }
    75%, 100% {
      box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
    }
  }
  @keyframes file {
    50% {
      box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
    }
    75%, 100% {
      box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray, -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
    }
  }
  .upload .upload-files .body.active .pointer-none {
    pointer-events: none;
  }
  .upload .upload-files footer {
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
  .upload .upload-files footer .divider {
    margin: 0 auto;
    width: 0;
    border-top: solid 4px #46aba1;
    text-align: center;
    overflow: hidden;
    transition: width 0.5s ease;
  }
  .upload .upload-files footer .divider span {
    display: inline-block;
    transform: translateY(-25px);
    font-size: 12px;
    padding-top: 8px;
  }
  .upload .upload-files footer.hasFiles {
    height: auto;
  }
  .upload .upload-files footer.hasFiles .divider {
    width: 100%;
  }
  .upload .upload-files footer.hasFiles .divider span {
    transform: translateY(0);
    transition: transform 0.5s 0.5s ease;
  }
  .upload .upload-files footer .list-files {
    width: 320px;
    margin: 0 auto;
    margin-top: 15px;
    padding-left: 5px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 210px;
  }
  .upload .upload-files footer .list-files::-webkit-scrollbar-track {
    background-color: rgba(211, 211, 211, 0.25);
  }
  .upload .upload-files footer .list-files::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(211, 211, 211, 0.25);
  }
  .upload .upload-files footer .list-files::-webkit-scrollbar-thumb {
    background-color: rgba(77, 182, 172, 0.5);
  }
  .upload .upload-files footer .list-files .file {
    width: 300px;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    -webkit-animation: fade 0.35s ease both;
            animation: fade 0.35s ease both;
  }
  .upload .upload-files footer .list-files .file .name {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
    text-align: left;
  }
  .upload .upload-files footer .list-files .file .progress {
    width: 175px;
    height: 5px;
    border: solid 1px lightgray;
    border-radius: 2px;
    background: linear-gradient(to left, rgba(77, 182, 172, 0.2), rgba(77, 182, 172, 0.8)) no-repeat;
    background-size: 100% 100%;
  }
  .upload .upload-files footer .list-files .file .progress.active {
    -webkit-animation: progress 30s linear;
            animation: progress 30s linear;
  }
  @-webkit-keyframes progress {
    from {
      background-size: 0 100%;
    }
    to {
      background-size: 100% 100%;
    }
  }
  @keyframes progress {
    from {
      background-size: 0 100%;
    }
    to {
      background-size: 100% 100%;
    }
  }
  .upload .upload-files footer .list-files .file .done {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #4db6ac;
    border-radius: 50%;
    margin-left: -10px;
    transform: scale(0);
    position: relative;
  }
  .upload .upload-files footer .list-files .file .done:before {
    content: "View";
    position: absolute;
    top: 0;
    left: -5px;
    font-size: 24px;
    opacity: 0;
  }
  .upload .upload-files footer .list-files .file .done:hover:before {
    transition: all 0.25s ease;
    top: -30px;
    opacity: 1;
  }
  .upload .upload-files footer .list-files .file .done.anim {
    -webkit-animation: done1 0.5s ease forwards;
            animation: done1 0.5s ease forwards;
  }
  .upload .upload-files footer .list-files .file .done.anim #path {
    -webkit-animation: done2 2.5s 0.5s ease forwards;
            animation: done2 2.5s 0.5s ease forwards;
  }
  .upload .upload-files footer .list-files .file .done #path {
    stroke-dashoffset: 7387.5942382813;
    stroke-dasharray: 7387.5942382813 7387.5942382813;
    stroke: #fff;
    fill: transparent;
    stroke-width: 50px;
  }
  @-webkit-keyframes done2 {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes done2 {
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes done1 {
    50% {
      transform: scale(0.5);
      opacity: 1;
    }
    80% {
      transform: scale(0.25);
      opacity: 1;
    }
    100% {
      transform: scale(0.5);
      opacity: 1;
    }
  }
  @keyframes done1 {
    50% {
      transform: scale(0.5);
      opacity: 1;
    }
    80% {
      transform: scale(0.25);
      opacity: 1;
    }
    100% {
      transform: scale(0.5);
      opacity: 1;
    }
  }
  .upload .upload-files footer .importar {
    outline: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    border: solid 1px #4db6ac;
    color: #4db6ac;
    background: transparent;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 4px;
    font-family: Roboto;
    line-height: 1;
    cursor: pointer;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    margin-left: calc(50% - 40px);
  }
  .upload .upload-files footer .importar.active {
    transition: transform 0.5s 1.5s ease, opacity 0.5s 1.5s ease, background;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .upload .upload-files footer .importar:hover {
    background: #4db6ac;
    color: #fff;
  }
  @-webkit-keyframes fadeup {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fadeup {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes faderight {
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes faderight {
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes fade {
    to {
      opacity: 1;
    }
  }
  @keyframes fade {
    to {
      opacity: 1;
    }
  }
  @media (max-width: 400px) {
    .upload {
      width: 100%;
      height: 100%;
    }
  }
  
  .content-wrapper {
    min-height: 100%;
    background-color: #f9f9f9;
    z-index: 800;
    margin-top: 57px;
    margin-left: 268px;
    margin-right: 15px;
}
@media (max-width: 767px){
    .content-wrapper, .main-footer {
        margin-left: 0;
    }
}

.no-gin{
    margin: 0 !important;
}

.modal-content {
    border-radius: 10px;
}




/* sds */
/* ======================
   Dashboard css
   ====================== */
   .tw-card {
    position: relative;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0px 12px 42px 0px rgba(68,68,68,0.18);
    -moz-box-shadow: 0px 12px 42px 0px rgba(68,68,68,0.18);
    box-shadow: 0px 12px 42px 0px rgba(68,68,68,0.18);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition:  all 0.5s ease-in-out 0s;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);	
  }
  .tw-card .tw-icon {
    float: left;
    color: rgba(191, 191, 191, 0.5);
    width: 55px;
  }
  .tw-card .tw-icon i.fa {
    font-size: 50px;
  }
  .tw-card .tw-content {
    width: calc(100% - 55px);
    float: left;
    text-align: center;
  }
  .tw-card .tw-content h3 {
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 26px;
    color: #686868;
  }
  .tw-card .tw-content p {
    margin-bottom: 0px;
  }
  .tw-card .tw-card-header {
    font-size: 18px;
  }
  .tw-card .tw-card-body {}
  .tw-card ul.facelist {}
  .tw-card ul.facelist li {
    width: 35px;
    height: 35px;
    overflow: hidden;
    float: left;
    margin-left: -15px;
    text-align: right;
    line-height: 35px;
    font-weight: 700;
  }
  .tw-card ul.facelist li:first-child {
    margin-left: 0px;
  }
  .tw-card ul.facelist li img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #ddd;
  }
  .tw-picker {}
  .tw-picker .input-group-addon {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    cursor: pointer;
  }
  .tw-picker .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tw-picker .input-group-addon:last-child {
    border-left: 0;
  }
  a.pstatus,
  .pstatus {
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
  }
  a.pstatus.completed ,
  .pstatus.completed {
    background: #88c136;	
  }
  a.pstatus.inprogress,
  .pstatus.inprogress {
    background: #cec62e;	
  }
  a.pstatus.expirydate,
  .pstatus.expirydate {
    background: #f25961;	
  }
  a.pstatus:focus,
  a.pstatus:active,
  a.pstatus:hover {
    color: #ffffff;
  }
  .mail-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
  }
  .dash-heading {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  /* ======================
     loader css
     ====================== */
  .tw-loader {
    width: 80px;
    margin: 0 auto;
    overflow: hidden;
  }
  .tw-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 15px;
  }
  .tw-ellipsis div {
    position: absolute;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .tw-ellipsis div:nth-child(1) {
    left: 8px;
    animation: tw-ellipsis1 0.6s infinite;
  }
  .tw-ellipsis div:nth-child(2) {
    left: 8px;
    animation: tw-ellipsis2 0.6s infinite;
  }
  .tw-ellipsis div:nth-child(3) {
    left: 32px;
    animation: tw-ellipsis2 0.6s infinite;
  }
  .tw-ellipsis div:nth-child(4) {
    left: 56px;
    animation: tw-ellipsis3 0.6s infinite;
  }
  @keyframes tw-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes tw-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes tw-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }


  
.tw-card {
  border-radius: 15px;
}

.bg-ds-1{
background-color: #FBAB7E;
background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
color: white;
}

.bg-ds-2 {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  color: #fff !important;
}

.bg-ds-3 {
  background-color: #FFE53B;
  background-image: linear-gradient(147deg, #FFE53B 0%, #dd5959 74%);
}

.bg-ds-4 {
  background-color: #85FFBD;
  background-image: linear-gradient(45deg, #22d172 0%, #e5df2b 100%);
}

.bg-ds-5{
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}

.bg-ds-6{
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
}

.bg-ds-7{
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
}
/* new config for navbar on top */

.skin-1-header{
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
  color: #fff;
}

.skin-1-c-black{
color:black !important;
}

.skin-1-c-white{
color:white !important;
}


.skin-1-left-sidebar{
  width: 98%;
  position: fixed;
  top: 0;
  margin-top: 84px;
  left: 23px;
  height: auto;
  z-index: 999;
  /* background: #ffffff; */
  text-align: center;
  /* -webkit-box-shadow: 12px 10px 40px -3px rgba(0,0,0,0.07);
  -moz-box-shadow: 12px 10px 40px -3px rgba(0,0,0,0.07);
  box-shadow: 22px 21px 47px -18px #817e7e; */
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 15px;
  /* border: 1px solid #dbd9d9; */
}

.skin-1-mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.skin-1-mCSB_container {
  position: relative;
  top: 0;
  left: 0;
  background-color: #FBAB7E;
  background-image: linear-gradient(62deg, #e9cb6a 0%, #f3433e 100%);
  color: white;
  border-radius: 12px;
}
.tw-card .tw-content {
  width: calc(100% - 55px);
  float: left;
  text-align: right;
}

.tw-card .tw-content h3 {
  font-size: 45px;
}

.panel{
  border-radius: 10px;
}
.panel-heading {
  border-radius: 10px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f3f3f3;
  border-color: #f9f8f8;
  padding: 25px 20px;
}

.panel {
  border-radius: 10px;
  box-shadow: 1px 1px 16px -4px #878585;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
  z-index: 5;
  height: auto !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #ffffff;
  color: #5e697c;
}

.buttons-colvis {
    border-radius: 10px !important;
}