 .show_data{border:none;}
  .carddata{display: none;}
  .modal-custom{
    max-width:800px;margin: 1.75rem auto; }

.txt-center {
  text-align: center;
}
.hide {
  display: none;
}

.clear {
  float: none;
  clear: both;
}

.rating {
  /* width: 90px; */
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}

.hints
{
  color: green; importent;
  font-weight: bold;
}
.hint
{
  color: red;importent;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.variable
{
    float: right;
    /* width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 70%;
      z-index: 10; */
}
.coustom-nav
{
    background-color: #1A95F5; importent;
}
.navbar-light .navbar-nav .nav-link{color: white; importent;}
.coustom-sidebar{background-color: #1A95F5; importent; color: white;}
.nav-link p{color: white; importent;}
.bootstrap-tagsinput {
  width: 100% !important;
}
button.select2-selection__choice__remove {
    background: none;
    border: none;
}
/* .item-coustom{border-bottom: 2px solid blue;} */
.item-coustom a.active{border-top: 2px solid blue;border-left: 2px solid blue; border-right: 2px solid blue; color: red;}

.imagedowload{height: 200px;width: 200px; border: 2px solid black;}
.download-icon{height: 50px;width: 50px;}
.dicon { position: relative; }
.dicon img { display: block; }
.dicon .fa-download { position: absolute; bottom:0; left:0; }