@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.dash{
    overflow: hidden;
    margin: auto;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.font-500 {
    font-weight: 500!important;
}
.font-600 {
    font-weight: 600!important;
}
.font-700 {
    font-weight: 700!important;
}
.text-theme {
    color: #0082eb;
}
.login-btn {
    border-radius: 10px;
    background: #0082eb;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    color: #fff;
    padding: 6px 30px;
    height: 50px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    width: 100%;
    max-width: 300px;
}
.login-btn:hover {
    background: #fff;
    color: #0082eb;
    border:  1px solid #0082eb;
}
.theme-btn {
    border-radius: 4px;
    background: #0082eb;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 6px 20px;
    height: 40px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    min-width: 180px;
}
.theme-btn:hover {
    background: #fff;
    color: #0082eb;
    border:  1px solid #0082eb;
}
.secondary-btn {
    border-radius: 4px;
    background: #e2e2e2;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #828282;
    padding: 6px 20px;
    height: 40px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    min-width: 180px;
}
.secondary-btn:hover {
    background: #828282;
    color: #e2e2e2;
    border:  1px solid #e2e2e2;
}
.green-btn {
    border-radius: 4px;
    background: #26af48;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 6px 20px;
    height: 40px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    min-width: 180px;
}
.green-btn:hover {
    background: #fff;
    color: #26af48;
    border:  1px solid #26af48;
}
.search {
        border-radius: 15px!important;
    min-width: unset;
}

#sidebar .dropdown-menu.show {
    position: relative!important;
    width: 100%;
    transform: none!important;
}
/*#sidebar ul.components{
    height:80vh;
    overflow-y: scroll;
}*/
#sidebar.active {
    min-width: 0!important;
    max-width: 0!important;
    overflow: hidden;
}
#sidebar .dropdown-menu {
    margin: 0;
    padding: 10px 0;
    border: 0;
}
#sidebar .dropdown-menu ul li {
    list-style-type: none;
}
#sidebar .dropdown-menu ul li a {
    background-color: transparent!important;
        margin-bottom: 10px;
}
#sidebar .dropdown-menu ul li a:before {
    display: none;
}
#sidebar {
    box-shadow: 0px 0px 20px 0px #0000001f;
    z-index: 999;
    position: fixed;
    min-width: 280px;
    max-width: 280px;
    height: 100%
}
#sidebar ul li a img{
    filter: grayscale(100%);
    width: 20px;
    object-fit: contain;
}
#sidebar ul li a:hover img,#sidebar ul li.active img{
   filter: brightness(0) saturate(100%) invert(33%) sepia(58%) saturate(2526%) hue-rotate(188deg) brightness(96%) contrast(103%);
}
.drop-icon {
    font-size: 14px!important;
    text-align: right;
    right: 10px;
    font-size: 20px!important;
    padding: 8px 0px;
    position: absolute;
}
.dropdown.show .drop-icon:before, .notify-btn.show .username i:before{
    content: "\f077"!important;
}
#sidebarCollapse{
    position: absolute;
    top: 4px;
    left: 15px;
    z-index: 9;
    padding: 0;
    font-size: 36px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sidebar .dropdown .dropdown-menu ul li a {
    padding: 0px 16px!important;
    color: #999999!important;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.4s;
}
#sidebar .dropdown .dropdown-menu ul li a:hover{
    color: #0d9247!important;
    transform: translateX(6px);
}
#sidebar .dropdown-menu a:hover:after{
    background-color: #0d9247!important;
}
#sidebar .dropdown-menu a:after{
    content: "";
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background-color: #999999;
    position: absolute;
    left: 0;
}
#sidebar ul li.active a, #sidebar ul li:hover a, #sidebar .dropdown.show a {
    background-color: #fff;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: #0f7ee0!important;
    margin: 10px 10px 10px 0;
}
/*#sidebar ul li.active a:before,#sidebar ul li a:hover:before, #sidebar .dropdown.show a:before {
    content: "";
    height: 100%;
    width: 4px;
    background-color: #0D9247;
    top: 0;
    left: 0;
    position: absolute;
}*/
#sidebar ul li a {
    color: #fff!important;
    font-weight: 600;
    font-size: 17px;
    padding: 12px 16px!important;
}
 #sidebar.active ul.list-unstyled.components.mb-5,  #sidebar.active .logo {
    display: block;
}
#sidebar .dropdown-menu ul{
    padding-left: 28px;
    overflow: hidden;
}
#sidebar ul li {
    margin: 10px 10px 10px 0;
}
.notify-btn {
    padding: 10px 20px;
    height: 63px;
    border-radius: 11px;
    /*background: #fff;
    border: 0.7px solid #fff;
    box-shadow: -1px 3px 6px rgb(24 117 240 / 16%);*/
    display: flex;
    align-items: center;
}
.notify-btn a {
    font-size: 24px;
    color: #333335;
    vertical-align: middle;
    position: relative;
}
.notify-btn-2 {
    padding: 10px 20px;
    height: 63px;
    border-radius: 11px;
    background: #E4F1FC;
    /*border: 0.7px solid #fff;*/
    /*box-shadow: -1px 3px 6px rgb(24 117 240 / 16%);*/
    display: flex;
    align-items: center;
}
.notify-btn-2 a {
    font-size: 24px;
    color: #0082EB;
    vertical-align: middle;
    position: relative;
}
.nav-user img {
    height: 44px;
    width: 44px;
    border-radius: 50px;
    border: 1px solid #7e7e7e;
}
.notify-btn .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 700;
}
.dashboard thead {
    background: #e4ecf2;
}



