@font-face {
  font-family: Circular-Book;
  src: url(/circular-book.otf) format('opentype');
}

@font-face {
  font-family: Circular-Black;
  src: url(/circular-black.otf) format('opentype');
}

@font-face {
  font-family: Circular-Medium;
  src: url(/circular-medium.otf) format('opentype');
}

@font-face {
  font-family: NoiGrotesk-Regular;
  src: url(/NoiGrotesk-Regular.otf) format('opentype');
}

@font-face {
  font-family: NoiGrotesk-Semibold;
  src: url(/NoiGrotesk-Semibold.otf) format('opentype');
}

@font-face {
  font-family: NoiGrotesk-Medium;
  src: url(/NoiGrotesk-Medium.otf) format('opentype');
}



*:not(.fa):not(.glyphicon) {
  font-family: Circular-Book !important;
}

::placeholder {
  color: grey;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}

/* .wrapper-body {
  min-height: fit-content;
} */

.wrapper-body:has(.dra-web-page) .breadcrumb {
  display: none;
}

.modal-backdrop.in {
  z-index: 9999;
}

.modal-open .modal {
  z-index: 99999;
}

.no-margin {
  margin: 0 !important;
}

body .tooltip .tooltip-arrow {
  display: block !important;
  border-bottom-color: #00234b !important;
  border-width: 0 4px 5px !important;
}

body .tooltip .tooltip-inner {
  background: #00234b !important;
  border-radius: 5px !important;
}

.entitylist .checkbox label {
  padding-left: 35px;
}

input[type="checkbox"] {
  width: 25px;
  accent-color: #f3d03e;
  -ms-transform: scale(1.3);
  /* IE */
  -moz-transform: scale(1.3);
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
  transform: scale(1.3);
  padding: 10px;
  margin-left: -24px !important;
}

span[role="checkbox"] {
  border: 2px solid #acacac;
  border-radius: 3px;
}

span[role="checkbox"].fa-check {
  background: #f3d03e;
  border: none !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
}

a {
  color: #00234b !important;
}

a:hover {
  color: #f3d03e !important;
}

#ProfileFormView {
  border: 0px;
}

.editProfilePicture,
.editProfilePicture:focus,
.editProfilePicture:hover {
  color: #fff !important;
}

.page-header {
  margin: 0;
}

.page-header h1 {
  font-size: 32px;
}

.navbar {
  z-index: 999;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  color: #fff !important;
  outline: none;
}

.navbar .navbar-right.menu-bar {
  margin-right: 0 !important;
}

.navbar .navbar-collapse {
  text-align: right;
}

.navbar .navbar-toggle {
  margin: 0px 15px;
  background: transparent !important;
  border: none !important;
  padding: 2px;
}

.navbar .navbar-toggle:hover {
  transform: scale(1.1);
}

.navbar-static-top.navbar-inverse img.muster-logo {
  width: 200px;
  height: auto;

  @media (min-width: 768px) and (max-width: 1199px) {
    width: 180px !important;
  }
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a:hover {
  color: #00234b !important;
}

@media (min-width: 768px) {
  .mobile-dra-logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .muster-logo {
    margin-left: 0px !important;
  }

  .navbar-static-top.navbar-inverse {
    padding: 10px 0;
  }

  .navbar-static-top.navbar-inverse img {
    width: 50px !important;
    height: auto !important;
    margin: 0px 10px !important;
  }

  .navbar-static-top.navbar-inverse img.muster-logo {
    width: 100px !important;
  }

  .navbar-static-top.navbar-inverse .siteTitle {
    font-size: 20px !important;
  }

  .navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-size: 16px !important;
  }

  .navbar .navbar-header {
    padding-left: 60px;
  }
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:active .icon-bar,
.navbar-toggle:hover .icon-bar {
  border-color: #fff !important;
}

.footer {
  position: relative;
  bottom: 0;
  margin: 60px 0;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.footer p {
  color: #00234b !important;
}

.footer .footer-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin-left: 160px;
}

@media (max-width: 767px) {
  .footer .footer-items {
    margin-left: 0px;
    flex-direction: column;
  }
}

.footer a.footer-poweredby {
  color: #d9652e !important;
  text-decoration: none;
  font-size: 16px;
}

.footer a.footer-poweredby:hover {
  text-decoration: underline;
}

.notifications-section .alert {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 0px;
}

.notifications-section .alert .glyphicon {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 3px;
}

.notifications-section .alert.alert-danger {
  color: #d8000c;
}

.notifications-section .alert.alert-warning {
  color: #d67202;
}

.notifications-section .alert.alert-info {
  color: #2196f3;
}

.muster-details.section-title,
.profile-service-details.section-title {
  display: none;
  background: #00234b;
  color: white;
  padding: 10px 10px;
  font-size: 18px;
  border-radius: 5px;
  margin: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;

  @media (max-width: 991px) {
    display: block;
  }
}

.muster-details.section-title h3,
.profile-service-details.section-title h3 {
  margin: 0px;
  font-size: 19px;
  color: #fff;
}

.profile-service-details+div {
  @media (max-width: 991px) {
    display: none;
  }
}

#ProfileFormView .section-title {
  background: #00234b;
  color: white;
  padding: 0px 10px;
  font-size: 18px;
  border-radius: 5px;
  margin: 0;
  position: relative;
  cursor: pointer;
}

#ProfileFormView .section-title h3 {
  margin: 10px 0px;
  font-size: 19px;
  color: #fff;
}

#ProfileFormView .section-title::after,
.muster-details.section-title::after,
.profile-service-details.section-title::after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0.9em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0px 6px;
  border-color: #fff transparent transparent;
  transform: rotate(0.5turn);
}

#ProfileFormView .section-title.closeHeading::after,
.muster-details.section-title.closeHeading::after,
.profile-service-details.section-title.closeHeading::after {
  transform: rotate(360deg);
  top: 1em;
}

#ProfileFormView .crmEntityFormView .tab .tab-column:first-child {
  padding-left: 20px;
}

@media (max-width: 767px) {
  #ProfileFormView .crmEntityFormView .tab {
    padding: 10px 0px;
  }

  #ProfileFormView .crmEntityFormView .section {
    width: inherit;
  }
}

#ProfileFormView .section {
  margin: 20px 20px 0;
}

#ProfileFormView .section .text.form-control:focus,
.crmEntityFormView .form-control:focus,
.container .form-group input:focus,
.container .input-group input:focus {
  border-color: #f3d03e;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(243 208 62 / 60%);
}

.notification-heading {
  padding: 10px;
  background-color: #00234b;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  margin: 0px 15px 15px;
  text-decoration: underline;
  cursor: pointer;
}

.notification-heading.closeHeading::after {
  transform: rotate(360deg);
  top: 1.1em;
}

.notification-heading:after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0px 6px;
  border-color: #fff transparent transparent;
  transform: rotate(0.5turn);
}

.notification-container {
  position: relative;
}

.notifications-section {
  position: absolute;
  width: 96%;
  margin: 0 15px;
  background: rgb(255, 255, 255);
  z-index: 99;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.notifications-section a {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  color: inherit !important;
  text-decoration: none !important;
}

.notifications-section a:hover {
  background-color: #f8f8f8;
  color: #00234b !important;
}

#page-back-button {
  height: 40px;
  border-radius: 20px;
  width: 120px;
  margin-left: 12px;
}

.notifications-section a .clicky {
  flex: 1;
  justify-content: right;
  display: flex;
  margin-right: 5px;
}

.notifications-section a .clicky img {
  width: 25px;
}

.notifications-section a .click-blue-icon {
  display: none;
}

.notifications-section a:hover .click-yellow-icon {
  display: none;
}

.notifications-section a:hover .click-blue-icon {
  display: flex;
}

.crmEntityFormView .pagination>.active>a {
  background: #f3d03e !important;
  width: initial;
  height: initial;
}

.crmEntityFormView .view-pagination .pagination {
  text-align: center;
}

#WebFormPanel.crmEntityFormView,
#EntityFormPanel.crmEntityFormView {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  margin-bottom: 20px;
}

.crmEntityFormView .actions {
  border-top: 1px solid #e5e5e5;
}

.crmEntityFormView .actions .col-sm-6 {
  width: inherit;
  padding-right: 0;
}

.crmEntityFormView .actions .button,
.crmEntityFormView .actions .btn {
  height: 40px;
  border-radius: 20px;
  width: fit-content;
  margin-left: 12px;
}

.crmEntityFormView .actions .button:active,
.crmEntityFormView .actions .button:focus {
  color: #fff;
  outline: none;
}

.crmEntityFormView input[type="checkbox"] {
  margin-left: -10px !important;
}

