@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
p,
span,
section,
div,
table,
tr,
td,
th,
ol,
address,
header,
footer,
nav {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.login-logo {
    width: 130px !important;
    box-shadow: 0px 0px 1px grey;
    margin-right: 1rem;
}

a {
    text-decoration: none !important;
}

.notification-box {
    position: fixed;
    width: 100%;
    bottom: 3em;
    right: 0.5em;
    background-color: white;
    padding: 1em !important;
    border-radius: 0.2em;
    box-shadow: 0px 0px 10px grey;
    min-width: 290px;
    max-width: 340px;
    opacity: 1;
}

.notification-box h4 {
    font-size: 1.1em;
    padding: 0.5rem !important;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.notification-box h4 i.fa-times {
    background-color: black;
    padding: 0.2em 0.4em;
    float: right;
    padding-bottom: 0.23rem;
    margin-bottom: -2px;
    margin-top: -0.1em;
    cursor: pointer;
}

.app-content {
    padding: 5px 10px !important;
}

.app-sidebar .menu .menu-item .menu-link {
    padding: 5px 10px !important;
}

.app-loader {
    z-index: 99999999 !important;
}

.change-app-theme a {
    border-radius: 4px;
}

.theme-list.active {
    border-style: groove;
    border-width: thick;
    border-color: red;
}

.theme-list p {
    margin-bottom: 0px !important;
}

.page-header .small,
.page-header small {
    line-height: 20px;
    font-size: 0.85rem !important;
    margin-left: 1rem !important;
}

.app-footer a,
.app-footer {
    font-size: 0.75rem !important;
}

.breadcrumb .breadcrumb-item {
    line-height: 25px !important;
}

.app-sidebar .menu {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px;
    padding-bottom: 30px;
}

.app-logo {
    margin-right: 0.8rem !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.time-block span {
    color: white !important;
    font-size: 0.9rem;
}

.navbar-item {
    margin-left: 0.5rem !important;
}

.time-block .date {
    font-size: 0.75rem !important;
}

.time-block #clock {
    font-size: 0.8rem !important;
}

.app-sidebar .menu .menu-item .menu-submenu {
    padding: 5px 0 6px 0px !important;
    border-left-style: groove;
    border-width: thin;
    border-color: var(--app-component-bg);
    margin-left: 1rem !important;
}

.nav.nav-inbox {
    display: flow-root;
    padding-top: 0.5rem !important;
}

.nav.nav-inbox li {
    background-color: var(--app-component-bg);
    padding: 0.3rem 0.5rem;
    border-bottom-style: groove;
    border-width: thin;
    border-color: var(--app-component-dropdown-bg);
}

label {
    margin-top: 0.35rem !important;
    margin-bottom: 0.15rem;
    font-weight: 500 !important;
}

.upload-icon {
    width: 13%;
    margin-top: -2rem;
    border-style: groove;
    border-width: thin;
}

.app-footer {
    display: block !important;
}

.btn-scroll-to-top.show {
    margin-bottom: 1rem !important;
}

.theme-img {
    width: 100%;
}

.theme-img.active {
    border-style: groove;
    border-width: thin;
    border-color: red;
}

.theme-list {
    box-shadow: 0px 0px 1px black;
    margin: 1rem;
    padding: 1rem;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.form-control {
    margin-bottom: 0.2rem !important;
    font-size: 0.85rem !important;
    padding: 0.31rem 0.47rem !important;
}

.flex-s-b {
    display: flex;
    justify-content: space-between;
}

.btn-light{
    background-color: #2585e5 !important;
    border-color: #2585e5 !important;
}
.app-heading {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background-color: var(--app-component-active-bg);
    color: var(--app-component-bg);
    border-radius: 0.2rem;
}

.action-btn {
    margin-bottom: 3rem !important;
}

.users {
    display: flex;
    justify-content: space-evenly;
    padding: 0.4rem;
    margin-bottom: 0.4rem !important;
    box-shadow: 0px 0px 1px grey;
    border-radius: 0.2rem;
}

.users:hover {
    box-shadow: 0px 0px 3px var(--app-header-color);
}

.users .user-dp {
    width: 20% !important;
    text-align: center;
}

.users .user-dp img {
    margin: 5px 0;
}

.users .user-details {
    width: 80% !important;
    padding: 0.2rem !important;
    padding-left: 0.6rem !important;
}

.users .user-details h5 {
    font-size: 0.765rem !important;
    margin-bottom: 0.1rem !important;
}

.users .user-details p {
    font-size: 0.68rem !important;
    color: grey;
    margin-bottom: 0.3rem !important;
    line-height: 0.85rem !important;
}

.company-name {
    color: grey;
    font-style: italic !important;
}

.text-line-limit-1 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-line-limit-2 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-limit-3 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.user-dash {
    text-align: center;
    box-shadow: 0px 0px 1px grey;
    padding: 1rem;
    border-style: groove;
    border-width: thin;
    border-radius: 0.5rem;
}

.user-dash .user-img img {
    width: 25%;
}

.user-counter {
    display: flex;
    justify-content: space-around;
}

.text-grey {
    color: grey !important;
}

.list h2 {
    font-size: 1.34rem !important;
    margin-bottom: -0.2rem !important;
}

.list span.text-grey {
    font-size: 0.75rem !important;
}

#showaddressform {
    display: none;
}

.user-contact-info ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.user-contact-info {
    text-align: left !important;
}

.user-contact-info ul li p span.icon-area {
    width: 10%;
    padding: 0.1rem;
    border-right-style: groove;
    border-width: thin;
    color: var(--app-theme);
    font-size: 1.5rem;
    text-align: center;
}

.user-contact-info ul li p span.info-details {
    width: 90% !important;
    padding-left: 0.5rem !important;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
    display: none !important;
}

.tox-statusbar__text-container .tox-statusbar__branding {
    display: none !important;
}

.tox-toolbar__primary button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.tox-toolbar__primary {
    box-shadow: 0px 0px 1px black !important;
}

.hidden {
    display: none;
}

.img-fluid {
    width: 100% !important;
}

.pointer {
    cursor: pointer !important;
}

.gallery img {
    width: 15% !important;
    box-shadow: 0px 0px 1px var(--app-component-active-bg);
    margin: 1rem;
    padding: 0.1rem;
}

.app-sub-heading {
    background-color: #52707a;
    color: #fff;
    padding: 0.5rem;
    margin-bottom: 0.1px !important;
}

.app-content,
#content {
    padding-bottom: 3rem !important;
}

.list-img {
    padding: 0.3rem;
    background-color: white !important;
    box-shadow: 0px 0px 1px grey !important;
    border-radius: 0.2rem;
}

table tbody tr td,
table tbody tr th
{
    font-weight: 900;

}

.d-columns {
    display: flex;
    flex-direction: column;
}

.d-rows {
    display: flex;
    justify-content: space-between;
}

.pro-details {
    font-size: 0.85rem !important;
    line-height: 1rem !important;
    width: 100% !important;
}

.pro-details span {
    width: 100% !important;
}

.pro-details span.d-rows span {
    text-align: left !important;
    padding: 0.2rem 0.2rem !important;
    border-bottom-style: groove;
    border-width: 1px;
    border-color: #ffffff;
}

.fs-3 {
    font-weight: 600 !important;
}

/* .table thead tr th{
    background-color: var(--app-component-active-bg)!important;

    color: white!important;
   letter-spacing: 1px;
   font-size: 0.9rem;

} */




.card {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1), 0 3px 4px 0 rgba(0,0,0,.1);
}

