/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&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 */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 0px ;
}
/* Detached navbar */
@media screen and (max-width: 1199px) {

    .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: 6px;
    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: 5px;
    font-size: 12px;
}

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

@media screen and (max-width:767px) {
    .search-container .controls.pac-target-input {
        top: 12% !important;
        width: 200px !important;
    }

    .search-container #search-button {
        top: 12% !important;
    }
}

#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(14 59 96 / 11%) !important;
}

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

.au-btn--green {
    background-color: #0e3b60;
    /* background-color: rgb(0, 59, 99); */
    color: #fff !important;
    min-width: 120px;
    font-size: 14px;
    border-radius: 7px;
    padding: 10px 0px;
    text-align: center;
    float: left;
}

/* .au-btn--green:hover {
    color: #fff !important;
    transform: translateY(-1px) !important;
    background-color: rgb(0 109 159);
    border-color: rgb(0 109 159);
} */

.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(3, 145, 86) !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.20);
    border: 2px solid red;
    color: #ff0000;
}

.color-box-container .box#blue,
.color-box-container2 .box#blue {
    background-color: rgba(0, 85, 255, 0.20);
    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.20);
    border: 2px solid rgb(3, 68, 0);
    color: rgb(3, 68, 0);
}

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

#layout-menu {
    background: linear-gradient(45deg, #0e3b60, #0e3b60);
}

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


    }

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


    }
}

.avtar-border {
    border-radius: 100px;
    border: 4px solid #0e3b60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.logo-heading {
    font-size: 53px;
    color: #003b63;
    font-family: "Signika", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
}

@media screen and (max-width: 786px) {
    .logo-heading {
        font-size: 40px;
    }
}
