/* Scroll bar style*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(3, 100, 145, .7);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(3, 100, 145);
}

/*Scroll bar style*/
.text-italic {
  font-style: italic;
}

.row {
  display: flex;
  flex-direction: row;
}

.dash-logo {
  max-width: 100% !important;
}

.fab {
  background: rgb(3, 100, 145);
  height: 50px;
  width: 100px;
  border-radius: 25px 25px 0px 0px;
  position: fixed;
  bottom: 0;
  right: 10px;
  cursor: pointer;
  align-items: center;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.border-rad-10 {
  border-radius: 10px;
}

.bg-dodger {
  background-color: dodgerblue;
  background-image: linear-gradient(rgb(30, 74, 117), rgb(50, 70, 78));
}

.bg-dodger2 {
  background-color: dodgerblue !important;
}

.pos-sticky-top {
  position: sticky;
  top: 83px;
  z-index: 1;
}

.pos-fixed {
  position: fixed;
}

.column {
  display: flex;
  flex-direction: column;
}

.j-center {
  justify-content: center;
}

:root {
  font-family: sans-serif;
  scroll-behavior: smooth;

}

.round-100 {
  border-radius: 100px 100px 100px 100px;
}

.header {
  font-size: 20px;
  color: #646262;
  text-align: center;
}

.container {
  width: 100%;
  height: 100%;
}

.align-center {
  align-items: center;
}

a {
  text-decoration: none;
}

.cust-button {
  border: .5px solid #646262;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
  padding: 10px;
  color: #646262;
  font-size: 12px;
}

.m-auto-left {
  margin-left: auto;
}

a:hover {
  opacity: 0.6;
}

.p-20 {
  padding: 20px;
}

.p-5 {
  padding: 5px;
}

.m-20 {
  margin: 20px;
}

.shadow {
  box-shadow: 0px 0px 3px #646262;
}

.bottom-border {
  border-bottom: 0.5px solid #64626250;
}

.top-border {
  border-top: 0.5px solid #646262;
}

.custom-selectable {
  color: #646262;
  font-size: 12px;
  margin-left: auto;
  padding: 10px;
}

.custom-selectable-2 {
  color: #646262;
}

.custom-selectable-2:active {
  color: #646262;

}

.custom-selectable-1 {
  color: red;
  font-size: 12px;
  margin-left: auto;
  padding: 10px;
}

.custom-selectable2 {
  color: white;
  font-size: 12px;
  margin-left: auto;
  padding: 10px;
  border-radius: 5px;
  border: 1px #646262;
  background-color: #5572AC;
}

.custom-selectable2 :hover {
  cursor: pointer;
  opacity: 0.9;
}

.custom-selectable2-2 {
  color: white;
  font-size: 12px;
  margin-left: auto;
  padding: 10px;
  border: 1px #646262;
  background-color: red;
  margin-right: 10px;
}

.custom-selectable3 {
  color: white;
  font-size: 12px;
  width: 100px;
  text-align: center;
  margin-left: auto;
  padding: 20px;
  border: 1px #646262;
  background-color: #63B063;
}

.custom-selectable4 {
  color: white;
  font-size: 12px;
  width: 100px;
  text-align: center;
  margin-left: auto;
  padding: 10px;
  border: 1px #646262;
  background-color: darkred;
}

.custom-selectable5 {
  color: white;
  font-size: 12px;
  padding: 10px;
  border: 1px #646262;
  max-width: 150px;
  background-color: green;
}

.color-grey {
  color: #646262;
}

.bold {
  font-weight: bold;
}

.max-height-50 {
  max-height: 70%;
}

.max-height-100 {
  max-height: 80% !important;

}

input[type="submit"]:disabled {
  opacity: 0.5;
}

.overflow-auto {
  overflow: auto;
}

.flex-33 {
  flex: 1 0 33.00%;
}

.max-w-33 {
  max-width: 20.00%;
}

.m-side-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.ongoing-item {
  margin-top: 5px;
  background-color: white;
  margin-right: 5px;
  margin-left: 5px;
  width: 98%;
}

.flex-w {
  flex-wrap: wrap;
}

.flex-nw {
  flex-wrap: nowrap;
}


.item-holder {
  z-index: 0;
  background-color: whitesmoke;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.task-holder {
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  min-height: 200px;
}

.min-height-400 {
  min-height: 400px;
}

.m-0 {
  margin: 0
}

.t-center {
  text-align: center;
}

.ongoing-item:hover {
  box-shadow: 0px 0px 3px seagreen;
}

.inv-item {
  padding: 2px;
  margin: 2px;
  align-items: center;
}

.task-item {
  padding: 10px;
  margin: 5px;
  align-items: center;
  max-width: 300px;
  width: 300px;
  max-height: 200px
}

.task-item:hover {
  box-shadow: 0px 0px 3px seagreen;
  opacity: 0.9;
  cursor: pointer;
}

.m-topbot-50 {
  margin-top: 50px;
}

.m-topbot-20 {
  margin-top: 20px;
}

img {

  max-width: 10%;
  max-height: 10%;
}

.text-12 {
  font-size: 12px
}

.text-14 {
  font-size: 14px;
}

progress {
  width: 100%;
  background: lightgray;
  border-radius: 10px;
  height: 5px;

}

progress:after {}

progress::-webkit-progress-value {
  background: #03B303;
  border-radius: 10px
}

progress::-moz-progress-bar {
  background: #03B303;
  border-radius: 10px
}

progress::-webkit-progress-value {
  background: #03B303;
  border-radius: 10px
}

progress::-webkit-progress-bar {
  background: lightgray;
  border-radius: 10px
}

@media only screen and (max-width: 700px) {


  .flex-33 {
    flex: 1 0 100.00%;
  }

  .max-w-33 {
    max-width: 80.00%;
  }

}

.input-custom {
  border: none;
  outline: none;
  border: 0;
  padding: 10px;
  max-width: 500px;
  background-color: whitesmoke;
  border-radius: 2px;
  border-bottom: 1px solid rgb(117, 117, 117);
}

.input-custom:focus {
  border-color: #036491;
  background: skyblue;
}

.flex-100 {
  flex: 1 1 100.00%;
}

.max-width-350 {
  max-width: 350px;
}

.circle {
  width: 25px;
  height: 15px;
  border-radius: 25px;
  background-color: orange;
}


.circle-green {
  width: 25px;
  height: 15px;
  border-radius: 25px;
  background-color: green;
}

.margin-left-20 {
  margin-left: 20px
}

.margin-right-20 {
  margin-right: 20px
}

.m-top-10 {
  margin-top: 10%;
}

.m-top-2 {
  margin-top: 2%;

}

.m-top-5 {
  margin-top: 5%;
}

.color-orange {
  color: orange !important;
}

.color-blue {
  color: blue;
}

.dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #DCDCDC95;
  z-index: 3;
}

body {
  margin: 0;
  background: white;
}

.bg-white {
  background-color: white;
}

.d-flex {
  display: flex;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 70%;
}

small {
  font-size: 10px;
}

.error-text {
  color: red;

}

.show {
  animation: show-anim 700ms ease;

}


@keyframes show-anim {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #646262;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 500ms linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fade-load {
  animation: fadeload 1000ms linear infinite;
}

@keyframes fadeload {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1
  }
}

