Sindbad~EG File Manager
html{
scroll-behavior: smooth;
}
.background_img_layout {
background-image: linear-gradient(to left, #2A0944,#eb1e37 ) ;
background-repeat: no-repeat;
color: white;
background-size: cover;"
}
.background_img {
background-color: #ffffff;
background-repeat: no-repeat;
background-size: cover;"
}
.header_bg{
background-color: #1e2836 !important;
}
.color-pale_orange{
background-color:#fff9f2 ;
}
body{
/*background-color:#fff9f2 ;*/
overflow-x: hidden;
font-size: 16px;
}
#wrap {
position: absolute;
right: 0px;
top: 100px;
display: none;
}
.bottom_div {
position: fixed;
bottom: 0px;
}
.open-call {
padding: 15px 30px;
font-size: 18px;
cursor: pointer;
margin-top: 100px;
}
.close-call {
position: absolute;
left: 10px;
top: 10px;
background: transparent;
border: none;
cursor: pointer;
}
.bg_image{
background-image: url(/static/images/background.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.instruction:hover{
opacity:90%;
color: grey;
}
.footer{
overflow: hidden;
}
.h1_v1 {
text-align: center;
margin-top: 5px;
background-color: #94cced;
padding: 20px;
border-radius: 5px;
border: solid 1px #3b318a;
font-size: 25px;
}
h1 {
text-align: center;
margin-top: 10px;
font-family: serif;
/*background-color: lavender;*/
}
hr{
background-color:#e0e0e0;
}
label {
color: #212529;
}
.sticky{
margin-top: 200px;
}
#progressbar {
margin-top: 30px;
text-align: center;
margin-bottom: 30px;
overflow: hidden;
color: lightgrey
}
#progressbar .active {
color: #eb1e37;
}
#progressbar li {
list-style-type: none;
font-size: 15px;
width: 20%;
float: left;
position: relative;
font-weight: 400
}
#progressbar #account:before {
font-family: FontAwesome;
content: "1"
}
#progressbar #personal:before {
font-family: FontAwesome;
content: "2"
}
#progressbar #payment:before {
font-family: FontAwesome;
content: "3"
}
#progressbar #confirm:before {
font-family: FontAwesome;
content: "4"
}
#progressbar #fifth:before {
font-family: FontAwesome;
content: "5"
}
#progressbar li:before {
width: 50px;
line-height: 45px;
display: block;
font-size: 20px;
color: #ffffff;
background: lightgray;
border-radius: 50%;
margin: 0 auto 10px auto;
padding: 2px
}
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: lightgray;
position: absolute;
left: 0;
top: 25px;
z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
background: #eb1e37
}
.progress {
height: 20px
}
.progress-bar {
background-color: #eb1e37
}
.btttn{
margin: 20px;
}
.error
{
color: red;
}
.sidebar {
width: 100%;
height: auto;
position: fixed;
top: 0;
bottom: 0;
left: 0;
padding: 20px;
padding-left: 0;
padding-right: 0;
z-index: 1000;
overflow-x: hidden;
overflow-y: auto;
background: #495057;
}
/*.sidebar a {
float: left;
}*/
div.content {margin-left: 0;}
.sidebar a {
text-align: left;
padding-left: 30px;
float: none;
text-transform: uppercase;
font-size: .7rem;
letter-spacing: 0.2rem;
padding: .75rem 1rem;
}
/*@media screen and (max-width: 600px) {*/
/* body{*/
/* overflow-x: hidden;*/
/* }*/
/* .mobile-responsive table {*/
/* border: 0;*/
/* border-collapse: collapse;*/
/* }*/
/* .mobile-responsive table thead {*/
/* display: none;*/
/* }*/
/* .mobile-responsive table tr {*/
/* margin-bottom: 20px;*/
/* display: block;*/
/* border-bottom: 2px solid #fdfafa;*/
/* box-shadow: 2px 2px 1px #dadada;*/
/* border-collapse: collapse;*/
/* }*/
/* .mobile-responsive table td {*/
/* display: block;*/
/* text-align: right;*/
/* font-size: 15px;*/
/* border-collapse: collapse;*/
/* }*/
/* .mobile-responsive table td:last-child {*/
/* border-bottom: 0;*/
/* }*/
/* .mobile-responsive table td::before {*/
/* content: attr(data-label);*/
/* float: left;*/
/* text-transform: uppercase;*/
/* font-weight: bold;*/
/* }*/
/* .mobile-responsive tbody{*/
/*line-height:0!important;*/
/* }*/
/*customized bootstrap style from here*/
/** mobile responsive start**/
@media screen and (max-width: 600px) {
.mobile-responsive table {
border: 0;
border-collapse: collapse;
}
.mobile-responsive table thead {
display:none;
}
.mobile-responsive table th {
display:none;
}
.mobile-responsive table tr {
margin-bottom: 20px;
display: block;
border-bottom: 2px thin #faf5f5;
box-shadow: 2px 2px 1px #dadada;
border-collapse: collapse;
}
.mobile-responsive table td {
display: grid;
/*text-align: right;*/
text-align: left;
font-size: 15px;
border-collapse: collapse;
padding: 15px;
min-height:70px;
width:100% !important;
}
.mobile-responsive table td:last-child {
border-bottom: 0;
}
.mobile-responsive table td::before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
.sidebar {
width: 100%;
height: auto;
position: relative;
top: 0;
bottom: 0;
left: 0;
padding: 20px;
padding-left: 0;
padding-right: 0;
z-index: 1000;
overflow-x: hidden;
overflow-y: auto;
background: #495057;
}
/*.sidebar a {
float: left;
}*/
.sidebar a {
text-align: left;
padding-left: 30px;
float: none;
text-transform: uppercase;
font-size: .7rem;
letter-spacing: 0.2rem;
padding: .75rem 1rem;
}
/* .mobile-responsive tbody{
line-height:0!important;
} */
.btn-group #btn_group{
display: grid;
}
}
/***** mobile responsive end ****/
.row{
margin-right: 0px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
width: 100%;
padding-right: 0px;
padding-left: 5px;
margin-right: auto;
margin-left: auto;
}
/* end */
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists