| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bzend/public/css/ |
Upload File : |
/*default margn*/
.mt-0 {
margin-top: 0;
}
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mr-0 {
margin-right: 0;
}
.mr-5 {
margin-right: 5px;
}
.mr-10 {
margin-right: 10px;
}
.mr-15 {
margin-right: 15px;
}
.mr-20 {
margin-right: 20px;
}
.mr-25 {
margin-right: 25px;
}
.mr-30 {
margin-right: 30px;
}
.mb-0 {
margin-bottom: 0;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.ml-0 {
margin-left: 0;
}
.ml-5 {
margin-left: 5px;
}
.ml-10 {
margin-left: 10px;
}
.ml-15 {
margin-left: 15px;
}
.ml-20 {
margin-left: 20px;
}
.ml-25 {
margin-left: 25px;
}
.ml-30 {
margin-left: 30px;
}
/*padding margn*/
.pt-0 {
padding-top: 0;
}
.pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pr-0 {
padding-right: 0;
}
.pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
}
.pb-0 {
padding-bottom: 0;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pl-0 {
padding-left: 0;
}
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
}
.fw-bold {
font-weight: bold;
}
.d-flex {
display: flex;
}
.flex-wrap {
flex-wrap: wrap;
}
.justify-content-between {
justify-content: space-between;
}
.text-green {
color: #47b74f;
}
.bg-green {
background: #47b74f;
}
.position-relative {
position: relative;
}
/*custom js*/
.d-box {
background-color: #fff;
padding: 20px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
min-height: 294px;
}
.start-now-list {
padding: 0;
}
.start-now-list li {
list-style-type: none;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
border-bottom: 1px solid #d7d7d7;
padding: 10px 0;
}
.start-now-list li span {
}
.start-now-list li .btn {
background: #FF4906;
color: #fff;
font-size: 11px;
font-weight: 500;
padding: 5px;
border-radius: 4px;
min-width: 57px;
}
.report-dropdown {
height: 30px;
width: 100%;
font-size: 12px;
font-weight: 600;
margin-bottom: 20px;
}
.call-list-scroll {
height: 214px;
overflow-y: auto;
}
.call-list {
position: relative;
}
.call-list input {
top: 5px;
}
.call-list .call-list-info {
padding-left: 32px !important;
margin-bottom: 5px !important;
}
.call-list .call-list-info:before {
top: 3px !important;
}
.call-list .call-list-info:after {
top: 8px !important;
}
.call-list .call-list-info h4 {
margin: 0;
padding-top: 5px;
margin-bottom: 4px;
}
.call-list .call-list-info p {
line-height: 20px;
border-bottom: 1px solid #d7d7d7;
padding-bottom: 8px;
}
.to-do-list-icon {
}
.to-do-list-icon .fa {
width: 26px;
height: 26px;
background: #ff4906;
border-radius: 50%;
color: #fff;
display: inline-flex;
justify-content: center;
align-items: center;
}
.to-do-list-icon .fa.bg-green {
background: #47b74f;
}
.do-more-list {
padding: 0;
}
.do-more-list li {
list-style-type: none;
border-bottom: 1px solid #d7d7d7;
padding: 10px 0;
margin-bottom: 10px;
}
.do-more-list li a:hover {
color: #ff4906;
text-decoration: none;
}
.d-sidebar {
background: #fff;
padding: 20px;
}
.shortcut-list {
padding: 0;
}
.shortcut-list li {
list-style-type: none;
border-bottom: 1px solid #d7d7d7;
padding: 10px 0;
margin-bottom: 5px;
}
.shortcut-list li a {
display: flex;
align-items: center;
}
.shortcut-list li a:hover {
color: #ff4906;
text-decoration: none;
}
.shortcut-list li a span {
margin-left: 10px;
}
/*tips slider css*/
#tips-slider {
position: relative;
}
#tips-slider .owl-nav {
position: absolute;
top: -32px;
right: 0;
}
#tips-slider .owl-nav .owl-prev, #tips-slider .owl-nav .owl-next {
width: 20px;
height: 20px;
background: #d7d7d7;
border-radius: 50%;
margin-left: 4px;
line-height: 19px;
}
#tips-slider .owl-nav .owl-prev:hover, #tips-slider .owl-nav .owl-next:hover {
background: #ff4906;
color: #fff;
}
.tips-block figure {
margin-bottom: 12px;
}
.tips-block figure img {
max-width: 100% !important;
}
.tips-block h4 {
font-size: 14px;
margin-bottom: 7px;
font-weight: 600;
}
.tips-block p {
text-align: left;
line-height: 16px;
font-size: 12px;
}
.tips-block .btn {
background: #FF4906;
color: #fff;
border-radius: 4px;
text-decoration: none;
padding: 5px 5px;
font-size: 11px;
margin-top: 2px;
margin-right: 6px;
}
/*offer slider css*/
#offer-slider {
position: relative;
}
#offer-slider .owl-dots {
display: block;
position: absolute;
top: -34px;
right: 0;
}
#offer-slider .owl-dots .owl-dot {
width: 10px;
height: 10px;
border: 1px solid #d7d7d7;
border-radius: 50%;
display: inline-block;
margin-left: 4px;
}
#offer-slider .owl-dots .owl-dot.active {
background: #ff4906;
border: 1px solid #ff4906;
}
.offer-slide {
}
.offer-slide img {
max-width: 100%;
}
@media (min-width: 992px) {
.row-md-wrap {
display: flex;
flex-wrap: wrap;
}
}