.loader-small {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #646262;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 500ms linear infinite;
}


.width-m-400 {
  max-width: 400px;
}

.width-100 {
  width: 100%;
}

.height-inherit {
  height: inherit;
}

.height-100 {
  height: 100%;
}

.height-full {
  height: 100vh;
}

.f-small {
  font-size: 12px;
}

.f-small2 {
  font-size: 10px;
}


.p-10 {
  padding: 10px;
}

.c-submit {
  margin-top: 10px;
  max-width: 250px;
  width: 100%;
  color: white;
  background-color: royalblue;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  border: none;
  text-transform: uppercase;
}

.c-submit:hover {
  cursor: pointer;
  opacity: 0.95;
}

.m-10-top {
  margin-top: 10px;
}

.width-250 {
  max-width: 250px;
  width: 100%;
}

.bg-whitesmoke {
  background-color: whitesmoke;
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: skyblue;
}

.c-input-text {
  padding: 10px;
  outline: none;
  border: 0px;
  background-color: whitesmoke;
  border-radius: 2px;
  border-bottom: 1px solid rgb(117, 117, 117);
}

.c-input-text:focus {
  background-color: skyblue
}


.margin-bot-20 {
  margin-bottom: 20px;
}

.bg-red {
  background-color: red !important;
}

.text-white {
  color: white;
}

.border-rad-10 {
  border-radius: 10px;
}

.opac-8 {
  opacity: 0.8
}

.menu-selectable {
  color: white;
  font-size: 16px;
  padding: 10px;
}

.menu-selectable>img {
  max-width: 50px !important;
  max-height: 50px !important;
}

.menu-holder {
  background: grey;
  border-radius: 1px 1px 10px 10px;
  margin-top: 10px;
}

.border-rad-0 {
  border-radius: 0px;
}

.logo {
  max-width: 35px;
}

.m-left-10 {
  margin-left: 10px;
}

.min-width-300 {
  min-width: 300px;
}

.max-height-300 {
  max-height: 200px;
}

