@import url('https://fonts.cdnfonts.com/css/poppins');
/*Font Awesome Fonts*/
* {
  	box-sizing: border-box;
  	font-family: 'Poppins', sans-serif;
  	font-size: 16px;
}
body {
  	background-color: #435165;
}
.editable-form select {
    width: 80% !important;
    float: left !important;
}
.editable-form input {
    float: left;
    width: 80%;
}
.editable-form textarea {
    float: left;
    width: 80%;
}
.login {
    width: 300px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-panel {
    background-color: #f7f7f7;
	text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex; /* add this to center vertically and horizontally */
    flex-direction: column; /* stack elements vertically */
    justify-content: center; /* center vertically */
    align-items: center; /* center horizontally */
    height: 100vh; /* set height to full viewport height */
}
.image-panel {
    padding: 0 !important;
}

.image-panel img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.login h1 {
    text-align: center;
    margin-bottom: 20px;
}

.login .form-group {
    margin-bottom: 20px;
}

.login label {
    display: block;
    margin-bottom: 10px;
}

.login input[type="text"], .login input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login button[type="submit"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.login button[type="submit"]:hover {
    background-color: #3e8e41;
}
.button--loading {
    position: relative;
    padding: 8px 16px;
    background: #009579;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
.setting-success {
    margin: 0;
    width: 100% !important;
    float: left !important;
    padding: 15px !important;
    color: red;
}
.note-container {
    float: left;
    width: 100%;
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.install-submenu {
    padding-left: 20px; /* Indent the sub-menu */
    display: none; /* Initially hidden */
}
ul.install-submenu {
    padding: 0 !important;
}
h2.logo-sets-crm img {
    width: 200px;
    text-align: center !important;
  
}
h2.logo-sets-crm {
    text-align: center;
    width: 100%;
}
.logo-nav-crm img {
    width: 100px;
    float: left;
    margin-top: 10px;
      margin-right: 300px;
}

.indicator {
    width: 32%;
    float: left;
    margin: 10px !important;
    padding: 0 !important;
    height: 50px;
}
.alert.alert-info {
    background-color: yellow !important;
}
.alert-warning {
    color: #856404;
    background-color: orange !important;
    border-color: orange !important;
    color: black !important;
}
.alert-danger {
    color: #fff !important;
    background-color: green !important;
    border-color: green !important;
}
ul.list-group {
    box-shadow: 0px 0px 3px white !important;
    border-radius: 10px;
    box-shadow: 0px 0px 3px white !important;
    border-radius: 10px;
    float: left;
    width: 100%;
}
.side-logo img {
    float: left;
    width: 100%;
    display: none;
}
.sidebar {
    background-color: black !important;
}
.searchable-data input.form-control {
    float: left;
    width: 50%;
}
.btn.btn-dark.create-lead {
    float: right;
    float: right !important;
    margin: 0 !important;
}
form.for-filter {
    float: left;
    width: 70% !important;
}
.for-filter select#type_filter {
    width: 20% !important;
    border-radius: 10px;
    padding: 5px;
    margin: 15px 0px 0 5px;
}
.for-filter button {
    padding: 6px;
    border: 1px solid #cecece;
    border-radius: 10px;
    margin: 0 0 0 5px;
    background: black;
    color: white;
}
.for-filter  select#reference_filter {
    width: 20% !important;
    border-radius: 10px;
    padding: 5px;
    margin: 15px 0px 0 5px;
}

.searchable-data input.form-control {
    float: left;
    width: 70% !important;
}
.leads-count {
    float: right;
    width: 50% !important;
    color: red;
}
ul.install-booked-submenu {
    margin: 0 !important;
    padding: 0 !important;
}
ul.in-process-submenu {
    padding: 0 !important;
}
form.searchable-data.mb-3.d-flex.align-items-center.gap-2 {
    float: left;
    width: 100%;
}
span.badge.bg-dark {
    background-color:#fbff1a !important;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}


.navtop {
	background-color: #2f3947;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
    display: flex;
    margin: 0 auto;
    width: 1270px;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #4a536e;
}
.content > p, .content > div {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
    background-color: #fff;
    max-width: 100% !important;
    float: left !important;
    border-radius: 10px !important;
    box-shadow: 0px 2px 3px #000;
    width: 100% !important;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}  
 .sidebar {
            background-color: #333;
            color: #fff;
            padding: 20px;
        }
.table-container {
            margin-top: 20px;
        }.button {
            background-color: #4CAF50; /* Green */
            border: none;
            color: white;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 5px;
}
.sidebar a .badge {
    font-size: .7rem;
    letter-spacing: 0;
    min-width: 1.5rem;
    margin-right: 0.5rem;
}
.badge-white {
    color: var(--primary-colour);
    background-color: #fff;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}
p.profile-ever {
    padding: 0 20px;
    text-decoration: none;
    color: #c1c4c8;
    font-weight: bold;
	    margin-top: 20px;
}
.list-group-item {
    background-color: #000000 !important;
}
.content {
    font-family: 'Poppins', sans-serif !important;
}
.content h1 {
    width: 100%;
    float: left;
    margin: 15px 0 30px 0;
	text-transform: capitalize !important;
}
.sidebar .list-group-item a {
    font-size: 14px !important;
    padding: 0 !important;
    color: white !important;
}
.lead_num_css {
    background-color: red;
    text-align: center;
    width: 19px;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 3px;
}
.btn-dark {
    float: right !important;
    margin-bottom: 25px !important;
}
.sidebar .list-group-item a:hover {
    color: #0056b3;
    text-decoration: auto;
    color: red !important;
}
.sidebar .list-group-item a:active {
    color: #0056b3;
    text-decoration: auto;
    color: red !important;
}
.list-group-item {
    padding: .5rem 1.25rem !important;
}
.state-p {
    float: left !important;
    width: 100%;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}
.State-view {
    color: green;
    font-weight: 600;
}
select#status {
    width: 60%;
    float: left;
}
label.badge-state {
    float: left;
    margin-right: 10px;
    line-height: 37px;
}
input.btn.btn-primary.mt-2 {
    margin: 0px !important;
    width: 20%;
    border-radius: 0px 5px 5px 0;
}
.set-table td {
    padding: .75rem !important;
}
 .footer-link-01 li+li {
     padding-top: 0.8rem;
 }

 .footer-title-01 {
     font-size: 16px;
     margin: 0 0 20px;
     font-weight: 600;
 }

 .footer-title-01 {
     font-size: 16px;
     margin: 0 0 20px;
     font-weight: 600
 }

 .footer-link-01 li+li {
     padding-top: .8rem
 }
 
 .sidebar h2 {
    color: black;
}
ul.list-raw-leads {
    float: left;
    margin: 0;
    padding: 0;
}

.list-raw-leads li {
    float: left;
    list-style: none;
    margin: 15px;
    background-color: white;
}


 @media (max-width: 991.98px) {
     .footer-link-01 li+li {
         padding-top: .6rem
     }
 }

 .footer-link-01 a {
     position: relative;
     display: inline-block;
     vertical-align: top
 }

 .footer-link-01 a:after {
     content: "";
     position: absolute;
     bottom: 0;
     left: auto;
     right: 0;
     width: 0;
     height: 1px;
     transition: ease all .35s;
     background: #2f3947;
 }

 .footer-link-01 a:hover:after {
     left: 0;
     right: auto;
     width: 100%
 }
footer.bg-dark.footer {
    background-color: #2f3947 !important;
}
}
/* General Styles */

.container-fluid {
    padding: 15px;
}

/* Sidebar Styles */
.sidebar {
    background-color: #f8f9fa;
    padding: 15px;
    border-right: 1px solid #dee2e6;
}

/* Content Styles */
.content {
    padding: 15px;
}

/* Table Styles */
.table {
    width: 100%;
    margin-top: 20px;
}

.table th, .table td {
    text-align: left;
    padding: 8px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sidebar {
        position: relative;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    .content {
        width: 100%;
        padding: 10px;
    }

    .table th, .table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .table th {
        background-color: #f1f1f1;
        position: relative;
    }

    .table td {
        border: 1px solid #dee2e6;
        margin-bottom: 10px;
    }

    /* Buttons */
    .btn {
        width: 100%;
        margin: 5px 0;
    }
    .navtop {
        flex-direction: column;
        align-items: flex-start;
        display: ruby !important;
		
    }
	.nav-resp {
    width: 100% !important;
    float: left;
    text-align: center;
    color: black !important;
	background-color:#000000 !important;
}
.side-logo img {
    display: none !important;
}

    .resp_set {
        width: 100%; /* Full width on smaller screens */
    }

    .resp_set h1 {
        font-size: 20px; /* Smaller font size on mobile */
    }

    .resp_set p {
        font-size: 14px; /* Smaller font size on mobile */
    }

    .resp_set a {
        width: 100%; /* Full width links */
        text-align: center; /* Center text */
        padding: 10px 0; /* Adjust padding */
        margin: 5px 0; /* Margin for spacing */
    }
}
@media (max-width: 576px) {
    .table th, .table td {
        font-size: 14px;
    }

    .btn {
        padding: 10px;
    }
	/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a {
    margin: 0 5px;
}
thead {
    display: none;
}
tr {
    border: 1px solid;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px;
}
.nav-resp {
    display: block !important;
    /* margin: 0 auto; */
    /* width: 1130px; */
    /* height: 100%; */
}
.logo-nav-crm img {
    width: 100px;
    text-align: center;
    margin: 8px !important;
}
input.btn.btn-primary.mt-2 {
    margin: 0px !important;
    width: 100% !important;
}
select#status {
    width: 100%;
    float: left;
}
.searchable-data input {
    width: 100% !important;
}
}