.bg-theme {
    background: #0082EB;
}
.small-text {
    font-weight: 500;
    font-size: 14px;
    color: #707070;
}
.blue-small {
    font-weight: 500;
font-size: 12px;
color: #0082eb;
}
.left-login {
    z-index: 999;
    top: 0;
    left: 0;
    background-image: url(../img/login-bg.png);
    background-position: center;
    background-size: cover;
}
.login-title {
    font-weight: 500;
    font-size: 30px;
}
.login-text {
    font-weight: 500;
    font-size: 18px;
}
.login-box {
    max-width: 400px;
    margin-top: 150px;
}
/*.input-group-text, .form-control {
    background-color: transparent;
    border: unset;
}*/
.loginfield {
    border: unset;
    background: transparent;
}
.custom-group {
    border-bottom: 1px solid #707070;
        height: 50px;
    display: flex;
    align-items: center;
}
.login {
    font-weight: bold;
    font-size: 30px;
    color: #202020;
}
.login-link {
    font-size: 16px;
    text-align: center;
    color: #0082eb;
}
a.forgot {
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #0082eb!important;
}
.form-control:focus {
    background-color: transparent;
    border-color: unset;
    box-shadow: unset;
}
.custom-group:focus {
    border-bottom: 1px solid red!important;
}
#sidebar.main-sidebar {
    /*background: linear-gradient(#0082eb 0%, #004176 100%);*/
    background-image: url(../img/side-bg.jpg);
}
#sidebar ul li a {
    border-bottom: unset;
}
.search-group {
    /* background: #e8f5ff; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5px;
}
.page-title {
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #333;
}
.card-block {
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1px 7px rgb(150 148 254 / 18%);
    min-height: 100px;
}
.card-1 {
    border: 0.5px solid #9694fe;
}
.card-2 {
    border: 0.5px solid #54c7e8;
}
.card-3 {
    border: 0.5px solid #5cd9b3;
}
.card-4 {
    border: 0.5px solid #fe7875;
}
.square-ico {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-1 {
    background: #9694FE;
}
.icon-2 {
    background: #54C7E8;
}
.icon-3 {
    background: #5CD9B3;
}
.icon-4 {
    background: #FE7875;
}
.text-1 {
    color: #9694FE;
}
.text-2 {
    color: #54C7E8;
}
.text-3 {
    color: #5CD9B3;
}
.text-4 {
    color: #FE7875;
}
.copy {
    font-weight: 500;
    font-size: 10px;
    text-align: right;
    color: #ebf1f5;
}
.page-sub-title {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #1c1c1c;
}
.custom-label {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.custom-field {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    height: 50px;
}
.custom-field:focus {
    border: 1px solid #0082EB;
}
.completed {
    filter: brightness(0) saturate(100%) invert(31%) sepia(74%) saturate(3182%) hue-rotate(190deg) brightness(100%) contrast(102%);
}
.u-process {
    filter: brightness(0) saturate(100%) invert(70%) sepia(92%) saturate(1689%) hue-rotate(336deg) brightness(102%) contrast(101%);
}
.cancelled {
    filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(3056%) hue-rotate(352deg) brightness(86%) contrast(97%);
}
.easy-box {
    margin-left: 20px;
}
.privacy {
    font-weight: 500;
    text-align: left;
    color: #333;
}
.text-16 {
    font-size: 16px;
}
.text-14 {
    font-size: 14px;
}
.faq {
    border-radius: 8px;
    background: #fff;
    border: 0.5px solid #b9b9b9;
    box-shadow: 1px 5px 7px rgb(0 123 223 / 9%);
    padding: 20px;
}
.report-title {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #000;
}
.report-btn {
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    background: aqua;
    padding: 10px;
}
.report-box {
    border-radius: 8px;
    background: #fbfbfb;
    border: 0.5px solid #e9eaef;
    box-shadow: 1px 5px 7px rgb(0 123 223 / 9%);
    padding: 20px;
}
.filter-btn {
    padding: 5px 15px;
    border-radius: 5px;
    background: #E4F1FC;
    display: flex;
    align-items: center;
}
.filter-btn a {
    font-size: 15px;
}
.total-earning {
    background:#F8EBE6!important ;
    color: #E26630!important;
}
.total-earning {
    background:#F8EBE6!important ;
    color: #E26630!important;
}
.handyman-earning {
    background:#E2F1E8!important ;
    color: #129E45!important;
}
.total-cancelled {
    background:#F7E5F6!important ;
    color: #E230D6!important;
}
.total-completed {
    background:#E6E8F8!important ;
    color: #3048E2!important;
}
.easy-thead {
    background: #e4ecf2;
}
img.user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #7e7e7e;
}
.fill {
    color: #EE9F18;
}
.ico {
    font-size: 15px !important;
    background: transparent;
    border-radius: 50px;
    padding: 6px;
    border: 1px solid #fff;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.add-btn {
    background-color: #0082eb;
    padding: 6px 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    height: 40px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0082eb;
}
.add-btn:hover {
    background: #fff;
    border: 1px solid #0082eb;
    color: #0082eb;
}
.table {
    border-radius: 1em;
    overflow: hidden;
    text-align: center;
}
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 26px;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D81616;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: #0d9047;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider1.round {
    border-radius: 34px;
}
.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider1:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider1.round:before {
    border-radius: 50%;
}
.switch input:checked + .slider1 {
    background-color: #0082eb;
}
.switch input:checked + .slider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.table th, .table td {
    border-top: unset;
}
.dataTables_length, .dataTables_filter {
    display: none;
}
.page-item.disabled .page-link, .page-link {
    border: unset;
}
.page-item.active .page-link {
    z-index: 1;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #007bff;
    border-radius: 5px;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center;
}
.job-tabing ul{
    border-bottom: 1px solid #e3e3e3;
}
.job-tabing li {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #000;
    padding: 12px 0;
        display: flex;
    align-items: center;
}
.job-tabing li.active{
    border-bottom: solid 3px #0082eb;
}
.job-tabing li+li{
    margin-left: 40px;
}
.j-count {
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #0082eb;
    padding: 5px 10px;
}
.job-tab {
    color: #000;
}





/* custom file upload*/

.file-upload {
  width: 200px;
display: inline-flex;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  position: relative;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #9CA3AF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #ccc;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
      display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 0;
  margin-bottom: 0;
}

.file-upload-image {
  height: 58px;
    width: 185px;
    margin: auto;
    border-radius: 10px;
        object-fit: cover;
}

.remove-image {
  width: 40px;
    height: 58px;
    color: #fff;
    background: transparent;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.remove-image:hover {
  color: #EB4646;
  cursor: pointer;
}






ul.notifications li.notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}
ul.notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
ul.notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}
ul.notifications li.dropdown-footer {
    text-align: center;
}
ul.notifications li.dropdown-footer a {
    font-size: 15px;
    padding: 10px 25px;
}
.noti-icon-badge {
    position: absolute;
    inset: -10px -10px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}
