/* ------------------------------------------------
 Css 
------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    /* background: #F2F5F8; */
    line-height: 1.5;
    overflow-x: auto;
    font-family: 'Inter', sans-serif;
}
a, i, .btn, button, img, span, .dropdown-item, .hover-translate {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
dl, ol, ul {
    margin-bottom: 0;
}
a {
    color: #7b7f82;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
    margin: 0;
}
p {
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
/* header */
.header {
    background: #FFF;
    -webkit-box-shadow: 0 3px 6px #0000000a;
    box-shadow: 0 3px 6px #0000000a;
}
.header .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .navbar {
    padding: 13px 0;
}
.header .navbar-nav li a {
    padding: 5px 8px !important;
    color: #888888;
    font-weight: 400;
    font-size: 17px;
    margin: 0 20px 0 0;
}
.header .navbar-nav li a i,
.header .navbar-nav li a img {
    margin: 0 2px 0 0;
}
.header .navbar-nav li a.active {
    background: #E5EEFE;
    color: #014A97;
}
.header .profile-area {
    max-width: 252px;
    width: 100%;
}
.header-fix {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
}
.main-wrapp .profile-area ul {
    top: 50px !important;
    min-width: 200px;
}
.profile-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    padding: 6px 20px;
    margin: 0 -27px 0 0;
}
.profile-area a.dropdown-item {
    color: #888888;
    font-weight: 500;
    padding: 7px 20px;
}
.profile-area a.dropdown-item:hover {
    background: #E5EEFE;
    color: #014A97;
}
.profile-area a i {
    margin: 0 6px 0 0;
    font-size: 18px;
}
.header .profile-area ul i {
    font-size: 16px;
}
.profile-area .dropdown-toggle {
    position: relative;
}
.profile-area .dropdown-toggle:hover {
    color: #888888;
}
.profile-area a.show::before {
    content: "";
    background: #EEEEEE;
    position: absolute;
    height: 1px;
    width: 84%;
    bottom: 0;
}
.profile-area .dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.profile-area .dropdown-toggle::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888888;
    position: absolute;
    right: 20px;
}
.header .profile-area ul {
    min-width: calc(100% + 27px);
    border-right: 1px solid #014A97;
    border-left: 1px solid #014A97;
    border-bottom: 1px solid #014A97;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 4px 4px #0000001a;
    margin-top: 5px;
    padding: 0;
}
.profile-area a.show {
    border-right: 1px solid #014A97;
    border-left: 1px solid #014A97;
    border-top: 1px solid #014A97;
    border-radius: 4px 4px 0 0;
    padding-bottom: 9px;
}
.mobile-result-area {
    display: none;
}
.main-wrapp .dropdown-menu {
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 4px;
    border: 0;
    min-width: 119px;
}
.main-wrapp .dropdown-toggle:focus {
    box-shadow: none;
}
.mobile-logo {
    display: none;
}
.mobile-left .navbar-brand {
    margin: 0 40px 0 0;
}
/* header END  *******************/
/* section-p  *******************/
.section-p {
    padding: 90px 0 20px 0;
    min-height: 93vh;
}
.action-toggle {
    margin: 0 30px 0 0;
}
.action-toggle .dropdown-item {
    font-size: 14px;
    padding: 2px 13px;
}
.action-toggle .dropdown-item i {
    margin: 0 5px 0 0;
    color: #888888;
}
.action-toggle .dropdown-toggle span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #CCCCCC;
    margin: 2px 1px;
}
.action-toggle button {
    border: 0;
    border-radius: 50%;
    background: #fff;
    width: 26px;
    height: 26px;
    border: 1px solid #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-toggle .dropdown-toggle::after {
    display: none;
}
.heading {
    font-size: 17px;
    font-weight: 500;
    color: #014A97;
    padding: 0;
}
.search-expand {
    position: relative;
}
.search-button-d input {
    opacity: 0;
    position: absolute;
    padding: 5px 10px;
    top: 0;
    right: 50px;
    width: 208px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #EEEEEE;
    background: none;
    border-radius: 4px;
    font-size: 13px;
}
.search-expand .search-button-d input {
    opacity: 1;
    right: 52px;
    border: 1px solid #014A97;
    background: white;
}
.search-button-d input:focus {
    outline: 0;
}
.search-wrapp {
    position: relative;
}
.search-wrapp button {
    border: 1px solid #EEEEEE;
    background: none;
    border-radius: 4px;
    padding: 4px 15px;
    height: 32px;
}
.search-wrapp button i {
    color: #888888;
    font-size: 14px;
}
.live-draft-tab .nav-tabs button:hover {
    border-color: transparent;
}
.search-wrapp.search-expand button {
    border: 1px solid #014A97;
}
.live-draft-tab .nav-tabs button.active {
    color: #0450A2;
    border: 3px solid transparent;
}
.live-draft-tab .nav-tabs button.active {
    position: relative;
}
.live-draft-tab .nav-tabs button.active:after {
    content: "";
    background: #0450A2;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
}
.live-draft-tab .nav-tabs button {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    padding: 0 0 4px 0;
    margin: 0 20px 0 0;
    border: 3px solid transparent;
}
.number-tag {
    background: #0450A2;
    display: inline-block;
    color: #FFF;
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    max-height: 20px;
    line-height: 20px;
    font-weight: 600;
}
.live-dot, .draft-dot, .closed-dot, .archived-dot {
    width: 8px;
    height: 8px;
    background: #2DBF33;
    display: inline-block;
    border-radius: 50%;
}
.draft-dot {
    background: #EEBF40;
}
.dashboard-head {
    padding: 0 0 20px 0;
}
.dashboard-tble {
    margin: 0 0 0 8px;
}
.dashboard-tble tr th {
    color: #888888;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE;
}
.dashboard-tble tbody tr:hover {
    box-shadow: 0 3px 4px #0000000f;
}
.dashboard-tble tr td:first-child, .dashboard-tble tr th:first-child {
    width: 55% !important;
    padding-left: 9px;
}
#draftDataTable tr td:first-child, #draftDataTable tr th:first-child {
    width: 95% !important;
}
.dashboard-tble tr td {
    border-bottom: 1px solid #EEEEEE;
}
.dashboard-tble tr td, .dashboard-tble tr th {
    width: 25% !important;
}
.mobile-tble {
    display: none;
}
.basic-data-tble tr th {
    color: #888888;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE;
}
.basic-data-tble tbody tr:hover {
    box-shadow: 0 3px 4px #0000000f;
}
.basic-data-tble tr td {
    border-bottom: 1px solid #EEEEEE;
}
/* .dashboard-tble tr th {  
  padding-left: 76px;
}
.dashboard-tble tr th:nth-child(2) {
  padding-left: 0;
} */
.dashboard-tble tr td.evaluation-div span {
    color: #888888;
    display: block;
    margin: 0 0 0 16px;
}
.evaluation-div em {
    font-style: normal;
}
.dashboard-tble tbody {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
    max-width: 100%;
}
.dashboard-tble tbody::-webkit-scrollbar {
    width: 0;
}
.dashboard-tble thead, .dashboard-tble thead tr {
    display: block;
}
.dashboard-tble tr th:last-child {
    padding: 0 20px 0 0;
}
.assessment-div i {
    margin: 0 0 0 5px;
}
.dashboard-tble tbody .live-dot, .dashboard-tble tbody .draft-dot {
    margin: 6px 4px 0 0;
}
.dashboard-tble tr td.evaluation-div .assmnt-title {
    color: #888;
    display: block;
}
.action-toggle .dropdown-menu:after, .action-toggle .dropdown-menu:before {
    bottom: 100%;
    left: 94%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.action-toggle .dropdown-menu:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.action-toggle .dropdown-menu:before {
    border-color: transparent;
    border-bottom-color: #014A97;
    border-width: 7px;
    margin-left: -7px;
}
.action-toggle .dropdown-menu {
    border: 1px solid #014A97;
    padding: 13px 0;
}
.action-toggle .dropdown-item.active {
    background: #E5EEFE;
    color: #014A97;
}
.action-toggle .dropdown-item.active i {
    color: #014A97;
}
.days-left-t {
    width: max-content;
    cursor: pointer;
}
.days-left-t:hover .days {
    display: none;
}
.days-left-t:hover .date {
    display: inline;
}
.days-left-t .date {
    display: none;
}
.result-area-content .result-area-content {
    margin: 15px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 20px 15px 0 15px;
}
.result-area-content .additional-settings .accordion-item {
    padding: 0;
    margin: 0;
}
.additional-settings .accordion-header {
    padding: 0;
}
.additional-settings .accordion-body {
    padding: 0;
}
.accordion-item .result-area-bottom {
    padding: 7px 15px;
}
.result-area-bottom > ul,
.bank-head ul { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.result-area-bottom > ul > li:first-child,
.bank-head ul li:first-child {
    width: 37%; 
}
.result-area-bottom > ul > li,
.bank-head ul li {
    list-style: none;
    width: 31%;
}
.bank-head {
    padding: 15px 0 10px 15px;
    border-bottom: 1px solid #EEEEEE;
}
.bank-head ul li {
    color: #888888;
}
.bank-head ul li.action-div{
    width: auto;
    padding: 0 20px 0 0;
}
.result-area-bottom > ul > li.action-toggle-div {
    width: auto;
}
.additional-settings .accordion-button:after {
    width: 0;
    height: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid #666666;
    position: absolute;
    left: 0;
    top: 50%;
}
.action-toggle-div .action-toggle {
    margin: 0;
}
.additional-settings .accordion-header {
    padding: 0;
}
.assessment-main {
    margin: 0 8px;
}
.result-area-bottom.border-t {
    border-top: 1px solid #EEEEEE;
}
.additional-settings .accordion-button {
    background: none;
    padding: 15px 20px;
    box-shadow: none;
    color: #111111;
    font-size: 17px;
    font-weight: 500;
}
.additional-settings .accordion-item {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}
.common-assessment {
    border: 1px solid #014A97;
    border-radius: 4px;
    color: #014A97;
    font-size: 13px;
    line-height: 29px; 
    padding: 6px 15px;
    margin: 0 0 0 15px;
}
.common-assessment:hover {
    color: #fff;
    background: #014A97;
}
.all-dot {
    background: #014A97;
}
.closed-dot {
    background: #FF6767;
}
.archived-dot {
    background: #707070;
}
.additional-settings .row-div {
    display: none;
}
.full-width { width: 100% !important; }
.width-three-fourth { width: 85% !important;}
.dataTable { width: 100% !important; }
.custom-search-dt .dataTables_filter, .dashboard-tble .dataTables_filter, .dimensionsparameters-tble .dataTables_filter, .dt-likert-scale .dataTables_filter, .analysis-tble .dataTables_filter, .basic-data-tble .dataTables_filter, #detailedStatusModal .dataTables_filter { display: none; }
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: "Font Awesome 5 Free";
}
table.dataTable thead th.sorting:after {
    content: "\f885";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
    padding-left: 7px;
}
table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after { padding-left: 7px; }
table.dataTable thead th.sorting_asc:after {
    content: "\f885";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f161";
}
#liveDataTable tr td.evaluation-div span, #draftDataTable tr td.evaluation-div span, #closedDataTable tr td.evaluation-div span, #archiveDataTable tr td.evaluation-div span { margin: 0; }
/* section-p END  *******************/
/* Create Assessment BEGIN  *******************/
.assessment-companytext input, .assessment-companytext select {
    background-color: #FFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 10px 15px;
    color: #111111;
    width: 100%;
}
.common-width {
    width: 54%;
}
.assessment-companytext input:focus, .assessment-companytext select:focus {
    outline: 0;
}
.assessment-companytext input::placeholder {
    color: #111111;
}
.assessment-companytext .select-dropdown:after {
    right: 15px;
    position: absolute;
    top: 50%;
    content: "";
    border-top: 0.3em solid #888888;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    display: none;
}
.committees-popup .modal-header button {
    background: none;
    margin: 0;
    padding: 0;
}
.committees-popup .modal-header h5 {
    padding: 0;
    font-size: 20px;
}
.head-label {
    color: #A7A7A7;
}
.assessment-companytext label {
    width: 145px;
}
.assessment-companytext select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-dropdown {
    position: relative;
}
.assessment-companytext {
    margin: 0 0 20px 0;
}
.live-draft-tab .tab-content {
    padding: 10px 0;
}
/* checkbox-area */
.position-r {
    position: relative;
}
.checkbox-area {
    display: block;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-area input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #888888;
}
.checkbox-area input:checked ~ .checkmark {
    background-color: #0450A2;
    border: 1px solid #0450A2;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-area input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-area .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* checkbox-area END *******************/
.info {
    color: #CCCCCC;
    font-style: normal;
    margin: 0 0 0 5px;
}
.info:hover {
    color: #0752a3;
}
.add-param-section .previousnext-footer {
    border-top: 1px solid #EEEEEE;
    padding: 10px 0 0 0;
}
.previousnext-footer a {
    border: 1px solid #888888;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    padding: 5px 10px;
    text-align: center;
    font-weight: 500;
    color: #888888;
}
.previousnext-footer .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.previousnext-footer .dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125 !important;
    background-color: #e9ecef !important;
}
.previousnext-footer a.next-bg {
    border: 1px solid #014A97;
    color: #014A97;
}
.committees-text a {
    color: #014A97;
}
.committees-text label.checkbox-area {
    width: fit-content;
}
.assessment-coverage .head-label {
    margin: 0 0 12px 0;
}
.previousnext-footer {
    margin: 20px 0 0 0;
}
.create-assessment-wrap .section-p {
    padding: 90px 0 70px 0;
}
.dashboard-tble tr th i {
    margin: 0 0 0 5px;
}
.dashboard-tble tr th:last-child {
    width: 30px;
}
.dashboard-tble tr:first-child td:last-child a {
    font-size: 16px;
}
.committees-popup {
    max-width: 1280px;
}
.mobile-tble {
    display: none;
} 
.input input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 3px 10px;
    width: 90%;
}
.input input:focus {
    outline: 0;
}
.committees-popup .modal-header {
    border: 0;
    padding: 10px 15px 10px 10px;
}
.committees-popup .modal-body {
    padding: 0 8px;
}
.committees-popup .dashboard-head {
    padding: 10px 7px 15px 0;
}
.dashboard-tble tr th {
    border-top: 1px solid #EEEEEE;
}
.committees-popup .previousnext-footer {
    margin: 0;
    padding: 20px 35px;
    border-top: 2px solid #EEEEEE;
}
.dashboard-tble tr th:nth-child(3), .dashboard-tble tr td:nth-child(3) {
    width: 14%;
}
.dashboard-tble tr td:last-child {
    padding: 0 10px 0 0;
}
.dashboard-tble tr td:last-child a {
    padding: 2px 2px 2px 7px;
}
.dashboard-tble tr td:nth-child(3) {
    padding: 0 0 0 5px;
}
.question-select span {
    width: 28px;
    height: 28px;
    border: 2px solid #888888;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #888888;
    font-weight: 600;
    background: #FFF;
}
.question-selectcontent {
    text-align: center;
}
.question-selectcontent .yellow-area {
    background: #EEBF40;
    border: 2px solid #EEBF40;
    color: #FFF;
}
.question-area {
    margin: 21px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 74px;
}
.border-full, .border-r {
    position: relative;
}
.border-full:after {
    border: 2px dashed #CCCCCC;
    content: "";
    width: 212px;
    height: 46px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    background: #FFF;
}
.border-r:before {
    border-top: 2px dashed #CCCCCC;
    content: "";
    width: 177px;
    position: absolute;
    left: 50%;
    transform: translate(50%, 0);
    z-index: -1;
    top: 50%;
}
.border-full:after {
    border: 2px dashed #CCCCCC;
    content: "";
    width: 206px;
    height: 46px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    background: #FFF;
}
.question-area a {
    font-weight: 500;
    display: block;
    border: 1px solid #888888;
    border-radius: 4px;
    padding: 4px 0;
    margin: 0 auto 15px auto;
    width: 188px;
    font-size: 13px;
    background: #FFF;
}
.question-area a.blue, .question-area a:hover {
    color: #FFF;
    border-color: #014A97;
    background: #014A97;
}
.border-l:before {
    left: -50%;
    transform: translate(50%, 0);
    top: 50%;
    z-index: -2;
}
.question-select {
    margin: 0 0 20px 0;
}
.question-select .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.committees-popup .dashboard-tble .checkbox-area {
    margin: 0;
}
.previousnext-footer a:hover {
    color: #FFF;
    background: #bbbaba;
    border-color: #bbbaba;
}
.previousnext-footer .next-bg:hover {
    color: #FFF;
    background: #8ec3fb;
    border-color: #8ec3fb;
}
.trash-a:hover {
    color: red;
}
.dataTable tbody tr.group {
    width: 100%;
}
.dataTable tbody tr.group td {
    background-color: #ffffff !important;
    padding: 12px 10px 3px 0px;
    border: 0;
}
.dataTable tbody tr.collapsed td {
    border-bottom: 1px solid #EEEEEE;
    padding: 12px 10px 12px 0px;
}
.dataTable tbody tr.group td p.group-details {
    margin: 0;
    padding: 0;
}
.dataTable tbody tr.group td p.group-details .icon {
	font-family: "Font Awesome 5 Free";
}
.dataTable tbody tr.group td .icon:after {
    content: '\f107';
    vertical-align: middle;
	padding: 0 6px 6px 6px;
}
.dataTable tbody tr.collapsed td .icon:after {
    content: '\f105';
    vertical-align: middle;
	padding: 0 6px 6px 6px;
}
.committee-block {
    margin-bottom: 10px;
}
.selected-committee-list .toggle-committees {
    font-family: "Font Awesome 5 Free";
}
.selected-committee-list .toggle-committees:before {
    content: '\f068';
    font-weight: bold;
    padding: 0 5px 0 0;
}
.selected-committee-list .toggle-committees.collapsed:before {
    content: '\f067';
}
.alert-success{ background-color: #1C6CD6; border-color: #1C6CD6; color: #ffffff; }
.alert-success .btn-close, .alert-success .btn-close:hover { filter: invert(1); opacity: 0.8; }
.alert-warning{ background-color: #EBB54B; border-color: #EBB54B; color: #000000; }
.alert-danger{ background-color: #EBB54B; border-color: #EBB54B; color: #000000; }
input[type=search]:focus,input[type=text]:focus,select:focus,textarea:focus {
    outline: 0;
    border-color: #86b7fe;
}
input[type=search] {
    outline-offset: 0px;
}
.previousnext-footer button.next-bg {
    border: 1px solid #014A97;
    background-color: #ffffff;
    color: #014A97;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    min-width: 94px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 500;
}
.previousnext-footer button.next-bg:disabled {
    color: #869fba;
    border: 1px solid #869fba;
}
.setup-texts .dashboard-head span {
    color: #888888;
}
.dashboard-head span {
    font-weight: 500;
}
.question-selectcontent .green-area {
    background: #019752;
    border: 2px solid #019752;
    color: #FFF;
}
.green-area ~ .question-area a {
    border-color: #014A97;
    background: #FFF !important;
    color: #014A97;
}
.green-bg {
    background: #019752 !important;
    border: 2px solid #019752 !important;
    color: #FFF !important;
}
/* Create Assessment END  *******************/
/* Assessment groups BEGIN */
.lightblue-bg {
    text-align: center;
    margin: 0 0 22px 0;
}
.lightblue-bg p {
    color: #52AAF5;
    font-size: 13px;
    border-radius: 4px;
    background: #E5EEFE;
    padding: 7px 15px;
    display: inline-block;
}
.director-bottom {
    margin: 0 0 30px 0;
}
.add-assessment-group, .btn-add-blue-border {
    border: 1px solid #014A97;
    color: #014A97;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    padding: 4px 16px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.page-tble tr td:first-child, .page-tble tr th:first-child {
    width: 2% !important;
}
.page-tble tr td, .page-tble tr th {
    color: #111;
}
.page-tble tr th:nth-child(2) {
    padding-left: 10px;
}
.page-tble tr td:nth-child(2), .page-tble tr th:nth-child(2) {
    width: 57% !important;
}
.page-tble tr td:last-child, .page-tble tr th:last-child {
    width: 190px;
}
.groups-table tr td:first-child, .groups-table tr th:first-child {
    width: 15px !important;
}
.groups-table tr td:last-child, .groups-table tr th:last-child {
    width: 120px !important;
}
.groups-table tr th:nth-child(2) {
    text-align: left;
}
.groups-table tr td:nth-child(2) {
    padding: 0 0 8px 0;
    text-align: left;
}
.groups-table tbody tr:hover {
    box-shadow: 0 3px 4px #0000000f;
}
.groups-table tr td {
    border-bottom: 1px solid #EEEEEE;
    padding: 16px 0 8px 0;
    text-align: center;
}
.groups-table tr th {
    text-align: center;
}
.groups-table span {
    display: block;
    padding: 6px 10px;
}
.groups-table tr td i, .groups-table tr th i {
    color: #888888;
}
.groups-table tr td:last-child a, .groups-table tr th:last-child a {
    padding: 2px;
    margin: 0 0 0 12px;
}
.page-tble tr td {
    padding: 16px 0 8px 0;
}
.page-tble span {
    display: block;
    padding: 6px 10px;
}
.page-tble tr td i, .page-tble tr th i {
    color: #888888;
}
.page-tble tr td:last-child a, .page-tble tr th:last-child a {
    padding: 2px;
    margin: 0 0 0 12px;
}
.add-assessment-group-slider-show .add-assessment-group-slider {
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 500px;
    z-index: 2;
}
.add-assessment-group-slider::-webkit-scrollbar, .slider-common::-webkit-scrollbar, .slider-common-multi::-webkit-scrollbar {
    width: 0;
}
.add-assessment-group-slider-show .overly {
    display: block;
}
.add-assessment-group-slider-show .add-assessment-group-slider {
    max-width: 341px;
}
.setting-show .edit-assessment-group-slider {
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 341px;
    z-index: 2;
}
.position-a {
    position: fixed;
    top: 0;
    right: -543px;
    bottom: 0;
    background: #FFF;
    z-index: 1;
    box-shadow: -3px 0 6px #00000029;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    left: auto;
}
.slider-common {
    top: 64px;
    box-shadow: none;
    border-left: 1px solid #EEEEEE;
    border-radius: 0;
    padding: 20px 0 40px 0;
    width: 100%;
    max-width: 500px;
    right: -500px;
    overflow-y: scroll;
    height: 100%;
}
.slider-common-multi {
    top: 64px;
    box-shadow: none;
    border-left: 1px solid #EEEEEE;
    border-radius: 0;
    padding: 20px 0 40px 0;
    width: 100%;
    max-width: 500px;
    right: -500px;
    overflow-y: scroll;
    height: 100%;
}
.edit-assessment-group-slider .assessment-group { margin-bottom: 120px; overflow-y: auto; }
.assessment-group {
    padding: 0 20px 0 10px;
}
.assessment-head {
    padding: 0 0 30px 0;
}
.assessment-group h6 {
    font-size: 13px;
    padding: 0;
}
.assessment-list-info {
    margin: 0 0 20px 0;
}
.assessment-group p {
    font-size: 13px;
    padding: 0;
    color: #888888;
    margin: 0 0 5px 0;
}
.assessment-list-info input {
    background: #FFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 5px 15px;
    width: 100%;
    color: #111;
}
.submit-info-wrap {
    margin: 0 0 35px 0;
}
.add-assessment-group-slider .cancel-save, .edit-assessment-group-slider .cancel-save {
    max-width: 340px;
}
.cancel-save {
    position: fixed;
    margin: 0;
    z-index: 1;
    background: #FFF;
    padding: 15px 40px 10px 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #EEEEEE;
    max-width: 500px;
    bottom: 0;
}
.cancel-submit-a {
    border: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}
.add-assessment-group-slider .previousnext-footer a {
    padding: 0;
    height: 34px;
    line-height: 34px;
}
.main-wrapp .next-bg {
    border: 1px solid #014A97;
    color: #014A97;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    min-width: 94px;
    text-align: center;
    font-weight: 500;
}
.previousnext-footer a:hover {
    color: #FFF;
    background: #bbbaba;
    border-color: #bbbaba;
}
.main-wrapp .next-bg:hover {
    color: #FFF;
    background: #8ec3fb;
    border-color: #8ec3fb;
}
.form-select:focus {
    box-shadow: none;
}
.question-area a.blue-border {
    border-color: #014A97;
    background: #FFF !important;
    color: #014A97;
}
/* Assessment groups END  *******************/
/* BEGIN Parameters */
.unmap-parameters {
    padding-inline: 8px !important;
}
.add-dimensions-bottomlft .options-dropdown {
    width: auto;
}
.options-dropdown {
    position: relative;
    width: 202px;
    margin: 0 0 0 15px;
}
.options-dropdown .dropdown-toggle, .download-div {
    line-height: 20px;
}
.options-dropdown .dropdown-toggle {
    background: #FFF;
    color: #111111;
    border: 1px solid #EEEEEE;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 13px;
}
.add-dimensions-bottomlft .dropdown-toggle {
    color: #888888 !important;
    padding: 5px 22px 5px 8px !important;
}
.options-dropdown .dropdown-toggle::after {
    right: 10px;
    position: absolute;
    top: 50%;
    content: "";
    border-top: 0.3em solid #666666;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.add-dimensions-bottomlft .dropdown-toggle::after {
    border-top: 0.3em solid #888888;
}
.options-dropdown .dropdown-menu {
    border-radius: 4px;
    top: -34px !important;
    border: 1px solid #CCCCCC;
    padding: 0;
    min-width: 100%;
    box-shadow: none;
}
.main-wrapp .dropdown-menu {
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 4px;
    border: 0;
    min-width: 119px;
    background-color: #ffffff;
}
.options-dropdown .dropdown-item {
    font-size: 13px;
    color: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
}
.filter-a {
    border: 1px solid #EEEEEE;
    color: #888888;
    border-radius: 4px;
    padding: 0 25px 0 14px !important;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    margin: 0 0 0 10px;
    height: 32px;
    display: inline-block;
    line-height: 30px;
}
.filter-a i {
    margin: 0 8px 0 0;
}
.filter-a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #888888;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}
.options-dropdown .dropdown-menu {
    border-radius: 4px;
    top: 0 !important;
    border: 1px solid #CCCCCC;
    padding: 0;
    min-width: 100%;
    box-shadow: none;
}
.add-dimensions-bottom .checkbox-area input {
    height: 20px;
    width: 20px;
    left: 0;
    z-index: 1;
}
.dimensionsparameters-tble {
    margin: 15px 0 0 0;
}
.dimensionsparameters-tble tr th {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.dimensionsparameters-tble tr td .position-r .checkbox-area {
    padding-left: 0;
    margin-bottom: 0;
}
.dimensionsparameters-tble tr td .position-r .checkmark {
    position: static;
    display: block;
    transform: inherit;
}
.add-communication-activity {
    border: 1px solid #014A97;
    color: #014A97;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    padding: 5px 14px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
.invitation-list-info {
    margin: 0 0 15px 0;
}
.communication-content .invitation-list-info label {
    width: 100%;
    font-size: 13px;
    padding: 0 0 5px 0;
}
.invitation-list-info label {
    color: #A7A7A7;
    display: block;
    padding: 15px 0 0 0;
}
.tooltip-div a {
    position: relative;
}
.tooltip-div span {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 12px;
    background: #888888;
    color: #FFF;
    border-radius: 4px;
    padding: 0px 4px;
    text-align: center;
    display: none;
}
.modal-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 6px 0;
}
.modal-list-item a {
    margin: 0 0 0 5px;
    padding: 3px;
}
.dimension-list .modal-list-item em { font-style: normal; }
/* Parameters END */
/******* BEGIN Directors *******/
.director-bottom {
    margin: 0 0 30px 0;
}
.btn-blue-outline {
    border: 1px solid #014A97;
    color: #014A97;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    padding: 4px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
.dataTable th .checkbox-area {
    position: inherit;
    right: 0;
    left: auto;
    top: auto;
    bottom: 15px;
}
#committeesDataTable th .checkbox-area { bottom: 0;}
.add-director-tab .nav-tabs {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 13px;
}
.add-director-tab .nav-tabs button {
    color: #888;
    font-weight: 600;
    padding: 0 0 6px 0;
    border: 0;
    margin: 0 35px 0 0;
}
.add-director-tab .nav-tabs button.active {
    color: #0450A2;
    position: relative;
    border: 0;
}
.add-director-tab .nav-tabs button.active:after {
    content: "";
    background: #0450A2;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
}
.add-director-tab .tab-content {
    padding: 20px 40px 50px 13px;
}
.user-information p {
    padding: 0 0 5px 0;
    color: #A7A7A7;
    font-size: 13px;
}
.label-head {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 16px 0;
}
.profile-edit {
    position: relative;
    margin: 0 0 22px 0;
}
.profile-edit .profile-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #707070;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}
.profile-icon i {
    font-size: 24px;
    color: #666666;
}
.edityour-profile {
    position: absolute;
    left: 45px;
    bottom: 0;
}
.edityour-profile i {
    font-size: 12px;
}
.gender-list-info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0;
    font-size: 13px;
}
.gender-list-info span input[type="radio"] {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
}
.profile-icon img { 
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: -6px -1px 0 0;
}
.edityour-profile input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.template-right a {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-size: 13px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    max-height: 35px;
    margin: 15px 0 0 0;
}
.csv-file input {
    background: #FFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 0 15px;
    width: 100%;
    z-index: 1;
    font-size: 13px;
    height: 34px;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
    max-width: 100%;
    height: 34px;
}
.upload-btn-wrapper button {
    position: relative;
    z-index: 0;
    top: -34px;
    border: 1px solid #014A97;
    color: #014A97;
    border-radius: 0 4px 4px 0;
    background: #E5EEFE;
    font-size: 13px;
    padding: 0 23px;
    height: 34px;
}
.cancel-save-bottom {
    position: fixed;
    width: 100%;
    right: 0;
    left: 1px;
    bottom: 0;
    border-top: 1px solid #CECECE;
    padding: 20px 37px;
    background: #ffffff;
}
.cancel-save-bottom a {
    border: 1px solid #888888;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    width: 94px;
    text-align: center;
    font-weight: 500;
    color: #888888;
    height: 34px;
    line-height: 34px;
}
.user-status a .inactive {
    background: #ff8181;
}
.user-status a span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #52C943;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.action-buttons a {
    border: 1px solid #EEEEEE;
    color: #888888;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 6px;
}
/******* END Directors ****/
/****** BEGIN Communication *****/
.setup-text {
    padding: 90px 0 75px 0;
}
.setup-communication {
    margin: 7px 0 0 0;
    max-height: 450px;
    overflow: auto;
}
.setup-communication::-webkit-scrollbar {
    width: 0;
}
.setup-communication .accordion-header {
    padding: 0;
}
.setup-communication .accordion-body {
    padding: 0;
}
.setup-communication .accordion-button:after {
    width: 0;
    height: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid #888;
    position: absolute;
    left: 0;
    top: 45%;
}
.setup-communication .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}
.setup-communication .accordion-button:not(.collapsed) ul li {
    display: none;
}
.setup-communication .accordion-button:not(.collapsed) ul li:first-child {
    display: block;
}
.action-toggle-div .action-toggle {
    margin: 0;
}
.setup-communication .accordion-header {
    padding: 0;
}
.assessment-main {
    margin: 0 8px;
}
.result-area-bottom.border-t {
    border-top: 1px solid #EEEEEE;
}
.setup-communication .accordion-button {
    background: none;
    padding: 13px 0 13px 15px;
    box-shadow: none;
    color: #111111;
    font-size: 17px;
    font-weight: 500;
}
.setup-communication .accordion-item {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}
.setup-communication .accordion-item ul {
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.setup-communication ul li {
    display: inline-block;
    width: 28%;
    font-weight: 400;
    font-size: 15px;
    color: #888888;
}
.setup-communication ul li:last-child {
    width: auto;
}
.setup-communication ul li:nth-child(3) {
    width: 38%;
}
.setup-communication ul li strong {
    font-weight: 500;
    color: #111;
    font-size: 17px;
}
.invitation-list-info {
    margin: 0 0 15px 0;
}
.invitation-list-info label {
    color: #A7A7A7;
    display: block;
    padding: 0 0 5px 0;
    font-size: 13px;
}
.invitation-list-info .input-group { width: 95%; }
.invitation-list-info input, .invitation-list-info textarea, .invitation-list-info select {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 12px 15px;
    width: 95%;
}
.invitation-list-info input::placeholder {
    color: #666666;
}
.invitation-list-info input:focus, .invitation-list-info textarea:focus {
    outline: 0;
}
.arrow-main {
    position: relative;
}
.arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #888888;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.arrow i {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #888888;
    display: block;
}
.arrow-left i {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #888888;
    border-left: 0;
    margin: 0 2px 0 0;
}
.detail-label span {
    box-shadow: 0 3px 6px #00000029;
    color: #014A97;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 7px;
    display: inline-block;
}
.detail-label {
    width: 90%;
    margin: 0 30px 0 70px;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 12px 0 12px 0;
}
.arrow {
    position: absolute;
    left: 35px;
    top: 13px;
    background-color: #ffffff;
}
.arrow.arrow-right {
    left: auto;
    right: 0;
}
.setup-communication button:disabled { background-color: #d6d6d6;}
.modal-body .communication-tags .arrow.arrow-left { left: 0; }
/* width */
.detail-label::-webkit-scrollbar {
    width: 0;
}
.detail-label::-webkit-scrollbar:horizontal {
    height: 0;
}
.accordion-item-last h2 {
    padding: 0;
}
.accordion-item-last ul {
    padding: 0 0 13px 15px;
    border-bottom: 1px solid #EEEEEE;
}
.accordion-item-last ul li:last-child {
    padding: 0 0 0 12px;
}
.setup-text .previousnext-footer {
    margin: 0;
}
.invitation-list-info input, .invitation-list-info textarea,
.invitation-list-info select { 
    padding: 5px 15px; 
}
.add-communication-slider {
    padding: 50px 15px 0 15px;
}
.detail-label span { 
    padding: 3px 10px;
    font-size: 13px;
    margin: 0 5px;
}
.communication-content .arrow {
    width: 24px;
    height: 24px;
    left: 0;
    top: 8px;
}
.communication-content .detail-label {
    margin: 0 30px 0 25px; 
    padding: 6px 0;
}
.communication-content .arrow-right {
    left: auto; 
} 
.communication-content .invitation-list-info input, .communication-content .invitation-list-info textarea, .communication-content .invitation-list-info select, .assessment-group .assessment-list-info select { 
    width: 100%;
    font-size: 13px;
}
.assessment-group .assessment-list-info input {
    font-size: 13px;
}
.communication-content .next-bg { 
    padding: 6px 13px;
}
.copylibrary {
    margin: 0 0 22px 0;
}
.communication-content h6 {
    padding: 0 0 15px 0;
}
.communication-content .invitation-list-info select { 
    -webkit-appearance: none;
    -moz-appearance: none;
}
/***** END Communication *****/
.chairperson-checkbox-area i {
    color: #c0c0c0;
}
.chairperson-checkbox-area input:checked ~ i {
    color: #0450A2;
}
.overly {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: none;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px;
}
table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
    position: initial;
    display: inline-block;
}
table.dt-rowReorder-float{position:absolute !important;opacity:.8;table-layout:fixed;outline:2px solid #888;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #555;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
.table-column-ops {
    width: 150px;
    margin-left: 15px;
}
.table-column-ops .multiselect-selected-text { font-size: 13px; }
.multiselect.dropdown-toggle.btn.btn-default {
    padding: 4px 8px;
    color: #666666;
    font-size: inherit;
}
.multiselect-native-select .dropdown-toggle::after {
    padding-left: 15px;
}
.multiselect-container>li>a>label {
    display: flex;
    align-items: center;
    padding: 3px 20px !important;
    font-size: 14px;
    white-space: nowrap;
}
.multiselect-container>li>a>label>input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    background-color: #f6f6f6;
    z-index: 99;
}
.autocomplete-items a {
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
}
/*when hovering an item:*/
.autocomplete-items a:hover {
    background-color: #e9e9e9; 
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff;
}
.form-control:focus {
    box-shadow: none;
}
.custom-modal-title {
    font-size: 17px;
    padding: 0 0 15px 0;
}
.modal.right.fade.show .modal-dialog, .modal.right-big.fade.show .modal-dialog {
    right: 0;
}
.modal.right-big.fade .modal-dialog {
    right: -550px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right-big .modal-dialog {
    position: fixed;
    margin: auto;
    width: 550px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content, .modal.right .modal-content, .modal.right-big .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal-footer-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    background: #FFF;
    padding: 15px 40px 10px 40px;
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal.right-big .modal-footer-buttons {
    max-width: 550px;
}
.modal-footer-buttons a {
    border: 1px solid #888888;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    width: 94px;
    text-align: center;
    font-weight: 500;
    color: #888888;
    height: 34px;
    line-height: 34px;
}
.modal-footer-buttons .next-bg {
    border: 1px solid #014A97;
    color: #014A97;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    width: 94px;
    text-align: center;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
}
.modal-content::-webkit-scrollbar {
    width: 10px;
}
.modal-content::-webkit-scrollbar:horizontal {
    height: 5px;
}
/* Track */
.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.modal-content::-webkit-scrollbar-thumb {
    background: #cfd0d1;
    border-radius: 10px;
}
/* Handle on hover */
.modal-content::-webkit-scrollbar-thumb:hover {
    background: #acaeaf;
}
.communication-tags span { cursor: pointer; }
.accordion-header-btns .accordion-header {
    display: flex; /* make flex element */
    align-items: center; /* aligning child items */
    column-gap: 0.1rem; /* adding gap between items in row */
}
.accordion-header-btns .accordion-header .action-btn {
    font-size: 14px;
}
/* Add question  *******************/
.activity-content-slider {
    padding: 50px 0 10px 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.close-button {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 40px;
    top: 16px;
}
.communication-content {
    overflow: auto;
    height: 100%;
    padding: 0 0 150px 0;
}
.common-dropdown { font-size: 13px; }
.common-dropdown button {
    background: #FFF;
    color: #111111;
    border: 1px solid #CCCCCC;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 6px 20px;
    border-radius: 4px;
}
.common-dropdown button::after {
    right: 15px;
    position: absolute;
    top: 48%;
}
.common-dropdown .dropdown-menu {
    min-width: 100% !important;
    top: -5px !important;
    box-shadow: none;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-radius: 4px;
    padding: 0;
}
.common-dropdown .dropdown-menu li a {
    padding: 5px 20px;
}
.ques-resp-options {
    margin: 7px 0 0 0;
}
.ques-resp-options .accordion-item {
    border: 0;
}
.ques-resp-options .accordion-header {
    padding: 0;
}
.ques-resp-options .accordion-button {
    background: none;
    padding: 5px 0 5px 15px;
    box-shadow: none;
    color: #111111;
    font-weight: 400;
}
.ques-resp-options .accordion-button:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #888888;
    position: absolute;
    left: 2px;
}
.ques-resp-options .accordion-button:not(.collapsed):after {
    border-top: 5px solid transparent;
    border-left: 7px solid #888888;
    transform: rotate(90deg);
}
.ques-resp-options .accordion-collapse {
    padding: 10px 0 0 15px;
}
.ques-resp-options .label-head { margin: 0; }
.ques-resp-options .accordion-item .checkbox-area {
    padding: 0 0 0 35px;
    width: auto;
    font-size: 15px;
    color: inherit;
}
.col-md-vertical-align {
    margin-top: 40px;
}
.common-ques {
    border: 2px solid #e4ae2c !important;
}
.ques-resp-options .checkmark {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #888888;
}
.communication-content .invitation-list-info .label-head {
    width: 100%;
    font-size: 13px;
    padding: 0 0 12px 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 33px !important;
    height: 17px;
}
.add-question-tab {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.forliveshowcls .add-question-tab {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.slider-common {
    top: 64px;
    box-shadow: none;
    border-left: 1px solid #EEEEEE;
    border-radius: 0;
    padding: 20px 0 40px 0;
    width: 22%;
    max-width: 341px;
    right: 0;
    overflow-y: scroll;
    height: 100%;
}

.slider-common-multi {
    top: 64px;
    box-shadow: none;
    border-left: 1px solid #EEEEEE;
    border-radius: 0;
    padding: 20px 0 40px 0;
    width: 22%;
    max-width: 341px;
    right: 0;
    overflow-y: scroll;
    height: 100%;
}
.setup-communication {
    margin: 7px 0 0 0;
}
.setup-communication::-webkit-scrollbar {
    width: 0;
}
.setup-communication .accordion-header {
    padding: 0;
}
.setup-communication .accordion-body {
    padding: 0;
}
.setup-communication .accordion-button:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #888888;
    position: absolute;
    left: 2px;
}
.setup-communication .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    left: 3px;
}
.setup-communication .accordion-button:not(.collapsed) ul li {
    display: none;
}
.setup-communication .accordion-button:not(.collapsed) ul li:first-child {
    display: block;
}
.setup-communication .accordion-header {
    padding: 0;
}
.setup-communication .accordion-button {
    background: none;
    padding: 5px 0 5px 15px;
    box-shadow: none;
    color: #111111;
    font-weight: 400;
}
.setup-communication .accordion-item {
    border: 0;
}
.search-wrapp {
    position: relative;
}
.search-expand .search-button-d input {
    z-index: 1;
}
.search-button-d input {
    opacity: 0;
    position: absolute;
    padding: 5px 10px;
    top: 0;
    right: 0;
    width: 118px;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #EEEEEE;
    background: none;
    border-radius: 4px;
    font-size: 13px;
    z-index: -1;
}
.search-expand .search-button-d input {
    opacity: 1;
    right: 52px;
    border: 1px solid #014A97;
    height: 32px;
}
.search-button-d input:focus {
    outline: 0;
}
.search-wrapp button {
    border: 1px solid #EEEEEE;
    background: none;
    border-radius: 4px;
    padding: 4px 15px;
    height: 32px;
}
.search-wrapp button i {
    color: #888888;
    font-size: 14px;
}
.search-wrapp.search-expand button {
    border: 1px solid #014A97;
}
.commonactivity {
    margin: 0 0 0 10px;
    padding: 0 14px;
    height: 32px;
    display: inline-block;
    line-height: 30px;
}
.filter-a {
    border: 1px solid #EEEEEE;
    color: #888888;
    border-radius: 4px;
    padding: 0 25px 0 14px !important;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    position: relative;
}
.filter-a i {
    margin: 0 8px 0 0;
}
.filter-a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #888888;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    transition: 0.5s;
}
.page-content {
    min-height: 60vh;
}
.setup-bottom h6 {
    padding: 0;
    font-size: 15px;
}
.question-areawrt-left .checkbox-area .checkmark:after {
    left: 8px;
    top: 4px;
}
.dlt-fldr a {
    margin: 0 0 0 3px;
    padding: 0 4px;
}
.dlt-fldr a.trash-a {
    margin: 0 0 0 35px;
}
.dlt-fldr .checkmark {
    transform: inherit;
}
.question-areawrt-left .checkmark {
    position: static;
    display: inline-block;
    transform: inherit;
}
.dlt-fldr {
    margin: 0 0 20px 0;
}
.question-areawrt {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 15px 20px;
    position: relative;
}
.question-areawrt .fr-box {
    width: 100%;
    margin: 0 0 0 10px;
}
.question-areawrt-wrapp.active .question-areawrt { border: 1px solid #014A97; }
.question-areawrt-wrapp {
    margin: 0 0 20px 0;
}
.question-areawrt .question-areawrt-top .action-toggle { max-height: 30px; }
.question-areawrt .question-areawrt-top .action-toggle label { cursor: pointer; }
.fortype {
    background: #F6F6F6;
    padding: 7px 14px;
    font-size: 13px;
    color: #111111;
    font-weight: 500;
    margin: 0 0 0 8px;
    border-radius: 2px;
    border: 0;
}
.fortype::placeholder {
    color: #111;
}
.question-areawrt-left {
    width: 92%;
}
.question-areawrt-left .fortype {
    width: 100%;
}
.action-toggle .dropdown-item {
    font-size: 14px;
    padding: 6px 13px;
}
.action-toggle .dropdown-item i, .action-toggle .dropdown-item img {
    margin: 0 5px 0 0;
    color: #888888;
}
.action-toggle .dropdown-toggle span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #979191;
    margin: 3px 1px 2px 1px;
}
.action-toggle button {
    border: 0;
    border-radius: 50%;
    background: #fff;
    width: 26px;
    height: 26px;
    border: 1px solid #979494;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-toggle .dropdown-toggle span:last-child {
    margin-right: 0;
}
.action-toggle .dropdown-toggle::after {
    display: none;
}
.action-toggle .dropdown-item.active {
    background: #E5EEFE;
    color: #014A97;
}
.action-toggle .dropdown-item.active i {
    color: #014A97;
}
.action-toggle .dropdown-menu:after, .action-toggle .dropdown-menu:before {
    bottom: 100%;
    left: 93%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.action-toggle .dropdown-menu:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.action-toggle .dropdown-menu:before {
    border-color: transparent;
    border-bottom-color: #014A97;
    border-width: 7px;
    margin-left: -7px;
}
.action-toggle .dropdown-menu {
    border: 1px solid #014A97;
    padding: 13px 0;
    right: 0 !important;
    left: auto !important;
    min-width: 167px;
    transform: translate3d(0, 30px, 0px) !important;
}
.question-area-bottomarea input[type="radio"] {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 1px solid #666666;
}
.question-area-bottomarea input[type='radio']:checked {
    background: #014A97;
    border: 3px solid #FFF;
    box-shadow: 0px 0px 0px 1px #014a97;
}
.question-areawrt-bottom {
    padding: 15px 0 0 98px;
    display: none;
}
.active .question-areawrt-bottom {
    display: block;
}
.sliderwrapperbottom {
    width: 92%;
}
.question-area-bottomarea .fortype {
    width: 100%;
    max-width: 292px;
    height: 34px;
}
input.fortype-wht::placeholder {
    color: #111;
}
input.fortype-wht:focus {
    outline: 0;
}
.question-area-bottomarea {
    margin: 0 0 8px 0;
}
.add-remove a {
    border: 1px solid #888888;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    margin: 0 0 0 8px;
}
.add-remove a:hover {
    background: #E5EEFE;
    color: #014A97;
    border-color: #014A97;
}
.question-settings {
    padding: 0 40px 0 10px;
}
.addtitlepagebreak a {
    font-size: 13px;
    color: #014A97;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 0 10px;
}
.addtitlepagebreak {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}
.question-areawrt-wrapp:hover .addtitlepagebreak, .addtitlepagebreak:hover,.question-areawrt-wrapp.active .addtitlepagebreak {
    opacity: 1;
    visibility: visible;
}
.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 17px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 9px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: -2px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
}
.switch input:checked + .slider {
    background-color: #0450A2;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.setup-communication .accordion-item .checkbox-area {
    padding: 0 0 0 35px;
    width: auto;
}
.choices-quantity {
    border: 1px solid #014A97;
    border-radius: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.choices-quantity input::-webkit-outer-spin-button, .choices-quantity input::-webkit-inner-spin-button, .choices-quantity input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield; /* Firefox */
}
.choices-quantity input[type="number"] {
    width: 30px;
    padding: 0;
    text-align: center;
}
.choices-quantity span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #111111;
    cursor: pointer;
}
.choices-quantity input[type="number"] {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    border: 0;
    border-left: 1px solid #014A97;
    border-right: 1px solid #014A97;
    border-radius: 0;
    color: #014A97;
}
.shortquestion {
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    width: 100%;
    max-height: 58px;
}
.setup-communication .accordion-collapse {
    padding: 10px 0 0 15px;
}
.page-title {
    margin: 0 0 15px 0;
}
.info {
    color: #CCCCCC;
    font-style: normal;
    margin: 0 0 0 5px;
    font-size: 10px;
}
.action-toggle button.show {
    border-color: #014A97;
}
.switchinput {
    position: relative;
    padding: 0 0 40px 0 !important;
}
.switchinput input[type="text"] {
    position: absolute;
    bottom: 0;
}
.setup-texts .heading {
    padding: 0 0 5px 0;
}
.setup-texts .dashboard-head span {
    color: #888888;
}
.slider-common .slider-common-multi .cancel-save {
    max-width: 320px;
}
.page-instructions {
    margin: 0 0 20px 0;
    font-size: 14px;
}
.question-areawrt-left input {
    background: url(../images/copy-icon.png) no-repeat;
    background-position: 99% 50%;
}
.number-wrt .label-head {
    padding: 0;
    font-size: 13px;
}
.number-wrtright .label-head {
    text-align: right;
}
.width-col {
    width: 78%;
}
.add-question-a {
    position: absolute;
    left: 0;
}
.question-areawrt:hover .add-question-a,.question-areawrt-wrapp.active .add-question-a {
    opacity: 1;
    visibility: visible;
}
.add-question-a {
    position: absolute;
    left: 99%;
    top: -10px;
    height: calc(100% + 19px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 20px;
    opacity: 0;
    visibility: hidden;
}
.add-question-a a {
    width: 20px;
    height: 20px;
    line-height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    text-align: center;
    background: #FFF;
}
.add-question-a a i {
    font-size: 10px;
}
.live-show-iconup {
    display: none;
}
.forliveshowcls .live-show-icon {
    display: none;
}
.forliveshowcls .live-show-iconup {
    display: block;
}
/* popup page 23 ***/
.nameddirectors-popup {
    max-width: 1280px;
}
.nameddirectors-popup .modal-body {
    padding: 0 8px;
}
.nameddirectors-popup .checkbox-area {
    margin: 0;
}
.nameddirectors-popup .modal-header {
    border: 0;
    padding: 10px 15px 10px 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nameddirectors-popup .modal-header button {
    background: none;
    margin: 0;
    padding: 0;
}
.nameddirectors-popup .modal-header button i {
    font-size: 18px;
}
.nameddirectors-popup .modal-title {
    font-size: 15px;
    padding: 0;
}
.nameddirectors-popup tr th {
    font-weight: 400;
    color: #888888;
}
.nameddirectors-popup .previousnext-footer {
    margin: 0;
    padding: 20px 35px;
    border-top: 2px solid #EEEEEE;
}
.nameddirectors-popup tr th {
    position: sticky;
    top: 0;
    background: #FFF;
    z-index: 1;
}
.nameddirectors-popup .dashboard-tble {
    height: 460px;
    overflow: auto;
}
.nameddirectors-popup tr .membership-name {
    width: 154px;
    overflow-x: auto;
    white-space: nowrap;
}
.membership-name span {
    margin: 0 2px;
}
.nameddirectors-popup tr .membership-name::-webkit-scrollbar {
    height: 0;
}
.nameddirectors-popup .dashboard-tble::-webkit-scrollbar {
    width: 0;
}
.nameddirectors-popup thead tr, .nameddirectors-popup thead {
    display: contents;
}
.nameddirectors-popup tr td:last-child, .nameddirectors-popup tr th:last-child {
    width: 19%;
}
.nameddirectors-popup tr th:first-child {
    padding-left: 40px;
}
.nameddirectors-popup tr th {
    border-top: 1px solid #EEEEEE;
}
.nameddirectors-popup .dashboard-head {
    padding: 0 5px 13px 5px;
}
.nameddirectors-popup .search-button-d input {
    width: 208px;
}
/* popup page 23 END ***/
/* page 46  *******************/
.fortype-wht {
    background: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 7px 14px;
}
.box-mandatory .common-dropdown {
    width: 100%;
}
.box-mandatory .box-mandatorydd {
    width: 50%;
    margin: 0 0 0 12px;
}
.label-head a.info {
    margin: 0;
}
/* page 46 END  *******************/
/* page 47  *******************/
.question-areawrt-bottom .checkbox-area ~ .fortype, .labelinput-area .fortype {
    margin: 0 0 0 30px;
}
.others-cmt-box .fortype {
    margin: 0;
}
.question-areawrt:hover {
    box-shadow: 0 3px 6px #00000029;
}
/* page 47 END  *******************/
/* page 48  *******************/
.scale-option {
    padding: 8px 0 0 0;
}
.scale-option label {
    font-size: 13px;
    color: #A7A7A7;
    margin: 0 0 5px 0;
}
.scale-option .checkbox-area {
    margin-bottom: 20px !important;
}
/* page 48 END  *******************/
/* page 49  *******************/
.sliderwrapper .noUi-handle-lower {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    box-shadow: none;
    background: #FFFFFF;
    right: -2px !important;
    border: 3px solid #014A97;
}
.sliderwrapper .noUi-handle-lower::after, .noUi-handle-lower::before {
    display: none;
}
.sliderwrapper .noUi-base, .sliderwrapper .slider-range {
    height: 5px;
}
.sliderwrapper .slider-range {
    box-shadow: none;
    background: #CCCCCC;
    margin: 5px 0 12px 0;
}
.sliderwrapper .noUi-connect {
    background: #014A97;
}
.number {
    font-size: 13px;
    color: #888888;
}
.number-wrt input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    max-width: 109px;
    padding: 4px 10px;
    font-size: 13px;
}
.number-wrt input::-webkit-outer-spin-button, .number-wrt input::-webkit-inner-spin-button, .number-wrt input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.setup-communication .add-labels .checkbox-area {
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
}
.scaleminmax .label-head {
    padding: 0 0 5px 0 !important;
}
.scaleminmax .invitation-list-info {
    margin: 0 0 18px 0;
}
/* page 49 END  *******************/
/* page 50 END  *******************/
.question-area-bottomarea .scorewth {
    max-width: 90px;
}
.scale-option .add-remove {
    margin: 0 0 0 5px;
}
.entire-matrix {
    width: 80%;
    margin: 0 auto;
}
.setup-communication .entire-matrix .label-head {
    padding-left: 19px;
}
.new-ques-page {
    border-bottom: 2px dotted #666666;
}
.new-ques-page:last-child {
    border-bottom: 0;
}
.new-ques-page .page-header { padding: 5px 0; }
.new-ques-page .page-break-text {
    width: 100%;
    font-size: 14px;
    color: #014A97;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 0 10px;
}

input[type=radio].form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.1em;
}
.role-customization .multiselect-container, .director-customization .multiselect-container {
    top: auto !important;
}
.multiselect-container label { color: inherit; }
.is-invalid .multiselect { border-color: #dc3545 !important; }
/* page 50 END  *******************/
/* Add question END  *******************/
.default-tble tr td:first-child {
    padding-left: 30px;
    width: 78%;
}
.default-tble tr td {
    border-bottom: 1px solid #EEEEEE;
    padding: 11px 0;
    color: #888888;
}
.page-toggle-button:not(.collapsed) i::before {
    content: "\f078" !important;
}
#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
  }
  .spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.modal.right.fade.show .modal-dialog, .modal.right-big.fade.show .modal-dialog {
    right: 0;
}
.modal.right.fade .modal-dialog {
    right: -350px;
    -webkit-transition: opacity .3s linear,right .3s ease-out;
    -moz-transition: opacity .3s linear,right .3s ease-out;
    -o-transition: opacity .3s linear,right .3s ease-out;
    transition: opacity .3s linear,right .3s ease-out;
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}
.dataTables_wrapper .dataTables_paginate {
    padding: 20px;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate a {
    display: inline-block;
    padding: 0.5em 1em;
    color: #0450a2;
    text-align: center;
    text-decoration: none!important;
}
.dataTables_paginate .previous, .dataTables_paginate .next {
    width: 25px;
    height: 25px;
    background: #0450A2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
    color: #fff!important;
    padding: 2.5px 0!important;
    vertical-align: middle;
}
.dataTables_paginate .disabled {
    background: #9bb7d5!important;
    cursor: inherit;
}
.dataTables_paginate a {
    color: #84827f;
    cursor: pointer;
}
.dataTables_paginate .current {
    font-weight: 700;
    cursor: inherit;
}
.modal-body .user-information { margin-bottom: 50px; }
.filters-list ul li {
    font-size: 12px;
    background: #ccc;
    border-radius: 18px;
    list-style: none;
    padding: 5px 10px;
    color: #000;
    margin: 0 10px 0 0;
}
.filters-list ul li a {
    color: #666;
}
.copied-element-bg {
    background-color: #f5f4c0 !important;
}
.director-customization .multiselect-container>li { padding: 0 0 0 10px !important; }
.director-customization .multiselect-container .multiselect-item { padding: 0 !important; }
.question-areawrt-wrapp .ques-no-text { max-width: 100px; }
.chk-select-ques { z-index: 3; }
.chk-select-ques .checkmark { top: -5px; left: -10px; background-color: #ffffff; }
.ranking-choices .labelinput-area .fortype {
    margin: 0 0 0 5px;
}
.reverse-choice-order a {color: #0d6efd;}
#tblAssmntGrops_wrapper tbody tr:first-child td { padding-top: 10px; }
.dimensionsparameters-tble textarea { padding: 3px 10px; min-height: auto; }
.draft-tble table tr th:first-child, .draft-tble tr td:first-child { width: 95% !important; }
.date-area .dropdown-menu {
    top: 32px !important;
}
.director-tble tr th {
    color: #888888;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE;
}
.director-tble thead tr th:first-child {
    max-width: 40px;
}
.director-tble tbody tr td:first-child {
    max-width: 40px;
}
.director-tble tr td {
    border-bottom: 1px solid #EEEEEE;
}
.director-tble .dataTables_length, .director-tble .dataTables_filter, #tblLaunchAssmntAdmins_wrapper .dataTables_filter, .live-draft-tab .dataTables_length, #detailedStatusModal .dataTables_length { display: none; }
.main-nav-tabs .nav-tabs a:hover {
    border-color: transparent;
}
.main-nav-tabs .nav-tabs a.active {
    color: #0450A2;
    border: 3px solid transparent;
}
.main-nav-tabs .nav-tabs a.active {
    position: relative;
}
.main-nav-tabs .nav-tabs a.active:after {
    content: "";
    background: #0450A2;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
}
.main-nav-tabs .nav-tabs a {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    padding: 0 0 4px 0;
    margin: 0 20px 0 0;
    border: 3px solid transparent;
}
/* datepicker */
.datepicker.dropdown-menu, .datepicker-inline {
	border: 0;
	box-shadow: none;
	background-color: #F2F5F8 !important;
}
.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 5px 8px !important;
  font-size: 13px;
}
.datepicker-inline td, .datepicker-inline th { width: 30px !important; height: 30px !important; padding: 6px 0; }
.datepicker.dropdown-menu td.active, .datepicker-inline table tr td.active { border-radius: 50%; }
.datepicker thead tr:first-child {
  background: #1C6CD6;
  position: relative;
}
.datepicker thead tr:first-child th {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
}
.datepicker tr th {
  border-radius: 0;
}
.datepicker thead tr th.next, .datepicker thead tr th.prev {
  font-size: 18px;
}
.datepicker.dropdown-menu td.today.day {
  color: #FFF;
  position: relative;
  background-image: none;
  background-color: #8cccff;
  border-radius: 50%;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover {
	background-color: #0044cc !important;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: none !important;
}
.datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after {
  display: none;
}
.date-area .form-control.is-valid { background: none; }
.date-area { max-width: 170px; }
.date-area.time { max-width: 145px; }
#inDirectorModal .cancel-submit-a { padding: 10px 0 20px 0; } 
.invitation-content-area { margin-bottom: 120px; }
.invitation-content-area .invitation-list-info label { width: 100%; }
.switch-active { color: #014A97; }
.launch-now-schedule-switch { margin: 0 0 15px 0; }
.launch-now-schedule-switch .send-now, .launch-now-schedule-switch .send-later { width: auto !important; padding: 0; }
.timepicker table { background-color: #ffffff; }
.bootstrap-datetimepicker-widget table td {
    height: 24px !important;
    line-height: 24px !important;
    width: 24px !important;
}
.bootstrap-datetimepicker-widget table td span {
    width: 30px !important;
    height: 20px !important;
    line-height: 20px !important;
}
.time .bootstrap-datetimepicker-widget.dropdown-menu { width: 14.25em; }
.monitoringleft {
    width: 75%;
}
.monitoringright {
    border-left: 1px solid #EEEEEE;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    width: 25%;
}
.status-chart-canvas {
    width: 100%;
    height: 400px;
}
.datearea {
    position: relative;
}
.datearea .end-date {
    display: none;
}
.datearea i {
    position: absolute;
    left: 100px;
    top: 15px;
}
.datearea .start-date i { position: inherit; }
.datearea a:focus .end-date {
    display: block;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
/* datepicker END*/
/* login-div */
.login-content-left {
    padding: 50px 0 0 0;
    height: calc( 100% + 20px );
}
.login-div {
    position: relative;
}
.login-div:after {
    background: #F8F8F8;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.login-content {
    text-align: center;
}
.login-form {
    height: 100%;
}
.input-container { max-width: 500px; }
.login-div,
.login-div .setup-text {
    height: 100%;
}
.loginlogo {
    margin: 0 0 25px 0;
}
.loginlogo a {
    display: inline-block;
}
.login-head h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}
.managemore p, .login-head p{
    font-size: 18px;
    color: #AAAAAA;
    padding: 0 0 10px 0;
    line-height: 20px;
}
.form-label {
    color: #666666;
    font-size: 14px;
}
.login-btn a {
    color: #666666; 
    text-decoration: underline;
}
.login-btn a:hover {
    color: #0450A2;
}
.login-btn button.btn-border-rnd {
    border: 1px solid #014A97;
    background: #0450A2;
    color: #FFF;
    border-radius: 18px;
}
.login-btn .btn-border-rnd:hover{
    color: #fff;
    background: #277cd9;
    border-color: #277cd9;
}
.form-detail {
    margin: 0 0 18px 0;
}
.form-detail .input-icon {
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.form-detail .input-icon i {
    font-size: 18px;
    color: #888888;
}
.form-detail input {
    color: #666666;
    font-size: 14px;
}
.form-detail input::placeholder {
    color: #666666;
}
.form-detail input:focus {
    box-shadow: none; 
}
.login-form-main {
    height: 100%;  
            margin: 0;
}
.managemore button {
    padding: 2px 6px;
    border: 1px solid #014A97;
    background: #0450A2;
    color: #FFF;
    border-radius: 18px;
}
#tblMapDirectors_wrapper table.dataTable thead tr {
    vertical-align: text-top;
} 
#tblInviteDirectors th .checkbox-area, #tblReminderDirectors th .checkbox-area { bottom: 22px; }
.summary-chart { cursor: pointer; }
#tblAdminPrivileges .checkmark { left: 15px; }
#tblCommittee tr th:nth-child(3), #tblCommittee tr td:nth-child(3) { max-width: 30% !important; white-space: pre-wrap; }
.communication-header ul {
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.communication-header ul li {
    font-size: 15px;
    color: #888888;
    font-weight: bold;
    padding: 8px 0;
}
.communication-header ul li:nth-child(3) {
    width: 40%;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
/* login-div end*/
/* Master Styles*/
.master-head {
    padding: 0 0 15px 0;
}
.client-icon img{ 
    max-width: 60px;
    max-height: 60px;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.admin-list-info {
    margin: 0 0 15px 0;
}
.communication-content .admin-list-info label {
    width: 100%;
    font-size: 13px;
    padding: 0 0 5px 0;
}
.admin-list-info label {
    color: #A7A7A7;
    display: block;
    font-size: 13px;
    padding: 0 0 5px 0;
}
.form-check-label {
    padding: 0 !important;
}
.admin-tble tr th {
    color: #888888;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE;
}
.admin-tble th .checkbox-area { bottom: 20px; }
.admin-tble tr td {
    border-bottom: 1px solid #EEEEEE;
}
.admin-tble .dataTables_length, .admin-tble .dataTables_filter { display: none; }
.main-nav-tabs .nav-tabs a:hover {
    border-color: transparent;
}
.common-button {
    border: 1px solid #014A97;
    border-radius: 4px;
    color: #014A97;
    font-size: 14px;
    line-height: 32px; 
    padding: 6px 15px;
    margin: 0 0 0 15px;
}
.common-button:hover {
    color: #fff;
    background: #014A97;
}

.logo-edit {
    position: relative;
    margin: 0 0 22px 0;
}
 .logo-icon {
    width:150px; 
    height:30px;
    border: 1px solid #707070;
    text-align: center;
    line-height: 45px;
    padding-left: 20px;
}
.logo-icon i {
    font-size: 24px;
    color: #666666;
}

.edityour-logo {
    position: absolute;
    left: 45px;
    bottom: 0;
}
.edityour-logo i {
    font-size: 12px;
}
.client-logo .logo-icon {
    width: 95%;
    height: 100px;
    border: 1px solid #CCC;
    text-align: center;
}
.client-logo .logo-icon .logo-div {
    line-height: 100px;
}
.delete-logo i { font-size: 18px; }
.logo-icon img {
    margin: -6px -1px 0 0;
    max-width: 190px;
    max-height: 90px;
}
.edit-client-logo {
    font-size: 18px;
    color: #666666;
    margin-left: 90%;
    margin-bottom: -4px;
}
.edit-client-logo span {
    cursor: pointer;
}
.edit-client-logo input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 40px;
    right: 35px;
    z-index: 99;
    cursor: pointer;
}
.delete-logo { margin-top: -20px; margin-right: -5px; height: fit-content; }
.edit-client-logo i { font-size: 18px; }
/*End Master styles*/
/* ForgotPassword */ 
.login-btn button {
    border: 1px solid #888888;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    text-align: center;
    font-weight: 500;
    color: #888888;
    background: #FFF; 
    font-size: 16px; 
    margin: 25px 0 0 auto;    
    display: block;
    padding: 5px 16px;
}
.login-btn button:hover {
    color: #FFF;
    background: #939090;
    border-color: #939090;
}
.login-btn .btn-border {
    color: #014A97;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000029;
    background: #FFFF;
    border: 1px solid #014A97;
}
.login-btn .btn-border:hover {
    color: #FFF;
    background: #014A97;
    border-color: #014A97;
}
.forgotpassword .login-content-left {
    padding: 20px 0 95px 0; 
}
/* ForgotPassword end*/
/* Profile */
.profile-edit .profile-img {
    width: 53px;
    height: 53px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    margin: 0 0 0 auto;
}
.profile-edit {
    position: relative;
    margin: 0 0 30px 0;
}
.edityour-profile a i {
    font-size: 8px;
}
.edityour-profile {
    position: absolute;
    font-size: 8px;
    color: #666666;
    bottom: -15px;
}
.edityour-profile span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.profile-img i {
    color: #666666;
    font-size: 29px;
}
.profilewrap .login-form {
    padding: 110px 140px 110px 40px; 
}
.profilewrap .login-content-left { 
    padding: 100px 0 0 0;
}
.profilewrap .form-detail input {
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    margin: 0;
    border-radius: 4px;
}
.gender-div input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
}
.gender-div span {
    font-size: 14px;
    color: #666666;
    margin: 0 40px 0 0;
}
/* Profile end*/
/* Profile end*/
.changepasswordwrap .login-content-left {
    padding: 0;
    width: 683px;
}
.changepasswordwrap.login-div:after { 
    width: 683px;
}
.changepasswordwrap .login-form {
    padding: 115px 88px 110px 40px;
    width: 633px;
}
/* Profile end*/
/* summary-inconsistencies *******************/
.summary-inconsistencies-left {
    width: 59%;
}
.result-area-content .additional-settings .accordion-item {
    padding: 0;
    margin: 0;
}
.additional-settings .accordion-body {
    padding: 0;
}
.additional-settings .accordion-button:after {
    width: 0;
    height: 0;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid #666666;
    position: absolute;
    left: 10px;
    top: 21px;
}
.additional-settings .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.additional-settings .accordion-header {
    padding: 0;
}
.additional-settings .accordion-button, .additional-settings .accordion-buttontxt {
    background: none;
    padding: 17px 30px;
    box-shadow: none;
    color: #111111;
    font-size: 17px;
    font-weight: 400;
    border: 0;
    width: auto;
    line-height: normal;
    overflow-y: auto;
}
.info {
    color: #CCCCCC;
    font-style: normal;
    margin: 0 0 0 5px;
    font-size: 10px;
}
.additional-settings .accordion-item {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}
.additional-settings .row-div {
    display: none;
}
.number-tag {
    background: #0450A2;
    padding: 0 7px;
    display: inline-block;
    color: #FFF;
    border-radius: 11px;
    text-align: center;
    font-size: 14px;
    max-height: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 0 8px;
}
.inconsistencies-txt p i {
    transform: rotate(45deg);
    font-size: 8px;
    margin: 0 8px 0 0;
}
.forliveshowcls .live-show-icon {
    display: none;
}
.forliveshowcls .live-show-iconup {
    display: block;
}
.live-show-iconup {
    display: none;
}
.forliveshowcls .add-question-tab, .forliveshowcls .setup-steps-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.add-question-tab, .setup-steps-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.summary-inconsistencies h6 {
    font-size: 17px;
    padding: 0;
    margin: 0 0 20px 0;
}
.additional-settings .dashboard-tble tr td:first-child {
    padding-left: 30px;
    width: 78%;
}
.question-sec {
    color: #888888;
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 25px;
}
.question-sec strong {
    font-weight: 400;
}
.question-sec p {
    padding: 0 0 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 180px;
}
.question-sec span {
    width: 100px;
    text-align: right;
}
.question-sec em {
    font-style: normal;
}
.inconsistencies-txt {
    color: #888888;
    /*height: 230px;*/
    overflow-y: scroll;
}
.inconsistencies-txt .inconsistency-item {
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE;
}
.additional-settings .accordion {
    height: 840px;
    overflow-y: scroll;
}
.additional-settings .accordion::-webkit-scrollbar, .inconsistencies-txt::-webkit-scrollbar {
    width: 0;
}
.summary-inconsistencies-right {
    border-left: 1px solid #EEEEEE;
    padding: 0 0 0 10px;
    margin: 0 0 0 15px;
    width: 39%;
}
.summary-inconsistencies-right .inconsistencies-head {
    margin: 0 0 10px 0;
}
.summary-inconsistencies-right .inconsistencies-head h6 {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info {
    color: #CCCCCC;
    font-style: normal;
    margin: 0 0 0 5px;
    font-size: 10px;
}
#accordionLikertScale {
    height: auto;
    padding: 0 0 8px 0;
}
#accordionLikertScale .accordion-button:after {
    left: 52%;
    top: 5px;
}
.likert-accordion-text {
    margin-right: 50px;
}
.question-secdetail .resp-scale {
    width: 82%;
}
/* summary-inconsistencies END *******************/
/* launch-wrapp  *******************/
.tooltip-div { position: relative;}
.tooltip-div:hover span {
    display: block;
}
.tooltip-div span {
    display: none;
}
.tooltip-div span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 12px;
    background: #858585;
    color: #FFF;
    border-radius: 4px;
    padding: 0px 4px;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    z-index: 1;
}
.tooltip-div span:after {
    content: "";
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #858585;
    bottom: -5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.add-communication-activity.tooltip-div span { bottom: 35px; }
.live-show-iconup {
    display: none;
}
.launch-wrapp .invitation-list-info {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.launch-wrapp-left .invitation-list-info label {
    padding: 0;
}
.launch-wrapp .invitation-list-info em {
    color: #014A97;
    font-style: normal;
    font-size: 13px;
    margin: 0 0 0 10px;
}
.launch-wrapp .invitation-list-info .head-text {
    width: 145px;
}
.launch-wrapp .invitation-list-info input {
    width: 79%;
}
.launch-wrapp .invitation-list-info .head-text {
    color: #A7A7A7;
    font-size: 13px;
}
.add-wrap .invitation-list-info input {
    width: 93%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 33px !important;
    height: 17px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 9px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: -2px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
}
.switch input:checked + .slider {
    background-color: #0450A2;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
.launch-wrapp .common-dropdown, .launch-wrapp .invitation-list-info input {
    width: 67%;
}
.date-area {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 76%;
}
.date-area .form-control {
    background-color: #FFFFFF;
    border: 0;
    font-size: 13px;
    color: #666666;
    padding: 7px 15px;
}
.date-area .form-control:focus {
    box-shadow: none;
}
.enable-whitelabeling .checkbox-area {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.date-area i {
    background: #F2F5F8;
    width: 40px;
    text-align: center;
    line-height: 34px;
    color: #666666;
    border-radius: 0 4px 4px 0;
}
.send-invite .next-bg {
    padding: 7px 15px;
    font-size: 13px;
}
.send-invite { margin: 20px 0 0 0; min-height: 40px; }
.enable-whitelabeling {
    margin: 0 0 24px 0;
}
.setting-div {
    color: #888888;
}
.launch-wrapp-left {
    max-width: 500px;
    position: relative;
}
.launch-wrapp-center {
    margin: 0 0 0 20px;
}
.launch-wrapp-right {
    max-width: 30px;
    text-align: right;
}
.launch-wrapp-left, .launch-wrapp-center, .launch-wrapp-right {
    width: 100%;
}
.launch-wrapp-left em {
    position: absolute;
    right: -20px;
    margin: 0;
}
.launch-wrapp-center .date, .launch-wrapp-center .date input { max-width: 170px; }
.launch-wrapp-center .time, .launch-wrapp-center .time input { max-width: 150px; }
#sendSummaryTime, #sendSummaryTime input { max-width: 140px; }
.launch-wrapp-center .multiselect-native-select { width: 95%; }
.launch-wrapp-center .multiselect-container { width: 100%; }
.dataTable th.assmnt-group .checkbox-area { bottom: 0; }
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #A7A7A7;
}
.gender-list-info .form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #111;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #A7A7A7;
}
.dataTables-length .form-select { min-width: 70px; }
.setting-content h6 {
    font-size: 18px;
    font-weight: 500;
}
.setting-content h6 span {
    display: block;
    font-size: 15px;
    padding: 3px 0 0 0;
}
.adddiv {
    margin: 0 0 13px 0;
}
.adddiv .next-bg {
    padding: 6px 15px;
}
.administrators-tble tr td, .administrators-tble tr th {
    font-size: 13px;
    vertical-align: baseline;
}
.administrators-tble tr th {
    color: #111;
    border-top: 0;
}
.administrators-tble tr th:first-child, .administrators-tble tr td:first-child {
    width: auto !important;
}
.cancel-submit-a {
    padding: 10px 0 40px 0;
    border: 0;
}
.view-history-slider .administrators-tble, .send-invite-slider .setting-content {
    padding: 0 0 100px 0;
}
#tblCommentType_search { width: 220px; }
.select2-container { z-index: inherit; width: 95% !important; }
.select2-container .select2-selection--single { height: auto !important; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: 5px 15px; }
/* add-wrap popup */
.modal-header .modal-title {
    font-size: 15px;
    padding: 0;
}
.common-popup .modal-content {
    border: 0;
    border-radius: 6px;
}
.common-popup .modal-header {
    border: 0;
    padding: 40px 25px 30px 25px;
}
.common-popup .modal-body {
    padding: 0 25px 40px 25px;
}
.add-wrap .invitation-list-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.add-wrap .previousnext-footer {
    padding: 15px 25px;
}
/* add-wrap popup end */
/* view-history-slider slider */
.administrators-tble tr td.message-area {
    width: 52%;
}
.administrators-tble tr td.message-area p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    padding: 0;
}
.message-area a {
    text-decoration: underline;
    padding: 0 !important;
}
.view-history-slider tr th, .view-history-slider tr td {
    color: #888888;
    font-weight: normal;
    padding: 15px 0 7px 0;
}
.view-history-slider tr td span {
    display: block;
}
.view-history-slider .setting-content h6 ~ p {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    padding: 0;
}
/* view-history-slider slider end */
.btn-small {
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: .65em;
    border-radius: 0.25rem;
    width: fit-content;
}
.dashboard-tble .btn-add-committee { position: absolute; right: 10px; margin-top: -25px; }
/* launch-wrapp END *******************/
/* footer */
.footer {
    padding: 12px 0;
    background: #ffffff;
    /*position: fixed;
    bottom: 0;
    right: 0;
    left: 0;*/
    -webkit-box-shadow: 0 0 6px #0000000f;
    box-shadow: 0 0 6px #0000000f;
    border-top: 1px solid #dbdbdb;
}
.footer-left a {
    margin: 0 40px 0 0;
    font-size: 12px;
    font-weight: 600;
}
.footer .footer-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* footer END ********************/
/* Help *****/
.help-content-slider {
    z-index: 1;
    width: 330px !important;
    position: fixed;
    top: 78px;
    right: -300px;
    bottom: 0;
    background: transparent;
    border: 0;
    padding: 0;
    transition: 1s;
}
.help-content-slider.show { right: 0; transition: 1s; }
.slider-content {
    width: 340px;
    height: 100vh;
    background: #FFF;
    box-shadow: -3px 0 6px #00000029;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    z-index: 9;
}
.QuickAssistToggle__QuickAssistToggle {
    height: 5.5em;
    width: 2.4em;
    margin-top: 80px;
    margin-right: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid #eaeded;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    cursor: pointer;
    background-color: #eaeded;
    color: #014A97;
    -webkit-box-shadow: 6px 0 #eaeded, 0 1px 6px 0 rgba(0,0,0,.4);
    box-shadow: 6px 0 #eaeded, 0 1px 6px 0 rgba(0,0,0,.4);
    z-index: 99;
}
.QuickAssistToggle__toggleButtonText {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: AmazonEmberLight,sans-serif;
    font-weight: 700;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    letter-spacing: .5px;
}
.QuickAssistToggle__QuickAssistToggle .QuickAssistToggle__toggleButtonText i {
    transform: rotate(90deg);
}
.QuickAssistToggle__helpIcon {
    fill: #fff;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: inherit;
}
.slider-content .slider-head, .slider-content .slider-body { padding: 10px; }
.slider-content .slider-body {
    height: 85%;
    overflow-y: scroll;
}
/* analysis-wrapp *******************/
.analysis-wrapp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.analysis-wrapp #myTab {
    width: 100%;
    max-width: 252px;
    display: block;
    border: 0;
    transition: 0.5s;
}
.analysis-wrapp .nav-tabs li button {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 10px 8px;
    color: #111;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}
.analysis-wrapp .nav-tabs li button.active {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}
.analysis-wrapp .nav-tabs li .active {
    background: #E5EEFE;
    color: #111;
}
.analysis-tab .tab-content {
    padding: 0;
}
.analysis-wrapp .nav-tabs li .active:after {
    display: none;
}
.analysis-wrapp .tab-content {
    padding: 0 0 0 25px;
    width: calc(100% - 252px);
}
.analysis-wrapp h6 {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 15px 0;
}
.assign-scores {
    margin: 0 0 25px 0;
}
.assign-scores .invitation-list-info {
    width: 394px;
}
.analysisfield {
    margin: 0 0 20px 0;
}
.analysisfield .invitation-list-info {
    max-width: 148px;
    width: 100%;
}
.analysisfield .invitation-list-info input {
    max-width: 90px;
}
.analysisfield .invitation-list-info .head-text {
    display: block;
    margin: 0 0 8px 0;
}
.assign-scores .common-dropdown {
    width: 73%;
    margin: 0 0 0 15px;
}
.invitation-list-info .head-text {
    color: #A7A7A7;
    font-size: 13px;
}
.common-dropdown button.show::after {
    transform: rotate(180deg);
}
.common-dropdown .dropdown-menu.show {
    border-radius: 0 0 4px 4px;
}
.common-dropdown, .common-dropdown .dropdown-menu li a {
    font-size: 13px;
}
.common-dropdown .dropdown-menu li a:hover {
    background: #E5EEFE;
}
.apply-div button, .apply-div .dropdown-menu li a {
    border: 1px solid #014A97;
    color: #014A97;
    padding: 6px 25px 6px 15px;
    font-size: 15px;
    font-weight: 500;
}
.apply-div button:hover { color: #014A97; }
.apply-div .dropdown-menu li a {
    margin: 0 0 7px 0;
    border-radius: 4px;
    padding: 6px 0;
    width: auto;
    height: auto;
    line-height: inherit;
}
.apply-div {
    width: 100%;
    max-width: 110px;
    margin: 0 0 20px auto;
}
.apply-div .dropdown-menu {
    border-radius: 0 0 4px 4px;
    bottom: 0 !important;
    border: 0;
    padding: 0;
}
.questions-area {
    margin: 0 0 7px 0;
}
.questions-area h6 {
    padding: 0;
}
.listofquestions tr th, .listofquestions tr td {
    font-weight: 400;
}
.listofquestions tr td {
    padding: 14px 0;
}
.analysisfield .invitation-list-info input:focus, .input input:focus {
    outline: 0;
}
.input input::-webkit-outer-spin-button, .input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input input::placeholder {
    color: #888888;
}
.arrow-relative {
    position: relative;
}
.arrow-collapse a {
    border: 1px solid #F6F6F6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    box-shadow: 0 3px 6px #0000000f;
    display: inline-block;
    text-align: center;
    background: #FFF;
}
.arrow-collapse {
    position: absolute;
    left: -15px;
    top: 18px;
}
.arrow-collapseopen .question-bank-companyarealft {
    max-width: 0 !important;
    opacity: 0;
    visibility: hidden;
}
.arrow-collapseopen .question-bank-companyarearyt {
    max-width: 100%;
}
.arrow-collapse .fa-caret-right {
    display: none;
}
.arrow-collapseopen .fa-caret-right {
    display: inline-block;
}
.arrow-collapseopen .fa-caret-left {
    display: none;
}
.arrow-collapseopen .arrow-collapse {
    left: -6px;
}
.arrow-collapseopen .analysis-wrapp .tab-content {
    max-width: 100%;
}
.arrow-collapseopen .analysis-wrapp #myTab {
    max-width: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.filter-a.show::after {
    transform: rotate(90deg);
    top: 40%;
    transition: 0.5s;
}
.analyse-table-excl thead tr th:first-child, .analyse-table-excl tbody tr td:first-child { width: 5% !important; }
.analyse-table-excl .checkmark { top: auto; bottom: 0; }
.filter-a.show::after {
    transform: rotate(90deg);
    top: 40%;
    transition: 0.5s;
}
.filter-select-c .checkbox-area {
    position: relative;
    font-size: 14px;
    color: #666666;
}
#linkAssmntTabs .nav-tabs .nav-item .nav-link { background: transparent; }
#linkAssmntTabs .nav-tabs .nav-item a.active .question-area, #linkAssmntTabs .nav-tabs .nav-item a:hover .question-area {
    color: #FFF;
    border: 1px solid #014A97;
    background: #014A97;
}
#linkAssmntTabs .nav-tabs .nav-item a.active span {
    background: #EEBF40;
    border: 2px solid #EEBF40;
    color: #FFF;
}
#linkAssmntTabs .nav-tabs .nav-item .question-area {margin: 5px 0 0 0;}
#linkAssmntTabs .nav-tabs .nav-item a .question-area {
    font-weight: 500;
    display: block;
    border: 1px solid #888888;
    border-radius: 4px;
    padding: 4px 15px;
    margin: 10px 0 0 0;
    width: auto;
    font-size: 13px;
    background: #FFF;
    color: #888888;
    height: auto;
}
#linkAssmntTabs .nav-tabs .green-area .question-area {
    border-color: #014A97 !important;
    background: #FFF !important;
    color: #014A97 !important;
}
#linkAssmntTabs .nav-tabs .green-area span {
    background: #019752;
    border: 2px solid #019752;
    color: #ffffff;
} 
#linkAssmntTabs .border-r:before { left: 0; }
.link-dimension-tble table {
    width: 100%;
}
.link-dimension-tble table tr th {
    color: #888888;
    font-weight: 500;
    border-top: 1px solid #EEEEEE;
    padding: 11px 0;
    border-bottom: 1px solid #EEEEEE;
}
.link-dimension-tble table tbody {
    width: 100%;
    overflow-y: auto;
    max-width: 100%;
}
.link-dimension-tble table tbody tr td {
    font-weight: 400;
    padding: 11px 0;
    border-bottom: 1px solid #EEEEEE;
}
#tblLinkQues_wrapper .dataTables_filter {
    display: none;
}
/* analysis-wrapp END *******************/
/* dimensionparameter*/
.arrow-collapse a {
    border: 1px solid #F6F6F6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    box-shadow: 0 3px 6px #0000000f;
    display: inline-block;
    text-align: center;
    background: #FFF;
}
.arrow-collapse {
    position: absolute;
    left: -15px;
    top: 18px;
}
.arrow-collapseopen .question-bank-companyarealft {
    max-width: 0 !important;
    opacity: 0;
    visibility: hidden;
}
.arrow-collapseopen .question-bank-companyarearyt {
    max-width: 100%;
}
.arrow-collapse .fa-caret-right {
    display: none;
}
.arrow-collapseopen .fa-caret-right {
    display: inline-block;
}
.arrow-collapseopen .fa-caret-left {
    display: none;
}
.arrow-collapseopen .arrow-collapse {
    left: -6px;
}
.arrow-collapseopen .analysis-wrapp .tab-content {
    width: 100%;
}
.arrow-collapseopen .analysis-wrapp #myTab {
    max-width: 0 !important;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.lightblue-bg p {
    color: #52AAF5;
    font-size: 13px;
    border-radius: 4px;
    background: #E5EEFE;
    padding: 7px 15px;
    display: inline-block;
}
.lightblue-bg {
    text-align: center;
    margin: 0 0 22px 0;
}
.map-param-dimension {
    margin: 7px 0 0 0;
}
.map-param-dimension::-webkit-scrollbar {
    width: 0;
}
.map-param-dimension .accordion-header {
    padding: 0;
}
.map-param-dimension .accordion-body {
    padding: 0 0 20px 0;
}
.map-param-dimension .accordion-button:after {
    width: 0;
    height: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid #888;
    position: absolute;
    right: 5px;
}
.map-param-dimension .accordion-button {
    background: none;
    padding: 13px 0 13px 15px;
    box-shadow: none;
    color: #111111;
    margin-left: 20px;
    font-size: 14px;
    width: 98%;
}
.map-param-dimension .accordion-item {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}
.map-param-dimension .accordion-header .checkmark { top: 15px; }
.map-param-dimension .accordion-item ul {
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.map-param-dimension ul li {
    display: inline-block;
    color: #888888;
}
.map-param-dimension ul li:first-child {
    width: 40%;
}
.map-param-dimension ul li:nth-child(2) {
    width: 40%;
}
.map-param-dimension ul li i {
    font-size: 15px;
}
.map-param-dimension ul li:last-child {
    width: auto;
}
.map-param-dimension ul li:nth-child(3) {
    width: 18%;
}
.map-param-dimension ul li .question {
    font-weight: bold;
    font-size: 15px;
    color: #111;
    margin: 0;
    padding: 0;
}
.questions-left a.unmap-parameters {
    height: 35px;
    margin: 0 15px 0 0;
    border: 1px solid #CCCCCC;
}
.unmap-parameters:after {
    display: none;
}
.info {
    color: #CCCCCC;
    margin: 0 0 0 5px;
}
.parameters-content em {
    font-style: normal;
    margin: 0 0 0 35px;
}
.parameters-content i {
    margin: 0 0 0 10px;
}
.parameters-content ul {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}
.parameters-content ul li:first-child {
    width: 61%;
}
.questiontext {
    color: #888888;
    margin: 10px 0 0 15px;
}
.parameters-content ul li {
    font-size: 15px;
    font-weight: 500;
}
.invitation-list-info {
    margin: 0 0 15px 0;
}
.edit-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px 0;
}
.super-activity-text .edit-delete:last-child {
    border: 0;
}
.edit-delete em {
    font-style: normal;
    font-weight: 500;
}
.edit-delete a {
    margin: 0 10px 0 0;
    padding: 3px;
}
.edit-delete a:hover {
    color: #0450A2;
}
.edit-delete a.trash:hover {
    color: #f00;
}
.edit-delete em {
    width: 100%;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.super-activity-text h5 {
    font-size: 13px;
    color: #A7A7A7;
    padding: 0 0 5px 0;
}
.parameters-content .dataTables_filter {
    display: none;
}
.tbl-param-ques thead tr th:first-child, .tbl-param-ques tbody tr td:first-child {
    max-width: 10px !important;
    padding: 12px 0;
}
.map-param-dimension .accordions-header { margin-left: 2rem; }
.map-param-dimension .accordions-header ul {
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.map-param-dimension .accordions-header ul li {
    font-weight: bold;
    color: #000000;
}
/* dimensionparameter end*/
/* Comment categorisation Start*/
.categorisation-tble {
    padding: 0 0 10px 0;
}
.categorisation-tble thead tr th:first-child, 
.categorisation-tble tbody tr td:first-child,
.categorisation-tble thead tr th:last-child, 
.categorisation-tble tbody tr td:last-child {
    max-width: 40px;
}
.categorisation-tble tbody tr td .question-col{
    width: 150px;
}
.categorisation-tble tbody tr td .comment-col{
    width: 200px;
}
.categorisation-tble .dropdown-menu  {
    height: 220px;
    overflow-y: scroll;
}
.categorisation-tble .search-wrapp button {
    padding: 0 9px;
    height: 28px;
}
.categorisation-tble .search-wrapp button i {
    margin: 0 !important;
    font-size: 10px;
}
.categorisation-tble .search-wrapp {
    margin: 0 0 0 5px;
}
.categorisation-tble .search-wrapp input {
    padding: 0 10px;
    height: 28px;
    width: 88px;
}
.categorisation-tble .search-wrapp input:focus {
    outline: 0;
}
.categorisation-tble .search-button-d input {
    right: 32px;
}

/* added for finalize setup */

.directors-sec {
    color: #888888;
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 25px;
}
.directors-sec strong {
    font-weight: 400;
}
.directors-sec p {
    padding: 0 0 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 280px;
}
.directors-sec span {
    width: 500px;
    text-align: left;
}
.directors-sec em {
    font-style: normal;
}

/* Comment categorisation End*/
.fixed-add-ques-header {
    position: fixed;
    top: 63px;
    left: 0;
    width: 77%;
    z-index: 9;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px #0000000a;
    box-shadow: 0 3px 6px #0000000a;
    padding-left: var(--bs-gutter-x,2rem);
}
.fixed-add-ques-header-content {
    margin-top: 160px;
}
.fixed-add-ques-header .dashboard-head {
    padding: 20px 0;
}
.tbl-user-profile-pic img {
    max-height: 45px;
    max-width: 45px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal-content-excl {
    display: flex;
    flex-direction: column;
    width: 150%;
	margin-left:-100px;
	vertical-align: left;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.clear-search {
    position: absolute;
    right: 57px;
    z-index: 1;
    top: 6px;
    color: #888888;
}

.accordion--custom .accordion-header {
    display: flex; /* make flex element */
    align-items: center; /* aligning child items */
}
/* small udjustments */
.accordion--custom .accordion-header .accordion-button {
    padding: 0.5rem 0.75rem;
    background: none;
}
.accordion--custom .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion--custom .accordion-body {
    padding: 0.5rem 0.75rem;
}
.analysis-wrapp .accordion-item {
    border: 0;
}
.analysis-wrapp .accordion-item .nav-tabs {
    border-bottom: 0;
    padding-left: 15px;
}
.analysis-wrapp .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.analysis-wrapp .accordion-item .nav-tabs .nav-item {
    width: 100%;
}
.analysis-wrapp .accordion-button:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #888;
}
.analysis-wrapp .accordion-button:not(.collapsed):after {
    border-top: 5px solid transparent;
    border-left: 7px solid #888;
    transform: rotate(90deg);
}
.reorder-table tr td:first-child, .reorder-table tr th:first-child {
    width: 15px !important;
}
.reorder-table tr td i, .reorder-table tr th i {
    color: #888888;
}
.setup-communication .btn-link { box-shadow: none; }
.DTFC_LeftFootWrapper table tr td { display: none; }
.header-user-name {
    padding-bottom: 0px;
    line-height: 1.2rem;
}
.header-user-role {
    padding-bottom: 0px;
    line-height: 1.2rem;
    font-size: 12px;
    color: #959595;
}
.question-areawrt div.ques-text {
    background-color: #e9ecef;
}
.status-completed {
    background-color: #0abb87;
    color: #ffffff;
}
.status-partial {
    background-color: #ffb822;
    color: #ffffff;
}
.status-pending {
    background-color: #fd397a;
    color: #ffffff;
}
.bg-light-primary {
    background-color: #e1f0ff!important;
}
.child-comment {
    background-color: #ebf1f7!important;
}
.avatar-xl, .avatar-xxl {
    font-size: 1.8636363636rem;
    height: 5.125rem;
    width: 5.125rem;
}
.avatar, .avatar-img {
    border-radius: var(--bs-avatar-border-radius);
    display: inline-block;
}
.avatar {
    --bs-avatar-bg: var(--bs-gray-300);
    --bs-avatar-color: var(--bs-gray-500);
    --bs-avatar-border-radius: 0.625rem;
    flex-shrink: 0;
    font-size: 1.0909090909rem;
    height: 3rem;
    position: relative;
    width: 3rem;
}
.cursor-pointer {
    cursor: pointer;
}
.text-bg-primary {
    background-color: RGBA(0,186,199,var(--bs-bg-opacity, 1))!important;
    color: #fff!important;
}
.avatar-circle .avatar-img {
    border-radius: 50%;
}
.avatar-img {
    height: 100px !important;
    width: 100px !important;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}
.avatar, .avatar-img {
    border-radius: var(--bs-avatar-border-radius);
    display: inline-block;
}
.profile-pic-edit {
    width: 30px!important;
    height: 30px!important;
    position: absolute!important;
    display: flex;
    right: 0!important;
    bottom: 0!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 50%!important;
    margin: 0!important;

}

.main-profile-edit {
    position: relative;
    margin: 0 0 28px 0;
}
.main-profile-edit .profile-icon {
    width: 82px;
    height: 82px;
    border: 1px solid #707070;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}
.main-profile-icon i {
    font-size: 24px;
    color: #666666;
}
.main-profile-icon img { 
    width: 135px;
    height: 135px;
    border-radius: 50%;
    margin: 6px -1px 0 0;
}
.assessment-companytext  .fullname-profile{
    width: 145px;
    margin: -76px -1px 0 0;
    color: #A7A7A7;
}

.profile-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 50%;
}

.profile-text-width label {
    width: 200px;
}

.profile-cancel-submit-a {
    padding: 10px 0 40px 0;
    border: 0;
}
.profile-cancel-submit-a { 
    padding: 10px 0 20px 0; 
}
.profile-cancel-submit-a {
    border: 0;
    margin: 0;
    width: 48%;
    padding: 0;
}

.profile-edityour-profile {
    position: absolute;
    font-size: 18px;
    color: #666666;
    right: -40px;
    bottom: -46px;
    left: 10px;
}

.input-group-text{border:none;background-color:#f2f3f7;padding:0 .65rem 0 1rem}

.compute-assmnt .accordion-item .accordion-header ul {
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.compute-assmnt .accordion-item .accordion-header ul li {
    display: inline-block;
    width: 50%;
    font-weight: 400;
    font-size: 15px;
    color: #888888;
}
.is-valid .select2-container--default .select2-selection--single {
    border: 1px solid #0abb87;
}
.is-invalid .select2-container--default .select2-selection--single {
    border: 1px solid #fd397a;
}
.comment-category-fixed-top-header {
    position: fixed;
    top: 78px;
    right: 80px;
    left: 100px;
    z-index: 1030;
    background-color: #ffffff;
    padding: 15px;
}
.kt-user-card-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.kt-user-card-v2 .kt-user-card-v2__pic {
    padding-right: 0.5rem;
}
.kt-user-card-v2 .kt-user-card-v2__pic img {
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px;
}
.kt-marginless {
    margin: 0!important;
}
/*Compose mail modal styles*/
.kt-inbox .kt-inbox__form .kt-inbox__body {
    padding: 0 0 10px;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__label {
    font-weight: 400;
    font-size: 1rem;
    width: 40px;
    min-width: 40px;
    color: #74788d;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__tools .kt-inbox__tool {
    font-size: 1rem;
    color: #a2a5b9;
    font-weight: 500;
    margin-left: 10px;
    cursor: pointer;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to.kt-inbox__to--cc .kt-inbox__field.kt-inbox__field--cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to.kt-inbox__to--bcc .kt-inbox__field.kt-inbox__field--bcc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field.kt-inbox__field--bcc, .kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field.kt-inbox__field--cc {
    display: none;
    margin-top: 5px;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__label {
    font-weight: 400;
    font-size: 1rem;
    width: 40px;
    min-width: 40px;
    color: #74788d;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .kt-inbox__field .kt-inbox__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--light {
    background-color: transparent;
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--sm {
    height: 26px;
    width: 26px;
}
.kt-inbox .kt-inbox__icon {
    border: 0;
    background: 0 0;
    outline: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    width: 35px;
    background-color: #f7f8fa;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    border-radius: 4px;
}
.kt-inbox .kt-inbox__icon.kt-inbox__icon--sm i {
    font-size: .8rem;
}
.kt-inbox .kt-inbox__icon i {
    color: #8e96b8;
}
.tagify+input, .tagify+textarea {
    display: none!important;
}
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__to .tagify {
    width: 100%;
}
.tagify {
    border-radius: 4px;
    border-color: #e2e5ec;
}
.tagify__dropdown .tagify__dropdown__item{color:#74788d;border-radius:0;padding:.75rem 1.5rem;margin:0;-webkit-box-shadow:none;box-shadow:none}
.tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active{background:#f7f8fa;color:#5d78ff}
.kt-media-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0}
.kt-media-card .kt-media{margin-right:.75rem}
.kt-media-card .kt-media-card__info{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;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.kt-media-card .kt-media-card__info .kt-media-card__title{color:#595d6e;font-weight:500;font-size:0.9rem;-webkit-transition:color .3s ease;transition:color .3s ease}
.kt-media-card .kt-media-card__info a.kt-media-card__title{-webkit-transition:color .3s ease;transition:color .3s ease}.kt-media-card .kt-media-card__info a.kt-media-card__title:hover{-webkit-transition:color .3s ease;transition:color .3s ease;color:#5d78ff}
.kt-media-card .kt-media-card__info .kt-media-card__desc{color:#74788d;font-weight:400;font-size:.7rem}
.kt-media-card .kt-media-card__info a.kt-media-card__desc{-webkit-transition:color .3s ease;transition:color .3s ease}.kt-media-card .kt-media-card__info a.kt-media-card__desc:hover{-webkit-transition:color .3s ease;transition:color .3s ease;color:#5d78ff}
.kt-media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:4px}
.kt-media img{width:100%;max-width:50px;height:50px}
.kt-media span{width:40px;height:40px;font-size:1.2rem}
.kt-media span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600;color:#74788d;border-radius:4px}
.kt-media-card .kt-media {border-radius:50%}

/* Suggestions items */
:root {
    --tagify-dd-item-pad: .5em .7em;
}

.tagify__dropdown.users-list .tagify__dropdown__item{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
    grid-template-areas: "avatar name"
                        "avatar email";
}

.tagify__dropdown.users-list header.tagify__dropdown__item{
    grid-template-areas: "add remove-tags"
                        "remaning .";
}

.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap{
    transform: scale(1.2);
}

.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap{
    grid-area: avatar;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #EEE;
    transition: .1s ease-out;
}

.tagify__dropdown.users-list img{
    width: 100%;
    vertical-align: top;
}

.tagify__dropdown.users-list header.tagify__dropdown__item > div,
.tagify__dropdown.users-list .tagify__dropdown__item strong{
    grid-area: name;
    width: 100%;
    align-self: center;
}

.tagify__dropdown.users-list span{
    grid-area: email;
    width: 100%;
    font-size: .9em;
    opacity: .6;
}

.tagify__dropdown.users-list .tagify__dropdown__item__addAll{
    border-bottom: 1px solid #DDD;
    gap: 0;
}

.tagify__dropdown.users-list .remove-all-tags{
    grid-area: remove-tags;
    justify-self: self-end;
    font-size: .8em;
    padding: .2em .3em;
    border-radius: 3px;
    user-select: none;
}

.tagify__dropdown.users-list .remove-all-tags:hover{
    color: white;
    background: salmon;
}


/* Tags items */
#users-list .tagify__tag{
    white-space: nowrap;
}

#users-list .tagify__tag img{
    width: 100%;
    vertical-align: top;
    pointer-events: none;
}


#users-list .tagify__tag:hover .tagify__tag__avatar-wrap{
    transform: scale(1.6) translateX(-10%);
}

#users-list .tagify__tag .tagify__tag__avatar-wrap{
    width: 16px;
    height: 16px;
    white-space: normal;
    border-radius: 50%;
    background: silver;
    margin-right: 5px;
    transition: .12s ease-out;
}

.users-list .tagify__dropdown__itemsGroup:empty{
    display: none;
}

.users-list .tagify__dropdown__itemsGroup::before{
    content: attr(data-title);
    display: inline-block;
    font-size: .9em;
    padding: 4px 6px;
    margin: var(--tagify-dd-item-pad);
    font-style: italic;
    border-radius: 4px;
    background: #00ce8d;
    color: white;
    font-weight: 600;
}

.users-list .tagify__dropdown__itemsGroup:not(:first-of-type){
    border-top: 1px solid #DDD;
}
.tagify__tag .tagify__tag__avatar-wrap img { display: none; }

/* Dropzone style */
.kt-inbox .kt-inbox__form .kt-inbox__body .kt-inbox__attachments {
    width: 100%;
    display: inline-block;
}
.dropzone.dropzone-multi {
    border: 0;
    padding: 0;
}
.dropzone {
    min-height: auto !important;
}
.dropzone.dropzone-multi .dropzone-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.75rem;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    background-color: #f4f6fa;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
    font-size: .9rem;
    font-weight: 500;
    color: #595d6e;
    text-overflow: ellipsis;
    margin-right: 0.5rem;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
    margin-top: 0.25rem;
    font-size: .9rem;
    font-weight: 400;
    color: #fd397a;
    text-overflow: ellipsis;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress {
    width: 15%;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
    height: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel, .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete, .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    height: 25px;
    width: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i, .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i, .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i {
    font-size: .8rem;
    color: #a2a5b9;
}
.dropzone.dropzone-multi .dz-message {
    display: none;
}
.recipient-director-customization .dropdown-menu {
    top: inherit !important;
}
#tblDetailedStatus_wrapper .dataTables_length, #tblDetailedStatus_wrapper .dataTables_filter {
    display: none;
}
.gender-list-info label {
    color: #000000 !important;
}
.fr-wrapper p {
    padding-bottom: 0;
}
#axisTabpanel .form-label {
    margin: 0;
    color: #A7A7A7;
    font-size: 13px;
}
.label-heading {
    padding: 20px 0 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.action-buttons .dropdown-item {
    display: block !important;
    font-size: 1rem !important;
    padding: .25rem 1rem !important;
    color: #212529;
    text-align: inherit !important;
    border: 0 !important;
}
.action-buttons .dropdown-menu .text-primary:hover {
    color: #0d6efd !important;
}
.action-buttons .dropdown-menu .text-danger:hover {
    color: #dc3545 !important;
}
#applyApplicabilityModal .multiselect-container label {
    width: 100%;
    font-size: 13px;
    padding: 0 0 5px 0;
}
table.dataTable tr.group td{font-weight:bold;background-color:#e0e0e0}
.page-header-assmnt-title {
    overflow-wrap: anywhere;
}
#tblMapDirectors_wrapper .DTFC_LeftFootWrapper table {
    display: none;
}
.assmnt-end-date-info {
    border: 1px solid #014A97;
    color: #000;
    font-size: 0.75em;
    padding: 0 5px;
}
.collapse-btn {
    display: flex;
    align-items: center;
    color: #0550a0;
}
.collapse-btn:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
    transform: rotate(-180deg);
}
.collapse-btn::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.gr-bg{ color:#B3B3B3;}
.form-label {
    margin-bottom: 5px;
}
.committee-chairperson {
    color: #0450A2;
}
.bg-disabled {
    background-color: #e9ecef;
}
.question-setup-area .question-areawrt-wrapp.ques-disabled .question-areawrt {
    border: 1px solid #a8c1c7;
}
.question-setup-area .ques-disabled .fr-box {
    pointer-events: none;
}
.question-setup-area .ques-disabled input, .question-setup-area .ques-disabled textarea, .question-setup-area .ques-disabled .fr-view {
    pointer-events: none;
    background: #CCC;
    color: #333;
    border: 1px solid #666;
}
#reportComponentsModal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}
#reportComponentsModal .component-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin:10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
  }
  #reportComponentsModal .component-box img {
    width: 100% !important;
    height: 100px;
    max-height: 100px !important;
    object-fit: contain;
    margin-top: auto;
  }
  #reportComponentsModal .component-box input[type="checkbox"] {
    margin-right: 8px;
  }
  #reportComponentsModal .component-box label,.component-box p {
    text-align:left;
  }
  #reportComponentsModal .component-box label{
    font-size:18px;
    font-weight:bold;
  }
  #reportComponentsModal .card-text {
   overflow: hidden;
   text-align:left !important;
   display: inline;
   white-space: normal;
  }
  #reportComponentsModal .read-more-link {
   color: blue;
   cursor: pointer;
   display: inline-block;
   margin-top: 5px;
}

#report-slides .page {
    display: none;
}

#report-slides .page.active {
    display: block;
}

.report-component-list .pagination {
    justify-content: center !important;
}
#report-slides {
    min-height:400px;
}
.graph-type-img img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
}
.graph-type-img.selected img {
    border: 2px solid #007bff; 
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.5);
}
#modalGraphSettings #graphTabPanel, #modalGraphSettings #basicTabPanel {
    margin-bottom: 50px;
    padding-bottom: 20px;
}
#report-slides .list-statement, #divGraph .list-statement {
    list-style-type: disc;
}
#report-slides .list-statement .list-statement-item, #divGraph .list-statement .list-statement-item {
    border: 0;
}
.glance-table-color-coding-settings table tbody tr td {
    vertical-align: middle;
}
.questionnaire-table tbody tr td {
    vertical-align: middle;
}
.is-invalid .choices__inner { border-color: #dc3545 !important; }
.is-valid .choices__inner {
    border: 1px solid #0abb87;
}
.checkbox-area.is-invalid .checkmark {
    border: 1px solid #dc3545 !important;
}
.fr-wrapper p {
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}
.report-component-dropdown .page-link {
    font-size: 14px;
    padding: 0.2rem 0.5rem;
}
.report-component-dropdown .dropdown-menu {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 250px);
    transform: translate(0px, 10px) !important;
}
.report-component-table .dataTables_filter {
    display: none !important;
}
.report-component-table tr td:last-child a {
    margin: 0 10px;
}
.custom-color-picker {
    z-index: 99;
}
.custom-color-pickr {
    display: inline-block;
    height: 2em;
    width: 2em;
    padding: .5em;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    border-radius: .15em;
    border: 1px solid #aaa;
}
.carousel-control-prev:disabled,
.carousel-control-next:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.carousel-control-prev:disabled .carousel-control-prev-icon,
.carousel-control-next:disabled .carousel-control-next-icon {
  filter: grayscale(100%);
}
.graph-download-dropdown .dropdown-menu {
    min-width: 150px;
}
.graph-download-dropdown .dropdown-menu li {
    padding: 0.5rem 1rem;
    font-size: 14px;
    color: #212529;
    text-decoration: none;
    display: block;
}
.graph-download-dropdown .dropdown-menu li:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
}
.medium-zoom-image--opened {
    z-index: 9999 !important;
}
.medium-zoom--opened .medium-zoom-overlay {
    z-index: 9998 !important;
    opacity: 0.5 !important;
}
.preview img {
    max-width: 13px;
    max-height: 20px;
}
.tblDetailedStatusDir_wrapper .dataTables_length, .tblDetailedStatusDir_wrapper .dataTables_filter {
    display: none;
}