/* Default Css from aon style css start */

i.bi {
    position: relative;
    top: 0px;
}


/* CSS Document */
body {
    font-family: Helvetica Now Text W05;
    font-weight: 400;
    font-size: 14px;
    color: #262836;
    line-height: 1.3;
    background-color: #fff;
}

/********* Page Loader Css *********/
/*Start*/
.loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(249 252 252 / 96%) no-repeat center center;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loading img {
    width: 24px;
}

.loading span {
    display: inline-block;
    margin-top: 7px;
    font-size: 14px;
    margin-left: 9px;
    opacity: 0.8;
    font-weight: 700;
}

/********* Page Loader *********/

/*Font colors*/
/*Primary*/
.red {
    color: #EB0017 !important;
}

.white {
    color: #FFF !important;
}

.black {
    color: #000 !important;
}

/*Background colors*/
/*Primary*/
.red-bg {
    background-color: #EB0017 !important;
}

.white-bg {
    background-color: #FFF !important;
}

.black-bg {
    background-color: #000 !important;
}

/*Border colors*/
/*Primary*/
.red-br {
    border-color: #EB0017 !important;
}

.white-br {
    border-color: #FFF !important;
}

.black-br {
    border-color: #000 !important;
}

/*Fill(svg) colors*/
/*Primary*/
.red-fill {
    fill: #EB0017 !important;
}

.white-fill {
    fill: #FFF !important;
}

.black-fill {
    fill: #000 !important;
}

/*Bootstrap overrides*/
.btn,
input:not([type="checkbox"]),
optgroup,
select,
.custom-select,
textarea,
.form-control,
.custom-file,
.custom-file-input,
.custom-file-label,
.custom-file-label::after {
    font-family: Helvetica Now Text W05;
    font-size: 14px;
    color: #4D4F53;
    min-height: 38px;
    border-radius: 0;
    font-weight: 500;
    appearance: auto;
}

input[type='checkbox'] {
    min-height: 20px;
}

select {
    height: auto;
}

.custom-file-label {
    color: #7e7e7e;
    padding-top: 10px;
}

.custom-file-label::after {
    height: auto;
    padding-top: 10px;
}

.form-control:hover:not(:disabled),
.custom-select:hover {
    box-shadow: none;
    /*border: 1px solid #00A5DD;*/
}

.form-control:active,
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    /*border:1px solid #003f72 !important;*/
}

.dropdown-item {
    font-size: 14px;
}

.btn {
    min-width: auto;
    box-shadow: none !important;
}

.btn-sm {
    padding: .5rem .75rem !important;
    height: auto !important;
    line-height: 1;
}

label,
.form-label {
    font-weight: 700;
    margin-bottom: 3px;
}

label .labelHelper {
    display: block;
    font-size: 12px;
    color: #9B9B9B;
}

.copyRight,
.text-sm {
    font-size: 12px;
    margin-bottom: 0;
}

/* Feedback */
.errorC {
    color: #BF4C4A;
}

.warningC {
    color: #F0A800;
}

.successC {
    color: #7AB800;
}

.errorBG {
    background-color: #BF4C4A;
    color: #fff;
}

.warningBG {
    background-color: #F0A800;
}

.successBG {
    background-color: #7AB800;
    color: #fff;
}

/*Typography*/
.table {
    font-size: 1em;
}

/*Error Feedback begin*/
.nav-item .errorSt.active::after {
    top: 10px;
    right: 10px;
}

.form-control.errorSt:not(:disabled) {
    border: 2px solid #BF4C4A;
}

.popover .spc-ol .errorSt::after,
.popover .spc-ol .successSt::after {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    top: 12px;
    right: 10px;
}

.sectionalNav .errorSt::after {
    top: 5px;
    right: 0px;
    content: attr(data-after);
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.popover .spc-ol .successSt::after {
    background-color: #7AB800;
}

.modal.errorFeed .modal-header {
    background-color: #BF4C4A;
    color: #fff;
}

.modal.errorFeed .modal-content {
    border: 2px solid #BF4C4A;
    top: 50px;
}

/*Error feedback end*/

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 300;
}

h4,
.h4 {
    font-weight: 300;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 400;
}

h6,
.h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.clear-both {
    clear: both;
}

