/*@import url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
*/
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.validation{
    color:red;
}
.custome-ul ul{
    margin-top:-77px;
}

.theme-btn {
    display: block;
    padding: 0.5rem 1.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    background: none;
    border: 0;
    border-radius: 0.375rem;
    outline: none !important;
    background-color: #696cff;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(105,108,255,0.4);
}

    .theme-btn:hover{
        color: #fff;
        text-decoration: none;
    }

    .bootstrap-timepicker-meridian {
        width: 35px !important;
    }

.bootstrap-timepicker-minute {
    width: 30px !important;
}

.footer-desc {
    background: rgba(0,0,0,0);
    margin-top: 30px;
}

    .footer-desc p {
        padding: 0;
        margin: 0;
        color: #becddf;
        font-size: 14px;
    }

.head-btns {
    display: inline-block;
    margin: 4px;
    padding: 8px 16px;
    background: #696cff;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
}

.dash_summary_title {
    margin-bottom: 1.625rem !important;
}

@media screen and (max-width: 800px) {
    .head-btns {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    .layout-navbar.navbar-detached.container-xxl {
        padding: 0 4px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px){
    .dash_summary_counter:nth-child(4){
        border-left: none;
    }
}

@media screen and (max-width: 576px) {
    .dash_summary_counter {
        border-left: none !important;
    }
}

.my-cardtitle{
    padding: 0 0 15px 0 !important;
}

.my-tblspace {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.my-tbl {
    border: 1px solid #d9dee3;
    width: 100%;
}

.my-cell {
    display: inline-block;
    float: left;
    width: 33.3333%;
    padding: 8px;
}

.my-row {
    width: 100%;
    height: 1px;
    background-color: #d9dee3;
}

.my-rghtborder {
    border-right: 1px solid #d9dee3;
}

@media screen and (max-width: 767px) {
    .my-cell {
        width: 100%;
    }
    .my-rghtborder {
        border-right: 0px solid #d9dee3;
        border-bottom: 1px solid #d9dee3;
    }
}

/*.join-btn {
    border: none;
    outline: none;
    width: 40px;
    border: 1px solid #aaa;
    border-left: none;
}*/

.join-btn {
    display: inline-block;
    padding: 7px 14px;
    border: 1px solid #aaa;
    background: #e7e5e5;
    line-height: 14px;
    border-left: none;
}

    .join-btn i {
        font-size: 24px;
        justify-content:center !important;
    }

.chosen-container-multi .chosen-choices li {
    padding: 5px 20px 5px 5px !important;
    margin: 6px 5px 3px 0 !important;
}

.chosen-container .chosen-results li {
    position: relative !important;
    padding: 5px 6px 5px 30px !important;
}

.chose-image {
    width: 16px !important;
    height: 16px !important;
    margin: -1.5px 6px 0 0;    
}
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 6px !important;
    }

    .tooltip-arrow {
        left: 45% !important;
        transform: translate(-45%, 0px) !important;
    }

.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    height: 12px !important;
}

.tsk-img {
    display: flex;
    flex-wrap: nowrap;
}

.tsk-img .img-div{
   position: relative;
}

    .tsk-img .img-div img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        justify-content: center;
        line-height: 35px;
        border: 2px solid #b1b1b1;
    }

.btn-primary {
    color: #fff;
    background-color: #696cff !important;
    border-color: #696cff !important;
}