.position-relative.odd td, .position-relative.even td{
    position: relative !important;
}
  
input[type=file]{
  padding:10px;
  color: aliceblue;
  
  background:#2d2d2d;}

  /* input[type=text] {
    border: none;
    border-bottom: 2px solid rgb(26, 27, 26);
  } */
  h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

/* .card-img-top {
    display: block;
    width: 100%;
    height: auto;
} */

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}



.card-footer {
    padding: .75em 1em;
    /* font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff; */
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
   
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}


.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.contnu {
  position: relative !important;
  text-align: center !important;
  color: rgb(230, 216, 216) !important;
}

.dl dt {
    float: left;
   width: 41%;
   padding: 0!important;
   overflow: hidden;
   clear: left;
   margin-left: -30px;
   text-align: right;
   text-overflow: ellipsis;
   white-space: nowrap;
   line-height: 1rem;
   font-size: .9em;
}

.dl dd {
   margin-left: 38% !important;
   line-height: 1rem;
   font-size: .9em !important;

}
.houre
{
 position: absolute !important;
 background-color: #2d2d2d !important;
 bottom: 0 !important;
 right: 0 !important;
}
/* 
.card-img-top {
    width: 80% !important;
    height: 150px !important;

} */

/* .my-img{
    min-width: 82% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50% 50% !important;
    
} */
.card-img-bottom, .card-img-t {
    width: 100% !important;
    height: 310px !important;

} 

.mon-img{
    width: 100% !important;
    min-height: 100% !important;
    padding-top: 15px !important;
    object-fit: cover;
    object-position: 50% 50% !important;
    
}

 