﻿@charset "UTF-8";
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px); }

/* Rounded sliders */
.slider.round {
  border-radius: 50px; }

.slider.round:before {
  border-radius: 50%; }

@font-face {
  font-family: "gothic-medium";
  src: url("../fonts/gotham-pro-cufonfonts/GothaProMed.otf"), url("../fonts/gotham-pro-cufonfonts/GothaProMed.woff") format("woff"); }

@font-face {
  font-family: "gothic-regular";
  src: url("../fonts/gotham-pro-cufonfonts/GothaProReg.otf"), url("../fonts/gotham-pro-cufonfonts/GothaProReg.woff") format("woff"); }

@font-face {
  font-family: "paypal-font";
  src: url("../fonts/paypal/PayPalSansSmall-Regular.ttf"); }

body {
  font-family: "gothic-regular";
  background-color: #f8fafc; }

.paypal-font {
  font-family: paypal-font !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "gothic-medium";
  color: #3372d6; }

p {
  font-size: 0.8rem !important; }

a {
  font-size: 0.8rem !important; }

.btn {
  text-transform: none !important; }

.success {
  color: #62d862; }

.danger {
  color: tomato; }

input::placeholder, label {
  font-size: 0.8rem !important;
  font-family: paypal-font; }

.mdl-textfield__label {
  font-size: 0.8rem !important;
  font-family: paypal-font;
  color: #757575; }

input {
  margin-bottom: 10px;
  font-family: "gothic-regular"; }

.btn-rounded {
  border-radius: 25px;
  color: white; 
  border:0;
}

::-webkit-scrollbar {
  width: 2px;
  background: #3f51b5; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
  font-size: 0.7rem; }

.uppy-Dashboard-inner {
  height: 25em !important;
  width: 100% !important; }

a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: none;
  /* no underline */ }

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  /* blue colors for links too */
  text-decoration: none;
  /* no underline */ }

p {
  font-family: "gothic-regular"; }

.loginBg {
    background-image: url('../../Images/login-background.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

.login-card {
  height: 100vh; }
  .login-card .card .md-form label {
    font-size: 0.8rem; }
  .login-card .card .md-form .prefix {
    font-size: 1.3rem; }

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0); }
  .check::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease; }
  .check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease; }
    .check svg path {
      stroke-dasharray: 60;
      stroke-dashoffset: 0; }
    .check svg polyline {
      stroke-dasharray: 22;
      stroke-dashoffset: 66; }
    .check svg:hover svg {
      stroke: #4285f4; }

#cbx:checked + .check svg {
  stroke: #4285f4; }

#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear; }

#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s; }

@media only screen and (max-width: 800px) {
  .login-background-col {
    display: none; } }

.sidenav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #3f51b5;
  overflow-x: hidden; }
  .sidenav a {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block; }
    .sidenav a:hover {
      color: #f1f1f1; }
  .sidenav a:first-child {
    margin-top: 5em; }

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  .navbar .navbar-brand img {
    height: 2.5em; }
  .navbar.navbar-dark .navbar-toggler {
    color: #f4752c; }

.main {
  /*margin-left: 5em;
  margin-right: 1em;
  margin-top: 5em;*/ }

.nav-link[data-toggle].collapsed:after {
  content: "▾"; }

.nav-link[data-toggle]:not(.collapsed):after {
  content: "▴"; }

.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tab-slider--tabs:after {
  content: "";
  width: 55%;
  background: #4b83f0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px; }

.tab-slider--tabs.slide:after {
  left: 50%; }

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #4b83f0;
  text-align: center;
  padding: 11px 25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tab-slider--trigger.active {
  color: #fff; }

.tab-slider--body {
  margin-bottom: 20px; }

.c-btn {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  min-width: 88px;
  height: 36px;
  margin: 10px 8px;
  padding: 0 8px;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 2px;
  background: #F1F1F1;
  color: #393939;
  transition: background 200ms ease-in-out;
  box-shadow: 0 3.08696px 5.82609px 0 rgba(0, 0, 0, 0.16174), 0 3.65217px 12.91304px 0 rgba(0, 0, 0, 0.12435); }

.c-btn--flat {
  background: transparent;
  margin: 10px 8px;
  min-width: 52px; }

.c-btn:hover {
  background: rgba(153, 153, 153, 0.2);
  color: #393939; }

.c-btn:active {
  box-shadow: 0 9.6087px 10.78261px 0 rgba(0, 0, 0, 0.17217), 0 13.56522px 30.3913px 0 rgba(0, 0, 0, 0.15043); }

.c-btn--flat, .c-btn--flat:hover, .c-btn--flat:active {
  box-shadow: none; }

.md-form {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .md-form input[type=text]:focus:not([readonly]),
  .md-form input[type=password]:focus:not([readonly]),
  .md-form input[type=number]:focus:not([readonly]),
  .md-form input[type=email]:focus:not([readonly]),
  .md-form input[type=date]:focus:not([readonly]),
  .md-form textarea:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #3f51b5 !important;
    border-bottom: 1px solid #3f51b5 !important; }
    .md-form input[type=text]:focus:not([readonly]) + label,
    .md-form input[type=password]:focus:not([readonly]) + label,
    .md-form input[type=number]:focus:not([readonly]) + label,
    .md-form input[type=email]:focus:not([readonly]) + label,
    .md-form input[type=date]:focus:not([readonly]) + label,
    .md-form textarea:focus:not([readonly]) + label {
      color: #3f51b5; }
  .md-form textarea.md-textarea:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #3f51b5 !important;
    border-bottom: 1px solid #3f51b5 !important; }
    .md-form textarea.md-textarea:focus:not([readonly]) + label {
      color: #3f51b5; }
  .md-form .form-control {
    font-size: 0.8rem; }
  .md-form label {
    font-size: 0.7rem !important; }
    .md-form label.active {
      color: #3f51b5; }

.notification-menu {
  position: relative; }
  .notification-menu::before {
    content: "";
    height: 1em;
    width: 1em;
    position: absolute;
    background: white;
    z-index: -1;
    right: 5px;
    top: -4px;
    box-shadow: 0 0.005rem -0.5rem rgba(0, 0, 0, 0.15) !important;
    transform: rotate(45deg); }

.form-sub-title {
  color: #000933;
    font-size: 15px;
    margin-left: 0;
    text-align: left;
    font-family: 'Ubuntu', sans-serif; }

.notification {
  position: relative; }
  .notification .notification-flag {
    position: absolute;
    height: 0.7em;
    width: 0.7em;
    border-radius: 50%;
    background-color: #62d862;
    top: 6px;
    right: 0;
    z-index: 2; }

.nav-link[data-toggle].collapsed:after {
  content: "▾"; }

.nav-link[data-toggle]:not(.collapsed):after {
  content: "▴"; }

.media .avatar {
  height: 3em;
  width: 3em; }

.media h6 {
  font-size: 0.7rem; }

.media p {
  font-size: 0.6rem !important;
  width: 20em;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
  text-overflow: ellipsis; }

.addMore {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  padding: 0 !important;
  margin: 0;
  font-weight: 700; }

.w-85 {
  width: 85%; }

.bank-transaction {
  border-radius: 5px;
  border: 1px dashed lightgrey; }

.custom-file-label {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0; }
  .custom-file-label:after {
    content: "";
    border-radius: 0.25rem; }

.custom-file-input:focus {
  outline: 0; }

.profile-picture-upload label {
  display: block;
  max-width: 200px;
  margin: 0 auto 15px;
  text-align: center;
  word-wrap: break-word;
  color: gray;
  border: 1px dashed gray;
  border-radius: 50%;
  height: 8em;
  width: 8em;
  position: relative; }
  .profile-picture-upload label::before {
    content: "Upload Picture";
    position: absolute;
    top: 40%;
    left: 10%; }

.profile-picture-upload .hidden, .profile-picture-upload #uploadImg:not(.hidden) + label {
  display: none; }

.profile-picture-upload #file {
  display: none;
  margin: 0 auto; }

.profile-picture-upload #upload {
  display: block;
  padding: 5px 15px;
  border: 0;
  margin: 0 auto;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: #3f51b5;
  color: #fff;
  border-radius: 25px;
  outline: none;
  transition: .3s ease-in-out; }
  .profile-picture-upload #upload:hover, .profile-picture-upload #upload:focus {
    background: #3f51b5; }
  .profile-picture-upload #upload:active {
    background: #3f51b5;
    transition: .1s ease-in-out; }

.profile-picture-upload img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
  height: 5em;
  width: 5em; }

.userProfile {
  background-image: url("../assets/profilePic.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  position: relative; }
  .userProfile:last-child::before {
    content: "";
    background: black;
    opacity: 0.2;
    color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%; }
  .userProfile:last-child::after {
    content: "";
    background: black;
    opacity: 0.2;
    color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%; }

.fa-edit {
  color: #F3702A; }

.empty-card {
  border: 1px dashed lightgrey;
  border-radius: 3px;
  height: 8.5em; }
  .empty-card .addTaskLink {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }

.employeeImg {
 
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    background: white;
    border: 3px solid #d6d5d5;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
}

.employeeData h6 {
  font-size: 12px; 
  font-weight:bolder:
}

.employeeData p {
  font-size: 10px !important;
  font-weight:bold;
}

.folder {
  position: relative;
  /*background-color: #f3f3f3;*/
  border-radius: 0 6px 6px 6px;
  box-shadow: 4px 4px 7px rgba(163, 163, 163, 0.59); }

/*.folder:before {
  content: '';
  width: 50%;
  height: 20px;
  border-radius: 6px 20px 0 0;
  background-color: #f3f3f3;
  position: absolute;
  top: -18px;
  left: 0px; }*/

.main-client-container {
  margin-top: 3.5em; }

.sidenav-client {
  height: 100%;
  z-index: 1;
  position: fixed;
  background-color: #3f51b5; }
  .sidenav-client a {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block; }
    .sidenav-client a:hover {
      color: #f1f1f1; }



/*STYLE NEW ADDED*/

.upload-img-size{
    height:40px;
    width:40px;
    border-radius:50%;
    /*margin-right: 10px;*/
}

.remove-uploaded-files-icon{
       position: absolute;
    top: 2px;
    right: 0px;
    background: red;
    width: 15px;
    height: 3px;
}

.uploaded-img-bg{
    background-repeat:no-repeat;
    background-size:cover;
    height:60px;
    width:60px;
    border-radius:50%;
}

.uploded-img-container{
    position:relative;
    margin-left:5px;
    margin-right:5px;
}

[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"] + label {
  background: #f15d22;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 1rem;
  outline: none;
  padding: .7rem 35px;
  position: relative;
  transition: all 0.3s;
  /*vertical-align: middle;*/
}
[type="file"] + label:hover {
  background-color: #d3460d;
}

[type="file"] + label.btn-2 {
  background-color: #99c793;
  border-radius: 50px;
  overflow: hidden;
      background-color: #f5f5f5;
    border-radius: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/*[type="file"] + label.btn-2::before {
  color: #fff;
  content: "\f382";
  font-family: "Font Awesome 5 Pro";
  font-size: 100%;
  height: 100%;
  right: 130%;
  line-height: 3.3;
  position: absolute;
  top: 0px;
  transition: all 0.3s;
}*/
[type="file"] + label.btn-2:hover {
  background-color: #497f42;
}
/*[type="file"] + label.btn-2:hover::before {
  right: 75%;
}*/

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
        background-image:none !important;
}

.select2-container--classic .select2-selection--single {
    background-color: transparent !important;
    border : none;
    border-bottom: 1px solid lightgray;
    border-radius: 0px;
    outline: 0;
    background-image: none !important;



        border: none !important;
    border-bottom:2px solid #dadada !important;
    text-align: left !important;
    height: 37.52px;
    /*background-color: whitesmoke !important;*/
    font-size: 12px !important;
    font-weight: bold !important;
}

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: transparent !important;
        border: none;
        border-left: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image:none !important;
       
    }

    .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: lightgrey !important;
}

    .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid lightgray !important;
}

    .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3f51b5;
}

.select2-container--classic .select2-selection--single:focus {
    border: none!important;
    border-bottom: 1px solid lightgray !important;
}

.timer-wrapper #timee{
      font-size: 0.8em;
}

.timer-wrapper .btn .fa-2x{
    font-size:1.5rem !important;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 3;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #3f51b5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s; }

.sidepanel a:hover {
  color: #eee; }

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px; }

.openbtn {
  font-size: 20px;
  cursor: pointer;
  border: none;
  background: transparent; }
  .openbtn:focus {
    outline: none; }


  .material-select {
    outline: none;
    box-shadow: none;
    padding-left: 0;
    background-color: #e3e3e3;
    border-bottom: 1px solid #ced4da !important
     
  }



  .material-select::placeholder {
  font-size: 0.8rem !important;
  font-family: paypal-font;
  background-color: #e3e3e3;
  }

  .chatImge{
      border-radius:50%;
  }
  .chatuserName{
      font-size:1rem;
  }


  .Searchemployee{

          color: #444;
    line-height: 28px;
  }

   .Searchemployee::placeholder{

          color: #444;
    line-height: 28px;
    font-family: "gothic-regular";
        font-size: 1rem;
    font-weight: 400;
  }


   hr {

    margin-top: .50rem;
    margin-bottom: .75rem;
   }


   /*.cardEmployHover:hover{

    transform: scale(1.3);
    z-index: 10;
   }*/