/*@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: transparent;
    color: #0639ff !important;
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
    border: 2px solid blue;
}

    .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;
    }
    .pubblydiv:nth-child(3) {
        border-left: none;
    }
    .pubblydiv:nth-child(4) {
        border-left: 1px solid #ccc;
    }
}

@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%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.my-cell {
    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;
    }
}

@media screen and (min-width: 767px) {
    .myspcell{
        width: 50%;
    }
}

    /*.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;
    }




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

    .step-left {
        text-align: left;
    }

    @media (max-width: 575px) {
        .step-left {
            text-align: center;
        }
    }

    .steps-row {
        margin-left: 2px !important;
        margin-right: 2px !important;
        margin-bottom: 20px;
        overflow: hidden;
        display: flex;
        align-items: stretch;
    }

    .steps-tooltip {
        position: relative;
        display: inline-block;
    }

        /* Tooltip text */
        .steps-tooltip .tooltiptext {
            visibility: hidden;
            width: 100px;
            background-color: black;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            border-radius: 6px;
            /* Position the tooltip text - see examples below! */
            position: absolute;
            z-index: 1;
            top: 100%;
            left: -25px;
        }

        /* Show the tooltip text when you mouse over the tooltip container */
        .steps-tooltip:hover .tooltiptext {
            visibility: visible;
        }


    .leadnote {
        position: relative;
        margin: 40px 0 20px 0;
        padding: 35px 30px 20px 30px;
        color: #696cff !important;
        border-color: rgba(0, 0, 0, 0);
        background: #fff2b0;
        border-radius: 8px;
        border: 1px solid red;
    }

        .leadnote p {
            margin: 0;
            padding: 0;
            color: #f10000;
        }

        .leadnote span {
            display: inline-block;
            position: absolute;
            left: 20px;
            top: -20px;
            height: 40px;
            padding: 0 20px;
            border-radius: 8px;
            background-color: #f30909 !important;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            line-height: 37px;
        }


    .gotpbtn {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #595cd9;
        color: #fff;
        width: 100px;
        height: 39px;
        line-height: 250%;
        text-align: center;
        display: inline-block;
        border: none;
        outline: none;
        border-radius: 0 6px 6px 0;
        z-index: 9;
    }

        .gotpbtn:hover {
            color: #fff;
        }

    div.dt-container div.dt-search {
        margin-bottom: 10px !important;
    }

.affbox {
    display: block;
    margin-top: 20px;
    border: 1px solid #e3e3e3;
    padding: 35px 20px 20px 20px;
    position: relative;
    background-color: #f7f7f7;
}

    .affbox .afftitle {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 25px;
        border: 2px solid #e3e3e3;
        border-radius: 15px;
        font-size: 20px;
        line-height: 20px;
        background-color: #fff;
        z-index: 1;
        color: #333;
    }


.accordion__heading {
    margin: 5px 10px 10px 15px;
    font-size: 22px;
    line-height: 26px;
    padding: 0;
    color: #758b36;
}

.accordion__caption {
    font-size: 19px;
}

    .accordion__caption .badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--secolor);
        color: #fff;
        font-size: 13px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        line-height: 13px;
        margin-right: 8px;
        font-weight: 500;
    }

.accordion__item {
    border: 1px solid #696cff;
    margin-bottom: 20px;
    border-radius: 0.375rem;
    overflow: hidden;
    box-shadow: 0 0 0.375rem 0.25rem rgba(161, 172, 184, 0.15);
}

.accordion__btn {
    width: 100%;
    padding: 12px 20px;
    background: white;
    border: none;
    outline: none;
    font-size: 22px;
    text-align: left;
    color: #ffff;
    font-weight: 600;
    background: #696cff;
}

.accordion__content {
    background-color: #fff;
    max-height: fit-content;
    padding: 20px;
    font-size: 15px;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}

.btn-execel {
    background: #4c00ff;
    border: 1px solid #ffffff;
    box-shadow: none;
}

