/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.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: capitalize;
}

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

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 62px !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;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 231px;
        position: relative;
    }

    #dropdown-variation-demo .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

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


/* map and quill */

.term_para h3 strong,
.term_para p strong,
.term_para p span,
.term_para ol li span,
.ql-align-justify span,
.ql-align-center span,
.ql-align-justify strong {
    background-color: transparent !important;
}

li[data-list="ordered"] {
    list-style-type: decimal !important;
}

/* Style bullet lists */
li[data-list="bullet"] {
    list-style-type: disc !important;
}

#map {
    height: 400px;
    /* Set the desired height */
    width: 100%;
    /* Set the desired width */
}


#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#search-button {
    padding: 12px 14px;
    border: none;
    background: #004CFF;
    color: #fff;
    margin-top: 17px;
    border-radius: 8px;
    margin-left: 15px;
    font-size: 12px;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

/* ------------------ */

tr:nth-child(even) {
    background-color: rgba(0, 76, 255, 0.1) !important;
}

.app-brand-link .app-brand-logo img {
    width: 45px;
}


.au-btn--green {
    background-color: #004CFF;
    color: #fff !important;
    min-width: 120px;
    font-size: 14px;
    border-radius: 7px;
    padding: 10px 0px;
    text-align: center;
    float: left;
}

.menu-text {
    font-size: 18px !important;
    text-transform: capitalize !important;
}

.primary-heading {
    font-size: 26px;
}

.gallery-attachment .actions {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    text-align: center;
    width: 35px;
    height: 35px;
    display: none;
}

.gallery-attachment .actions a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 2px;
    font-size: 20px;
}

.gallery-attachment:hover .actions {
    display: block;
}

.single-image {
    height: 50px;
    width: 50px;
}

.single-image img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.layout-page {
    background: #F6F4EC;
}

.card {
    background: #F1F4FE;
}

.card-header {
    font-size: 22px;
    color: #000;
}

button,
a,
.btn {
    border-radius: 8px !important;
}

a.nav-link {
    border-radius: 8px !important;
}




#accordionFlushExample,
.accordion-header,
.accordion-item {
    border-radius: 10px;
    background-color: #f1f4fd;
}

.accordion-item.active .accordion-button {
    background: #f1f4fd;
    color: #000;
}