.crmEntityFormView .tab-title {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 16px;
  padding-bottom: 16px;
  font-size: 24px;
}

div[id$="ProgressIndicator"] {
  border-radius: 15px;
  height: 30px;
  overflow: initial;
}

div[id$="ProgressIndicator"] .progress-bar {
  box-shadow: none;
  background: #f3d03e;
  color: #00234b;
  top: 0%;
  padding-top: 5px;
  font-size: 16px;
  border-radius: 15px;
}

div[id$="ProgressIndicator"] .progress-bar span {
  position: absolute;
  right: -20px;
  top: -27px;
  width: 50px;
  height: 22px;
  text-indent: 0;
  text-align: center;
  display: flex;
  background: #f3d03e;
  border-radius: 5px;
  padding: 0px !important;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}

div[id$="ProgressIndicator"] .progress-bar span::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid #f3d03e;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  top: 100%;
  right: 35%;
}

.crmEntityFormView .tab {
  margin-bottom: 0px;
}

.crmEntityFormView .tab,
.crmEntityFormView .captcha-cell {
  padding: 10px 28px;
}

.crmEntityFormView .captcha-cell label {
  margin-left: 10px;
  font-size: 16px;
}

.crmEntityFormView .tab-column td.cell {
  padding-left: 0;
}

.crmEntityFormView .section-title h3 {
  border-bottom: 2px solid #00234b;
  display: inline-block;
  margin-bottom: 10px;
  color: #00234b;
}

.crmEntityFormView .datetimepicker .input-group-addon {
  background: #f3d03e;
  color: #000;
}

/* .crmEntityFormView .cell.boolean-radio-cell .control input {
  display: none;
} */

/* .crmEntityFormView
  .cell.boolean-radio-cell
  .control
  input:checked
  + label:before {
  box-shadow: inset 0 0 0 0.3em #00234b;
} */

.crmEntityFormView .cell.boolean-radio-cell .control input {
  height: 1.5em;
  width: 22.5px;
  aspect-ratio: 1;
  border: 1.5px solid #00234b !important;
  padding: 3px;
  background: radial-gradient(farthest-side, #00234b 94%, #0000) 50% / 0 0 no-repeat content-box !important;
  border-radius: 50%;
  outline-offset: calc(1.5em / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
  border-color: #00234b;
  outline: none;
}

.crmEntityFormView .cell.boolean-radio-cell .control input:checked {
  background-size: 100% 100% !important;
}

/* .crmEntityFormView .cell.boolean-radio-cell .control label:before {
  display: inline-block;
  margin-left: 10px;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00234b;
} */

.crmEntityFormView .datepicker .day.active,
.crmEntityFormView .datepicker .day.active button,
.crmEntityFormView .datepicker .month.active,
.crmEntityFormView .datepicker .month.active button,
.crmEntityFormView .datepicker .year.active,
.crmEntityFormView .datepicker .year.active button {
  background: #f3d03e;
  color: #000;
}

.profile-info {
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.volunteer-details-card {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  margin-bottom: 20px;

  @media (max-width: 991px) {
    display: none;
  }
}

.volunteer-details-card .volunteer-status,
.volunteer-details-card .muster-id {
  padding: 20px 30px 5px;
}

.volunteer-details-card .volunteer-status h3,
.volunteer-details-card .muster-id h3 {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #00234b;
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.volunteer-details-card .muster-id:has(+ .volunteer-status) {
  padding-bottom: 0;
}

.volunteer-details-card .volunteer-status {
  padding-top: 0;
}

.volunteer-status h3 img,
.muster-id h3 img {
  width: 35px;
}

.muster-id h3 {
  margin-top: 5px;
}

.muster-id h3 img {
  margin-top: -8px;
}

.volunteer-status .status,
.muster-id .reference-id {
  text-align: center;
  font-size: 16px;
}

.profile-info .fullName {
  font-weight: bold;
  padding-top: 0;
}

.weblinks.list-group {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#content_form {
  padding-bottom: 15px;
}

a.weblink.list-group-item {
  text-decoration: none;
  cursor: pointer;
}

a.weblink.list-group-item img {
  margin-right: 5px;
}

a.weblink.list-group-item .weblink-name {
  text-decoration: underline;
}

.panel.panel-default.nav-profile {
  display: none;
}

.sectionBlockLayout .table a {
  color: #00234b;
}

/* Schedule and declarations css - start*/

div[data-name="tab_scheduleanddeclatrations"] h3 {
  width: 100%;
}

/*DEEPAK TALK TO ME BEFOR YOU CHANGE THIS PLEASE*/
div[data-name="tab_scheduleanddeclatrations"] table tr th:first-child,
div[data-name="tab_scheduleanddeclatrations"] table tr td:first-child {
  display: block;
}

div[data-name="tab_scheduleanddeclatrations"] table tr th,
div[data-name="tab_scheduleanddeclatrations"] table tr td {
  font-size: 16px;
}

/* Schedule and declarations css - end*/

/* Search engagement  css - start */

.container .left-sidebar {
  @media (max-width: 991px) {
    padding: 0px;
  }
}

.container .right-sidebar {
  overflow: hidden;
}

.container .left-sidebar .card-container {
  padding: 0 10px;
}

.container .left-sidebar .card-container .row.card {
  padding-top: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  margin: 5px;
  margin-bottom: 15px;

  @media (max-width: 992px) {
    padding-bottom: 10px;
  }
}

.container .left-sidebar .card-container .row.card a {
  text-decoration: none;
}

.container .left-sidebar .card-container .row.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.container .left-sidebar .card-container .row.card:not(:last-child) {
  font-size: 16px;
}

.container .left-sidebar .card-container .row.card h2 {
  margin-top: 0;
  font-size: 28px;
}

.container .left-sidebar .card-container .row.card .text-primary,
.container .left-sidebar .card-container .row.card .text-info {
  color: #00234b;
  font-size: 16px;
}

.container .left-sidebar .card-container .row.card .btn,
.container .right-sidebar .btn.clearInputsBtn {
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
}

.container .right-sidebar .btn.applyFiltersBtn {
  background-color: #00234b;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
}

.container .right-sidebar .btn.applyFiltersBtn:hover,
.container .right-sidebar .btn.applyFiltersBtn:focus,
.container .right-sidebar .btn.applyFiltersBtn:active,
.container .right-sidebar .btn.applyFiltersBtn:active:focus {
  color: #00234b !important;
  background-color: #f3d03e;
}

.container .left-sidebar .numEngagements {
  padding: 10px;
  background-color: #00234b;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

form[id="sortby"] {
  text-align: right;
  display: flex;
  justify-content: right;
  padding-right: 15px;
}

form[id="sortby"] label {
  margin: 0;
  padding: 0;
  width: 100px;
}

form[id="sortby"] select {
  width: 130px;
}

.container .right-sidebar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

#search-bar-group {
  margin-bottom: 20px;
  width: 350px;
  border: 1px solid #00234b;
  overflow: hidden;
  border-radius: 5px;
  margin: 30px auto;
}

#search-bar-group input {
  border: none;
  height: 38px;
}

#search-bar-group #search-bar-icon {
  background: #f3d03e;
  color: #00234b;
  padding: 8px 10px 4px 10px;
  height: 38px;
}

#search-bar-group #search-bar-icon:hover {
  background: #00234b;
  color: #f3d03e;
}

/* Search engagement css - end */

/* Login - Terms and conditions css - start */

#terms-and-conditions-section {
  margin: 0;
}

#terms-and-conditions-section h1 {
  font-size: 32px;
}

#terms-and-conditions-section .terms-and-conditions p {
  font-size: 16px;
}

/* Login - Terms and conditions css - end */

/* Engagement css */

#mainContent .sectionBlockLayout.bg-primary {
  background-color: #00234b;
}

#mainContent .sectionBlockLayout.bg-primary h1,
#mainContent .sectionBlockLayout.bg-primary h2,
#mainContent .sectionBlockLayout.bg-primary h3,
#mainContent .sectionBlockLayout.bg-primary p {
  color: #fff;
}

.dra-engagement .input-group-btn.edit-registration button {
  border-radius: 5px;
  padding: 10px 25px;
}

.dra-engagement .engagementDescription div,
.dra-engagement .engagementDescription p {
  font-size: 15px;
  margin-bottom: 20px;
}

.dra-engagement table,
.dra-engagement table th,
.dra-engagement table td {
  text-align: center;
}

.dra-engagement table,
.dra-engagement th,
.dra-engagement tr,
.dra-engagement tbody,
.dra-engagement td {
  border: 1px solid #00234b !important;
}

.se-banner {
  margin-top: 0 !important;
  background: #00234b;
  margin-bottom: 20px;
  overflow: hidden;
}

