/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white-color: #ffffff;
    --black-color: #222222;
    --primary-color: #ACC66A;
    --secondary-color: #1894D2;
    --light-bg: #D3D3D3;
    --table-header-bg: #FAFAF9;
}

html {
    font-size: 100%;
}

*, html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: var(--black-color);
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #FCE7DC;
    font-size: 1rem
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

::-moz-selection {
    color: #ffffff;
    background: var(--secondary-color)
}

::selection {
    color: #ffffff;
    background: var(--secondary-color)
}

h1, h2 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--black-color)
}

.content-wrapper {
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sidebar-mini .content-wrapper {
    padding-left: 18.75rem;
}

.menu-clicked .content-wrapper {
    padding-left: 0
}

.content-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .content-wrapper .content {
        padding: 2.188rem 1.875rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        padding-top: 0px;
    }

.white-box {
    flex: 1 1 auto;
    width: 100%;
    background-color: var(--white-color);
    border-radius: 0.75rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    padding: 1.2rem 1.25rem;
    min-height: 100%
}

    .white-box h1, .white-box h2 {
        padding: 0 1.25rem;
        margin: 0 -1.25rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #EBEBEB;
    }

.shadow-box-1 {
    width: 100%;
    padding: 1.563rem;
    border: 1px solid #ECECEC;
    box-shadow: 0 3px 6px rgba(0,0,0,0.07)
}

.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none !important;
}

.btn.btn-primary {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 0.25rem;
    font-size: 1rem;
    padding: .6rem 1.3rem
}

    .btn.btn-primary:hover {
        opacity: .8
    }

.btn.btn-secondary {
    background-color: #220c42;
    color: var(--white-color);
    border: 1px solid #220c42;
    border-radius: 0.25rem;
    font-size: 1rem;
    padding: .6rem 1.3rem
}

    .btn.btn-secondary:hover {
        opacity: .8
    }

form {
    width: 100%
}

.form-1 {
    font-size: 1rem;
    width: 100%
}

    .form-1 p {
        margin-bottom: 1rem
    }

    .form-1 .form-control, .form-1 .form-select {
        border: 1px solid #C7C7CF;
        height: 2.75rem;
        border-radius: 8px;
        box-shadow: none !important;
        font-size: 0.900rem;
    }

        .form-1 .form-control:focus, .form-1 .form-select:focus {
            border-color: var(--primary-color)
        }

    .form-1 .btn {
        font-size: 1rem
    }

.minus-icon img {
    width: 1.743rem
}

.user-body {
    background-color: var(--white-color);
    border-radius: 0.900rem;
    width: 100%;
    max-width: 28rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    padding: 3.125rem 2.5rem
}

    .user-body.big {
        max-width: 40rem;
    }

.form-check-input {
    border: 2px solid var(--light-bg);
    height: 1.438rem;
    width: 1.438rem;
    min-width: 1.438rem;
    margin-top: 0;
    margin-right: 0.313rem;
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .form-check-input:focus {
        box-shadow: none;
    }

    .form-check-input:focus {
        border-color: var(--primary-color);
    }

.form-check-label a {
    text-decoration: underline;
    color: var(--primary-color);
}

.form-check {
    cursor: pointer;
}

.user-body h1 {
    font-weight: bold;
    color: var(--black-color);
    font-size: 1.25rem
}

.user-body .btn {
    border-radius: 10px !important;
    font-size: 12px;
    font-weight: 600;
    min-height: 48px
}

.user-body label {
    font-size: 12px;
    font-weight: 600;
}

.upload-btn-cover {
    position: relative;
}

.upload-btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.main-header {
    padding: 1.375rem 1.563rem;
    width: 100%;
    position: sticky;
    z-index: 999;
    top: 0
}

    .main-header .logo-sec {
        min-width: 17.188rem;
        width: 17.188rem;
        max-width: 17.188rem;
        flex: 0 0 17.188rem;
        margin-right: 1.875rem
    }

        .main-header .logo-sec a {
            display: block;
        }

        .main-header .logo-sec img, .user-body .logo img {
            width: 12.484rem
        }

.userDropdown .dropdown {
    position: relative;
}

.userDropdown .dropdown-toggle:after {
    display: none;
}

.userDropdown .dropdown-toggle .img-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    margin-right: 1rem;
    height: 3.438rem;
    width: 3.438rem;
    min-height: 3.438rem;
    min-width: 3.438rem;
    display: inline-block;
    border-radius: 100%;
    border: 0;
    overflow: hidden;
}


