ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u435929562/domains/butanking.com/public_html/public/css/custom.css
/*!
 *   Sixty13
 *   Author: Mohit Mangukia
 *   Website: Sixty13 <https://sixty13.com>
 */

*{
      margin: 0;
      padding: 0;
  }
  .rate {
      float: left;
      height: 46px;
      padding: 0 10px;
  }
  .rate:not(:checked) > input {
      position:absolute;
      top:-9999px;
  }
  .rate:not(:checked) > label {
      float:right;
      width:1em;
      overflow:hidden;
      white-space:nowrap;
      cursor:pointer;
      font-size:30px;
      color:#ccc;
  }
  .rate:not(:checked) > label:before {
      content: '★ ';
  }
  .rate > input:checked ~ label {
      color: #ffc700;
  }
  .rate:not(:checked) > label:hover,
  .rate:not(:checked) > label:hover ~ label {
      color: #deb217;  
  }
  .rate > input:checked + label:hover,
  .rate > input:checked + label:hover ~ label,
  .rate > input:checked ~ label:hover,
  .rate > input:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
      color: #c59b08;
  }

.toast-custom {
    position: fixed;
    top: 50px;
    right: 50%;
    transform: translateX(50%);
    background-color: #7fac82;
    width: auto;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 8px;
}
@media screen and (max-width: 600px) {
    .toast-custom{
        max-width: 90%;
    }
}
#type_iocn_wrap {
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}
.toast-custom #type_iocn {
    color: #7fac82;
}
.toast-custom.error #type_iocn {
    color: #dc3545;
}
.toast-custom.warning #type_iocn {
    color: #ffc107;
}
.toast-custom.warning {
    background-color: #ffc107;
}
.toast-custom.error {
    background-color: #dc3545;
}
.toast-custom p {
    color: #ffffff;
    margin: 0;
    margin-left: 25px;
}

.title-badge{
    font-size: 13px;
    font-weight: normal!important;
    background-color: #343a40;
    border-radius: 3px;
    line-height: 1.5;
    padding: 5px 10px;
}
.badge .fa-times { color: red; }

.auto-search-drp{ transform: none !important; top: 100% !important; height: auto;}
.row-border{border: 1px solid #c8cacc; padding: 5px; margin-bottom: 5px;}

.border-red {border: 1px solid red; border-radius: 5px;}
.select2-container .select2-selection--multiple .select2-selection__rendered{display: table-row-group !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{ background-color: #343a40 !important; border: 1px solid #343a40 !important; padding: unset !important; padding-left: 15px !important; padding-right: 5px !important; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #f00 !important;padding: 0px !important; border-right: 0px solid #aaa !important; }

label.error {
    color: #dc3545;
    font-size: 14px;
}
.error{
    color: #dc3545 !important;
}
.dataTables_empty{
    text-align: center !important;
}
.dcalendarpicker .dudp__wrapper{
    bottom: unset !important;
    top: 50% !important;  
    transform: translate(-50%, -50%) !important;
}