.se-banner h1 {
  color: #fff !important;

  @media (min-width: 567px) {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

.dra-deployment-details .loc-shift-details {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  float: inherit;
}

.dra-deployment-details .loc-shift-details .shift-details,
.dra-deployment-details .loc-shift-details .location-details {
  display: flex;
  align-items: center;
}

.dra-deployment-details .loc-shift-details .shift-details div,
.dra-deployment-details .loc-shift-details .location-details div {
  float: left;
}

.dra-engagement .dep-not-full-volunteers {
  width: 80%;
  min-width: 350px;
  padding: 0 20px 20px;
  max-width: 670px;
  text-align: center;
  margin: 20px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
}

.dra-engagement .dep-not-full-volunteers img.dra-deploy-warningIcon {
  width: 125px;
  height: auto;
}

.dra-engagement .dep-not-full-volunteers .errorText-dra-reg {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: block;
}

.dra-engagement .dep-not-full-volunteers .errorText-dra-reg,
.dra-engagement .dep-not-full-volunteers .errorText-dra-reg a {
  color: red !important;
  font-size: 16px;
}

.dra-engagement .input-group-btn #applyNowBtn {
  height: 40px;
  border-radius: 20px;
  margin: 20px 0;
  float: right;
}

.dra-engagement .dra-eng-page-content:has(+ .dra-eng-shift-table) {
  width: 50%;
  display: inline-block;
}

.dra-engagement .dra-eng-shift-table {
  width: 50%;
  margin-top: 20px;
  float: right;
}

.dra-engagement .dra-eng-shift-table thead tr,
.dra-engagement-participation .dra-eng-part-table thead tr,
.dra-new-application .dra-new-app-table thead tr {
  background: #00234b;
  color: #fff;
}

.dra-engagement-participation .dra-eng-part-table,
.dra-new-application .dra-new-app-table {
  text-align: center;
}

.dra-new-application .dra-new-app-table {
  margin-bottom: 0;
}

.dra-engagement-participation .dra-eng-part-table thead tr th,
.dra-new-application .dra-new-app-table thead tr th {
  height: 40px;
  text-align: center;
}

.dra-engagement .dra-eng-shift-table tr th:not(:last-child),
.dra-engagement-participation .dra-eng-part-table tr th:not(:last-child),
.dra-new-application .dra-new-app-table tr th:not(:last-child) {
  border-right-color: #fff !important;
}

.dra-engagement .dra-eng-shift-table tbody tr td:first-child,
.dra-engagement-participation .dra-eng-part-table tbody tr td:nth-child(2),
.dra-new-application .dra-new-app-table tbody tr td:nth-child(2) {
  font-weight: bolder;
}

.dra-engagement-participation #myListDestination .inform-us-text,
.dra-engagement-participation #myListDestination .inform-us-text a {
  font-size: 16px;
}

.crmEntityFormView .section-title h3:has(> div#myListDestination) {
  border: none;
  margin: 0;
}

/* End engagement css */

/* contact us css */

.contactus-floating .contact-floating-button {
  position: fixed;
  right: 6px;
  bottom: 0;
  background: #f3d03e;
  border-radius: 20px;
  padding: 10px 20px;
  color: #00234b;
  font-weight: bold;
  cursor: pointer;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  z-index: 999;
}

.contact-us .page-copy {
  padding: 0 !important;
  border: none !important;
}

.contact-us .instructions {
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-us #EntityFormPanel.crmEntityFormView .entity-form {
  padding-left: 20px;
}

.contact-us #EntityFormPanel.crmEntityFormView .actions {
  padding-left: 20px;
}

.contactus-floating .contact-floating-button img {
  width: 20px;
  margin-right: 6px;
  margin-top: -3px;
}

@media (max-width: 991px) {
  .contactus-floating .contact-floating-button {
    right: 0;
    border-radius: 30px;
    padding: 10px 12px 13px 15px;
    border-bottom-right-radius: 0px;
  }

  .contactus-floating .contact-floating-button .img {
    width: 30px;
    height: auto;
    margin: 0;
  }

  .contactus-floating .contact-floating-button .contactUs-text {
    display: none;
  }
}

.contact-us {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  padding: 0;
  margin: 0px auto 20px;

  @media (max-width: 767px) {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }
}

.contact-us .page-copy {
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-us #EntityFormPanel.crmEntityFormView {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.contact-us .crmEntityFormView .actions {
  border-color: #e5e5e5;
}

.contact-us .crmEntityFormView .tab {
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .contact-us .crmEntityFormView .file-cell {
    padding-left: 15px;
  }
}

.contactus-iframe-bg {
  display: none;
  z-index: 1000;
  position: fixed;
  right: 0;
  cursor: initial;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
}

.contactus-iframe-bg .iframe-close-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 30px;
  background: #f3d03e;
  width: 35px;
  height: 35px;
  padding: 4px;
  font-size: 20px;
}

.contactus-iframe {
  position: absolute;
  right: 0;
  top: 10%;
  left: 0;
  width: 80%;
  margin: 0 auto;
  height: calc(80%);
  border: none;
  border-radius: 5px;
}

.contactus-iframe-bg .notification-header {
  display: none;
}

/* DRA - Thank you css */

.thankyou-text {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  float: none;
  margin: 20px auto;
}

.thankyou-text img.dra-thankyou {
  width: 150px;
  margin: 20px;
}

.dra-ty-btn-container {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}

.dra-ty-btn-container .btn.btn-primary.dra-thankyou-btn {
  padding: 10px 50px;
  border-radius: 10px;
  font-size: 20px;
  margin-top: 20px;
}

/* dra-qualifications & Policy waivers */
.dra-qualifications {
  border-radius: 5px;
}

.dra-qualifications .sub-heading,
.dra-policies-waivers .sub-heading {
  padding: 10px;
  background: #00234b;
  color: #fff;
  border-radius: 5px;
}

.dra-qualifications .entityList,
.dra-qualifications .entitylist,
.dra-policies-waivers .entityList,
.dra-policies-waivers .entitylist {
  border: none;
}

.dra-qualifications .sub-heading+div.entitylist,
.dra-policies-waivers .sub-heading+div.entitylist {
  padding: 5px 15px;
}

.dra-qualifications .panel {
  box-shadow: none;
  border: none;
}

.dra-qualifications .panel .panel-body {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 5px;
}

.dra-qualifications table tr,
.dra-policies-waivers table tr {
  border-bottom: 1px solid #00234b;
}

.dra-qualifications table th,
.dra-qualifications td,
.dra-policies-waivers table th,
.dra-policies-waivers td {
  border-top: none !important;
  border-bottom: none !important;
  vertical-align: middle !important;
}

.dra-qualifications td a,
.dra-qualifications th a,
.dra-policies-waivers td a,
.dra-policies-waivers th a {
  text-decoration: none;
}

.dra-qualifications .grid-actions,
.dra-policies-waivers .grid-actions {
  border-bottom: none !important;
}

.dra-qualifications #entitylist-filters button:focus,
.dra-qualifications #entitylist-filters button:focus:active,
.dra-qualifications #entitylist-filters button:active,
.dra-qualifications .dropdown button:focus,
.dra-qualifications .dropdown button:focus:active,
.dra-qualifications .dropdown button:active,
.dra-policies-waivers #entitylist-filters button:focus,
.dra-policies-waivers #entitylist-filters button:focus:active,
.dra-policies-waivers #entitylist-filters button:active,
.dra-policies-waivers .dropdown button:focus,
.dra-policies-waivers.dropdown button:focus:active,
.dra-policies-waivers .dropdown button:active {
  outline: none;
  border-color: #f3d03e;
}

/* V2 CSS */

body:has(.dra-web-page) .private-mode-banner,
body:has(.dra-web-page) .navbar.navbar-inverse.navbar-static-top {
  position: fixed;
  width: 100%;
}

body:has(#terms-and-conditions-section) .private-mode-banner,
body:has(#terms-and-conditions-section) .navbar.navbar-inverse.navbar-static-top {
  position: relative !important;
}

.dra-web-page {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16), 0 0px 9px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
}

.dra-web-page .grid-actions {
  border: none;
}

.dra-web-page .crmEntityFormView .section-title h3 {
  border-bottom: 1px solid #00234b;
  display: block;
  margin-bottom: 10px;
  color: #00234b;
  padding-bottom: 5px;
  margin-top: 0;
}

.dra-web-page .entitylist .entitylist-search {
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.15) inset;
}

.dra-web-page .entitylist .entitylist-search input {
  background: transparent !important;
  border: none;
}

.dra-web-page .entitylist .entitylist-search button {
  border: none;
}