.btn.navy-bg {
    background-color: #EB0017 !important;
    border-radius: 4px;
    color: #fff;
}

.btn.navy-bg:hover {
    background-color: #EB0017 !important;
}

/*2021 colors*/
.navy {
    color: #262836 !important;
}

.navy-bg {
    background-color: #262836 !important;
}

.gray-01 {
    color: #46535E !important;
}

.gray-01-bg {
    background-color: #46535E !important;
}

.gray-02 {
    color: #5D6D78 !important;
}

.gray-02-bg {
    background-color: #5D6D78 !important;
}

.gray-03 {
    color: #82939A !important;
}

.gray-03-bg {
    background-color: #82939A !important;
}

.gray-04 {
    color: #ACC0C4 !important;
}

.gray-04-bg {
    background-color: #ACC0C4 !important;
}

.gray-05 {
    color: #CDDBDE !important;
}

.gray-05-bg {
    background-color: #CDDBDE !important;
}

.gray-06 {
    color: #E5EFF0 !important;
}

.gray-06-bg {
    background-color: #E5EFF0 !important;
}

.gray-07 {
    color: #EEF6F7 !important;
}

.gray-07-bg {
    background-color: #EEF6F7 !important;
}

.gray-08 {
    color: #F9FCFC !important;
}

.gray-08-bg {
    background-color: #F9FCFC !important;
}

.orange-lite {
    color: #F25D00 !important;
}

.orange-lite-bg {
    background-color: #F25D00 !important;
}

.orange-dark {
    color: #D14900 !important;
}

.orange-dark-bg {
    background-color: #D14900 !important;
}

.teal {
    color: #29B0C3 !important;
}

.teal-bg {
    background-color: #29B0C3 !important;
}

.teal-dark {
    color: #007585 !important;
}

.teal-dark-bg {
    background-color: #007585 !important;
}

.teal-light {
    color: #7fd0db !important;
}

.teal-light-bg {
    background-color: #7fd0db !important;
}

/* Data palette */
.data-Aqua {
    background-color: #73E2D8
}

.data-Teal {
    background-color: #29B0C3
}

.data-Marine {
    background-color: #0084BB
}

.data-Cobalt {
    background-color: #0055A8
}

.data-Blue {
    background-color: #101E7F
}

.data-Plum {
    background-color: #6E027F
}

.data-Magenta {
    background-color: #A70070
}

.data-Raspberry {
    background-color: #D10058
}

.data-Red {
    background-color: #EA2238
}

.data-Orange {
    background-color: #F25D00
}

.data-Yellow {
    background-color: #FFA600
}

.data-Lime {
    background-color: #8ABD45
}

.data-Green {
    background-color: #12A88A
}

.txt-Aqua {
    background-color: #73E2D8
}

.txt-Teal {
    background-color: #29B0C3
}

.txt-Marine {
    background-color: #0084BB
}

.txt-Cobalt {
    background-color: #0055A8
}

.txt-Blue {
    background-color: #101E7F
}

.txt-Plum {
    background-color: #6E027F
}

.txt-Magenta {
    background-color: #A70070
}

.txt-Raspberry {
    background-color: #D10058
}

.txt-Red {
    background-color: #EA2238
}

.txt-Orange {
    background-color: #F25D00
}

.txt-Yellow {
    background-color: #FFA600
}

.txt-Lime {
    background-color: #8ABD45
}

.txt-Green {
    background-color: #12A88A
}

/* Default Css from aon style css Close */

.clear {
    clear: both;
}

.newSidebar {
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 0;
    overflow-y: auto;
    padding: 40px 30px 0;
    top: 0;
    width: 360px;
    z-index: 10;
}

.newSidebar h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

.newSidebar h2 {
    font-size: 18px;
    line-height: 1.33;
}

.newSidebar .loginForm {
    margin-top: 6rem;
}

.newSidebar .form-control {
    width: 100% !important;
    height: 54px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #acc0c4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.newSidebar .btn.login {
    width: 100%;
    display: block;
    border-radius: 0;
    margin-top: 40px;
    height: 54px;
}

.newContent {
    width: 100%;
    padding: 30px;
    padding-left: 380px;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: url(bg-1.jpg) top left no-repeat;
    background-size: cover;
}

