@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;800;900&display=swap);

body {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
}
.col-2.logo {
	background: #1e293b;
	padding: 5px 20px;
	border: none !important;
}
.col-2.sidebar {
	background: #1e293b;
	min-height: 1000px;
    overflow: hidden;
    padding-top:30px;
}
.sidebar li .nav-link, .sidebar li button {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	background: transparent;
	border: none;
}
.sidebar li button {
	padding-left: 17px;
	padding-top: 3px;
}
.dropdown-toggle::after {
    margin-left: 9.255em;
}
#backButton, #forwardButton{
    padding:8px 10px !important;
    background-color: #1e293b;
    color: #fff;
    margin-left:5px;
    border-radius: 4px;
    cursor: pointer;
}
#backButton:hover, #forwardButton:hover{
    background-color: #e60000;
}
#header .col-4, #header .col-2, #header .col-1, .sideicon {
    border-bottom: 1px solid #e2e8f0;
    padding:5px 10px 0 !important;
    text-align: center;
}
#header {
	background: #fff;
}
#main {
	background: #f1f5f9;
	padding: 15px 30px 15px 15px;
}

#search_input{
   background: url("../images/search.png") no-repeat #f1f5f9;
   border: none;
   padding: 10px 15px;
   border-radius:5px;
   background-size:27px;
   background-position: 97% 8px;
   width: 100%;
}
.useravatar img{
    border-radius: 50px;
}
.headericons {
	margin: 0;
	padding: 0;
}
.headericons li {
	width: 45px;
	height: 45px;
	border: 2px solid #ced4e4;
	border-radius: 50px;
	padding-top: 12px;
	margin: 0 8px;
	float: left;
	list-style: none;
	position: relative;
}
.headericons li i {
	color: #ccc;
	font-size: 15px;
}
.useravatar {
	border: none !important;
}
.loginform.col-6 {
	margin-top: 6rem;
}
.col-6.graybg {
	background: #f1f5f9;
}
.loginform input {
	font-size: 13px;
	padding: 8px 15px;
	height: auto;
}
.loginform h2 {
	font-size: 19px;
}
.loginform.col-6 .form-group {
	margin: 0 0 10px;
}
.bluebg{
    background-color: #1e293b;
}
.sideicon {
	padding: 13px !important;
}
.searchform form {
	padding-top: 4px;
}
.sidebar li .nav-link i {
	margin-right: 8px;
}
.logo .img-fluid {
	padding-left: 14px;
	padding-top: 3px;
}
.sidebar li .nav-link:hover {
	background: #334155;
}

.content tr:nth-child(2n) {
	background: #f2f2f2;
}
.content tr td, .content tr th {
	padding: 10px 5px;
}
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	z-index: 9999;
	box-shadow: 0 0 49px #ccc;
}

    .apptbutton .btn {
	padding: 5px 20px 5px;
	margin-top: 7px;
	font-size: 13px;
	background: #e60000;
	border-color: #e60000;
}
#chart .col-6 {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
}
.box {
	width: 800px;
	margin: 0 auto;
}

