/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

  body{
    background-image: url('../img/exp-06.png') !important;
  }
.btn-primary{
  background-color: #e7440f !important;
}
.btn-menu {
  border-radius: 50px !important;
}
.btn-two{
  width: initial;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: rgb(0 0 0 / 25%) 0px -4px inset;
    color: rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    padding: 0px !important;
    height:100px !important;
    
    font-family: Montserrat, "Noto Sans Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    min-width: 32px;
    min-height: 70px !important;
    background-color: #f08315 !important;
}
.btn-three{
  width: initial;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: rgb(0 0 0 / 25%) 0px -4px inset;
    color: rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    padding: 0px !important;
    height:100px !important;
    font-family: Montserrat, "Noto Sans Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    min-width: 32px;
    min-height: 70px !important;
    background-color: #f3a414 !important;
}
thead{
  background-color: #3D4144 !important;
  color: white !important;
}
thead > tr > th{
  color: white !important;
}
.directory:hover,directory > svg:hover{


    color: #fff;
    background-color: #F8F2A8;
    border-color: #696cff;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
}
#example_filter{
  margin-bottom: 15px !important;
}
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 0rem;
}
.tab-content > .active {
  display: flex !important;
}

.bg-pendiente{
background: #c33535 !important;
color: white !important;
}
.bg-proceso{
    background: #193deb !important;
  color: white !important;
}
.bg-enviado{
  background: #19eb5a !important;
color: white !important;
}

.savetask-mobile{
    width: 100% !important;
    position: fixed !important;
    bottom: 0 !important;
}

.titletask{
  width: 100px;
}
.cp{
  cursor: pointer !important;
}

.btn-secondary{
    background-color: #e7440f !important;
}

.btn-primary{
  width: initial;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: rgb(0 0 0 / 25%) 0px -4px inset;
    background-color: #e7440f !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 20px !important;
    padding: 0px !important;
    height:100px !important;
    
    font-family: Montserrat, "Noto Sans Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    min-width: 32px;
    min-height: 70px !important;
}

.btn-success{
  width: initial;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: rgb(0 0 0 / 25%) 0px -4px inset;
    background: linear-gradient(247deg, rgb(38, 137, 12), 75%, rgb(16, 107, 3)) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 4px;
    font-family: Montserrat, "Noto Sans Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    min-width: 32px;
    min-height: 32px;
}

.btn-danger{
  width: initial;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: rgb(0 0 0 / 25%) 0px -4px inset;
    background: #E21B3C !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 4px;
    font-family: Montserrat, "Noto Sans Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    min-width: 32px;
    min-height: 32px;
}

.bg-primary{background: #f3a414 !important;color:black !important;font-weight: bold}
.bg-warning{background: linear-gradient(247deg, rgb(70, 23, 143), 75%, rgb(37, 7, 107)) !important;color:white;font-weight: bold}
.bg-success{background:linear-gradient(247deg, rgb(38, 137, 12), 75%, rgb(16, 107, 3)) !important;color:white;font-weight: bold}
.bg-danger{background: linear-gradient(247deg, rgb(226, 27, 60), 75%, rgb(198, 9, 41)) !important;color:white;font-weight: bold}

.bg-info{background: #3c8acd3b !important; color:black !important; font-weight: bold}


.efectolupa { cursor: pointer; }
.efectolupa:hover {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}
.efectolupa:after {
   content: '\f002';
    position: relative;
    color: #ccc;
    width: 30px;
    height: 30px;
    bottom: 59px;
    left: 458px; 
    font-family: FontAwesome;
    font-style: normal;
    opacity: 0.8;
    font-size: 18px;
}

.efectolupa p {
  margin: auto;  
  color: white;
  text-align: center;
    
  background: #000;
  transition: opacity .4s linear;
  cursor: pointer;  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.efectolupa:hover p {
  opacity: .75;  
}

.containerimg{
  height: 300px !important;
  overflow: auto;
}

.linepay::before {
      content: "----";
}
.input > input {

    text-align: center;
    font-size: 1.5rem
}

a{
  color: black !important;
}
#inputtask
 {
    height: 50px !important;
    border-radius: 0px !important;
}

#inputtask::placeholder {
  text-align: center
}


.card2{
  border-radius: 10px;
}
.card2:hover{
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    border: 1px solid black;
  }
  .card2:before {
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
  }
  .card2:hover:before {
    transform: scale(2.15);
  }

.image-upload > input
{
    display: none;
}

.image-upload img
{
    width: 30px;
    cursor: pointer;
}

label
{
    color: black
}



 /* Timeline vertical line */
ul.timeline:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
    content: ' ';
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: -5px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