.helpBlock {
    position: absolute;
    bottom: 40px;
}

.brandLogo {
    width: 90px;
}

.brandLogo.landing {
    width: 120px;
    margin-left: -10px;
    margin-bottom: 25px;
}

#defaultNav {
    box-shadow: 0 8px 8px -8px rgb(0 0 0 / 15%);
    z-index: 1099;
}

footer.container-fluid {
    position: sticky;
    top: 100vh;
    background: #fff;
}

#defaultNav .navbar-brand p {
    height: 25px;
    line-height: 25px;
    padding-left: 12px !important;
    margin-left: 5px !important;
}

#navbarNav a.nav-link {
    padding: 20px 18px !important;
    color: rgba(0, 0, 0, .65);
    /* position: relative; */
}

/* #navbarNav a.nav-link::after {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
} */
#navbarNav a.active {
    background-color: #EB0017 !important;
    color: #fff !important;
}

#navbarNav a.nav-link:focus,
#navbarNav a.nav-link:hover {
    /* border-bottom: 3px solid #EB0017; */
    background-color: #eef6f7;
    color: #262836;
}

.navbar-nav .dropdown-menu {
    /* right: 0;
    left: unset; */
}

#landingCarousel {
    height: calc(100vh - 141px);
    overflow-y: hidden;
}

.carousel-caption {
    left: 50%;
    top: 0;
    background-color: rgb(255 255 255 / 25%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 55%;
    height: 100%;
    text-align: left;
    padding-left: 7%;
    padding-top: 12%;
}

.carousel-control-next,
.carousel-control-prev {
    top: calc(50% - 22px);
    width: 8%;
}

.secondMenu {
    position: absolute;
    right: 15px;
    height: 100%;
}

.secondMenu>div {
    display: inline-block;
    position: sticky;
    z-index: 1;
    top: 120px;
    right: 0;
    border-left: 1px solid;
    text-align: right;
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0px 9px 10px -7px #0000006b;
}

.enqHeader {
    width: 50%;
}

.enqTitle {
    text-transform: capitalize;
    font-size: 25px;
    color: #EB0017 !important;
    font-weight: 700;
    padding-bottom: 5px;
}

.enquiryInfo {
    position: absolute;
    right: 25px;
    top: 20px;
}

.equiryActBtns .btn {
    height: 36px;
    line-height: 32px !important;
    padding: 2px 14px;
    min-width: auto;
}

.equiryActBtns .btn i.only {
    margin-top: 11px;
    display: block;
    font-size: 1rem;
}


.jumbotron.master {
    min-height: 220px;
    margin-top: 58px;
    z-index: 1090 !important;
    border-bottom: 1px solid #CDDBDE;
    background-size: cover;
    background-color: #acc0c4;
    background-repeat: no-repeat;
    background-position: center;
    /* box-shadow: 0 6px 13px -5px #0000001a; */
    background: #fff;
}

/* .jumbotron.master h1 {
    color: white;
    text-shadow: 0 1px 3px rgb(0 0 0 / 26%);
} */

.converBody .card {
    position: relative;
}

.converBody .card .postingUser {
    font-size: 2rem;
}

.convAttchmnt {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.authrInfo {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
}

.jumbotron.master.stayFix {
    top: 20px;
}

/* .stayFix .enqDisplayTg {
    display: none;
} */

.enquiryPgMenu .navbar-nav {
    display: none;
}

.enquiryPgMenu>a {
    cursor: pointer;
}

.enqContent {
    /* padding-top: 30px; */
}

.enqContent:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.vertSep {
    width: 1px;
    height: 30px;
    display: inline-block;
    background-color: #cecece;
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: middle;
}

.prodHeads {
    padding: 30px 0 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.productList,
.cpList {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all 0.25s ease-in-out;
    max-height: 160px;
    margin-top: 15px;
    padding-left: 30px;
    width: 96%;
}

.productList.closeSec,
.cpList.closeSec {
    max-height: 0;
    margin-top: 0px;
}

.productList .card,
.cpList .card {
    min-width: calc(25% - 30px);
    max-width: 50%;
    padding: 12px;
    margin-right: 10px;
    justify-content: space-between;
    transform: translateX(0);
    transition: transform ease-in-out 0.5s;
}


#prodAccord {
    z-index: 0;
    position: relative;
}

#prodAccord .accordion-item {
    margin-bottom: 15px;
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .5rem;
    overflow: hidden;

}

#prodAccord .accordion-body,
#prodAccord .accordion-button {
    /* padding: .25rem .5rem; */
    /* background-color: #1fa6b8; */
}