.dra-web-page .entitylist .entitylist-search button:hover,
.dra-web-page .entitylist .entitylist-search button:focus {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.dra-web-page .btn-primary,
.dra-web-page .btn-entitylist-filter-submit {
  background-color: #f3d03e;
  padding: 6px 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.dra-web-page .btn-primary:hover,
.dra-web-page .btn-entitylist-filter-submit:hover {
  color: #ffffff;
  background-color: #00234b;
  border-color: #00234b;
}

.dra-web-page h1.page-heading {
  padding: 20px;
  margin-top: 0px;
  font-weight: 700;
  font-size: 36px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16), 0 0px 9px rgba(0, 0, 0, 0.23);
  overflow: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.dra-web-page #EntityFormPanel.crmEntityFormView {
  box-shadow: none;
  border: none !important;
  padding: 0;
}

.dra-web-page #EntityFormPanel.crmEntityFormView,
.dra-web-page .tab-title {
  border-bottom: 1px solid #00234b;
  margin: 20px 30px 0 30px;
  padding-bottom: 16px;
  overflow: auto;
}

.dra-profile .dra-web-page #EntityFormPanel.crmEntityFormView,
.dra-form .dra-web-page #EntityFormPanel.crmEntityFormView,
.dra-profile .dra-web-page .tab-title,
.dra-form .dra-web-page .tab-title {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16), 0 0px 9px rgba(0, 0, 0, 0.23);
  padding-bottom: 16px;
  overflow: auto;
  border: none;
}

.dra-web-page #EntityFormPanel.crmEntityFormView {
  margin: 0;
  border-radius: 10px;
}