.card {
    position: relative;
    min-width: 0;form-error-msg
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border: radius 0.25rem;

}
.ground{
    background-color: aqua;
    height: 100px;
    border-radius:7px ;
    -webkit-border-radius:7px ;
    -moz-border-radius:7px ;
    -ms-border-radius:7px ;
    -o-border-radius:7px ;
}
.card-body {
    margin-top: 95px;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;

}
.card-title{
    padding-bottom: 5px;
}

.popup-background {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    background-color: #00000099;
    z-index: 1111111111111;
    top: 0px;
    left: 0px;
    display: none;
}

.action-area {
    width: 40% !important;
    background-color: white !important;
    height: max-content;
    max-width: 390px;
    min-width: 245px;
    margin: 5% auto;
    border-radius: 0.5rem !important;
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    -ms-border-radius: 0.5rem !important;
    -o-border-radius: 0.5rem !important;
    padding: 1rem;
}

.ref-image {
    width: 100% !important;
    text-align: center !important;
    padding: 1rem;
}

.ref-image .pop-img {
    width: 71% !important;
}

.activity-action {
    width: 100% !important;
    text-align: center;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
}

.action-title {
    padding: 0.5rem !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    animation: action-text 1.5s linear infinite;
    -webkit-animation: action-text 1.5s linear infinite;
}

@keyframes action-text {
    0% {
        opacity: 0;
        color: red;
    }
    50% {
        opacity: 0.7;
        color: black;
    }
    100% {
        opacity: 0;
        color: blue;
    }
}

.action-desc {
    width: 100% !important;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem !important;
}

