﻿#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.dividerLine {
    display: inline-block;
    width: 63%;
    position: relative;
    margin-left: 15px;
    background-color: #F8F5F1;
    margin-bottom: 0.5%;
    vertical-align: middle;
}

.customAccordian div.card, .customAccordian div.accor-item {
    border: 0px;
    position: relative;
}

.startDiscussAccordian div.card, .startDiscussAccordian div.accor-item {
    border: 0px;
}

.startDiscussAccordian div.card-body, .startDiscussAccordian div.accordion-body {
    padding: 0px;
}

.BackgroundColorAccordian {
    background-color: #FFB037;
}

.updateIcon {
    padding: 8px;
    margin-top: 5px;
    background-color: #DDDDDD;
    height: 35px;
    margin-left: 3px;
}

    .updateIcon:hover {
        background-color: #FFB037 !important
    }

.header-button {
    background-color: #DDDDDD;
    height: 40px;
}

    .header-button:hover {
        background-color: #FFB037 !important
    }

.card-triangle :after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent;
}

.card-triangle :before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.icon {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.icon_image {
    background: #00acff;
    color: #fff;
    border-radius: 8px;
    line-height: 1.45;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0;
    text-align: center;
    text-align-last: center;
    font-size: 42px;
    padding: 4px 0;
    margin-bottom: 4%;
}

.orange-icon {
    background: #ff8c00;
}

.page-title, .content-header-title {
    margin: 0 0 20px !important;
    color: #000 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
}

.icon_title {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.icon_value {
    font-weight: 600;
    font-size: 24px;
    color: #727272;
    font-style: normal;
}

.field-label {
    line-height: 1.428571429;
    color: #555;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-size: 15px;
    margin-right: 13px;
    float: left;
}

.field-label-incard {
    font-size: 17px !important;
    line-height: 1.428571429;
    color: #555;
    font-weight: 600 !important;
    margin-right: 13px;
    float: left;
    clear: both;
    margin-bottom: 8px;
    min-width: 250px;
}

.field-label-incardrisk {
    font-size: 16px !important;
    font-weight: 600;
    display: inline-block;
    color: #656565;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: inherit;
    padding: 0;
}


.field-value-website {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 78%;
    color: #727272;
    word-break: break-word;
}

    .field-value-website:hover {
        text-decoration: underline;
        color: #ff8c00;
    }

.field-value {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: 78%;
    color: #555555;
}

.field-value-view {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #555555;
}

.field-value-incard {
    font-size: 17px !important;
    font-style: normal;
    font-weight: 500;
    width: calc(100% - 205px);
    color: #727272;
    margin-right: 5px;
}

.field-value-incardrisk {
    font-size: 17px !important;
    font-style: normal;
    color: #727272;
    font-weight: 400;
    margin: 10px;
    margin-top: 0px;
}


.custom-control-label::after {
    display: block;
    left: -2.5rem;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
    background-color: #DDD;
    margin-top: 10px;
    margin-left: 22px;
}

.custom-control-label::before {
    display: block;
    left: -2.5rem;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
    background-color: white;
    margin-top: 10px;
    margin-left: 22px;
}



.field-accordian {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: calc(100% - -15px);
    cursor: pointer;
}

    .field-accordian:after {
        border-bottom: 1px solid #e3e3e3;
        content: "";
        width: calc(100% - 50px);
        height: 1px;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: 0;
    }

.accordian-field-label {
    font-size: 17px;
    font-weight: normal;
    background: #fff;
    color: #000;
    padding: 0 10px 0 0;
    position: relative;
    cursor: pointer;
    left: -20px;
}

.accordian-btn {
    background-color: #e5e5e5 !important;
    border: none;
    border-radius: 5px;
    color: #000 !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    text-align: center;
    text-align-last: center;
    width: auto;
}

.arrow-icon {
    float: right;
    font-size: 14px;
    height: 25px;
    text-align: center;
    text-align-last: center;
    width: 25px;
    background: #efefef;
    color: #727272;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    line-height: 24px;
    padding-left: 5px;
    cursor: pointer;
}

.accordian-searchtxtbox {
    width: 28%;
    left: 65%;
    height: 40px;
    z-index: 99;
    position: absolute;
    top: 5%;
}

.icon-search {
    position: relative;
    left: 93%;
    margin-top: 5px;
    z-index: 99;
}

.accordian-body-field-label {
    line-height: 1.428571429;
    color: #ABB4C4;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.accordian-body-field-value {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #69707D;
}

.media-view-empty {
    border: 1px solid #dddddd;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
    text-align-last: center;
    font-size: 15px;
}

.input-field {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: inherit;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    margin-right: 20px;
    padding: 5px 10px;
    width: 100%;
}

.txtlabel {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    text-align-last: right;
}

.institute-description {
    color: #555555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 2px 0 0;
    text-align: justify;
    white-space: inherit !important;
    margin-bottom: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.institute-description p{
    padding:0px !important;
}

.readmoredes {
    color: #555555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 2px 0 0;
    text-align: justify;
    white-space: inherit !important;
    margin-bottom: 1px;
    display: block;
}

.read-more {
    white-space: inherit;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 600;
    padding: 2px 0 0;
    text-align: justify;
    margin-bottom: 1px;
    color: #ff8c00;
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li a, .lp-closed .lp-sidebar .lp-sidebar-navi ul li a {
    color: #aaa !important;
    font-size: 18px !important;
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-text, .lp-opened-sidebar .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.current > a > span.lp-text, .lp-closed .lp-sidebar .lp-sidebar-navi ul li.active-page > a > span.lp-text {
    color: #feba57;
}

.lp-opened-sidebar .lp-sidebar, .lp-closed .lp-sidebar {
    background-color: #242424;
}

.lp-opened-sidebar .lp-sidebar-header, .lp-closed .lp-sidebar-header {
    background-color: white !important;
    height: 58px !important;
}

.navbar-expand-lg {
    background-color: white !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.lp-opened-sidebar .lp-sidebar .lp-sidebar-wrapper, .lp-closed .lp-sidebar .lp-sidebar-wrapper {
    top: 58px !important;
}

body.lp-opened-sidebar .lp-content {
    padding: 0 -1px 24px 274px;
}

.button-orange-small {
    background: #DDDDDD;
    border-radius: 50%;
    height: 35px;
    padding: 0;
    text-shadow: 0 0 0 !important;
    width: 35px;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0;
    border: none !important;
    z-index: 1;
    position: relative;
    margin-right: 5px;
    line-height: 30px;
    margin-left: 3px;
}

.button-orange-small:hover {
    background: #293267;        
}

.icon-small {
    margin-left: -3px;
    color: #212529;
}
.button-orange-small:hover .icon-small {
    color: #fff;
}
.headingOperation {
    line-height: 20px !important;
    color: #000 !important;
    font-size: 21px !important;
    margin-top: 5px !important;
}
.searchtxtboxaccordian {
    width: 100%;
    left: 65%;
    height: 40px;
    z-index: 9;
    position: absolute;
}
.icon-search-accordian {
    position: relative;
    left: 93%;
    margin-top: 8px;
    z-index: 99
}
.checkrow {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 0;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    color: #555;
}
.check-box {
    width: 20px;
    border: 1px solid #ccc;
}
.csvbtn {
    background-color: #FC5404;
    color: white;
    margin-right: 1%;
    height: 27px;
    padding: 0px 12px !important;
}
.advbtn {
    background-color: #C84B31;
    color: white;
    margin-right: 1%;
    height: 27px;
}