.dra-web-page .tab-title {
  font-size: 24px;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .tab,
.dra-web-page .entitylist {
  padding: 15px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dra-web-page .entitylist .panel,
.dra-web-page .entitylist {
  border: none;
}

.dra-web-page .entitylist .entitylist {
  padding: 0;
}

.dra-web-page .entitylist .entitylist-filter-option-group {
  display: block;
}

.dra-web-page .entitylist .entitylist-filter-option-group-box-overflow {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.dra-web-page .entitylist .view-grid,
.dra-web-page .entity-grid .view-grid {
  padding: 5px;
  border: none;
}

.dra-web-page .entitylist table,
.dra-web-page .entity-grid table {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.dra-web-page .entity-grid .message {
  text-align: center;
}

.dra-web-page .entitylist table thead,
.dra-web-page .entity-grid table thead {
  background: #f1f5f9;
}

.dra-web-page .entitylist table a,
.dra-web-page .entity-grid table a {
  text-decoration: none;
}

.dra-web-page .entity-grid table td .dropdown button {
  outline: none;
}

.dra-web-page .entity-grid table td .dropdown .dropdown-menu {
  padding: 0;
}

.dra-web-page .entity-grid table td .dropdown .dropdown-menu li a {
  padding: 10px;
  margin: 0;
  border: 0;
}

.dra-web-page .entitylist table a:not(.btn):hover,
.dra-web-page .entity-grid table a:not(.btn):hover {
  text-decoration: underline;
  color: #00234b !important;
}

.dra-web-page .table>thead>tr>th {
  border-bottom: 0;
}

.dra-web-page.mymedicaldetails .grid-view #EntityFormPanel.crmEntityFormView .tab .tab-column table.section tbody:has(tr[role="group"]) {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

@media (max-width: 767px) {
  .dra-web-page.mymedicaldetails .grid-view #EntityFormPanel.crmEntityFormView .tab .tab-column table.section tbody:has(tr[role="group"]) {
    grid-template-columns: auto;
  }
}

/* .dra-web-page
  #EntityFormPanel.crmEntityFormView
  .tab
  .tab-column
  table.section
  tbody
  tr[role="group"] {
  display: flex;
  gap: 20px;
} */

.dra-profile .dra-web-page #EntityFormPanel.crmEntityFormView .tab .tab-column table.section tbody tr[role="group"] {
  display: table-row;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .tab .tab-column table tbody tr:last-child {
  grid-column: 1 / -1;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .tab .tab-column table tbody tr td {
  flex: 1;
}

.my-skills.dra-web-page #EntityFormPanel.crmEntityFormView .tab {
  margin-top: 40px;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .tab .tab-column table tbody tr td .description.above {
  margin-bottom: 10px;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .cell .field-label {
  font-weight: 500;
  float: left;
  font-size: 18px;
  color: #00234b;
  font-family: Circular-Book;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .actions .btn {
  float: right;
  margin-right: 30px;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .cell .boolean-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .cell select#ttech_volunteerstatus {
  background: none !important;
  border: none;
  color: #818181;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .cell.boolean-radio-cell label {
  display: flex;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .cell.boolean-radio-cell input+label {
  cursor: pointer;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .cell input[type="text"]:not(input[autocomplete="list"]),
.dra-web-page #EntityFormPanel.crmEntityFormView .cell select,
.dra-web-page #EntityFormPanel.crmEntityFormView .cell textarea,
.dra-web-page .modal .modal-body textarea {
  background-color: #f2f5f9 !important;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding-left: 10px;
  outline: none;
}

.dra-web-page .modal .modal-body .info label {
  font-size: 20px;
  color: #00234b;
  margin-top: 10px;
}

.dra-web-page .modal .modal-footer .btn-primary {
  cursor: pointer;
}

.dra-web-page #EntityFormPanel.crmEntityFormView input[type="checkbox"] {
  width: 20px;
  height: 20px;
  transform: none;
}

/* .dra-web-page
  #EntityFormPanel.crmEntityFormView
  .cell.boolean-radio-cell
  .control
  label:before {
  display: inline-block;
  margin-left: 10px;
  flex-shrink: 0;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  background-color: #f2f5f9 !important;
} */

.dra-web-page.my-skills table colgroup,
.dra-profile table colgroup {
  display: none;
}

@media (max-width: 767px) {
  .dra-web-page #EntityFormPanel.crmEntityFormView {
    margin: 0 !important;
  }

  .dra-web-page .tab-title {
    margin: 10px 20px 0px 20px;
  }
}

/* Modal popup iframe content css */

#content-container .crmEntityFormView .file-cell {
  padding: 10px 28px;
}

#content-container .crmEntityFormView .actions {
  border: none;
  text-align: right;
  padding: 10px 28px;
}

/* Vounteer Registration V2 css */

.wrapper-body:has(div.dra-web-page):not(:has(div.vol-registration)) {
  margin-left: 160px;
  margin-top: 84px;
  padding: 0 30px 30px 30px;
}

.wrapper-body:has(div.webview-renderer):not(:has(div.vol-registration)) {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .wrapper-body:has(div.dra-web-page):not(:has(div.vol-registration)) {
    margin-left: 0px;
    margin-top: 70px;
    padding: 0 20px 20px;
  }
}

.wrapper-body.volunteer-reg-body {
  background: #f1f5f9;
  padding: 0 30px 30px 30px;
}

.volunteer-reg-body .dra-web-page {
  border: none;
  background-color: #fff;
  margin-bottom: 30px;
}

.volunteer-reg-body .dra-web-page h1.page-heading {
  border: none;
}

@media (max-width: 767px) {
  .volunteer-reg-body .dra-web-page h1.page-heading {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.volunteer-reg-body .dra-web-page input:not([type="button"]),
.volunteer-reg-body .dra-web-page select,
.crmEntityFormView input:not([type="button"]),
.crmEntityFormView .datetimepicker .input-group-addon,
.crmEntityFormView .input-group .input-group-btn button,
.crmEntityFormView .cell textarea,
.dra-web-page .modal .modal-body textarea {
  background: #f1f5f9 !important;
  border: none !important;
  border-radius: 5px;
  box-shadow: none;
}

.input-append.input-group.datetimepicker input {
  border-top-right-radius: initial !important;
  border-bottom-right-radius: initial !important;
}

.crmEntityFormView .input-group .input-group-btn button,
.crmEntityFormView .datetimepicker .input-group-addon {
  border-radius: 5px;
  border-top-left-radius: initial !important;
  border-bottom-left-radius: initial !important;
  outline: none;
}

.volunteer-reg-body .dra-web-page .datetimepicker .input-group-addon {
  background: #f1f5f9;
  color: #00234b;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dra-web-page .modal .modal-body table {
  width: 100%;
}

.volunteer-reg-body .dra-web-page .progress {
  margin: 0 30px 0;
  padding: 10px;
}

.volunteer-reg-body .dra-web-page .progress .progress-bar {
  position: relative;
}

.volunteer-reg-body #WebFormPanel.crmEntityFormView {
  box-shadow: none;
  border: none;
}

#content-container .crmEntityFormView .entity-lookup .view-grid {
  border: none;
}

.dra-profile #profileModal .modal-body {
  text-align: center;
}

.dra-profile #profileModal .modal-body #img-modal-preview.preview-image {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  margin-bottom: 30px;
}

.dra-profile #profileModal .modal-body #img-modal-preview.preview-image.uploading {
  width: 242px;
  height: auto;
}

.dra-profile .profile-tabs-container {
  display: flex;
  margin: 20px 0;
  overflow: hidden;
}

.dra-profile .profile-tabs-container .profile-tab-section {
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.dra-profile .profile-tabs-container .profile-tab-section .profile-icon {
  padding: 10px;
  background: #d9d9d9;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.dra-profile .profile-tabs-container .profile-tab-section.activeTab .profile-icon {
  background: #f3d03e;
}

.dra-profile .profile-tabs-container .profile-tab-section a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.dra-profile .profile-tabs-container .profile-tab-section::before,
.dra-profile .profile-tabs-container .profile-tab-section:last-child::after {
  position: absolute;
  width: 100%;
  display: flex;
  top: 22px;
  left: -50%;
  height: 8px;
  background: #d9d9d9;
  content: "";
  border-radius: 20px;
}

.dra-profile .profile-tabs-container .profile-tab-section:last-child::after {
  left: 50%;
}

.dra-profile .profile-tabs-container .profile-tab-section.activeTab::before,
.dra-profile .profile-tabs-container .profile-tab-section.activeTab:last-child::after {
  background: #f3d03e;
}

.dra-profile .profile-tabs-container .profile-tab-section .profile-section-info-title {
  text-align: center;
  color: #00234b;
  font-size: 16px;
}

.dra-profile .profile-noti-section {
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
  background: #00234b;
  display: flex;
  gap: 20px;
}

.dra-profile .profile-noti-section:not(:has(.notification-info)) {
  justify-content: center !important;
  align-items: center !important;
}

.dra-profile .profile-noti-section:not(:has(.notification-info)) .profile-info {
  max-width: 767px;
}

.dra-profile .profile-noti-section .profile-info,
.dra-profile .profile-noti-section .notification-info {
  flex: 1;
}

.dra-profile .profile-noti-section .profile-info {
  width: 100%;
}

.dra-profile .notification-info {
  background: #fff;
  border-radius: 5px;
  display: flex;
  width: 100%;
}

.dra-profile .notification-info .notifications-icon {
  padding: 10px 5px;
  border-right: 1px solid #00234b;
}

.dra-profile .mobile.notification-info {
  width: initial;
  margin: -20px -20px 20px;
  border-bottom: 1px solid #00234b;
  border-radius: 0;
}

.dra-profile .mobile.notification-info .notifications-dropdown {
  width: 100%;
}

.dra-profile .mobile.notification-info .notifications-dropdown .notifications-drpdown-heading {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  cursor: pointer;
}

.dra-profile .mobile.notification-info .notifications-dropdown .notifications-drpdown-heading.open {
  border-bottom: 1px solid #00234b;
}

.dra-profile .mobile.notification-info .notifications-dropdown .notifications-drpdown-heading .dropdown-icon:after {
  content: " ";
  display: inline-block;
  border-bottom: 1px solid #00234b;
  border-right: 1px solid #00234b;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  transition: all 0.5s ease-in;
}

.dra-profile .mobile.notification-info .notifications-dropdown .notifications-drpdown-heading .dropdown-icon {
  margin-top: 0px;
  transition: all 0.5s ease-in;
}

.dra-profile .mobile.notification-info .notifications-dropdown .notifications-drpdown-heading.open .dropdown-icon {
  margin-top: 5px;
}

.dra-profile .mobile.notification-info .notifications-dropdown .notifications-drpdown-heading.open .dropdown-icon:after {
  transform: rotate(225deg);
}

.dra-profile .mobile.notification-info .notifications-items {
  display: none;
  height: initial;
}

.dra-profile .mobile.notification-info .notifications-icon .notification-icon-size {
  top: 5px;
  right: 5px;
}

.dra-profile .mobile.notification-info .notifications-icon {
  padding: 0;
}

.dra-profile .notification-info .notifications-icon .notification-icon-wrap {
  position: relative;
}

.dra-profile .notification-info .notifications-icon .notification-icon-size {
  width: fit-content;
  background: #f3d03e;
  min-width: 22px;
  font-size: 12px;
  height: 20px;
  line-height: 22px;
  right: 0;
  text-align: center;
  border-radius: 15px;
  box-sizing: border-box;
  position: absolute;
}

.dra-profile .notification-info .notifications-items {
  width: 100%;
  height: 200px;
  overflow: scroll;
  padding: 5px 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dra-profile .notification-info .notifications-items .notification-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.dra-profile .notification-info .notifications-items .notification-item.no-notifications {
  padding: 10px;
  color: #00234b;
}

.dra-profile .notification-info .notifications-items .notification-item a {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-decoration: none;
}

.dra-profile .notification-info .notifications-items .notification-item a:hover {
  background: #eee;
  color: #00234b !important;
}

.dra-profile .notification-info .notifications-items .notification-item a .notification-text {
  flex: 1;
  font-size: 16px;
  font-weight: normal;
}

.dra-profile .dra-web-page,
.dra-form .dra-web-page::not(.marketing-prefrences) {
  box-shadow: none;
  border-radius: 0;
}

.dra-profile .dra-web-page .page-heading,
.dra-form .dra-web-page:not(.marketing-prefrences) .page-heading {
  display: none;
}

.dra-profile .dra-web-page .tab-title,
.dra-form .dra-web-page .tab-title {
  margin: 0;
  padding: 20px;
  font-size: 36px;
  font-weight: bold;
  font-family: NoiGrotesk-Regular !important;
}

.dra-web-page div.message.success {
  border-radius: 10px;
}

.dra-web-page #EntityFormPanel.crmEntityFormView .form-custom-actions {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 30px 10px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
  .dra-profile .profile-noti-section {
    flex-direction: column;
    align-items: baseline;
  }
}

.dra-profile .profile-info .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dra-profile .profile-info ul.dropdown-menu:before {
  content: "\A";
  border-style: solid;
  border-width: 5px 10px 5px 5px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: calc(50% - 7.5px);
  top: -12px;
  transform: rotate(90deg);
}

.dra-profile .profile-info .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #00234b !important;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
}

.dra-profile .profile-info .dropdown-menu>li>a:hover {
  background-color: #f3d03e;
}

.dra-profile .profile-info .mobile-fs-drpdwn {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 9999;
}

.dra-profile .profile-info .mobile-fs-drpdwn .backdrop {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
}

.dra-profile .profile-info .mobile-fs-drpdwn .fs-dropdown-section {
  background: #fff;
  height: 150px;
  padding: 10px 15px 20px;
  text-align: center;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: fixed;
  bottom: -1px;
  transform: translateY(150px);
  transition: 0.5s ease-in transform;
}

.dra-profile .profile-info .mobile-fs-drpdwn .fs-dropdown-section .fs-dropdown-icon {
  width: 30px;
  height: 5px;
  background: #818181;
  border-radius: 5px;
  margin: 5px auto 15px;
}

.dra-profile .profile-info .mobile-fs-drpdwn .fs-dropdown-section.show {
  transform: translateY(0px);
}

.dra-profile .profile-info .mobile-fs-drpdwn .fs-dropdown-section a.btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  color: #00234b !important;
}

.dra-profile .profile-info .profile-img {
  display: block;
  margin-bottom: 0px;
  max-width: 100%;
  border-radius: 80px;
  cursor: pointer;
  padding: 0;
  border: none;
}

.dra-profile .profile-info .profile-img:has(.dra-loader) {
  overflow: hidden;
  pointer-events: none;
}

.dra-profile .profile-info .profile-img .profile-img-text {
  width: 160px;
  height: 160px;
  display: none;
  border-radius: 80px;
  background: #b8dff2;
  text-align: center;
  font-size: 64px;
  color: #00234b;
  padding-top: 36px;
}

.dra-profile .profile-info .profile-data {
  margin: 0px 20px;
  color: #fff;
  flex: 1;
  width: 100%;
}

.dra-profile .form-custom-actions {
  position: relative;
}

.dra-profile .form-custom-actions .col-sm-6 #myPrevious {
  float: left;
  margin-right: 5px;
}

@media (min-width: 767px) {
  .dra-profile .form-custom-actions .col-sm-6 {
    position: initial !important;
  }

  .dra-profile .form-custom-actions .col-sm-6 #myPrevious {
    position: absolute;
    left: 25px;
  }
}