/* .main_contentsection .accordion-button:not(.collapsed) {
    background-color: #eef6f7;
} */
/* #prodAccord .accordion-button {
    
    color: #fff;
} */
/* #prodAccord .accordion-button:hover {
    background-color: #007585;
}
#prodAccord .accordion-button:focus {
    box-shadow: none;
    background-color: #007585;
} */

/* #prodAccord .accordion-button:not(.collapsed) {
    background-color: rgb(41 176 195 / 50%) !important;
    color: #262836;
} */
.prodContents {
    display: flex;
    flex-direction: column;
}

.prodActions {
    position: absolute;
    top: 10px;
    right: 25px;
}

.prodActions a {
    color: #46535e;
}

.prodContents .inner-heading {
    font-weight: 500;
    font-size: 16px;
}

.prodActions i.bi {
    top: 0px;
}

.cp_item p {
    color: #46535E;
}

.label-content {
    color: #46535E;
}

.insurerMenus {
    max-height: 75vh;
    overflow-y: scroll;
}

.list-sub-group {
    padding-left: 0;
}

.list-group-item.head-group {}

.list-sub-group .list-group-item {
    padding-left: 38px !important;
    /* border: 0; */
}

.prodHoldr {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.25);
}

.accordion-button.no-drop::after {
    content: none;
}

.addNewProd,
.addNewCP {
    position: absolute;
    top: 0px;
    right: 0;
}

.toggleSec {
    cursor: pointer;
    opacity: 0.75;
}

.toggleSec:hover {
    opacity: 1;
}

.toggPL {
    max-height: 0;
}

.prodPagi,
.cpPagi {
    position: absolute;
    bottom: calc(50% - 10px);
    width: 100%;
}

.prodPagi.closeSec,
.cpPagi.closeSec {
    display: none;
}

.prodPagi>span,
.cpPagi>span {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    padding: 5px 10px;
}

.prodPagi .prevProd,
.cpPagi .prevCount {
    left: -10px;
}

.prodPagi .nextProd,
.cpPagi .nextCount {
    right: -7px;
}

textarea.form-control {
    min-height: 90px;

}


@media (min-width:1300px) {
    .newSidebar {
        width: 440px;
        padding: 40px 60px;
    }

    .newContent {
        padding-left: 430px;
    }

    .newSidebar h1 {
        font-size: 34px;
        line-height: 42px;
    }

}

.productMenus {
    padding-left: 25px;
    max-height: 240px;
    overflow-y: auto;
}

@media (min-width:1300px) {
    .productMenus {
        max-height: 500px;
    }
}

@media (min-width:1600px) {
    .productMenus {
        max-height: 700px;
    }
}

@media (min-width:2000px) {
    .productMenus {
        max-height: 900px;
    }
}

.prodDesc {
    position: relative;
}

.pDescLoader {
    position: absolute;
    z-index: 10;
}

.pDescLoader img {
    height: 40px;
}

.productMenus>l1>ul {
    display: none;
}

.parentLI {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin-left: -17px;
}

.parentLI>ul {
    display: none;
}

.parentLI.closed::before {
    content: "";
    position: absolute;
    background: #F9FCFC;
    left: 0;
    top: 9px;
    height: 2px;
    width: 8px;
}

.parentLI.closed::after {
    content: "";
    position: absolute;
    background: #F9FCFC;
    left: 3px;
    top: 5px;
    height: 10px;
    width: 2px;
}

.parentLI.open::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    display: block;
    border-top: 2px solid #F9FCFC;
}

.productMenus li {
    line-height: 1.5;
}

.productMenus li a {
    color: #CDDBDE;
}

.productMenus li a:hover {
    color: #F9FCFC;
}

.productMenus li a.active {
    color: #F0AB00;
}