li.notification-item.unread {
    background: #ebebeb;
}
.filter-modal .modal-header {
    background: #0082eb;
}
.filter-modal .modal-header h5 {
    color: #fff;
}
.filter-modal .modal-header .close {
    color: #fff;
    opacity:  1;
}
.filter-modal .modal-footer {
    border-top:  unset;
    padding-top: 0;
}
.filter-modal button {
    background: #0082eb!important;
}
.notify-btn-2 {
    color: #0082eb;
}
.user-box {
    box-shadow: 1px 0px 5px 4px #e0e0e0;
}
.user-t {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #333;
}
.Not-modal .modal-header {
    background: #0082eb;
}
.new {
    background: #4b97db;
    padding: 0 20px;
    border-radius: 5px;
}
.Not-modal li.notification-item {
    text-align: left;
}

.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before {
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 1em;
  font-family: FontAwesome;
  display: inline-block;
}

.starrating > label
{
  color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #0082eb ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #0082eb ;  } /* Set yellow color when star hover */
.userimg {
    border-radius: 50%;
}


.a-job .dropdown {
    border-radius: 5px;
    border: 1px solid #9e9e9e!important;
    height: 50px!important;
    display: inline-flex!important;
    align-items: center!important;
}
.a-job .btn-light:hover {
    color: #212529;
    background-color: transparent!important;
    border-color: transparent!important;
}
.a-job .btn-light:not(:disabled):not(.disabled):active, .a-job .btn-light:not(:disabled):not(.disabled).active, .a-job .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: transparent!important;
    border-color: transparent!important;
}
.a-job .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
}

#searchform
{
    background: #e8f5ff;
}