.dra-profile .profile-info {
  flex: 1;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.dra-profile .profile-info .upload-svg {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background: #f4c949;
  padding: 7px 7px 7px 9px;
  border-radius: 34px;
  z-index: 2;
  cursor: pointer;
}

.dra-profile .profile-info .upload-svg img {
  width: 24px;
  height: auto;
}

.dra-profile .profile-info .dra-loader {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dra-profile .profile-info .profile-data h3 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
}

.dra-profile .profile-info .profile-data .user-info-section .volunteer-not-ready {
  cursor: pointer;
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.dra-profile .profile-info .profile-data .user-info-section .volunteer-not-ready span {
  color: #f3d03e;
  text-decoration: underline;
  align-self: flex-end;
}

.dra-profile .profile-info .profile-data .user-info-section {
  display: flex;
  align-items: center;
  margin: 10px 0px;
  justify-content: space-between;
}

.dra-profile .profile-info .profile-data .user-data {
  padding-top: 10px;
  border-top: 1px solid #818181;
}

.dra-profile .profile-info .profile-data .user-data .user-data-item {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  align-items: center;
  gap: 30px;
}

.dra-profile .profile-info .profile-data .user-data .user-data-item strong {
  font-family: Circular-Black !important;
}

.dra-profile .profile-info .profile-data .user-data .user-data-item img {
  cursor: pointer;
}

@media (min-width: 768px) {
  .dra-profile .mobile.notification-info {
    display: none;
  }
}

@media (max-width: 767px) {
  .dra-profile .profile-tabs-container .profile-tab-section .profile-icon {
    width: 38px;
    height: 38px;
  }

  .dra-profile .profile-info .profile-data .user-info-section .volunteer-not-ready {
    align-items: center;
  }

  .dra-profile .profile-noti-section .notification-info {
    display: none;
  }

  .dra-profile .profile-noti-section .profile-info,
  .dra-profile .profile-info .profile-data .user-info-section {
    flex-direction: column;
  }

  .dra-profile .profile-tabs-container .profile-tab-section .profile-section-info-title {
    font-size: 12px;
  }

  .dra-profile .profile-tabs-container .profile-tab-section::before,
  .dra-profile .profile-tabs-container .profile-tab-section:last-child::after {
    top: 17px;
    height: 6px;
  }
}

.dra-web-page .msos-container {
  background-color: #f2f5f9 !important;
  border: 1px solid #e5e7eb !important;
}

.dra-web-page .msos-container.msos-focused {
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(243 208 62 / 60%);
}

.dra-web-page .crmEntityFormView .msos-container .msos-caret-button {
  width: 30px;
  background-color: #f2f5f9 !important;
  height: 32px;
}

.dra-web-page.resources .dra-res-docs {
  padding: 20px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.dra-web-page.resources .tab-title {
  font-weight: 600;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.dra-web-page.resources .dra-res-docs .doc-item {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  border: 1px;
  background: #f1f5f9;
  padding: 0px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dra-web-page.resources .dra-res-docs .doc-item .doc-icon {
  width: 55px;
  height: auto;
}

.dra-web-page.resources .dra-res-docs .doc-item .doc-icon img {
  width: 100%;
}

.dra-web-page.resources .dra-res-docs .doc-item .doc-title {
  color: #818181;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.dra-web-page.resources .resources-heading {
  display: flex;
  justify-content: space-between;
  color: #1e293b;
  border-bottom: 1px solid #818181;
  margin: 20px 30px 0px 30px;
  align-items: center;
  padding-bottom: 16px;
}

.dra-web-page.resources .resources-heading .tab-viewall a {
  text-decoration: none;
}

.dra-web-page.resources .dra-res-links .doc-links {
  display: flex;
  align-content: space-between;
  gap: 15px;
  width: 100%;
  background: #f1f5f9;
  height: 50px;
  align-items: center;
  padding-left: 25px;
  border: 1px;
  border-radius: 10px;
}

.dra-web-page.resources .dra-res-links .doc-links .link-icon img {
  width: 20px;
  height: 20px;
}

.dra-web-page.resources .dra-res-links {
  padding: 20px 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.dra-web-page.resources .dra-res-imp-vdeos .res-vdeos {
  width: 100%;
  background: #f1f5f9;
  font-weight: normal;
  cursor: pointer;
}

.dra-web-page.resources .dra-res-imp-vdeos .res-vdeos img {
  border-radius: 10px;
  border: 1px;
  width: 100%;
  height: auto;
}

.dra-web-page.resources .dra-res-imp-vdeos .res-vdeos .vdeo-img {
  position: relative;
  width: 100%;
}

.dra-web-page.resources .dra-res-imp-vdeos .res-vdeos .vdeo-img.no-video {
  background: url(/video-button.png);
  height: 156px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.dra-web-page.resources .dra-res-imp-vdeos .res-vdeos .vdeo-img iframe {
  width: 100%;
  border: none;
  pointer-events: none;
}

.dra-web-page.resources .dra-res-imp-vdeos .res-vdeos .res-play-video {
  position: absolute;
  width: 50px;
  height: auto;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

.dra-web-page.resources .dra-res-imp-vdeos .vdeo-info {
  width: 100%;
  border: 1px;
  background: #f1f5f9;
  font-size: 16px;
  padding: 5px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.dra-web-page.resources .dra-res-imp-vdeos .vdeo-info .vdeo-title {
  width: 162px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
}

.dra-web-page.resources .dra-res-imp-vdeos .vdeo-info .vdeo-sub-title {
  text-align: center;
  color: #818181;
}

.dra-web-page.resources .dra-res-imp-vdeos {
  padding: 20px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.dra-web-page.resources .dra-res-news-updates .res-updates {
  width: 100%;
  border: 1px;
  background: #f1f5f9;
  font-size: 16px;
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  background: #f1f5f9;
  border-radius: 10px;
  font-weight: normal;
}

.dra-web-page.resources .dra-res-news-updates .res-updates .news-heading {
  display: flex;
  gap: 17px;
  align-items: center;
}

.dra-web-page.resources .dra-res-news-updates .res-updates .news-heading .updates-icon img {
  width: 22px;
  height: 22px;
}

.dra-web-page.resources .dra-res-news-updates .res-updates .news-heading .updates-title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.dra-web-page.resources .dra-res-news-updates .res-updates .updates-news {
  padding: 0 19px 0 40px;
  font-size: 16px;
  color: #818181;
  line-height: normal;
  text-align: left;
  margin-top: 5px;
  font-weight: normal;
  height: 70px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.dra-web-page.resources .dra-res-news-updates {
  padding: 20px 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.dra-web-page.resources .dra-res-faq {
  display: grid;
  padding: 20px 28px;
  gap: 15px;
}

.dra-web-page.resources .dra-res-faq .res-faqs {
  width: 100%;
  border-radius: 10px;
  border: 1px;
  background: #f1f5f9;
  padding: 12px 16px;
}

.dra-web-page.resources .dra-res-faq .res-faqs .faqs-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.dra-web-page.resources .dra-res-faq .res-faqs .faqs-title .faqs-question {
  color: #002040;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.dra-web-page.resources .dra-res-faq .res-faqs .faqs-title .faqs-icons {
  color: #818181;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}

.dra-web-page.resources .dra-res-faq .res-faqs .faqs-answer {
  color: #818181;
  font-size: 16px;
  padding: 16px 32px 15px 0;
}

.dra-web-page.resources .dra-res-faq .res-faqs .faqs-answer * {
  font-size: 16px !important;
  color: #818181 !important;
}

.dra-web-page.resources .show-more-container {
  text-align: center;
}

.dra-web-page.resources .docs-block .show-more.btn {
  margin: 0 auto 15px;
}

.dra-web-page.resources a.doc-item,
.dra-web-page.resources a.doc-links,
.dra-web-page.resources a.res-vdeos,
.dra-web-page.resources a.res-updates {
  text-decoration: none;
  position: relative;
}

.dra-web-page.resources a.doc-item:hover,
.dra-web-page.resources a.doc-links:hover,
.dra-web-page.resources a.res-vdeos:hover,
.dra-web-page.resources a.res-updates:hover,
.dra-web-page.resources a.res-news:hover {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16), 0 0px 9px rgba(0, 0, 0, 0.23);
  text-decoration: none;
  color: #00234b !important;
}

.dra-web-page.resources a.doc-item:hover .doc-title {
  color: #00234b !important;
  font-weight: bold;
}

.dra-web-page.resources a.doc-item .info {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: auto;
}

.dra-web-page.resources abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.dra-web-page.resources .res-news {
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f1f5f9;
  position: relative;
}

.dra-web-page.resources .res-news .news-img img {
  width: 70px;
}

.dra-web-page.resources .res-news .news-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.dra-web-page.resources .res-news .news-content .news-content-heading {
  color: #939598;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.dra-web-page.resources .res-news .news-content .news-content-title,
.dra-web-page.resources .res-news .news-mob-content-title {
  color: #00234b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.dra-web-page.resources .res-news .news-content .res-news-type {
  color: #939598;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 20px;
}

.dra-web-page.resources .res-news .news-mob-content-title {
  display: none;
}

@media (max-width: 767px) {
  .dra-web-page.resources .res-news .news-content .news-content-title {
    display: none;
  }

  .dra-web-page.resources .res-news .news-mob-content-title {
    display: block;
    height: 70px;
  }

  .dra-web-page.resources .res-news .news-img {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .dra-web-page.resources .res-news {
    display: block;
  }

  .dra-web-page.resources .res-news .news-content {
    margin-top: 10px;
  }

  .dra-web-page.resources .res-news .news-content .res-news-type {
    position: initial;
  }

  .dra-web-page.resources .res-news .news-content .news-content-bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
  }
}

.dra-web-page.resources .res-news .news-content .news-content-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #666;
  height: 36px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.dra-web-page.resources .res-news .news-content .news-content-date {
  color: #00234b;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

.dra-web-page.resources .dra-res-news {
  padding: 20px 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dra-web-page.resources .news-page {
  padding: 0 28px 28px;
}

.dra-web-page.resources .news-page .page-heading-title .page-title {
  color: #002040;
  font-size: 42px;
  font-weight: 700;
}

.dra-web-page.resources .news-page .page-heading-title .page-date {
  color: #818181;
  font-size: 12px;
}

.dra-web-page.resources .news-page .news-page-content {
  display: flex;
  gap: 50px;
}

.dra-web-page.resources .news-page .news-page-content .news-page-left-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 5;
}

.dra-web-page.resources .news-page .news-page-content .news-page-left-content .news-page-image img {
  width: 100%;
  border-radius: 10px;
  border: 1px;
}

.dra-web-page.resources .news-page .news-page-content .news-page-left-content .news-info-content .news-detail {
  margin-bottom: 15px;
  flex: 2;
}

.dra-web-page.resources .news-page .news-page-content .news-page-left-content .news-para-con {
  overflow: hidden;
  margin-bottom: 25px;
}

.dra-web-page.resources .news-page .news-page-content .news-page-left-content .news-para-con img.fl {
  float: left;
  width: 33%;
  margin-right: 10px;
}

.dra-web-page.resources .news-page .news-page-content .news-page-left-content .news-para-con img.fr {
  float: right;
  width: 33%;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .dra-web-page.resources .news-page .news-page-content .news-page-left-content .news-para-con {
    flex-direction: column;
  }
}

.dra-web-page.resources .news-page .news-page-content .news-page-right-content {
  padding: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 388px;
  flex: 1;
  display: none;
}

.dra-web-page.resources .news-page .news-page-content .news-page-right-content .news-content {
  margin: 10px 0;
}

.dra-web-page.resources .news-page .news-page-content .news-page-right-content .news-content .news-content-heading {
  color: #939598;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.dra-web-page.resources .news-page .news-page-content .news-page-right-content .news-content .news-content-title {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 5px 0;
}

.dra-web-page.resources .news-page .news-page-content .news-page-right-content .news-content .news-content-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #666;
}

.dra-web-page.resources .news-page .news-page-content .news-page-right-content .news-content .news-content-date {
  color: #8ebe3f;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 5px 0;
}

.dra-web-page.resources .news-page .news-page-content .news-page-right-content .view-more {
  display: inline-flex;
  width: 100%;
  padding: 10px 50px;
  align-items: flex-start;
  gap: 10px;
  background: #002040;
  border-radius: 10px;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
}

.pdf-viewer.modal .modal-dialog .modal-header {
  display: flex;
  justify-content: space-between;
}

.pdf-viewer.modal .modal-dialog .modal-header:before,
.pdf-viewer.modal .modal-dialog .modal-header:after {
  display: none;
}

.pdf-viewer.modal .modal-dialog .modal-body {
  text-align: center;
}

.pdf-viewer.modal .modal-dialog .modal-body:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-viewer.modal .fetch-failed img {
  width: 100px;
}

.pdf-viewer.modal .fetch-failed h3 {
  color: #00234b;
}

@media (min-width: 768px) {
  .pdf-viewer.modal .modal-dialog {
    width: 80%;
    height: 90%;
    max-width: 1500px;
  }
}

.pdf-viewer.modal .modal-content {
  height: 100%;
}

.pdf-viewer.modal .modal-body {
  height: calc(100% - 120px);
}

.pdf-viewer.modal .modal-body embed {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {

  .dra-web-page.resources .dra-res-imp-vdeos,
  .dra-web-page.resources .dra-res-docs,
  .dra-web-page.resources .dra-res-links,
  .dra-web-page.resources .dra-res-news-updates,
  .dra-web-page.resources .dra-res-news {
    display: flex;
    flex-direction: column;
  }
}

.dra-web-page .btn-primary.vra-reset {
  float: right;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 30px;
  padding: 6px 18px;
  height: 44px;
  box-shadow: none;

}

.dra-web-page .btn-primary.vra-reset:hover {

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.vra-reset:hover svg path {
  stroke: white;
}

.update-consents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 40px;
  padding-bottom: 20px;
}

.consent-item input {
  margin-left: 20px !important;
}

.consent-item label {
  color: #00234b;
}

.update-consents .save-button {
  text-align: right;
}

.save-consents .button-loader {
  width: 20px;
  margin-top: -3px;
  margin-left: 3px;
}

.dra-notification-wrapper {
  background-color: #F1F5F9 !important;
}

.dra-notification-wrapper .notification-item {
  background: #fff;
  border-radius: 5px;
}

.dra-notification-wrapper .notification-item a {
  padding: 10px 20px !important;
}


.operation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 10px;
  background: #F1F5F9;
  margin-bottom: 5px;
  border-radius: 20px;
  text-decoration: none !important;
  border: 3px solid #F4C949;
}

.operation-box .inner-box {
  display: flex;
  align-items: center;
}

.operation-box .inner-box img {
  width: 50px;
  height: 50px
}

.operation-box .inner-box p {
  margin-bottom: 0px;
}

.operation-box .inner-box .operation-info {
  margin-left: 10px;
  margin-right: 16px;
}

.operation-box .inner-box .operation-info .operation-title {
  color: #002040;
  font-size: 18px;
}

.operation-box .inner-box .operation-info .operation-description {
  color: #2c61ae;
  font-size: 12px;
  line-height: 14px;
}

.operation-box .operation-link {
    padding: 7px 12px;
    color: #2c61ae !important;
    text-decoration: none;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    border: 2px solid #2c61ae;
}
.operation-box:hover,
.operation-box:focus {
  text-decoration: none !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 200ms linear;
}


/* Custom Table */

.display-none {
  display: none !important;
}

.custom-table-outer-wrapper {
  padding: 20px;
}

.custom-table-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}


.custom-table-wrapper .scrollable-table {
  overflow: hidden;
  flex-grow: 1;
  transition: transform 0.3s ease;
}

/* .custom-table-wrapper .fixed-column {
  min-width: 50px;
} */

.custom-table-wrapper .scroll-btn {
  /* position: absolute; */
  border: none;
  cursor: pointer;
  z-index: 2;
  top: 8px;
  font-size: 18px;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-table-wrapper .scroll-btn:active {
  background: #bfbfbf;
  transition: all 200ms linear;
}

.custom-table-wrapper .scroll-left {
  right: 30px;
  transform: rotate(180deg);
}

.custom-table-wrapper .scroll-right {
  right: 4px;
}

.custom-table-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.custom-table-wrapper table th {
  background: #F1F5F9;
  color: #00234b;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  white-space: inherit;
}

.custom-table-wrapper th,
.custom-table-wrapper td {
  padding: 15px 12px;
  white-space: nowrap;
  min-width: 50px;
  text-align: left;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 54px; */
}

.custom-table-wrapper table td {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-table-wrapper tbody tr {
  border-bottom: 1px solid #E2E8F0;
}


.custom-table-wrapper thead tr {
  /* border-bottom: 1px solid #404040 !important;
  border-top: 1px solid #807A7A !important; */
}

/* .custom-table-wrapper .fixed-column th,
.fixed-column td {
  padding: 0px 12px;
  min-width: 50px;
  white-space: nowrap;
  text-align: center;

} */

.sortable {
  cursor: pointer;
}

span.sortIcon {
  vertical-align: middle;
}

.scroll-btn-wrap {
  width: auto;
  float: right;
  display: flex;
  gap: 3px;
  justify-content: flex-end;
  margin-right: -10px;

}

.th-inner-wrap {
  display: flex;
  justify-content: space-between;
}


.dra-heading-two {
  color: #00234b;
  font-family: Circular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* border-bottom: 1px solid #818181; */
  /* padding-bottom: 4px; */
  margin-bottom: 0px;
}


.custom-table-header:empty {
  display: none !important;
}


.dra-table-btn-one {
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #F1F5F9;
  /* border: 1px solid #F2F2F2;
  background: #FFF; */
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #807A7A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 200ms ease-in;
}

.dra-table-btn-one:hover,
.search-box:hover,
.multi-select-container--open .dra-table-btn-one,
.btn:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 200ms ease-out;
}

.dra-table-btn-one .btn-icon {
  margin-right: 4px;
}

.search-box {
  position: relative;
}

.search-box .search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.search-box .search-input {
  border-radius: 8px;
  /* border: 1px solid #F2F2F2;
  background: #FFF; */
  border: 1px solid #E5E7EB;
  background: #F1F5F9;
  padding: 8px 30px;
  color: #3f3f3f;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  border-radius: 30px;
}

.search-box .search-input:focus {
  outline: none !important;
  border: 1px solid #F2F2F2 !important;
}

.search-box .search-input::placeholder {
  color: #807A7A !important;
}

.custom-table-box {
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* .tb-header-center {
  display: flex;
  gap: 5px;
  align-items: center;
} */

.no-data-text {
  padding: 30px 12px !important;
  text-align: center !important;
}

/* DRA-action-item */

.dra-table-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #818181;
  padding-bottom: 6px;
}

.dra-table-action-items {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  gap: 20px;
}

/* DRA Multiselect */

.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 1.5em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  display: none;
}

.multi-select-menuitem {
  display: block;
  font-size: 14px;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
  font-weight: 500;
}

.multi-select-legend {
  font-size: 0.875em;
  font-weight: bold;
  padding-left: 10px;
}

.multi-select-legend+.multi-select-menuitem {
  padding-top: 0.25rem;
}

.multi-select-menuitem+.multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}


.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  white-space: normal;
}

.dra-custom-pagination .page-item.active .page-link,
#EntityFormPanel .pagination>.active>a {
  background-color: #2C61AE !important;
  color: #fff !important;
  border: none !important;
}

.dra-custom-pagination .page-item .page-link:hover,
#EntityFormPanel .pagination>li>a:hover {
  background: #F1F5F9 !important;
  border-radius: 50% !important;
  color: #2C61AE !important;
}

.dra-custom-pagination .page-item.disabled,
#EntityFormPanel .pagination li.disabled {
  opacity: 0.3 !important
}

/* .row-action {
  cursor: pointer;
} */

.dra-custom-pagination .pagination:empty {
  display: none !important;
}

.dra-tr-hover:hover {
  background: #efefef;
  transition: all 200ms ease;
  cursor: pointer;
}


.action-th,
.action-td {
  min-width: 50px !important;
  max-width: 50px !important;
  text-align: right !important;
}


/* iframe  */

.dra-model-popup .modal-title {
  font-size: 20px;
  font-weight: 500;
}

.dra-model-popup .modal-title .icon {
  font-size: 20px;
  margin-right: -10px;
}

.dra-table-iframe {
  width: 100%;
  height: 70vh;
  border: none;
}

.dra-customize-form.container {
  width: 100% !important;
}

.dra-customize-form .instructions {
  margin-bottom: 10px;
}

.dra-customize-form .crmEntityFormView {
  box-shadow: none !important;
  padding: 20px !important;
}

.dra-customize-form .field-label,
.dra-customize-form .file-cell label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.dra-customize-form .crmEntityFormView .tab {
  padding: 0px !important;
}

.dra-customize-form .description.below {
  font-size: 12px;
  font-weight: 300;
  color: #676767;
  margin-top: 5px;
}

.dra-customize-form input.form-control {
  font-size: 14px !important;
  height: 40px !important;
  background: #FAFAFA !important;
  border: 1px solid #dbdbdb !important;
  padding: 6px 12px !important;
}

.dra-customize-form .control .text-muted {
  top: 8px !important;
  left: 12px !important;
}

.dra-customize-form input.form-control::placeholder {
  color: #676767 !important;
}

.dra-customize-form .crmEntityFormView .btn-default.btn-hg,
.dra-customize-form .crmEntityFormView .btn-default.launchentitylookup,
.dra-customize-form .crmEntityFormView .btn-default.clearlookupfield,
.dra-customize-form .crmEntityFormView .input-group-addon {
  height: 40px !important;
  border: 1px solid #dbdbdb !important;
  background: #FAFAFA !important;
}

.dra-customize-form .btn-default.clearlookupfield {
  border-radius: 0 !important;
}

.dra-customize-form .btn-default.btn-hg:hover,
.dra-customize-form .btn-default.launchentitylookup:hover,
.dra-customize-form .btn-default.clearlookupfield:hover,
.dra-customize-form .input-group-addon:hover {
  filter: none !important;
}

.dra-customize-form td.cell,
.dra-customize-form .file-cell {
  padding: 0px 0px 30px 0px !important
}

.dra-customize-form td.cell:has(.info[style*="display: none"]) {
  padding: 0px !important;
}

.dra-customize-form td.cell .info,
.dra-customize-form .file-cell .info {
  padding: 0px !important;
}

.dra-customize-form input[type="checkbox"] {
  margin-left: -3px !important;
}

.dra-customize-form #ttech_qualificationnotlisted_label {
  margin-left: 30px;
}

.dra-customize-form .cell input[type=radio] {
  width: 20px !important;
  height: 20px !important;
}

.dra-customize-form input[type="radio"]+label {
  font-size: 14px !important;
}

.dra-customize-form fieldset {
  margin-bottom: 0px !important;
}

.dra-customize-form .crmEntityFormView textarea {
  background: #FAFAFA !important;
  border: 1px solid #dbdbdb !important;
  font-size: 14px !important;
}

.dra-customize-form input[type="file"] {
  height: 40px;
  padding: 8px;
  font-size: 14px;
  background: #FAFAFA !important;
  border: 1px solid #dbdbdb !important;
}

.dra-customize-form .actions {
  padding: 0px !important;
}

.dra-customize-form .actions .btn:first-child {
  margin-left: 0px !important;
}

.dra-customize-form .btn,
.dra-default-btn {
  height: 34px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 16px;
}

.dra-customize-form .btn:active,
.dra-default-btn:active {
  outline: none !important;
  border: none !important;
}

.dra-loader-wrap {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #fff;
}

.dra-loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: draSpin 0.8s linear infinite;
}

@keyframes draSpin {
  100% {
    transform: rotate(360deg);
  }
}


/* Remove Sub grid tables */
.hide-grid-table td.subgrid-cell {
  display: none !important;
}

.hide-grid-table .crmEntityFormView:has(.subgrid-cell) {
  box-shadow: none !important;
}

.show-page-heading .tab-title {
  display: none !important;
}

.show-page-heading .page-heading {
  display: block !important;
}

/* Tab Responsive */

@media (max-width: 1024px) {

  .dra-table-header {
    display: block;
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
  }

  .dra-heading-two {
    border-bottom: 1px solid #818181;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }

  .custom-table-header {
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    gap: 20px;
    border: 1px solid #F2F2F2;
    border-bottom: none;
  }

  .dra-table-btn-one,
  .search-box .search-input {
    border: 1px solid #F2F2F2;
    background: #FFF;
  }

  .custom-table-box {
    border-radius: none;
    box-shadow: none;
  }

}

/*  Mobile Responsive */
@media (max-width: 768px) {
  .operation-box {
    padding: 7px;
  }

  .operation-box .operation-link {
    font-size: 10px;
  }

  .operation-box .inner-box .operation-info .operation-title {
    font-size: 13px;
  }

  .operation-box .inner-box .operation-info .operation-description {
    font-size: 9px;
  }

  .dra-custom-pagination .page-item.active .page-link {
    width: 30px !important;
    height: 30px !important;
  }

  .custom-table-header {
    display: block;
  }

  .dra-table-action-items.custom-table-header:empty {
    display: none !important;
  }

  .dra-table-btn-one {
    width: 100%;
    margin-bottom: 8px
  }

  .multi-select-container {
    width: 100%;
  }

  #content-container.container {
    padding: 0px !important;
  }

  #EntityFormPanel td.cell,
  #EntityFormPanel .file-cell {
    margin-bottom: 0px;
  }

  .custom-table-wrapper th,
  .custom-table-wrapper td {
    padding: 12px;
    /* height: 42px; */
  }

  .custom-table-wrapper th,
  .custom-table-wrapper td {
    font-size: 12px;
    min-width: calc(10vw - 70px);
    max-width: calc(50vw - 70px);
  }



  /* 
  .custom-table-wrapper .fixed-column th,
  .fixed-column td {
    padding: 0px 12px;
     height: 39px; 
  } */


}