.productMenus li:not(.parentLI) {
    list-style-type: disc;
}

.emptyFllr {
    font-size: 12px;
    padding: 4px 8px;
}

.prodCrumbs {
    position: absolute;
    top: -15px;
    left: -7px;
    font-size: 12px;
    color: #CDDBDE;
}

.prodCrumbs>a {
    color: #E5EFF0;
}

.prodCrumbs>a:hover {
    color: #F9FCFC;
}

.prodDesc .hasSub {
    position: relative;
    text-align: center;
    display: flex;
    flex: 1 1 24%;
    max-width: 32%;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border: 1px solid #E5EFF0;
    margin: 10px;
    cursor: pointer;
    flex-direction: column;
    transition: all 0.24s ease-in-out;
}

@media (min-width: 1600px) {
    .prodDesc .hasSub {
        flex: 1 1 21%;
        max-width: 25%;
    }
}

@media (min-width: 2000px) {
    .prodDesc .hasSub {
        flex: 1 1 20%;
        max-width: 20%;
    }
}

.prodDesc .hasSub.listSubs {
    border-color: transparent;
    background-color: #ACC0C4;
    color: #262836;
}

.prodDesc .hasSub:hover {
    background-color: #E5EFF0;
    border-color: transparent;
    color: #262836;
}

.prodDesc .hasSub p {
    font-size: 11px;
    opacity: 0;
    position: absolute;
    bottom: 0;
}

.prodDesc .hasSub.listSubs p {}

.prodDesc .hasSub:hover p {
    opacity: 1;

}

.prodDemo {
    min-height: 80vh;
}

.pReports .card-num {
    font-size: 6rem;
    text-align: right;
    margin-bottom: 0;
}

table.dataTable thead th {
    border-top: 1px solid;
}

table.dataTable tbody td {
    /* border: 0; */
    border-color: #dee2e6;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
    margin-top: 0 !important;
}

.dataTables_filter input,
.dataTables_length select {
    height: 32px;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_filter input[type="search"] {
    display: block;
    width: 100%;
    border: 1px solid #000;
}

#analysisTabs .dataTables_filter input[type="search"] {
    display: inline;
    width: auto;
    margin-left: 5px;
    min-height: 30px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding-left: 10px !important;
    border-left: 0;
    border-right: 0;
}

table.dataTable tbody tr {
    background-color: initial !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

.tblEnq .dataTables_scroll {
    border-bottom: 1px solid #111;
}

div.dtsp-panesContainer div.dataTables_wrapper div.dataTables_scrollBody {
    height: 160px !important;
}

.fltrs>div {
    margin-bottom: 10px;
}

.productBlock,
#diligenceAccord {
    margin-left: -12px;
    width: calc(100% + 23px);
}

.productBlock .btn-sm,
#diligenceAccord .btn-sm {
    line-height: initial;
}



/* >>> Start of Enquiry SIDEBAR menus */
.pageSidebar {
    border-right: 1px solid #ACC0C4;
    min-height: calc(100vh - 200px);
}

.sdMnuAccord {
    position: sticky;
    top: 131px;
    width: 100%;
}

.sdMnuAccord .accordion-item {
    border: 0;
}

.sdMnuAccord .accordion-header {
    padding: 0;
}

.sdMnuAccord .accordion-button {
    color: #262836;
    background-color: #f2f2f2;
}

.sdMnuAccord .accordion-button:not(.collapsed) {
    color: #262836;
    background-color: #CDDBDE;
    box-shadow: none;
}

.sdMnuAccord .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.sdMnuAccord .accordion-item:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}

.sdMnuAccord ul li {
    list-style-type: none;
}

.sdMnuAccord .insurMenu {
    max-height: calc(100vh - 355px);
    overflow-y: scroll;
}

.fltrs {
    margin-top: -18px;
}

span.dtsp-name {
    font-size: 14px;

}

.dtsp-pill {
    font-size: 12px !important;
}

.dtsp-titleRow {
    display: none;
}

input.dtsp-search {
    font-weight: bold;
    height: auto;
}

div.dtsp-topRow {
    min-height: auto;
}

.dataTables_empty {
    font-size: 14px;
}

.sideMenuSingle {
    width: 100%;
    padding: 10px 1.25rem;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    color: #262836;
    /* background-color: #f2f2f2; */
    display: flex;
    margin-top: 2px;
    text-decoration: none;
}

.sideMenuSingle:hover {
    color: #262836;
}

.sideMenuSingle.active {
    background-color: #CDDBDE;
}

/* <<< End of Enquiry SIDEBAR menus */




.fltrsSec {
    min-height: calc(100vh - 185px);
}

.accordion-header {
    background-color: #EEF6F7;
    padding: 10px;
    position: relative;
}

.accordion-header span.accName {
    cursor: pointer;
}

.accordion-header span.coll {
    position: absolute;
    top: 2px;
    right: 2px;
    display: flex;
    cursor: pointer;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.accordion-item .list-group-item {
    padding-left: 25px;
}

.list-group-editable span.bi {
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;
    font-size: 12px;
    cursor: pointer;
    opacity: 0.65;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.list-group-editable span.bi:hover {
    opacity: 1;
}

.list-group-editable .list-group-item:hover span.bi {
    display: flex;
}

.hdrInfo {
    position: relative;
}

.hdrActions {
    position: absolute;
    top: 10px;
    right: 10px;
}

.editRow {
    cursor: pointer;
    opacity: 0.75;
}

.editRow:hover {
    opacity: 1;
}

.table>:not(:last-child)>:last-child>* {
    vertical-align: top;
}

/* widget overrides */

.selector .selector-available input {
    width: 310px;
}

.selector-available,
.selector-chosen,
.selector select {
    width: 366px !important;
}

.selector-chosen {
    margin-top: 53px;
}

.selector-available h2,
.selector-chosen h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.selector {
    float: none;
}

/* widget overrides end */

#tablesummary th {
    font-size: 14px;
    font-weight: 600;
    color: #262836;
}

#tablesummary tr:last-child td {
    border-bottom: 0px;
    ;
}

#tablesummary tr.selected td {
    background-color: #E5EFF0;
    border-bottom: 1px solid #f9fcfc;
}

#tablesummary tr.selected td {
    background-color: #29B0C3;
    color: #fff;
}


#tablesummary tr td a {
    text-decoration: none;
    cursor: pointer;
    color: #EB0017;
    font-weight: bold;
}

#tablesummary tr.selected td a {
    color: #EB0017;
}

#tablesummary tr.selected td {
    background-color: #eef6f7;
    color: #EB0017;
}


#tablesummary td.selected {
    border-bottom: 0;
}

#tablesummary th a {
    text-decoration: none;
    color: #0084BB;
}

#tablesummary th.selected a {
    color: #fff;
    /* font-weight: bold; */
}

#analysisTabsNav .nav-link span.badge {
    position: relative;
    top: 0px;
    background-color: #82939a;
    font-size: 10px;
    font-weight: 400;
}

#analysisTabsNav .nav-link {
    border: 0;
    background-color: transparent;
    color: #82939a;
    font-size: 14px;
    padding-left: 0;
}

#analysisTabsNav .nav-link:hover {
    color: #5d6d78;
}

#analysisTabsNav .nav-link.active span.badge {
    background-color: #EB0017;
}

#analysisTabsNav .nav-link.active {
    color: #EB0017;
    /* font-weight: bold; */
    background-color: transparent;
}

/* sidebar */

.brkSidebar {
    min-height: calc(100vh - 185px);
    /* overflow-y: auto; */
    padding-top: 1rem;
    border-right: 1px solid #CDDBDE;
}

.brkSidebar .sticky {
    position: fixed;
}

.brkSidebar li a {
    color: #262836;
}

.brkSidebar li a:focus,
.brkSidebar li a:hover {
    color: #EB0017;
}

.brkSidebar li a.active {
    font-weight: bold;
    color: #EB0017;
}

.brkSidebar .subNav {
    margin-left: 20px;
}

.brkSidebar .subNav li::before {
    content: '-';
    /* display: inline-block; */
}

.brkSidebar .subNav li a {
    display: inline-block;
}

#deactivate_form .django-ckeditor-widget {
    width: 100%;
}

.newsFiltersCtrl select {
    width: 100%;
}

.help_text {
    font-size: 12px;
    color: rgb(124, 124, 124);
}