.userDropdown .dropdown-item {
    color: #000000;
    padding: 0.5rem 1rem
}

.userDropdown .dropdown-menu {
    border: 0;
    border-radius: 0.3rem;
    box-shadow: 0 3px 7px rgba(0,0,0,.07);
    min-width: 15rem;
    width: 100%;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    top: 100% !important;
    margin-top: .8rem !important;
}

.userDropdown .dropdown-item.active, .main-header .dropdown-item:active {
    text-decoration: none;
    background-color: #f8f9fa;
    color: #16181b;
}

.userDropdown .dropdown .user-icon {
    margin-right: .8rem;
    width: 1.5rem
}

.userDropdown .menu-icon img {
    width: 1.688rem
}

.userDropdown .menu-icon {
    cursor: pointer;
}


.main-sidebar {
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    min-width: 18.75rem;
    width: 18.75rem;
    max-width: 18.75rem;
    color: var(--white-color);
    padding: 1.563rem 15px;
    overflow: auto;
    padding-top: 0px;
    top: 0;
}

    .main-sidebar > ul, .main-sidebar ul > li {
        display: block;
        width: 100%;
        background: #fff;
        margin-bottom: 5px;
        border-radius: 50px;
    }

        .main-sidebar ul > li > a {
            padding: 0.638rem 1.175rem;
            display: flex;
            align-items: center;
            width: 100%;
            font-weight: 600;
            font-size: 14px;
            color: #000;
            background-color: transparent;
        }

    .main-sidebar .dropdown-menu {
        position: relative !important;
        margin: 0px !important;
        transform: none !important;
        border-radius: 0;
        border: 0;
        background-color: var(--white-color)
    }

    .main-sidebar .dropdown > a:after {
        margin-left: auto;
        content: '';
        height: .6rem;
        width: .6rem;
        border-left: 0;
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        display: block;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: -.4rem;
    }

    .main-sidebar .dropdown > a:hover:after {
        margin-left: auto;
        content: '';
        height: .6rem;
        width: .6rem;
        border-left: 0;
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        display: block;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: -.4rem;
    }

    .main-sidebar ul > li.active > a, .main-sidebar ul > li:hover > a, .main-sidebar ul > li > a[aria-expanded="true"] {
        color: var(--primary-color)
    }

    .main-sidebar .icon-sidebar {
        margin-right: .6rem;
        min-width: 1.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-sidebar ul > li.active > a:after, .main-sidebar ul > li:hover > a:after, .main-sidebar ul > li > a[aria-expanded="true"]:after {
        border-color: var(--white-color);
    }

    .main-sidebar ul > li > a[aria-expanded="true"]:after {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: .2rem
    }

    .main-sidebar .dropdown-menu a {
        color: var(--primary-color);
        padding-top: .8rem;
        padding-bottom: .8rem
    }

.menu-clicked .main-sidebar {
    left: -100%
}

.main-sidebar .sidebar {
    width: 100%;
    padding: 0;
}

.table {
    border: 1px solid #E7E5E4;
    font-size: 0.8rem;
}

    .table > thead {
        background-color: var(--table-header-bg);
        color: var(--black-color);
        border-color: #E7E5E4;
        font-size: 0.8rem;
        text-transform: capitalize;
        font-weight: normal;
    }

    .table > :not(caption) > * > * {
        padding: .7rem;
        vertical-align: middle;
        font-size: 0.8rem;
    }

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        border-color: #E7E5E4 !important;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        font-size: 0.8rem;
    }

.page-link {
    color: var(--secondary-color)
}

.page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.page-link:focus {
    box-shadow: none;
}

.card-header img {
    height: 3rem;
    margin: 1rem auto;
    display: block;
}