.max-height-250 {
  max-height: 250px;
}

.min-height-200 {
  min-height: 200px
}

.bg-whitesmoke {
  background-color: whitesmoke;
}

.overflow-hori {
  overflow: auto;
  overflow-y: hidden;
}

.cust-header {
  max-height: 70px;
  min-width: 340px;
  border-top: 1px outset rgb(3, 100, 145);
  border-bottom: 1px inset rgb(3, 100, 145);
  color: rgb(3, 100, 145);



}

.bg-aquamarine {
  background-color: aquamarine;
}

.bg-orange {
  background-color: orange;
}

.bg-main2 {
  background-color: #17a2b8;
}

.bg-main3 {
  background-color: rgb(3, 100, 145)
}

.bg-main4 {
  background-color: #009155
}

.bg-main5 {
  background-color: #9100ff;
}

.bg-main6 {
  background-color: #912f00;
}

.bg-main7 {
  background-color: blueviolet;
}

.bg-pdp {
  background-image: url("../images/pdpbg.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.text-main1 {
  color: rgb(3, 100, 145)
}

.bg-green {
  background-color: green;
}

.min-width-340 {
  min-width: 340px;
}

.pointer-ev-none {
  pointer-events: none;
}

.max-height-75 {
  max-height: 80vh;
}

.max-width-100 {
  max-width: 100vw;
}

.max-width-300 {
  max-width: 300px;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

.max-width {
  width: max-content;
}

.max-width-500 {
  max-width: 500px;
}

.text-shadow {
  text-shadow: 0px 0px 3px #17a2b8;
}

.justify-between {
  justify-content: space-between;
}

.justify-even {
  justify-content: space-evenly;
}

.text-green {
  color: green;
}

.border-0 {
  border: 0px;
}

.text-main6 {
  color: #912f00;
}

.margin-left-5 {
  margin-left: 5px
}

.align-center {
  align-content: center;
}

.justify-center {
  justify-content: center
}

.full-height-min {
  min-height: 100vh;
}

.prior-text {
  width: 100px;
  color: white;
  text-align: center;
}


.bottom-border-rad-10 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.icon-img {
  max-width: 15px;
  max-height: 15px;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px;
}

.p-2 {
  padding: 2px;
}

.overflow-only-y {
  overflow: auto;
  overflow-y: hidden;
}

.max-height {
  height: max-content;
}

.max-height-200 {
  max-height: 200px;
}

.max-height-100 {
  max-height: 100px;
}



.text-elip {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.filter-settings {
  cursor: pointer;
  position: absolute;
  justify-content: center;
  top: 50px;
  display: none;
  background: white;
  z-index: 3;
  border-bottom: 1px solid beige;
  transition: 0.5s;
}

.float-object {
  width: 200px;
  height: 350px;
}

.menu-item {
  cursor: pointer;
}

.show-dialog {
  display: flex;
  animation: show-anim 200ms ease;
}

.fade-anim {
  animation: fade 500ms linear;
}

@keyframes fade {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1.0;
  }
}

@keyframes show-anim-fil {
  from {
    opacity: 0;
    display: none;
  }

  to {
    display: flex;

    opacity: 1
  }
}

.margin-flex-left-20 {
  margin-left: 20px;
}

@media (max-width:850px) {
  .flex-w-650 {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .margin-flex-left-20 {
    margin-left: 0px;
  }
}

textarea {
  width: 90%;
  height: 80%;
  resize: none;
  margin: 0;
  border: 0;
  font-size: 20px;
  padding: 10px;
  background-color: rgb(221, 221, 221);
  border-radius: 5px;
  outline-color: rgb(3, 100, 145) #17a2b8
}

textarea:focus {
  border-color: #036491;
  background: skyblue;
}

.min-50-width {
  min-width: 50px
}

.options-data {
  margin-top: 40px;
  position: absolute;
  background-color: white;
  border: 1px solid grey;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  min-width: 150px;
  padding-bottom: 10px;
  right: 10px;
  display: none;

}

.option-holder:hover .options-data {
  display: flex;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.option-item:hover {
  background: skyblue;

}

.m-bot-0 {
  margin-bottom: 0;
}

.menu-show {
  display: flex !important;
  animation: show-menu 100ms linear;
}

.menu-hide {
  display: none !important;
  animation: hide-menu 100ms linear;
}

.menu-show-no-anim {
  display: flex !important;
  animation: show-menu 100ms linear;
}

.menu-hide-no-anim {
  display: none !important;
}

.min-width-100 {
  min-width: 100px;
}

.m-left-5 {
  margin-left: 5px;
}

@keyframes show-menu {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes hide-menu {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width:576px) {
  .table-flex {
    flex-direction: column !important;
  }

  .width-70 {
    width: 90%;
  }

  .width-60 {
    width: 80%;
  }
}


@media (max-width:430px) {
  .width-m-400 {
    max-width: 300px;
  }

  .cust-header {
    min-width: 200px;

  }

  .min-width-300 {
    min-width: 200px;
  }

  .min-width-340 {
    min-width: 240px
  }

  .task-item {
    max-width: 240px;
  }

  .width-70 {
    width: 90%;
  }

  .width-60 {
    width: 80%;
  }
}

input[type="button"]:disabled {
  opacity: 0.5;
}

.selected-item {
  opacity: 0.7;
}


@media (max-width:1024px) {
  .options-row {
    flex-direction: column !important;
  }
}

.min-height-550 {
  min-height: 550px;
}

.max-height-550 {
  max-height: 550px;
}

.m-5 {
  margin: 5px;
}

.m-side-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-side-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.hide-sub {
  display: none;
}

.show-sub {
  display: flex;
}

.min-height-700 {
  min-height: 700px
}

.max-height-700 {
  max-height: 700px;
}

.min-height-600 {
  min-height: 600px;
}

.text-size-14 {
  font-size: 14px;
}


.p-5-bottom {
  padding-bottom: 5px;
}

.mt-5 {
  margin-top: 5px
}

.bg-darkgrey {
  background: darkgrey;
}

.sub-items {
  margin-top: 3px;
}

.min-height-20 {
  min-height: 20px
}

.width-inherit {
  width: inherit;
}

.sticky-left-50 {
  position: sticky;
  left: 50px
}

.m-10 {
  margin: 10px
}

.assignee-img {
  height: 30px;
  width: 30px;
  max-height: 30px;
  padding: 10px;
}

.assignee {
  margin-top: 2px;

}

.light-shadow {
  box-shadow: 0px 0px 1px #646262
}

.user-select-none {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.icon-img2 {
  max-width: 30px;
  max-height: 30px;
}

tr:hover {
  opacity: 0.9;
}

tr:first-child:hover {
  opacity: 1;
}

tr {
  text-align: center;
  border-top: 1px solid #dddddd50;

  border-collapse: collapse;
}

th {
  padding: 10px;
}

.nohover {
  opacity: 1 !important
}

.color-main {
  color: rgb(3, 100, 145);

}

.min-tool1 {
  cursor: pointer;
  text-align: end
}

.min-tool1:hover {
  color: aquamarine
}

.min-tool {
  cursor: pointer;
}

.min-tool:focus {
  background: white;
  outline: none;
  border: none;
}

.text-area-2 {
  font-size: 14px;
  margin-top: 5px;
  max-height: 150px;
  padding: 0px;
  height: auto !important;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

}

.dropzone-project-grid {
  position: absolute;
  width: 300px;
  min-height: 150px;
  margin: 10px;
  max-width: 300px;
  min-width: 300px;
  padding: 10px;
  animation: fade 400ms linear;
}

.text-24 {
  font-size: 24px;
}

.max-w-1000 {
  max-width: 1000px !important;
}

.info-text {
  min-width: 100px;
  text-align: center;
  border-radius: 5px;
}


.float-top {
  animation: .7s ease-out 0s 1 floatTop;
  position: relative;
}

@keyframes floatTop {
  from {
    opacity: 0;
    top: -200px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.m-top-2x {
  margin-top: 2px;
}

.min-height-100 {
  min-height: 100vh;
}

.lead {
  width: 150px;
  border: 100px;
  text-align: center;
}

.bottom-border2 {
  border-bottom: 2px solid darkcyan;
}

.badge-lead {
  position: relative;
  margin-top: -15px;
  width: fit-content;
  background-color: white;
}

.margin-top-10 {
  margin-top: 10px;
}

.m-2 {
  margin: 2px;
}

.text-dark {
  color: rgb(29, 29, 29) !important;
}

.remove-mini-button {
  position: relative;
  height: 30px;
  margin-top: -5px;
  margin-left: -25px;
}

.hide {
  display: none;
  visibility: collapse;
}

.bg-whitesmoke-2 {
  background-color: rgb(235, 235, 235);
}

.dashboard>a {
  margin: 3px;
  border-radius: 20px;
  height: 100px;
  width: 100px;
  display: flex;
  font-size: 14px;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  background-color: #3333331e;
  box-shadow: .5px .5px .5px .5px #525252;
  font-weight: bold;
  flex-direction: column;
}

.dashboard>a>img {
  max-height: 50px !important;
  max-width: 50px !important;
  opacity: 0.8;
}

.dashboard>a:last-child {
  background-color: red;
}

.dashboard {
  max-width: 400px;
  margin: 3px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}