.blink-data {
    animation: blinker 0.5s linear infinite;
    -webkit-animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.image-header img {
    width: 5rem !important;
    height: 5rem !important;
}

.image-header {
    text-align: center;
    width: 100% !important;
    background: linear-gradient(45deg, #1cc7bf, #90ebb4);
    padding: 0.5rem;
    border-radius: 0.4rem !important;
    margin-bottom: -0.3rem !important;
}

* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.vertical_tab{
    display: inline !important;
    justify-content: space-between;
}
 .tab {

  /* border: 1px solid #ccc; */
  background-color:white;
  width: 40%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Style the buttons inside the tab */
.tab a {

  background-color: inherit;
  color: black;
 padding: 6px 7px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 10px;
}
.tab a.tablinks {

    justify-content: space-between !important;

}
.tab a.tablinks span.counter {
    background-color: white;
    color: black!important;
    font-size: 0.69rem;
    height: 16px;
    width: 16px;
    margin-right: 3px;
    border-radius: 2rem;
    box-shadow: 0px 0px 1px grey;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.tab a.tablinks span.text {
    text-align: left !important;
    width: 60%;
   font-size: 0.7rem !important;
   font-weight: bolder;

}
Change background color of buttons on hover
.tab a:hover {
  background-color:#ccc;
}

/* Create an active/current "tab button" class */
.tab a.active {
  background-color:var(--app-component-active-bg);
  color: white;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 10px;

  width: 100%;
  border-left: none;
  height: 100%;
}
.dectext{

    font-size: 1rem;
}
.addresstext{
     padding-left: 10px;
}

.label-star i.fa-star {
    color:rgb(173, 173, 173);
}

.label-star.active > i.fa-star{
    color:yellow;
}
.profile-size{
    padding: 5px;
}
.text_auth{
    text-align: center !important;
}

.nav .nav-item .nav-link{
    padding: 0.5rem 0.3rem !important;
}
.btn-style{
    padding: 0 !important;
    font-size: 0.85rem !important;
}
.fa-trash-can{
    color: red !important;
        margin: 0px 0.2rem;
}

.fa-eye{
   color:  #1bbcea !important;
margin: 0 0.1rem;
}
.fa-pen-to-square{
    color: #0078ff !important;
}
.action-style{
    display: flex;
    width: 100%;
}
.search-style{

    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.search{
       position: relative;
       box-shadow: 0 0 40px rgba(51, 51, 51, .1);

       }

       .search input{

        height: 30px;

        border: 2px solid #d6d4d4;


       }


       .search input:focus{

        box-shadow: none;
        border: 2px solid blue;


       }

       .search .fa-search{

        position: absolute;
        top: 10px;
        right: 0.4rem;

       }

 .checkbox-style:checked {
background-color: #b400ff96 !important;

 }
 .form-check-input{
    vertical-align: sub !important;
 }
 .form-check-input{
    width: 0.8rem !important;
    height: 0.8rem !important;

 }
 .height-auto {
    height: auto !important;
}
.card-styles{
    padding-bottom: 30px;
    border: none;
    height: 100%;
    background-color: initial;
}
.card-styles {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.cardbody-styles {
    padding: 15px 30px 30px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);
    box-shadow: 0px 10px 20px 0px rgb(229 229 229 / 75%);
}
.cardbody-styles {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.cardbody-styles {
    margin-top: 0px;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}
.table
{
        border: 1px solid #f1e9e9;
}
.table tbody tr td {
  text-align: center !important;
    font-size: 0.69rem !important;
    font-weight:900 ;
    padding: 4px 4px 4px 4px !important;
}

.table thead tr th {
    background-color: var(--app-component-active-bg)!important;
    color: white!important;
    font-weight: 900 !important;
    font-size: 0.7rem !important;
    text-align: center !important;
    padding: 4px 4px 4px 4px  !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgb(255 237 237) !important;
    color: var(--bs-table-striped-color) !important;
}
.my-custom-scrollbar {
position: relative;
height: auto;
width: auto;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
.table-wrapper-scroll-x{
    display: block;
}
th{
    font-weight: 500;
    white-space: nowrap;
    text-align: center !important;
}
td{
    white-space: nowrap;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(150, 128, 128);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(246,68,78);
  border-radius: 10px;
}
.nav .nav-item  .nav-box {
    padding: 0.5rem 0.3rem !important;
    margin: 0px !important;
}
.action-btns{
    margin-bottom: 0px!important;
}
.nav-links-button{
    margin: 0px !important;
}
.select-space{
    padding: 0rem 2rem 0rem 0.75rem !important;
}
.checked{
    color: #90ebb4 !important;
}
.app-sidebar .menu .menu-item.active > .menu-link .menu-sty {
    color: #000000 !important;
}
.custom-control-label{
    font-size: 0.62rem!important;
    margin-top:0rem !important;
    margin-bottom:0rem !important;
    font-weight: 900 !important;
}
.select2-selection__placeholder {
    color: #FF0000;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
    background-color: #0877fc !important;
    color: #ffffff !important;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered .keyskill{
    flex: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #c1d2e2c9 !important;
    right: 0 !important;
    left: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background-color:#f5efefe4 !important ;
}
.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #ff0404 !important;
}
.form-error-msg {
    display: none;
    color: red !important;
}
.emplyoee-nav-tab a{
    width: 100% !important;
    margin-bottom: 0.25rem;
    text-align: left;
}
.dropdown-item.dropdown-submenu:hover .dropdown-menu {
                 display: block;
                 margin-top: 0;
                 margin-left: auto;
                 min-width: 10rem;
                 right: 0;
             }