#diligenceAccord .accordion-header {
    padding: 0;
}

#diligenceAccord .accordion-collapse {
    padding: 1rem 1.25rem;
}

#diligenceAccord .accordion-button:not(.collapsed) {
    color: #262836;
    background-color: #eef6f7;
    font-weight: bold;
}

#diligenceAccord .accordion-button {
    transition: all 0.1s;
}

#diligenceAccord .accordion-button:focus,
#diligenceAccord .accordion-button:hover {
    border: 0;
    font-weight: bold;
    box-shadow: none;
}

.editBtn {
    display: inline-flex;
    align-items: center;
}

.addNewBtn {
    color: #262836;
    cursor: pointer;
    margin-left: 6px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

.addNewBtn:hover {
    color: #29B0C3;
}



.response_button {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tablefixhead {
    overflow-x:auto;
    height: calc(100vh - 224px);
    margin-top:-2px;
}


.tablefixhead .table th:first-child,
.tablefixhead .table td:first-child {
  position: sticky;
  left: 0;
}
 
.tablefixhead table {
    width: 100%;
}
 
.tablefixhead table thead tr.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #EEF6F7;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
  }
.tablefixhead .table th:first-child,
.tablefixhead .table td:first-child {
  position: sticky;
  left: 0;
  background: #EEF6F7;
}
.tablefixhead .table th:first-child::after,
.tablefixhead .table td:first-child::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  bottom: -1px;
  width: 5px;
  border-left: 1px solid #CDDBDE;

}
.tablefixhead .table th:first-child::before,
.tablefixhead .table td:first-child::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  bottom: -1px;
  width: 5px;
  border-right: 1px solid #CDDBDE;

}
 
.tablefixhead table thead tr {
    text-align: left;
}

.tablefixhead table thead tr th {
    font-weight: 500;
    background: #EEF6F7;
    color: #262836;
    vertical-align: middle !important;
}

.tablefixhead th td{
    white-space: nowrap;
}

.tablefixhead .form-control{
    width: auto !important;
}


.back_light {
    background: #EEF6F7;
}

.sub_type {
    border-right: 1.3px solid #82939A;
    padding-right: 10px;
    line-height: normal;
    color: #5D6D78;
}

.sub_head,
.sub_typecontent {
    color: #5D6D78;
}

.sub_typecontent {
    font-weight: 400;
}

.tenor {
    padding-left: 10px;
    margin-bottom: 0px;
    line-height: normal;
}

.btn_back {
    background: #EB0017;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #EB0017;
    display: flex;
    align-items: center;
}

.btn-back:hover {
    background: #82939A;
    border: 1px solid #82939A;
}

.save_response {
    background: #EB0017 !important;
    color: #fff !important;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #EB0017 !important;
    display: flex;
    align-items: center;
}

.save_response:hover {
    background: #007585;
    border: 1px solid #007585;
}

.btn_online {
    background: #EB0017;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #EB0017;
    display: flex;
    align-items: center;
}

.btn_online:hover {
    background: #f25d00;
    border: 1px solid #f25d00;
    color: #fff;
}

.title_back {
    padding: 15px;
}

.title_imagecontent {
    display: flex;
}

/* background, typography set Start */
.survey_head {
    font-size: 20px;
    color: #EB0017;
}

.filter-head {
    font-weight: bold;
    font-size: 20px;
    color: #EB0017;
}

.modal-btn .btn {
    color: #fff;
}

/* Main Content Section Start*/
.main_contentsection {
    padding: 0px;
}

.content_heading {
    margin-bottom: 25px;
}

.main_accordionheading {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    color: #EB0017;
}

.main_contentsection .accordion-button {
    font-weight: 700;
    color: #EB0017 !important;
    background-color: #eef6f7 !important;
}

.main_contentsection .accordion-header {
    padding: 0px;
}

.main_contentsection .accordion-button:not(.collapsed) {
    background-color: #eef6f7;
}

.main_contentsection .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23262836' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.btn-accordion {
    background: #EB0017;
    color: #fff;
    font-size: 14px;
    min-height: 38px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #EB0017;
}

.btn-accordion:hover {
    background: #EB0017;
    border: 1px solid #EB0017;
    color: #fff;
}