.footer {
    background: #ffffff;
    text-align: center;
    padding: 0;
    padding-left: 16.75rem;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

    .footer .footer-inner {
        padding: 0.7rem 1.875rem;
        width: 100%;
        font-size: 0.8rem;
    }

.menu-clicked .footer {
    padding-left: 0
}

.btn.btn-secondary, .btn.btn-primary, .btn.btn-danger {
    padding: 0.3rem 1rem !important;
    border-radius: 50px;
}

.loginBox .btn.btn-primary {
    text-transform: uppercase;
    padding: 0.9rem 2rem;
}

.logo-sec {
    background: #fff;
    border-radius: 10px;
    padding: 25px 15px;
    min-height: auto;
    margin-bottom: 30px;
}

    .logo-sec img {
        max-width: 126px;
        width: 100%;
    }

.outerWhiteBox {
    width: 100%;
    background-color: var(--white-color);
    min-height: calc(100vh - 180px);
    position: relative;
}

.cornerBg::after {
    position: absolute;
    top: 0;
    right: 0px;
    content: "";
    width: 0;
    height: 0;
    border-width: 0 50px 50px 0;
    border-color: transparent #F0F6F5 transparent transparent;
    border-style: solid;
}

.outerWhiteBox label {
    font-size: 0.8rem;
    width: 100%;
    font-weight: 700;
}

.outerWhiteBox .form-control, .outerWhiteBox .form-select {
    font-size: 0.8rem;
    border-radius: 6px;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x)/ 4);
    padding-left: calc(var(--bs-gutter-x)/ 4);
}

.row {
    margin-right: calc(var(--bs-gutter-x)/ -4);
    margin-left: calc(var(--bs-gutter-x)/ -4);
}

.outerWhiteBox .btn.btn-secondary, .outerWhiteBox .btn.btn-primary {
    padding: 0.3rem 1.7rem;
    border-radius: 50px;
}

.subHeading {
    font-size: 1rem;
}

.tableIcons {
    padding: 0.3rem;
}

    .tableIcons:hover .viewIcon {
        stroke: #0BB3A2;
    }

    .tableIcons:hover .editIcon, .tableIcons:hover .deleteIcon {
        fill: #0BB3A2;
    }


.userDropdown {
    padding: 1rem 0;
}

    .userDropdown img {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        margin-right: 0.5rem;
    }

    .userDropdown .username {
        font-size: 0.9rem;
        color: #1894D2;
        font-weight: 600;
    }

    .userDropdown .userid {
        font-size: 0.75rem;
        color: #222222;
    }

    .userDropdown .username::after {
        content: '';
        height: .5rem;
        width: .5rem;
        border-top: 2.5px solid var(--primary-color);
        border-right: 2.5px solid var(--primary-color);
        display: inline-block;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: -.4rem;
        margin-left: .5rem
    }

    .userDropdown .dropdown-menu {
        position: absolute !important;
        padding: 0px;
    }

