/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
.menu .app-brand.demo {
    /* height: 90px; */
    margin-bottom: 10px;
    /* border-bottom: 1px solid #aa675021; */
    overflow: hidden;
    position: relative;
}

/* .app-brand.demo:before {
    content: '';
    background: #eee8e8;
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 50%;
    right: -65px;
    top: -70px;
} */

/* .app-brand.demo:before {
    content: '';
    background: #A5674D;
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 50%;
    right: -65px;
    top: -70px;
    outline: 3px solid #A5674D;
    outline-offset: -14px;
    box-shadow: #eee8e8 10px -1px 1px 0px inset, #A5674D -3px -3px 6px 1px inset;
    border: 1px solid #A5674D; */
    /* animation: fadeInOut 5s ease-in-out infinite; */
/* } */

/* .app-brand.demo:after {
    content: '';
    background: #eee8e8;
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: -30px;
    bottom: -110px;
} */

/* .app-brand.demo:after { */
    /* content: '';
    background: #A5674D;
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: -30px;
    bottom: -110px;
    outline: 3px solid #A5674D;
    outline-offset: -14px;
    box-shadow: #eee8e8 13px -1px 1px 0px inset, #A5674D -3px -3px 6px 1px inset;
    border: 1px solid #A5674D; */
    /* animation: fadeInOut 5s ease-in-out infinite; */
/* } */

/*
@keyframes fadeInOut {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
} */

.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: 74px !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: rgb(3, 145, 86);
    /* background: rgb(0, 59, 99); */
    color: #fff;
    margin-top: 17px;
    border-radius: 8px;
    margin-left: 15px;
    font-size: 12px;
}

#search-button:hover {
    color: #fff !important;
    transform: translateY(-1px) !important;
    background-color: rgb(6, 91, 55);
    border-color: rgb(6, 91, 55);
    /* background-color: rgb(0 109 159);
    border-color: rgb(0 109 159); */
}

#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, 59, 99, 0.09) !important; */
    /* background-color: rgb(49 79 121 / 11%) !important; */
    background-color: #ede8e8 !important;
}

.fc-daygrid-body.fc-daygrid-body-unbalanced tr:nth-child(even) {
    background-color: #fff !important;
}

.app-brand-link .app-brand-logo img {
    width: 100%;
    max-width: 8rem;
}

.au-btn--green {
    color: #fff;
    min-width: 120px;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    float: left;
    transition: 0.2s linear;
    border-radius: 50px;
    opacity: 1;
    background: #000000;
    box-shadow: 0px 6px 16px 0px #00000040;
}

a.au-btn--green:hover {
    box-shadow: 0px 6px 16px 0px #00000040;
    background: #000000;
    color: #ffffff;
}

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

/* chnges */

.model {
    display: flex;
    gap: 22rem;
}

.model-1 {
    display: flex !important;
    flex-direction: column;
}

.model-update-btn {
    display: flex;
    justify-content: center;
}

.model-btn {
    padding-right: 18em;
    margin-top: 2rem;
}

.ql-toolbar.ql-snow {
    border-radius: 0.375rem 0.375rem 0 0 !important;
}

#editor {
    border-radius: 0 0 0.375rem 0.375rem;
}

.ql-editor:focus {
    border: 1px solid rgb(170 103 80) !important;
}

/*
#content .ql-snow:focus {
    border-color: rgb(3, 145, 86) !important;
} */

/* .new-btn button {
    width: 11rem;
} */

.color-box-container .box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
.color-box-container2 .box {
    width: 35px;
    height: 35px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.color-box-container .box#red,
.color-box-container2 .box#red {
    background-color: rgba(255, 0, 0, 0.47);
    border: 2px solid red;
    color: #ff0000;
}

.color-box-container .box#blue,
.color-box-container2 .box#blue {
    background-color: rgba(0, 85, 255, 0.47);
    border: 2px solid rgb(0, 85, 255);
    color: rgb(0, 85, 255);
}

.color-box-container .box#green,
.color-box-container2 .box#green {
    background-color: rgba(3, 68, 0, 0.47);
    border: 2px solid rgb(3, 68, 0);
    color: rgb(3, 68, 0);
}

.color-box-container .box#yellow,
.color-box-container2 .box#yellow {
    background-color: rgb(235, 235, 103);
    /* background-color: rgba(213, 226, 31, 0.901); */
    border: 2px solid #bcbf02;
    color: #bcbf02;
    /* color: rgb(238, 255, 7); */
}


@media screen and (min-width:1200px) {
    #layout-menu {
        position: fixed;
        top: 0px;
        height: 100vh;

    }

    .content-wrapper .container-xxl {
        /* max-width: calc(100vw - 280px) !important; */
        /* margin-left: auto !important; */
        /* margin-right: 0px !important; */
    }

    .layout-navbar.container-xxl {
        /* max-width: calc(100vw - 335px) !important; */
        /* margin-left: auto !important; */
        /* margin-right: 30px !important; */


    }
}

@media screen and (max-width:1199px) {
    /* .menu .app-brand.demo {
        overflow: visible;
    } */

    .app-brand.demo:before {
        display: none;
    }
}



 /* .menu-inner .menu-item.active:hover .menu-icon,
 .menu-inner .menu-sub .menu-item.active .menu-icon {
    color: #fff !important;
    background-color: #803814 !important;
 }
 .menu-inner .menu-sub .menu-item.active .menu-link div,
 .menu-inner .menu-item.active .menu-link div{
    color: #803814 !important;
 }

.fc .fc-daygrid-day.fc-day-today {
    background-color: #ede8e8;
}
*/


 .menu-inner .menu-item .menu-link:not(.active):hover .menu-icon{
    color:#fff !important;
    background-color: #803814 !important;
}

 .menu-inner .menu-item .menu-link:not(.active):hover div{
    color:#803814 !important;
}



 .menu-inner > .menu-item.active > .menu-link div{
     color:#803814 !important;
}



 ul.menu-sub li.active a .menu-icon {
    color:#fff !important;
    background-color: #803814 !important;
}

ul.menu-sub li.active a div{
     color:#803814 !important;
}


/* site-css-start */

@media screen and (min-width:1200px){
    #layout-navbar{
        display: none !important;
    }
}

.layout-page{
    background: #fff8e1 !important;
}

.layout-page:before{
    display: none !important;
}

.btn-black, .btn-black:hover, .btn-black:active{
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    box-shadow: 0 .125rem .25rem 0 rgba(225, 225, 255, .4) !important;
}

/* .table-responsive table{
    white-space: nowrap;
} */

@media screen and (max-width:640px){
   #calendar .fc-header-toolbar{
        flex-direction: column !important;
        gap: 5px;
   }

   #calendar .fc-header-toolbar > .fc-toolbar-chunk{
        width: 100% !important;
        display: flex;
        justify-content: space-between;
   }

    .dataTables_filter{
        width: 100% !important;
    }

    .dataTables_filter label {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .dataTables_filter label input{
        flex: 1;
    }

    .dataTables_length label {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: flex-end !important;
    }
}
.not-assigned {
    height: 10px;
    width: 10px;
    background: red;
    border-radius: 10px;
    /* margin-left: -12px; */
    position: absolute;
    bottom: 4px;
    left: 0;
}
/* site-css-end */

.dropdown-menu .dropdown-item.logout:hover {
    background-color: rgb(255 0 0 / 18%) !important;
}


.dropdown-menu .dropdown-item.logout:hover span {
    color: #ff0000 !important;
}

.dropdown-menu .dropdown-item.logout:hover i {
    background: #ff0000;
    color: white;
}