.btn-accordion i.bi {
    position: relative;
    top: 0px;
}

.manage_enquiry {
    padding-top: 20px;
}

.manage_enquiry tbody,
.manage_enquiry td,
.manage_enquiry tfoot,
.manage_enquiry th,
.manage_enquiry thead,
tr,
label {
    font-size: 14px;
}

.accordion-body .form-control,
.accordion-body .form-select {
    font-size: 14px;
}

/* Main Content Section Close */
/* Popup Css Start */
.round-border {
    border-radius: 4px;
}

/* Popup Css Close */
.ck-editor-custom .django-ckeditor-widget {
    display: block !important;
    width: 100%;
}

.ck-editor-custom .django-ckeditor-widget .cke_editor_id_notes {
    width: 100% !important;
}

.enquiry-label {
    font-weight: 500;
    min-height: 36px;
}

.clearFltrBtn {
    background-color: #EB0017 !important;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
}

.clearFltrBtn:hover {
    color: #fff;
}

.bi-eye-fill {
    color: #EB0017;
}

.ml-i-2 {
    margin-left: 3px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container .select2-selection--single {
    min-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 65% !important;
}

.select2-container .select2-selection--multiple {
    border-radius: 0 !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.cke_bottom {
    border-top: 0px !important;
    background: #fff !important;
}

#analysisTabs .dataTables_length select {
    margin-bottom: 10px;
    height: 25px;
    min-height: 30px !important;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #EB0017 !important;
    background: #fff !important;
    color: #EB0017 !important;
} */
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current {
    border: 1px solid #EB0017 !important;
    background: #fff !important;
    color: #EB0017 !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button {
    color: #EB0017 !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:active,
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:active {
    color: #fff !important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover {
    background: #EB0017 !important;
    color: #fff !important;
    border: 1px solid #EB0017 !important;
}

/* .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous {
    color: #EB0017;
} */
/* .tablefixhead {
    height: calc(100vh - 527px);
} */

/* Media Query Start */

/* Extra small devices only (portrait phones) */
@media (max-width: 575.98px) {
    .title_imagecontent {
        display: block;
    }

    .title_imagecontent .mobile-width {
        width: 100% !important;
    }

    .title_imagecontent .response_button {
        width: 100% !important;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .title_imagecontent .response_button .btn_back {
        margin-left: 0px
    }
}

/* Small devices only (landscape phones) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .title_imagecontent {
        display: block;
    }

    .title_imagecontent .mobile-width {
        width: 100% !important;
    }

    .title_imagecontent .response_button {
        width: 100% !important;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .title_imagecontent .response_button .btn_back {
        margin-left: 0px
    }

}

/* Medium devices only (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices only (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* your styles */
}

/* Extra large devices only (large desktops) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* your styles */
}

/* Extra extra large devices only (very large desktops) */
@media (min-width: 1400px) {
    /* your styles */
}

@media (max-width: 991.98px) {
    .mobile-btn {
        display: block !important;
        margin-top: 10px !important;
    }

    .mobile-btn .clearFltrBtn {
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile-btn .btn.navy-bg {
        width: 100%;
    }

    .brkSidebar li a {
        padding: 10px 0px 0px 0px;
    }

    .sideMenuSingle {
        padding: 10px;
    }

    .jumbotron.master {
        margin-top: 70px;
    }

    /* .tablefixhead {
        height: calc(100vh - 527px);
    } */
}

/* Media Query Close */

/* Button Css */

.btn.navy-bg:hover {
    background-color: #EB0017 !important;
}

.btn.navy-bg {
    background-color: #EB0017 !important;
    border-radius: 4px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.next-section {
    padding: 8px 10px;
    margin-right: 10px;
}
.save-sec
 {
    border-radius: 4px;
}
.next-section {
    padding: 8px 10px;
    margin-right: 10px;
}

/* Capacity survey Navbar */
.capcity-background {
    background: #ffffff;
    box-shadow: 0 8px 8px -8px rgb(0 0 0 / 15%);
    z-index: 1099;
}
.capacity-logo {
    color: #262836;
}
.capacity-logo:hover {
    color: #262836;
}
.capacity-year {
    color: #EB0017;
}