.mainHeading {
    font-size: 1.5rem;
    font-weight: 600;
    min-height: 64px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topFilter .col {
    min-width: 120px;
}

.table tr th:first-child {
    min-width: 40px;
}

.table tr th {
    min-width: 100px;
}

.page-link {
    padding: 0.275rem 0.65rem;
}

.page-item > * {
    font-size: 0.8rem;
}

.copyrightTextBuidings {
    background: #F6F5F0;
    padding: 0.8rem;
    border-radius: 8px;
    margin-top: 10px;
}

    .copyrightTextBuidings p {
        font-size: 0.6rem;
        margin: 0px;
        text-align: center;
    }

.leftInnerMenu ul {
    list-style: none;
    position: relative;
    border-right: 1px solid #E8E6E5;
}

    .leftInnerMenu ul li {
        padding: 15px 0 15px 50px;
        position: relative;
    }

        .leftInnerMenu ul li::before {
            width: 25px;
            height: 25px;
            display: inline-block;
            border-radius: 50px;
            position: absolute;
            content: "";
            left: 5px;
            top: 13px;
            border: 8px solid #F5F5F5;
            background: #9D9D9D;
        }

        .leftInnerMenu ul li::after {
            width: 5px;
            height: 22px;
            display: inline-block;
            border-radius: 5px;
            position: absolute;
            content: "";
            left: 15px;
            top: 42px;
            background: #F5F5F5;
        }

        .leftInnerMenu ul li.active::before {
            background: #0BB3A2;
            border-color: #E4F9F7;
        }

        .leftInnerMenu ul li.current::before {
            border: 8px solid #fff;
            background: #0BB3A2;
        }

        .leftInnerMenu ul li:last-child::after {
            display: none;
        }

        .leftInnerMenu ul li a {
            text-transform: uppercase;
            font-size: 0.8rem;
            font-weight: 600;
        }

.leftInnerMenu ul {
    list-style: none;
    position: relative;
    height: calc(100vh - 150px);
}

.calendarIconCss {
    padding-right: 40px;
}

.calendarOuter {
    position: relative;
}

    .calendarOuter span {
        /*		position: absolute;*/
        right: 10px;
        top: 2px;
    }

.headingHeightAuto {
    min-height: auto;
}

.bg-secondary {
    background-color: #263477 !important;
    color: #fff;
}

.themeCard .card-header:first-child {
    border-radius: 0px;
}

.card.themeCard {
    background-color: #F0F6F5;
    border: none;
    border-radius: 0px;
}

.NewaddIcon a {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

.NewaddIcon img {
    width: 22px;
    margin: 0px;
    height: auto;
}

.NewaddIcon a img.arrowIcon {
    width: 18px;
    margin-left: 5px;
}

.bg-primary {
    background-color: #0BB3A2 !important;
    color: #fff;
}

.mainHeading span small {
    font-size: 12px;
    color: #222222;
}

.folderBox {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

    .folderBox a {
        border: 1px solid #CECECE;
        padding: 10px;
        border-radius: 10px;
        height: 100%;
        margin-right: 15px;
        max-width: 115px;
        min-width: 115px;
        width: 100%;
        position: relative;
        display: inline-block;
    }

    .folderBox span {
        font-size: 12px;
        color: #222222;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .folderBox a.addFolder {
        display: flex;
        justify-content: center;
        align-items: center;
    }



.whiteColor {
    color: #fff !important;
}


.lightBg {
    background: #F0F6F5;
}

.whiteBlogAcc {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}


.click_heered_download {
    color: #fff;
    display: flex;
    color: #000;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("../images/down.svg");
    width: 1rem;
    background-position: 0px;
}

.accordion-button::after {
    background-image: url("../images/up.svg");
    width: 1rem;
    background-position: 0px;
}

.accordion-button::after {
    background-size: 1rem;
}

.accordion-item {
    margin-bottom: 8px;
}

.accordion-button.sub {
    background: #0BB3A2 !important;
    border: 1px solid #0BB3A2 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 16px !important;
}

    .accordion-button.sub.collapsed {
        background: #E1E4F1 !important;
        border: 1px solid #ABB3D5 !important;
        color: #263477 !important;
        font-size: 14px;
        font-weight: normal;
    }

.accordion-button {
    background: #263477 !important;
    border: 1px solid #263477 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 16px !important;
}

    .accordion-button.collapsed {
        background: #E1E4F1 !important;
        border: 1px solid #ABB3D5;
        color: #263477 !important;
        font-size: 14px;
        font-weight: normal;
    }

    .accordion-button:focus {
        outline: none !important;
        box-shadow: none;
    }

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.colorRed {
    color: #DD3535;
}

.smFont {
    font-size: 12px;
}

.addBlog {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 12px;
}

.smAddBtn {
    background: #0BB3A2;
    font-size: 12px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: bold;
}

    .smAddBtn:hover {
        background: #0BB3A2;
        font-size: 12px;
        color: #fff;
        padding: 5px 15px;
        border-radius: 30px;
        font-weight: bold;
        opacity: 0.9;
    }

.radioBtnBlog {
    float: left;
    margin: 5px 30px 0 0;
}

.SelectViewBlog {
    display: flex;
    align-items: center;
}

.whiteBlogReport {
    background: #fff;
    box-shadow: 0 0px 5px #eee;
    padding: 15px;
}

.serachbar {
    flex: 0 0 224px;
    max-width: 224px;
}

.search-input {
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url('../images/search-icon.svg');
    padding-right: 40px;
}

.main-sidebar .dropdown-menu.show {
    background-color: #eaf2f0;
    padding: 10px;
    border: 1px solid #fff;
}

    .main-sidebar .dropdown-menu.show li a {
        color: #333;
        padding: 8px 10px;
        font-size: 14px;
    }

        .main-sidebar .dropdown-menu.show li a:hover {
            color: #0BB3A2;
        }



.pmIcons {
    position: absolute;
    right: 48px
}

.searchIcons {
    position: absolute;
    top: 2px;
    right: 8px;
}


.arrMessage {
    font-size: 10px !important;
    font-weight: bold;
}

.calendarOuter i {
    position: absolute;
    right: 10px;
    top: 2px;
}

.astric-text-danger {
    color: red;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px
}



/*24-05-2022--------------*/
.deleteIcon {
    color: red !important;
}




/*02-06-2022---------------------------------------------------*/

.logoTop {
    width: auto;
    background: none;
    float: left;
    padding: 10px 0 0 30px !important;
}

    .logoTop img {
        width: 100px;
    }

.titleBlog {
    float: left;
    padding-top: 26px;
    padding-left: 30px;
}


.bashboardMain {
    padding: 0 !important;
}



.totalJobs {
    padding: 15px;
    background-image: linear-gradient(to right, #da9d0a 0%, #DA9D0A 100%);
}

.pendingEnquiries {
    padding: 15px;
    background-image: linear-gradient(to right, #8A0AC5 0%, #BA43FF 100%);
}

.actionList {
    padding: 15px;
    background-image: linear-gradient(to right, #8DA009 0%, #A8BD14 100%);
}

.blogBox h2 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.blogBox p {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.messageAlrt {
    background: #DD3535;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0BB3A2;
    border-color: none;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
}

.tabsBlog {
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    color: #333;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    margin-right: 3px;
    padding: 5px 15px;
    display: flex;
    background-color: #F1F1F1;
}

.titleMainBox {
    font-size: 18px;
    border-bottom: 1px solid #EAEEED;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.whiteBg {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0px 5px #e8e8e8;
    margin-top: 10px;
    border-radius: 8px;
}



.nav-tabs.innerTab .nav-item.show .nav-link, .nav-tabs.innerTab .nav-link.active {
    color: #fff;
    background-color: #0BB3A2;
    border-color: none;
    border-radius: 30px !important;
    font-size: 14px;
}

.nav-tabs.innerTab .nav-link {
    color: #333;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 3px;
    padding: 5px 15px;
    display: flex;
    margin-bottom: 10px;
    background-color: #F1F1F1;
}

.addInspectionBtn {
    text-align: right;
    float: right;
}

.lineHeightTitle {
    line-height: 40px;
}

.titleMainBox span {
    font-size: 12px;
}

.maxW1 {
    width: calc(100% - 42px);
    float: left;
    margin-right: 5px;
}

.maxW2 {
    width: calc(100% - 85px);
    float: left;
    margin-right: 5px;
}


.itemsInspectTitle {
    background: #EFF8F6;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}

.borderTopNone {
    border-radius: 0 0 8px 8px !important;
}

.listRightIcons {
    float: right;
}

.itemListBlog li a.active {
    color: #0BB3A2;
}

.itemListBlog li a:hover {
    color: #0BB3A2;
}

.itemListBlog li {
    float: left;
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.subTitleTex {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.radioBntBlog {
    display: flex;
    align-items: center;
    justify-content: start;
}



.closeIcons {
    position: absolute;
    top: -10px;
    right: 8px;
}

    .closeIcons img {
        width: 20px;
    }

.relative {
    position: relative;
}


/*17-06-2022----*/
.maltiBlogBoxAdd {
    background: #F4F9F8;
    padding: 8px;
    border-bottom: 1px solid #F0F6F5;
}

/*-------07-10-2022-------*/
.chatMainBlog {
    height: 450px;
    overflow: auto;
}

    .chatMainBlog ul {
        margin: 0;
        padding: 0;
    }

        .chatMainBlog ul li {
            list-style: none;
            border-bottom: 1px solid #E4E4E4;
            padding: 0 10px 10px 10px;
            margin-bottom: 10px;
        }

            .chatMainBlog ul li h2 {
                font-size: 18px;
                color: #333;
                margin: 0 0 5px 0;
                font-weight: bold;
            }

                .chatMainBlog ul li h2 span {
                    font-size: 11px;
                    color: #333;
                }

            .chatMainBlog ul li p.chatMessage {
                font-size: 12px;
                color: #333;
                margin: 0 0 5px 0;
                font-weight: 400;
                line-height: 16px;
            }

            .chatMainBlog ul li p.chatDate {
                font-size: 10px;
                color: #333;
                margin: 0;
            }

.chatBottomBox {
    margin-top: 10px;
}






.iconView {
    position: relative
}

.eyeIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

    .eyeIcon img {
        width: 20px
    }





/*-----02-11-2022-------*/


.web-box {
    display: flex;
    align-items: start;
    font-size: 18px;
    font-weight: bold;
}


.title-neuston {
    font-size: 20px !important;
    font-weight: 700;
}

.closeListBtn {
    background: #DD3535;
    padding: 3px 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
}

    .closeListBtn:hover {
        color: #fff;
        opacity: 80%;
    }


.aLink {
    font-size: 12px;
    font-weight: 600;
    color: #C86B98
}

/*-----------*/


.iconBuilding {
    position: relative
}

.btnBuilding {
    background: #e9bfa8;
    padding: 18px 10px;
    border-radius: 22px;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-left: 68px;
    justify-content: center;
    color: #220c42;
    line-height: 26px;
}

.iconBuilding {
    display: flex;
    align-items: start;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
}

    .iconBuilding i {
        position: absolute
    }

    .iconBuilding img {
        max-width: 80px
    }

.blogBuildingName h4 {
    font-weight: 800;
    font-size: 22px;
    color: #220c42;
    margin-bottom: 0
}

.web-box i {
    width: 75px;
}

    .web-box i img {
        padding-right: 15px;
        max-width: 75px;
    }

.learnMoreBlog {
    display: flex;
    align-items: end;
    font-size: 18px;
    font-weight: bold;
}

    .learnMoreBlog i img {
        padding-right: 15px;
        max-width: 103px;
    }

.learnMoreBtn, learnMoreBtn:hover, learnMoreBtn:focus {
    background: #220c42;
    border-radius: 30px;
    padding: 0 20px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    min-width: 215px
}

 
.openBuildingBtn {
    background: #220c42;
    border-radius: 30px;
    padding: 1rem 2.5rem;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center
}

    .openBuildingBtn:focus {
        background: #220c42;
        border-radius: 30px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .openBuildingBtn:hover {
        background: #220c42;
        border-radius: 30px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }



.firstPage:before {
    content: "";
    right: -447px;
    bottom: -397px;
    height: 650px;
    width: 650px;
    background: #c26b99;
    border-radius: 50%;
    position: absolute;
}

.uploadImagesMobile img {
    width: 38px
}



.detailFontSize {
    position: relative;
}

.outerWhiteBox {
    overflow: hidden;
}



.maxWidthBox {
    max-width: 450px !important;
    padding: 0 6px;
}

.learnBottom {
    padding:30px 0 0 0px;
}

.learnMoreBlog span {
    display: flex
}

.blogPadding {
    padding: 15px
}

.firstPage .detailFontSize p {
    font-size: 14px;
    color: #220c42;
    font-weight: 600;
}

/*----------*/
.secndPage:before {
    content: "";
    right: -200px;
    bottom: -117px;
    height: 230px;
    width: 280px;
    background: #e9bfa8;
    border-radius: 48%;
    position: absolute;
}

.secndPage {
    padding: 15px
}

    .secndPage .blogBuildingName h4 {
        font-weight: 800;
        font-size: 22px;
        color: #220c42;
        margin-bottom: 0
    }

    .secndPage .web-box i {
        width: 160px;
    }

        .secndPage .web-box i img {
            padding-right: 25px;
            max-width: 150px;
        }

    .secndPage .detailFontSize p {
        font-size: 14px;
        color: #220c42;
        font-weight: 600;
        width: 78%;
    }

    .secndPage .btnBuilding {
        background: #e9bfa8;
        padding:12px 30px;
        border-radius: 20px;
        text-align: center;
        width: 100%;
        font-size:12px;
        font-weight: 800;
        display: flex;
        align-items: start;
        margin-left: 40px;
        justify-content: center;
        color: #220c42;
        line-height: 23px;
    }

    .secndPage .iconBuilding {
        display: flex;
        align-items: start;
        font-size: 18px;
        font-weight: bold;
        align-items: start;
    }

        .secndPage .iconBuilding img {
            max-width: 60px;
        }

    .secndPage.outerWhiteBox .form-control, .secndPage.outerWhiteBox .form-select {
        border-radius: 30px !important;
        border: 2px solid #737373 !important;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        outline: none;
        box-shadow: none
    }



    .secndPage .btnNormal.btn-danger {
        background: #c26b99;
        border: none;
        color: #220c42;
        padding: 12px 20px !important;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700 !important;
        border: none;
        border-radius: 18px !important;
        min-width: 125px;
    }

    .secndPage .btnNormal.btn-primary {
        background: #e9bfa8;
        color: #220c42;
        padding: 12px 20px !important;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700 !important;
        border: none;
        border-radius: 18px !important;
        min-width: 125px;
    }

    .secndPage .btnNormal.btn-secondary {
        background: #220c42;
        color: #fff;
        padding: 12px 20px !important;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700 !important;
        border: none;
        border-radius: 18px !important;
        min-width: 125px;
    }

    .secndPage .textareaHeight {
        height: 200px !important
    }


.esImages img {
    width: 150px;
    height: 150px;
    border-radius: 10px
}

.divDevelopers {
    background: #f3dcd1;
    float: left;
    width: auto;
    border-radius: 30px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px
}



/* redesign 23-sept-2025 */
body {
    background: linear-gradient(108.64deg, #EEF0FF 3.15%, #F1ECFF 39.74%, #F9E6FD 70.46%, #FCF8F4 97.11%);
}
.btn.btn-primary {
    background: #3e3d77;
    border-color: #3e3d77;
}

.user-body{
    border: 1px solid #fff;
    background: #FFFFFF80;
    border-radius: 10px;
}

.aLink {
    color: #3e3d77;
}
.form-check-input:checked {
    background-color: #DF9E9F;
    border-color: #DF9E9F;
}
.form-check-input:focus, .form-1 .form-control:focus, .form-1 .form-select:focus {
    border-color: #DF9E9F;
}


/* 2-oct -2025*/
.secndPage.outerWhiteBox .form-control, .secndPage.outerWhiteBox .form-select {
    border: 1px solid #dddddd !important;
}
.openBuildingBtn {
    text-align: left;
}

.prev-inspection-table table td:first-child {
    font-weight: 700; font-size:12px
}
#divItemPeriodicInspectionHistory span {
    font-size: 12px;
    font-weight: 700;
}

.web-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

/**/
.disabled-tile {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

#twoFactorModal img {
    width: 200px;
    margin: auto;
}

#verify2FAFrm a.text-link {
    color: #c86b98;
    text-decoration: underline;
}
.errorPage_container .btn {
    width: 150px !important;
}
.errorPage {
    padding: 16px;
}
.authentication2fa {
    border: 1px solid #fff;
    background: #FFFFFF80;
    border-radius: 10px;
    padding:35px 40px;
    max-width: 437px;
    margin: auto;
}

@media(max-width:575px){
    .errorPage h1 {
        font-size: 28px;
    }
}

.btn-tp-btm-gp {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.needhelpbtn, .needhelpbtn:hover {
    background: #cc739c;
    border-radius: 30px;
    padding: 0 20px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    min-width: 215px;
    text-align:center;
    margin-bottom:10px
}

.section-title .btn i {
    margin-right: 0 !important;
}

.iconBuilding i { 
    top: 50%;
    transform: translateY(-50%);
}
div#loginSection .loginsubtitile {
    font-size: 11px;
    text-align: center;
    margin-bottom: 4px;
}