.accordion-button {
    background: #f1f4fd;
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.accordion-body .form-label {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.accordion-body .form-control {
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #d2d6de;
}

.paginate_button.page-item.disabled .page-link {
    background-color: rgb(32 32 32) !important;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #0044f9 !important;
}

.user-avatar .avatar {
    border-radius: 100px !important;
    /* filter: drop-shadow(0px 0px 15px #00000024); */
    /* box-shadow: 0px 0px 10px #0000004a; */
    filter: drop-shadow(0px 0px 10px #00000024);
    border: 2px solid #fff;
}

.light-style .app-chat .app-chat-history .chat-history-footer,
.light-style .app-chat .app-chat-history .chat-history-footer input {
    background-color: #E5EBFC !important;
}

.input-group.input-group-merge #basic-addon-search31 {
    background-color: #E5EBFC !important;
}

.input-group.input-group-merge .chat-search-input {
    background-color: #E5EBFC !important;
}





.box-info {
    background: #fff;
    box-shadow: 0px 0px 10px #00000015;
    padding: 15px;
    border-radius: 10px;
}

.box-info h3 {
    font-size: 16px;
}

.box-info h3,
.box-info p {
    margin-bottom: 0px;
}

.box-info h5 {
    font-weight: 600 !important;
    font-size: 20px;
}

.items {
    cursor: pointer;
    padding: 10px 10px;
    /* border-bottom: 1px solid #00000015; */
    box-shadow: 0px 0px 10px rgb(0 76 255 / 13%);
}

.items .item-content .avatar {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.items .item-content .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.items .item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.items .item-content p {
    color: #8d918d;
    font-size: 16px;
}

.items i.bx {
    font-size: 36px !important;
    color: #8d918d;
}

.btn.btn-outline-secondary {
    background-color: #1a3ae5;
    color: #fff;
    border: 1px solid #1a3ae5;
}

.chip-status {
    padding: 10px 15px;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
}

.chip-status.pending {
    background-color: #fbd00c;
    color: #000;
}

.chip-status.approve {
    background: #54c354;
    color: #fff !important;
}

.chip-status.reject {
    background: #ff0000;
    color: #fff !important;
}

.card-header i.bx {
    font-size: 22px;
}

.card-header a.btn {
    padding: 8px 13px;
}

.product-img {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 10px;
}

.product-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.product {
    margin-bottom: 15px;
}

.product .product-name {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product div {
    font-size: 22px;

}

.price h5 {
    margin-bottom: 0px !important;
}

.price h5,
.price p {
    font-size: 22px;

}

.product-desc h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.product-desc p {
    color: #8d918d;
    line-height: 25px;
}

.reasons {
    margin-bottom: 25px;
}

.reasons h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.reasons p {
    color: #8d918d !important;
    line-height: 25px;
}

.uplaaded-img {
    width: 188px;
    height: 188px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 15px;
}

.uplaaded-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;

}

.uplaaded-img-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.modal-content {
    background-color: #F1F4FE
}


.user-profile .phone-number {
    font-family: sans-serif;
}

.product-image-card {
    margin: 0 0 20px;
    background: #fff;
}

.product-image-card img {
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.product-image-card .card-title {
    color: #000;
    font-weight: 700;
}

.product-image-card .price {
    color: #40b700;
    font-weight: 700;
}


.loader-active {
    background-color: #00000025;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


div.dataTables_length label {
    text-transform: capitalize;
}

div.dataTables_info {
    text-transform: capitalize;
}

.card-datatable.table-responsive {
    overflow: visible;
}

.max-450{
    width: 100%;
    max-width: 450px;
}

iframe{
    width: 100%;
}

ul.highcharts-menu hr {
    display: none;
}

@media screen and (max-width: 767px){
    .dashboard-card h5.title-hide-mb {
        display: none;
    }
    .filterRevenueTrendChart {
        font-size: 13px!important;
        margin-bottom: 20px;
    }
    .app-brand .layout-menu-toggle {
        left: 16rem!important;
    }
}

.sidebar-profile-section{
    position: relative;
    overflow: visible;
    padding: 10px 15px 10px 27px;
    /* box-shadow: 3px 3px 3px #0044f9 inset; */
}
aside#layout-menu{
    display: flex;
    flex-direction: column;

}
aside#layout-menu ul.menu-inner{
    flex: auto;
}
.sidebar-profile-section .avatar{
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.sidebar-profile-section .avatar img{
    width: 100%;
    height: 100%;
    border-radius: 100px;

}
.sidebar-profile-section .items-profile{ 
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.sidebar-profile-section .items-profile h3{
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}
.sidebar-profile-section .items-profile ~ .menu-sub{
    list-style: none;
}
.sidebar-profile-section.active .menu-sub{
    display: block !important;
}
.sidebar-profile-section.active   .menu-sub{
        display: block;
        position: absolute;
        bottom: 64px;
        background: #f1f4fd;
        border-radius: 8px;
        box-shadow: 0px 0px 10px #00000020;
        border: 1px solid #1431e0;
        right: 10px;
        margin: auto;
        width: 90%;
}
.sidebar-profile-section .menu-sub .menu-item a.menu-link{
    padding-left: 15px;
}
.sidebar-profile-section .menu-sub .menu-item a.menu-link::before{
display: none;
}
.sidebar-profile-section .menu-item a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar-profile-section .menu-item a .profile-items .avatar{
    width: 50px;
    height: 50px;
    
    border-bottom: 1px solid #cccccc;
}
.sidebar-profile-section .menu-item a .profile-items .avatar img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.sidebar-profile-section .menu-item a.menu-link h3{
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}
.sidebar-profile-section .menu-item a.menu-link p{
    margin: 0px 0px;
    font-size: 12px;
}

.edit-profile-form .card .card-body .avatar-container{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    position: relative;
    margin: 15px auto 30px;
}
.edit-profile-form .card .card-body .avatar-container img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.edit-profile-form .card .card-body .avatar-container input[type="file"]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
}

.edit-profile-form .card .card-body .avatar-container i{
      color: white;
    background-color: #0044f9;
    font-size: 22px;
    padding: 10px;
    border-radius: 100px;
    position: absolute;
    bottom: 0px;
    right: 17px;
    box-shadow: 0px 0px 10px #00000015;
}
.edit-profile-form .card .card-body h3{
    font-size: 16px;
    text-align: center;
    margin: 6px 0px 15px;
    color: #000;
}
.edit-profile-form .card .card-body p{
      font-size: 13px;
    text-align: center;
    margin: 6px 0px 0px;
    color: #000000af;
}
.edit-profile-form .card.profile-cards{
    height: 410px;
}

.edit-profile-form .card.profile-cards .card-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}