.content .page-content {
	padding: 15px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 12;
	margin-bottom: 20px;
}
.gradient-custom {
    /* fallback for old browsers */
    background: #f6d365;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1))
    }
    .social-icon {
        margin-right: 10px;
    }
    #avatar {
        max-width: 250px;
        border-radius: 200px;
    }
    #leftprofile{
        border-radius: .5rem;
        background-color: black
    }
    #nomargin {
        margin: 0;
    }
    #editform input, #editform textarea {
        font-size: 13px;
        padding: 10px 15px;
        height: auto;
    }
    #appt-table td {
        font-size: 11px;
        font-weight: 500;
    }
    #appt-table th {
        font-weight: 500;
        font-size: 12px;
        padding: 5px 5px 15px;
    }
    .first_id {
        background-color: #d69204;
        text-align: center;
        color: #fff;
        padding: 3px 5px;
        cursor: pointer;
        width: 50px;
        font-weight: 600;
    }
    #actionbuttons .fas, #actionbuttons .fa-regular {
        background: #1e293b;
        color: #fff !important;
        padding: 5px 4px;
        width: 20px;
        text-align: center;
    }
    #appt-table table {
        width: 100%;
    }
    .created_date {
        background: #222;
        color: #fff;
        padding: 1px 11px;
        border-radius: 17px;
        display: inline-block;
        margin: 4px 0;
    }
    .yellowbutton {
        background: #d69204;
        color: #fff;
        padding: 1px 8px 3px;
        border-radius: 4px;
    }
    .page-title {
        font-family: 'Barlow Condensed', sans-serif;
        margin: 5px 0 15px;
        color: #334155;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    #delbutton {
        border: none;
        background: transparent;
        padding: 0;
        position: absolute;
        right: 9px;
        top: 9px;
    }
    #mapbutton {
        background: transparent;
        border: none;
        color: #007bff;
    }
    #mapbutton i {
        font-size: 16px;
    }
    #actionbuttons {
        position: relative;
        padding-top: 9px;
    }
    #seachform input {
        width: 88%;
        padding: 7px 9px;
        border: 2px solid #ddd;
        border-radius: 6px;
    }
    #seachform button {
        padding: 5px 9px 6px;
        border-radius: 6px;
        position: relative;
        top: -1px;
    }
    .first_id a {
        color: #fff;
    }
    #edit-appointment input, #edit-appointment textarea, #edit-appointment select {
        width: 100%;
        border: 2px solid #e2e8f0;
        padding: 7px 10px;
        border-radius: 5px;
        background: #f1f5f9;
        color: #555;
        font-size: 12px;
    }
    #edit-appointment label {
        margin: 9px 0 2px;
    }
    #edit-appointment textarea {
        height: 150px;
        margin-bottom: 15px;
    }
    #sm-btn {
        font-size: 11px;
    }
    .sm-btnvb {
        font-size: 11px;
    }
    #show-files-btn {
        font-size: 11px;
    }
    #edit-appointment .col-2, #edit-appointment .col-1, #edit-appointment .col-2, #edit-appointment .col-3 {
        padding-right: 0;
    }
    #edit-appointment #sm-btn {
        position: relative;
        top: 34px;
    }
    #edit-appointment .partstatus input {
        width: auto;
        margin-left: 20px;
    }
    .editgaragespage .page-content .row {
        border: 1px solid #ddd;
        background: #fff;
        padding: 15px 0;
        margin: 0 0;
        border-radius: 5px;

}
    .editgaragespage .page-content {
        background: transparent;
        border: none;

    }
    .nomargin .mb-3.col-3 {
        margin: 0 !important;
    }

    .nopadding {
        padding: 0;
    }
    #myTabContent {
        margin-top: 10px;
    }
    #myTab li a {
        font-weight: 600;
        color: #555;
        font-family: barlow condensed;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    #myTab li a.active {
        color: #000;
    }
    #myTabContent table {
        margin-bottom: 20px;
    }
    #filterform input, #filterform select {
        width: 100%;
        font-family: Inter;
        font-size: 12px;
        border: 1px solid #ddd;
    }
    #filterform .col-3 {
        padding: 0 3px;
    }
    #statuses ul {
        padding: 0;
    }

    #statuses ul li {
        display: inline-block;
        width: 33%;
        border: 1px solid #e2e8f0;
        background: #fff;
        margin: 2px 0;
        position: relative;
        font-family: barlow condensed;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    #statuses ul li i {
        color: #fff;
        padding: 19px 0;
        margin-right: 5px;
        width: 48px;
        text-align: center;
        background: #222;
        font-size: 16px;
    }
    #statuses ul li span {
        position: absolute;
        right: 0;
        top: 0;
        background: #eeeeee;
        color: #333;
        width: 38px;
        height: 55px;
        text-align: center;
        padding-top: 18px;
    }
    .finduschart {
        margin: 0 40px;
    }
    .whitebg {
        background: #fff;
        border: 1px solid #e2e8f0;
        padding: 15px;
    }
    #notification-count {
        position: absolute;
        top: -4px;
        left: -8px;
        background: red;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50px;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .card {
        width: 100%;
    }


    .lesspadding table {
        width: 100%;

    }
    .lesspadding table td {
        padding: 4px 0 5px 10px;
        font-size: 12px;
    }
    .lesspadding .card-title {
        font-family: barlow condensed;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        position: relative;
    }
    .lesspadding table td.boldtext {
        font-family: barlow condensed;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .lesspadding .card-title i {
        position: absolute;
        right: 0;
        color: #fff !important;
        padding: 5px 4px;
        color: #333 !important;
        top: -4px;
        height: max-content;
    }
    .lesspadding .card {
        overflow: hidden;
    }
    .lesspadding {
        margin: 0 0 28px !important;
        height: max-content;
    }
    #linkcolor {
        color: black;
    }
    #main .card {
        border:none;
        border-radius: 0;
        box-shadow: 8px 8px 0px #ddd;
    }
    .absoluteposition button {
        background: #1e293b;
        border: none;
        padding: 4px 15px 6px;
        border-radius: 5px;
    }
    .absoluteposition {
        position: relative;
    }
    .absoluteposition button img {
        width: 20px;
    }
    .popuptwo {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 9999;
        min-width: 500px;
    }

    .content .page-content .editgaragesec {
        padding: 15px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .edithgaragepage .page-content {
        padding: 0;
        overflow: hidden;
        background: transparent;
        border: none;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .edithgaragepage {
        margin: 0 20px;
    }
    .editgaragesec label {
        margin: 10px 0 0;
    }
    .editgaragesec input {
        font-size: 12px;
    }
    .editgaragesec tr:nth-child(2n) {
        background: #f2f2f2 !important;
    }
    .editgaragesec td {
        padding: 6px 5px !important;
    }
    td[role="presentation"] {
        background: #fff;
    }
    .chatline {
        margin-bottom: 10px;
    }
    .chatbox .customer_name {
        background: #1e293b;
        color: #fff;
        padding: 1px 6px 3px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .forthebg {
        background: #f1f5f9;
        padding: 0 15px 1px 0;
    }
    .chatbox {
        height: 200px;
        overflow-y: auto;
        position: relative;
    }
    #chat-input {
        margin-top: 20px;
        margin-left: 0;
    }

    /* Style for textarea */
    #chat-input textarea {
        width: 100%;
        min-height: 40px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        resize: none; /* Prevent resizing of textarea */
        font-size: 14px;
        box-sizing: border-box; /* Include padding and border in textarea width */
    }

    /* Style for file input */
    #chat-input input[type="file"] {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
        box-sizing: border-box; /* Include padding and border in input width */
    }

    /* Style for submit button */
    #chat-input button {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    /* Hover effect for submit button */
    #chat-input button:hover {
        background-color: #0056b3;
    }
    .chatbox .datetime {
        /* position: absolute; */
        right: 0;
        font-size: 10px;
        padding-top: 3px;
    }
    #give{

        padding: 15px !important;
    }
    .table-width{
        width: 100%;
        border-spacing: 10px;
    }
    .new-notification {
        color: red; /* Change to any color you like */
    }
    #getLocationLink {
        position: absolute;
        right: 27px;
        top: 7px;
    }
    #textcolor {
        color: white;
        font-weight: 400;
        font-size: 13px;
        border: none;
        margin-left: 15px;
        display: block;
        margin-top: 0px;
        text-decoration: none;
    }
    #textcolor1 {
        color: white;
        font-weight: 400;
        font-size: 13px;
        border: none;
        margin-left: 16px;
        margin-top: -15px;
        display: block;
        text-decoration: none;

    }
    #whitecolor {
        background-color: #1e293b;
        border: none;

    }
    #textcolor:hover {
        /* color: blue; Change this to your preferred hover text color */
        background-color: #646c78; /* Change this to your preferred hover background color */
    }
    #textcolor1:hover {
        /* color: blue; Change this to your preferred hover text color */
        background-color: #646c78; /* Change this to your preferred hover background color */
    }

  #notification-counttt {
	position: absolute;
	top: -4px;
	left: -8px;
	background: red;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50px;
}
.input-field.col-1 {
    display: inherit;
}
#emergency {
	margin-left: 32px;
	margin-top: 8px;
}
#files-list-repair-orders li a {
    color: #333;
}

#files-list-repair-orders li {
    display: inline-block;
    margin: 0 23px 0 0;
}

#files-list-repair-orders {
    padding: 0;
    margin: 0;
}
#mappp {
	font-size: medium;
}