.form-control:focus,
select:focus,
.custom-select:focus,
input:focus,
.btn:focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 32, 37, 0.2) !important;
          box-shadow: 0 0 0 0.2rem rgba(160, 32, 37, 0.2) !important;
  border-color: #c4c4c4 !important; }

.form-control {
  min-height: 45px;
  padding: 0px 13px;
  border-radius: 3px;
  border: 1px solid #bababa !important;
  font-size: 1rem;
  color: #333333 !important; }
  .form-control::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 600;
    color: #bababa !important; }
  .form-control::-moz-placeholder {
    font-size: 15px;
    font-weight: 600;
    color: #bababa !important; }
  .form-control::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 600;
    color: #bababa !important; }
  .form-control::placeholder {
    font-size: 15px;
    font-weight: 600;
    color: #bababa !important; }

.btn-primary {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear; }

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: #ffffff !important; }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(160, 32, 37, 0.2) !important;
          box-shadow: 0 0 0 0.2rem rgba(160, 32, 37, 0.2) !important; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c4c4c4 !important; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  border: 0px !important; }

.custom-control-input:checked ~ .custom-control-label::after {
  background-position: 30%;
  background-repeat: no-repeat;
  top: 55%;
  -webkit-transform: translateY(-50%) !important;
       -o-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  -webkit-background-size: 60% 60%;
          background-size: 60%; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #eee !important; }

.custom-control-input:focus::before,
.custom-control-input::before {
  background-color: #eee !important; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::after {
  background-color: #ccc !important;
  background-image: none !important; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  top: 50% !important; }

select.custom-select {
  font-size: 14px !important;
  color: #333333 !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icons/select_dropdown.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 12px 6px;
          background-size: 12px 6px;
  background-color: #ffffff !important;
  border: 0px;
  padding: 8px 15px;
  min-height: 40px; }

[dir="rtl"] select,
.custom-select {
  background-position: 10px center; }

[dir="ltr"] select,
.custom-select {
  background-position: calc(100% - 10px) center; }

/*****----------- Start Generic ------------*****/
body {
  font-family: "Dubai", Arial, "sans-serif" !important; }

[dir="rtl"] body {
  text-align: right; }

[dir="ltr"] body {
  text-align: left; }

.main-content {
  padding: 60px 135px;
  padding-bottom: 90px; }
  @media (max-width: 1400px) {
    .main-content {
      padding: 40px 30px;
      padding-bottom: 70px; } }

.path-frontpage .main-content,
.path-search .main-content {
  padding: 0px !important; }

#content-dashboard #root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#main-wrapper, .container-dashboard, .contextual-region.container.user.user--type-user {
  min-height: 90vh; }

#block-headermenublock.contextual-region {
  position: static; }

#content-dashboard .tab-content #Titles .card-img img {
  margin: auto; }

@media (max-width: 655px) {
  #content-dashboard .card-container > section {
    margin: 0px; }
    #content-dashboard .card-container > section .card-col {
      padding-inline: 0px; } }

@media (max-width: 441px) {
  .fav-list--item .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fav-list--item .media .media-img {
      width: 100%;
      margin-bottom: 15px; } }

@media (max-width: 575px) {
  .all-page-content {
    padding: 20px 10px !important; }
    .all-page-content .views-element-container .view-column.list-view {
      padding: 0px; } }

body {
  margin: 0px !important;
  overflow-y: auto !important;
  overflow-x: hidden; }
  body::before {
    content: none !important; }

.back-image {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }

button:focus,
button :active {
  outline: none; }

.myoverlay,
.overlay {
  top: 0px;
  left: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: lightgray !important;
  z-index: 12; }
  .myoverlay.show,
  .overlay.show {
    display: block; }

.overlay {
  z-index: 10; }

.scroll-to-top {
  bottom: 15px;
  display: none;
  font-size: 18px;
  padding: 0 11px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  position: fixed;
  right: 20px;
  left: auto;
  text-align: center;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("../images/icons/upwards-arrow.svg");
  background-position: center;
  -webkit-background-size: 40% 40%;
          background-size: 40%;
  background-repeat: no-repeat; }

[dir="rtl"] .scroll-to-top {
  left: 20px;
  right: auto; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

.blockloader {
  font-size: 12px;
  -webkit-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
     animation: spin 1s linear infinite;
  position: fixed;
  left: calc(45%);
  top: calc(45%);
  z-index: 99999;
  width: 10em;
  height: 10em;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("../images/icons/favicon_meadad.png");
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  position: absolute; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@-o-keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.blazy--field-m-image {
  margin-bottom: 0px; }

.modal-content [class*="rate-start"] {
  cursor: pointer; }

.modal-content [id*="sendRecordEmailForm"] {
  padding-top: 20px;
  padding-top: 20px; }

.txt-black {
  color: #333333 !important; }

.txt-medium {
  font-weight: 600; }

.overflow-style, ul.ui-autocomplete.ui-front, .shareBlock .accountForms .share-modal-content, .modal[id*="citation-"] .modal-body,
.modal[id*="Citation"] .modal-body {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .overflow-style::-webkit-scrollbar, ul.ui-autocomplete.ui-front::-webkit-scrollbar, .shareBlock .accountForms .share-modal-content::-webkit-scrollbar, .modal[id*="citation-"] .modal-body::-webkit-scrollbar,
  .modal[id*="Citation"] .modal-body::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .overflow-style::-webkit-scrollbar-track, ul.ui-autocomplete.ui-front::-webkit-scrollbar-track, .shareBlock .accountForms .share-modal-content::-webkit-scrollbar-track, .modal[id*="citation-"] .modal-body::-webkit-scrollbar-track,
  .modal[id*="Citation"] .modal-body::-webkit-scrollbar-track {
    background: #efefef !important;
    border-radius: 0px; }
  .overflow-style::-webkit-scrollbar-thumb, ul.ui-autocomplete.ui-front::-webkit-scrollbar-thumb, .shareBlock .accountForms .share-modal-content::-webkit-scrollbar-thumb, .modal[id*="citation-"] .modal-body::-webkit-scrollbar-thumb,
  .modal[id*="Citation"] .modal-body::-webkit-scrollbar-thumb {
    background: #989898 !important;
    border-radius: 5px; }
  .overflow-style::-webkit-scrollbar-thumb:hover, ul.ui-autocomplete.ui-front::-webkit-scrollbar-thumb:hover, .shareBlock .accountForms .share-modal-content::-webkit-scrollbar-thumb:hover, .modal[id*="citation-"] .modal-body::-webkit-scrollbar-thumb:hover,
  .modal[id*="Citation"] .modal-body::-webkit-scrollbar-thumb:hover {
    background: #989898 !important;
    border-radius: 5px; }

.modal-header {
  border: 0px;
  padding: 16px 12px !important;
  font-weight: 700;
  background-color: #fff; }
  .modal-header button.close {
    border-radius: 3px; }
    .modal-header button.close:focus {
      outline: none; }
  .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    color: #333333 !important; }
    .modal-header .modal-title span {
      display: block;
      font-size: 15px;
      color: #989898 !important;
      font-weight: normal; }
  .modal-header .close {
    margin: 0 !important;
    padding: 3px !important;
    width: 33px;
    height: 33px;
    background: #f4f4f4 !important;
    color: #000 !important;
    opacity: 1;
    position: absolute;
    z-index: 2; }

.no-overflow {
  overflow-y: hidden !important; }

@media (min-width: 1367px) {
  .container {
    max-width: 88% !important; } }

.font-weight600 {
  font-weight: 600; }

.shareBlock .social-sharing-buttons a svg {
  width: 44px;
  height: 44px; }

#happinessmeter-icon {
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  height: 60px;
  max-height: 100px;
  width: 43px;
  margin-top: 70px;
  position: relative;
  left: 20px; }

.bpw-layout {
  right: 0;
  top: 11rem;
  margin-top: 20px;
  height: auto; }

.happiness-meter-block {
  position: fixed;
  bottom: 40px;
  z-index: 999; }
  .happiness-meter-block a {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0; }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes spinAround {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swal2-title {
  font-size: 21px !important;
  color: #333333 !important; }

.swal2-actions button {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .swal2-actions button:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

[dir="rtl"] .form-group {
  text-align: right; }

[dir="rtl"] .form-control {
  text-align: right; }

ul.ui-autocomplete.ui-front {
  max-height: 40vh;
  overflow: auto; }
  ul.ui-autocomplete.ui-front .ui-menu-divider {
    display: none; }
  ul.ui-autocomplete.ui-front .ui-menu-item {
    border-bottom: 2px solid #e8e4e4 !important;
    padding: 7px; }
    ul.ui-autocomplete.ui-front .ui-menu-item:last-of-type {
      border-bottom: 0px; }

.txt-gary {
  color: #9d9d9d !important; }

.ui-widget-content .hold-action, .ui-widget-content .hold-button {
  color: #ffffff !important; }

@media (min-width: 576px) {
  html[dir="rtl"] .mr-sm-3,
  html[dir="rtl"] .mx-sm-3 {
    margin-left: 1rem !important; } }

html[dir="rtl"] .ml-auto,
html[dir="rtl"] .mx-auto {
  margin-right: auto !important; }

.vw-10 {
  width: 10vw; }

.see-all-btn:after {
  position: absolute;
  content: "\203A";
  width: 5px;
  height: 38px;
  top: 27%;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-background-size: contain;
  background-size: contain; }

[dir="rtl"] input[type="submit"].form-control.btn {
  text-align: center; }

/*****----------- /End Generic ------------*****/
.shareBlock {
  overflow-y: hidden !important;
  background-color: rgba(7, 7, 7, 0.69) !important; }
  .shareBlock .close {
    outline: none; }
    .shareBlock .close:active, .shareBlock .close:focus {
      outline: none; }
  .shareBlock .accountForms {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .shareBlock .accountForms .modal-header {
      border-bottom: 2px solid #c7ccd2 !important !important;
      padding: 10px !important; }
    .shareBlock .accountForms .share-modal-content {
      padding: 30px 35px 45px;
      max-height: 70vh;
      overflow-x: hidden;
      overflow-y: auto; }
      .shareBlock .accountForms .share-modal-content-link .head {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #333333 !important; }
      .shareBlock .accountForms .share-modal-content-link > .url {
        padding: 15px;
        border: 1px dashed #bababa !important;
        background-color: #f8f8f8 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-radius: 3px;
        -webkit-flex-flow: wrap;
            -ms-flex-flow: wrap;
                flex-flow: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 44px; }
        .shareBlock .accountForms .share-modal-content-link > .url .left {
          max-width: 80%; }
          .shareBlock .accountForms .share-modal-content-link > .url .left .title {
            font-size: 13px;
            font-weight: 600;
            color: #989898 !important;
            margin-bottom: 5px; }
          .shareBlock .accountForms .share-modal-content-link > .url .left .url-link {
            font-size: 16px;
            font-weight: 600;
            color: #333333 !important;
            display: inline-block;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis; }
        .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon {
          cursor: pointer;
          position: relative; }
          .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon:hover .my-tooltip.initial {
            opacity: 1; }
          .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon svg {
            width: 31px;
            height: 32px; }
          .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon .my-tooltip {
            position: absolute;
            -webkit-transform: translateX(-63%);
                 -o-transform: translateX(-63%);
                    transform: translateX(-63%);
            bottom: calc(100% + 10px);
            padding: 10px;
            min-width: 150px;
            text-align: center;
            font-size: 0.9rem;
            font-weight: 700;
            border-radius: 5px;
            opacity: 0;
            -webkit-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear; }
            .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon .my-tooltip.tooltip-copied {
              display: none;
              opacity: 1; }
            .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon .my-tooltip:after {
              position: absolute;
              content: "";
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              bottom: -9px; }
      .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 10px; }
        .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons .share-btn-pinterest {
          width: 47px;
          height: 47px;
          background: #ffffff !important;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 3px;
          border: 2px solid;
          color: #c20421 !important; }
          .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons .share-btn-pinterest svg {
            width: 25px; }
            .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons .share-btn-pinterest svg path {
              fill: #c20421 !important; }
        .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons svg {
          display: block; }

.head-container .share-modal-content-social .social-sharing-buttons {
  float: none !important; }
  .head-container .share-modal-content-social .social-sharing-buttons a {
    border: none !important;
    padding: 0px !important; }
    .head-container .share-modal-content-social .social-sharing-buttons a.share-btn-pinterest {
      border: 2px solid !important; }

[dir="ltr"] .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon .my-tooltip {
  left: 50%; }
  [dir="ltr"] .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon .my-tooltip:after {
    left: 50%; }

[dir="ltr"] .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons a {
  margin-right: 15px; }
  [dir="ltr"] .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons a:last-of-type {
    margin-right: 0px; }

[dir="rtl"] .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon .my-tooltip {
  right: -80px;
  -webkit-transform: none;
       -o-transform: none;
          transform: none; }
  [dir="rtl"] .shareBlock .accountForms .share-modal-content-link > .url .right .copy-icon .my-tooltip:after {
    right: 50%; }

[dir="rtl"] .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons a {
  margin-left: 15px; }
  [dir="rtl"] .shareBlock .accountForms .share-modal-content-social .social-sharing-buttons a:last-of-type {
    margin-left: 0px; }

/**************************************************************/
.container.user--view-mode-full .user-info {
  background: #ffffff !important;
  padding: 20px 24px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 0 5px #ddd !important;
          box-shadow: 0 0 5px #ddd !important;
  margin-bottom: 25px; }
  .container.user--view-mode-full .user-info .group-left {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-height: 100px;
    padding-top: 20px; }
    @media (min-width: 319px) and (max-width: 992px) {
      .container.user--view-mode-full .user-info .group-left {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 10px; } }
    @media (min-width: 993px) {
      .container.user--view-mode-full .user-info .group-left {
        width: 40%; } }
    .container.user--view-mode-full .user-info .group-left::after {
      content: "";
      position: absolute;
      background: #ddd !important; }
      @media (min-width: 319px) and (max-width: 992px) {
        .container.user--view-mode-full .user-info .group-left::after {
          width: 100%;
          height: 2px;
          bottom: 0; } }
      @media (min-width: 993px) {
        .container.user--view-mode-full .user-info .group-left::after {
          width: 2px;
          height: 100%;
          top: 0; } }
    .container.user--view-mode-full .user-info .group-left .field--name-user-picture {
      width: 100px;
      height: 100px;
      overflow: hidden;
      border-radius: 50%;
      border: 5px solid #ddd !important;
      position: absolute;
      top: 0px; }
      .container.user--view-mode-full .user-info .group-left .field--name-user-picture a {
        display: block; }
        .container.user--view-mode-full .user-info .group-left .field--name-user-picture a img {
          width: 100%;
          height: 100%; }
    .container.user--view-mode-full .user-info .group-left .field--name-field-full-name {
      display: inline-block;
      vertical-align: middle;
      font-size: 22px;
      font-weight: bold;
      color: #333333 !important; }
    .container.user--view-mode-full .user-info .group-left .field--name-field-brief-bio {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: normal;
      color: #989898 !important;
      width: 100%; }
  .container.user--view-mode-full .user-info .group-middle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-height: 100px;
    padding-top: 20px; }
    @media (min-width: 319px) and (max-width: 992px) {
      .container.user--view-mode-full .user-info .group-middle {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 10px; } }
    @media (min-width: 993px) {
      .container.user--view-mode-full .user-info .group-middle {
        width: 40%; } }
    @media (min-width: 319px) and (max-width: 767px) {
      .container.user--view-mode-full .user-info .group-middle {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .container.user--view-mode-full .user-info .group-middle {
        width: 48%; } }
    @media (min-width: 993px) {
      .container.user--view-mode-full .user-info .group-middle {
        width: 30%; } }
    .container.user--view-mode-full .user-info .group-middle::after {
      content: "";
      position: absolute;
      background: #ddd !important; }
      @media (min-width: 319px) and (max-width: 992px) {
        .container.user--view-mode-full .user-info .group-middle::after {
          width: 100%;
          height: 2px;
          bottom: 0; } }
      @media (min-width: 993px) {
        .container.user--view-mode-full .user-info .group-middle::after {
          width: 2px;
          height: 100%;
          top: 0; } }
    .container.user--view-mode-full .user-info .group-middle .field--name-field-positions {
      position: relative;
      margin-bottom: 10px; }
      .container.user--view-mode-full .user-info .group-middle .field--name-field-positions:before {
        content: "";
        width: 30px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 12px;
        background-image: url(/themes/custom/medad/images/SVG/portfolio.svg);
        background-repeat: no-repeat;
        background-position: center; }
      .container.user--view-mode-full .user-info .group-middle .field--name-field-positions .field__label {
        display: block;
        font-size: 12px;
        color: #989898 !important; }
      .container.user--view-mode-full .user-info .group-middle .field--name-field-positions .field__item {
        display: block;
        font-size: 18px;
        color: #333333 !important;
        font-weight: bold; }
    .container.user--view-mode-full .user-info .group-middle .field--name-field-department {
      position: relative;
      margin-bottom: 10px; }
      .container.user--view-mode-full .user-info .group-middle .field--name-field-department:before {
        content: "";
        width: 30px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 12px;
        background-image: url(/themes/custom/medad/images/SVG/user-department.svg);
        background-repeat: no-repeat;
        background-position: center; }
      .container.user--view-mode-full .user-info .group-middle .field--name-field-department .field__label {
        display: block;
        font-size: 12px;
        color: #989898 !important; }
      .container.user--view-mode-full .user-info .group-middle .field--name-field-department .field__item {
        display: block;
        font-size: 18px;
        color: #333333 !important;
        font-weight: bold; }
  .container.user--view-mode-full .user-info .group-right {
    display: inline-block;
    vertical-align: middle; }
    .container.user--view-mode-full .user-info .group-right .field a {
      background: #efefef !important;
      border: 1px solid #ddd !important;
      display: block;
      width: 100%;
      padding: 10px 20px;
      border-radius: 25px;
      margin-bottom: 10px;
      position: relative; }
      .container.user--view-mode-full .user-info .group-right .field a:before {
        content: "";
        width: 26px;
        height: 26px;
        display: inline-block;
        position: absolute;
        top: 10px;
        background-repeat: no-repeat;
        background-position: center; }
    .container.user--view-mode-full .user-info .group-right .field--name-field-whatsapp-number a:before {
      background-image: url(/themes/custom/medad/images/SVG/whatsapp.svg); }
    .container.user--view-mode-full .user-info .group-right .field--name-field-phone a:before {
      background-image: url(/themes/custom/medad/images/SVG/phone.svg); }
    .container.user--view-mode-full .user-info .group-right .field--name-field-mobile a:before {
      background-image: url(/themes/custom/medad/images/SVG/phone.svg); }

.container.user--view-mode-full .view-guide-browse-content > h2 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 20px;
  color: #333333 !important; }

.container.user--view-mode-full .view-id-guide_browse_content .views-field {
  background: #ffffff !important;
  padding: 22px 25px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative; }
  .container.user--view-mode-full .view-id-guide_browse_content .views-field:after {
    content: "";
    position: absolute;
    top: 40%;
    width: 20px;
    height: 20px;
    text-align: center;
    background-image: url("/themes/custom/medad/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .container.user--view-mode-full .view-id-guide_browse_content .views-field .title {
    margin-bottom: 10px; }
    .container.user--view-mode-full .view-id-guide_browse_content .views-field .title a {
      font-size: 17px;
      font-weight: bold;
      color: #333333 !important; }
  .container.user--view-mode-full .view-id-guide_browse_content .views-field .changed {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    position: relative; }
    .container.user--view-mode-full .view-id-guide_browse_content .views-field .changed::before {
      content: "";
      position: absolute;
      top: 0;
      width: 20px;
      height: 20px;
      text-align: center;
      background-image: url("/themes/custom/medad/images/SVG/Union2.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .container.user--view-mode-full .view-id-guide_browse_content .views-field .views {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    position: relative; }
    .container.user--view-mode-full .view-id-guide_browse_content .views-field .views::before {
      content: "";
      position: absolute;
      top: 0;
      width: 24px;
      height: 20px;
      text-align: center;
      background-image: url("/themes/custom/medad/images/SVG/view.svg");
      background-repeat: no-repeat;
      background-position: center; }

html[dir="ltr"] .container.user--view-mode-full .user-info .group-left {
  padding-left: 110px; }
  html[dir="ltr"] .container.user--view-mode-full .user-info .group-left::after {
    right: 15px; }
  html[dir="ltr"] .container.user--view-mode-full .user-info .group-left .field--name-user-picture {
    left: -5px; }

html[dir="ltr"] .container.user--view-mode-full .user-info .group-middle::after {
  right: 15px; }

html[dir="ltr"] .container.user--view-mode-full .user-info .group-middle .field--name-field-positions {
  padding-left: 40px; }
  html[dir="ltr"] .container.user--view-mode-full .user-info .group-middle .field--name-field-positions:before {
    left: 0px; }

html[dir="ltr"] .container.user--view-mode-full .user-info .group-middle .field--name-field-department {
  padding-left: 40px; }
  html[dir="ltr"] .container.user--view-mode-full .user-info .group-middle .field--name-field-department:before {
    left: 0px; }

html[dir="ltr"] .container.user--view-mode-full .user-info .group-right {
  display: inline-block;
  vertical-align: middle; }
  html[dir="ltr"] .container.user--view-mode-full .user-info .group-right .field a {
    padding-left: 50px; }
    html[dir="ltr"] .container.user--view-mode-full .user-info .group-right .field a:before {
      left: 15px; }

html[dir="ltr"] .container.user--view-mode-full .view-id-guide_browse_content .views-field {
  border-left: 5px solid #ddd !important; }
  html[dir="ltr"] .container.user--view-mode-full .view-id-guide_browse_content .views-field:after {
    right: 20px;
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  html[dir="ltr"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .changed {
    padding-left: 30px; }
    html[dir="ltr"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .changed::before {
      left: 0; }
  html[dir="ltr"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .views {
    padding-left: 35px;
    margin-left: 10px; }
    html[dir="ltr"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .views::before {
      left: 0; }

html[dir="rtl"] .container.user--view-mode-full .user-info .group-left {
  padding-right: 110px; }
  html[dir="rtl"] .container.user--view-mode-full .user-info .group-left::after {
    left: 15px; }
  html[dir="rtl"] .container.user--view-mode-full .user-info .group-left .field--name-user-picture {
    right: -5px; }

html[dir="rtl"] .container.user--view-mode-full .user-info .group-middle::after {
  left: 15px; }

html[dir="rtl"] .container.user--view-mode-full .user-info .group-middle .field--name-field-positions {
  padding-right: 40px; }
  html[dir="rtl"] .container.user--view-mode-full .user-info .group-middle .field--name-field-positions:before {
    right: 0px; }

html[dir="rtl"] .container.user--view-mode-full .user-info .group-middle .field--name-field-department {
  padding-right: 40px; }
  html[dir="rtl"] .container.user--view-mode-full .user-info .group-middle .field--name-field-department:before {
    right: 0px; }

html[dir="rtl"] .container.user--view-mode-full .user-info .group-right .field a {
  padding-right: 50px; }
  html[dir="rtl"] .container.user--view-mode-full .user-info .group-right .field a:before {
    right: 15px; }

html[dir="rtl"] .container.user--view-mode-full .view-id-guide_browse_content .views-field {
  border-right: 5px solid #ddd !important; }
  html[dir="rtl"] .container.user--view-mode-full .view-id-guide_browse_content .views-field:after {
    left: 20px;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  html[dir="rtl"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .changed {
    padding-right: 30px; }
    html[dir="rtl"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .changed::before {
      right: 0; }
  html[dir="rtl"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .views {
    padding-right: 35px;
    margin-right: 10px; }
    html[dir="rtl"] .container.user--view-mode-full .view-id-guide_browse_content .views-field .views::before {
      right: 0; }

.node--type-news .main-content,
.node--type-blog .main-content,
.node--type-events .main-content {
  padding: 0px !important; }

.node--type-news .head-container,
.node--type-blog .head-container,
.node--type-events .head-container {
  background: #ffffff !important;
  padding: 53px 0; }
  .node--type-news .head-container .field--name-node-title,
  .node--type-blog .head-container .field--name-node-title,
  .node--type-events .head-container .field--name-node-title {
    margin-top: 40px; }
    .node--type-news .head-container .field--name-node-title h1,
    .node--type-blog .head-container .field--name-node-title h1,
    .node--type-events .head-container .field--name-node-title h1 {
      color: #333333 !important; }
      @media (min-width: 319px) and (max-width: 767px) {
        .node--type-news .head-container .field--name-node-title h1,
        .node--type-blog .head-container .field--name-node-title h1,
        .node--type-events .head-container .field--name-node-title h1 {
          font-size: 30px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .node--type-news .head-container .field--name-node-title h1,
        .node--type-blog .head-container .field--name-node-title h1,
        .node--type-events .head-container .field--name-node-title h1 {
          font-size: 40px; } }
      @media (min-width: 993px) and (max-width: 1366px) {
        .node--type-news .head-container .field--name-node-title h1,
        .node--type-blog .head-container .field--name-node-title h1,
        .node--type-events .head-container .field--name-node-title h1 {
          font-size: 45px; } }
      @media (min-width: 1367px) {
        .node--type-news .head-container .field--name-node-title h1,
        .node--type-blog .head-container .field--name-node-title h1,
        .node--type-events .head-container .field--name-node-title h1 {
          font-size: 53px; } }
  .node--type-news .head-container .field--name-node-post-date,
  .node--type-blog .head-container .field--name-node-post-date,
  .node--type-events .head-container .field--name-node-post-date {
    font-size: 18px;
    font-weight: 700;
    color: #333333 !important;
    display: inline-block;
    margin-top: 10px; }
  .node--type-news .head-container .field--name-node-author,
  .node--type-blog .head-container .field--name-node-author,
  .node--type-events .head-container .field--name-node-author {
    font-size: 18px;
    font-weight: 700;
    color: #333333 !important;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    position: relative; }
    .node--type-news .head-container .field--name-node-author::after,
    .node--type-blog .head-container .field--name-node-author::after,
    .node--type-events .head-container .field--name-node-author::after {
      content: "";
      width: 2px;
      height: 18px;
      background: #333333 !important;
      display: block;
      position: absolute;
      top: 4px;
      right: -10px; }
    .node--type-news .head-container .field--name-node-author .field__label,
    .node--type-blog .head-container .field--name-node-author .field__label,
    .node--type-events .head-container .field--name-node-author .field__label {
      color: #9d9d9d !important; }
  .node--type-news .head-container .social-sharing-buttons,
  .node--type-blog .head-container .social-sharing-buttons,
  .node--type-events .head-container .social-sharing-buttons {
    float: right;
    margin: 0; }
    @media (max-width: 485px) {
      .node--type-news .head-container .social-sharing-buttons,
      .node--type-blog .head-container .social-sharing-buttons,
      .node--type-events .head-container .social-sharing-buttons {
        float: unset !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                justify-content: end;
        margin-bottom: 10px; } }
    .node--type-news .head-container .social-sharing-buttons a,
    .node--type-blog .head-container .social-sharing-buttons a,
    .node--type-events .head-container .social-sharing-buttons a {
      border-radius: 3px;
      padding: 15px; }

.node--type-news .body-container,
.node--type-blog .body-container,
.node--type-events .body-container {
  font-size: 16px;
  color: #333333 !important;
  font-weight: normal;
  padding: 60px 10%;
  background-color: #f8f8f8 !important; }
  @media (max-width: 992) {
    .node--type-news .body-container,
    .node--type-blog .body-container,
    .node--type-events .body-container {
      padding: 60px 0%; } }
  .node--type-news .body-container .container .field--name-body,
  .node--type-blog .body-container .container .field--name-body,
  .node--type-events .body-container .container .field--name-body {
    display: initial;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #333333 !important; }
    @media (max-width: 992px) {
      .node--type-news .body-container .container .field--name-body,
      .node--type-blog .body-container .container .field--name-body,
      .node--type-events .body-container .container .field--name-body {
        width: 100%; } }
  .node--type-news .body-container .container figure,
  .node--type-blog .body-container .container figure,
  .node--type-events .body-container .container figure {
    margin: 0 15px 25px;
    width: 49%;
    display: inline-block; }
    @media (max-width: 992px) {
      .node--type-news .body-container .container figure,
      .node--type-blog .body-container .container figure,
      .node--type-events .body-container .container figure {
        float: unset;
        width: 100%;
        margin: auto; } }
    .node--type-news .body-container .container figure .blazy--field-m-image,
    .node--type-blog .body-container .container figure .blazy--field-m-image,
    .node--type-events .body-container .container figure .blazy--field-m-image {
      border-radius: 3px; }
      .node--type-news .body-container .container figure .blazy--field-m-image .media--image,
      .node--type-blog .body-container .container figure .blazy--field-m-image .media--image,
      .node--type-events .body-container .container figure .blazy--field-m-image .media--image {
        background: #ffffff !important; }
      .node--type-news .body-container .container figure .blazy--field-m-image img,
      .node--type-blog .body-container .container figure .blazy--field-m-image img,
      .node--type-events .body-container .container figure .blazy--field-m-image img {
        border-radius: 3px;
        width: 100%;
        display: inline-block; }
        @media (min-width: 1200px) {
          .node--type-news .body-container .container figure .blazy--field-m-image img,
          .node--type-blog .body-container .container figure .blazy--field-m-image img,
          .node--type-events .body-container .container figure .blazy--field-m-image img {
            height: 490px; } }
    .node--type-news .body-container .container figure .blazy__caption--description,
    .node--type-blog .body-container .container figure .blazy__caption--description,
    .node--type-events .body-container .container figure .blazy__caption--description {
      color: #9d9d9d !important;
      margin: 0px 0px 10px; }

@media (min-width: 1200px) {
  .node--type-events .container {
    max-width: 80%; } }

.node--type-events #main {
  padding: 0rem !important; }

.node--type-events .field--name-field-eventtag {
  display: inline-block;
  padding: 7px 10px;
  font-size: 15px;
  border-radius: 3px; }

.node--type-events .event-information {
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 0;
  min-height: 152px;
  position: relative;
  top: -45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .node--type-events .event-information > .field {
    margin: 0;
    padding: 10px;
    height: auto; }
    @media (min-width: 319px) and (max-width: 767px) {
      .node--type-events .event-information > .field {
        width: 100%; } }
    @media (min-width: 768px) {
      .node--type-events .event-information > .field {
        width: 24%; } }
    .node--type-events .event-information > .field .field__label {
      font-size: 15px;
      font-style: italic;
      font-weight: 600;
      color: #ffffffa8;
      margin-bottom: 5px;
      display: block; }
    .node--type-events .event-information > .field .field__item {
      font-size: 24px;
      font-weight: 600;
      color: #ffffff !important;
      display: block; }
    .node--type-events .event-information > .field:last-child {
      margin: 0 !important;
      border: 0px !important; }

.node--type-events .head-container {
  padding-bottom: 90px; }

.node--type-events .body-container {
  padding: 0 0 60px; }
  .node--type-events .body-container .container .field--name-body {
    display: initial;
    width: auto; }

.node--type-events .field--name-field-speakers .field__label {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0; }

.node--type-events .field--name-field-speakers .field__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .node--type-events .field--name-field-speakers .field__items .contextual-region {
    width: 100%; }
  .node--type-events .field--name-field-speakers .field__items > .field__item {
    margin-right: 15px;
    background: #ffffff !important;
    display: inherit;
    padding: 25px 0 0;
    height: auto;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    @media (min-width: 319px) and (max-width: 767px) {
      .node--type-events .field--name-field-speakers .field__items > .field__item {
        width: 45%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .node--type-events .field--name-field-speakers .field__items > .field__item {
        width: 30%; } }
    @media (min-width: 993px) and (max-width: 1999px) {
      .node--type-events .field--name-field-speakers .field__items > .field__item {
        width: 25%; } }
    @media (min-width: 1200px) {
      .node--type-events .field--name-field-speakers .field__items > .field__item {
        width: 15%; } }
    .node--type-events .field--name-field-speakers .field__items > .field__item .blazy--field-image--speaker-on-event-page {
      margin-bottom: 16px; }
      .node--type-events .field--name-field-speakers .field__items > .field__item .blazy--field-image--speaker-on-event-page img {
        width: 123px;
        height: 123px;
        border-radius: 3px;
        display: inline-block; }
    .node--type-events .field--name-field-speakers .field__items > .field__item .field--name-taxonomy-term-title h3 {
      font-size: 18px;
      font-weight: bold;
      color: #333333 !important;
      margin-bottom: 0; }
    .node--type-events .field--name-field-speakers .field__items > .field__item .field--name-field-job-title {
      font-size: 15px;
      font-weight: bold;
      color: #333333 !important;
      font-style: italic; }
    .node--type-events .field--name-field-speakers .field__items > .field__item .field--name-field-country {
      font-size: 15px;
      font-weight: bold;
      color: #989898 !important;
      font-style: italic; }

.node--type-events .blazy--field-m-image img.media__image {
  width: 100%; }

html[dir="rtl"] .node--type-news .head-container .field--name-node-post-date,
html[dir="rtl"] .node--type-blog .head-container .field--name-node-post-date,
html[dir="rtl"] .node--type-events .head-container .field--name-node-post-date {
  margin-right: 10px; }

html[dir="rtl"] .node--type-news .head-container .field--name-node-author,
html[dir="rtl"] .node--type-blog .head-container .field--name-node-author,
html[dir="rtl"] .node--type-events .head-container .field--name-node-author {
  float: right; }
  html[dir="rtl"] .node--type-news .head-container .field--name-node-author::after,
  html[dir="rtl"] .node--type-blog .head-container .field--name-node-author::after,
  html[dir="rtl"] .node--type-events .head-container .field--name-node-author::after {
    left: -10px; }

html[dir="rtl"] .node--type-news .head-container .social-sharing-buttons,
html[dir="rtl"] .node--type-blog .head-container .social-sharing-buttons,
html[dir="rtl"] .node--type-events .head-container .social-sharing-buttons {
  float: left; }

html[dir="rtl"] .node--type-news .body-container .container figure,
html[dir="rtl"] .node--type-blog .body-container .container figure,
html[dir="rtl"] .node--type-events .body-container .container figure {
  float: left; }

@media (min-width: 768px) {
  html[dir="rtl"] .node--type-news .event-information > .field,
  html[dir="rtl"] .node--type-blog .event-information > .field,
  html[dir="rtl"] .node--type-events .event-information > .field {
    border-left: 1px solid #ffffff47;
    margin-left: 1%; }
    html[dir="rtl"] .node--type-news .event-information > .field:first-child,
    html[dir="rtl"] .node--type-blog .event-information > .field:first-child,
    html[dir="rtl"] .node--type-events .event-information > .field:first-child {
      margin-right: 0.5rem; }
    html[dir="rtl"] .node--type-news .event-information > .field:last-child,
    html[dir="rtl"] .node--type-blog .event-information > .field:last-child,
    html[dir="rtl"] .node--type-events .event-information > .field:last-child {
      margin-left: 0.5rem; } }

html[dir="ltr"] .node--type-news .head-container .field--name-node-post-date,
html[dir="ltr"] .node--type-blog .head-container .field--name-node-post-date,
html[dir="ltr"] .node--type-events .head-container .field--name-node-post-date {
  margin-left: 10px; }

html[dir="ltr"] .node--type-news .head-container .field--name-node-author,
html[dir="ltr"] .node--type-blog .head-container .field--name-node-author,
html[dir="ltr"] .node--type-events .head-container .field--name-node-author {
  float: left; }
  html[dir="ltr"] .node--type-news .head-container .field--name-node-author::after,
  html[dir="ltr"] .node--type-blog .head-container .field--name-node-author::after,
  html[dir="ltr"] .node--type-events .head-container .field--name-node-author::after {
    right: -10px; }

html[dir="ltr"] .node--type-news .head-container .social-sharing-buttons,
html[dir="ltr"] .node--type-blog .head-container .social-sharing-buttons,
html[dir="ltr"] .node--type-events .head-container .social-sharing-buttons {
  float: right; }

html[dir="ltr"] .node--type-news .body-container .container figure,
html[dir="ltr"] .node--type-blog .body-container .container figure,
html[dir="ltr"] .node--type-events .body-container .container figure {
  float: right; }

@media (min-width: 768px) {
  html[dir="ltr"] .node--type-news .event-information > .field,
  html[dir="ltr"] .node--type-blog .event-information > .field,
  html[dir="ltr"] .node--type-events .event-information > .field {
    border-right: 1px solid #ffffff47;
    margin-right: 1%; }
    html[dir="ltr"] .node--type-news .event-information > .field:first-child,
    html[dir="ltr"] .node--type-blog .event-information > .field:first-child,
    html[dir="ltr"] .node--type-events .event-information > .field:first-child {
      margin-left: 0.5rem; }
    html[dir="ltr"] .node--type-news .event-information > .field:last-child,
    html[dir="ltr"] .node--type-blog .event-information > .field:last-child,
    html[dir="ltr"] .node--type-events .event-information > .field:last-child {
      margin-right: 0.5rem; } }

.modal[id*="citation-"] .modal-body,
.modal[id*="Citation"] .modal-body {
  max-height: 60vh;
  overflow: auto;
  margin-bottom: 0px;
  padding: 15px 35px; }
  .modal[id*="citation-"] .modal-body ul.nav.nav-tabs,
  .modal[id*="Citation"] .modal-body ul.nav.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal[id*="citation-"] .modal-body ul.nav.nav-tabs li.nav-item .nav-link,
    .modal[id*="Citation"] .modal-body ul.nav.nav-tabs li.nav-item .nav-link {
      padding: 10px 20px;
      font-size: 17px;
      color: #9d9d9d !important !important; }
      .modal[id*="citation-"] .modal-body ul.nav.nav-tabs li.nav-item .nav-link:hover,
      .modal[id*="Citation"] .modal-body ul.nav.nav-tabs li.nav-item .nav-link:hover {
        background-color: transparent !important;
        color: #9d9d9d !important !important; }
      .modal[id*="citation-"] .modal-body ul.nav.nav-tabs li.nav-item .nav-link.active,
      .modal[id*="Citation"] .modal-body ul.nav.nav-tabs li.nav-item .nav-link.active {
        font-weight: 600; }
  .modal[id*="citation-"] .modal-body .text-center,
  .modal[id*="Citation"] .modal-body .text-center {
    margin-bottom: 45px; }
  .modal[id*="citation-"] .modal-body .copy-btn,
  .modal[id*="citation-"] .modal-body .export-btn,
  .modal[id*="Citation"] .modal-body .copy-btn,
  .modal[id*="Citation"] .modal-body .export-btn {
    background-color: transparent !important;
    min-width: 150px;
    padding: 10px 20px;
    height: 45px;
    border: 2px solid; }
  .modal[id*="citation-"] .modal-body .copy-btn,
  .modal[id*="Citation"] .modal-body .copy-btn {
    position: relative; }
    @media (max-width: 500px) {
      .modal[id*="citation-"] .modal-body .copy-btn,
      .modal[id*="Citation"] .modal-body .copy-btn {
        min-width: auto;
        padding-left: 10px;
        padding-right: 10px; } }
    .modal[id*="citation-"] .modal-body .copy-btn:hover .my-tooltip.initial,
    .modal[id*="Citation"] .modal-body .copy-btn:hover .my-tooltip.initial {
      opacity: 1; }
      @media (max-width: 500px) {
        .modal[id*="citation-"] .modal-body .copy-btn:hover .my-tooltip.initial,
        .modal[id*="Citation"] .modal-body .copy-btn:hover .my-tooltip.initial {
          display: none; } }
    .modal[id*="citation-"] .modal-body .copy-btn .my-tooltip,
    .modal[id*="Citation"] .modal-body .copy-btn .my-tooltip {
      position: absolute;
      -webkit-transform: translateX(-10%);
           -o-transform: translateX(-10%);
              transform: translateX(-10%);
      bottom: calc(100% + 10px);
      padding: 10px;
      min-width: 150px;
      text-align: center;
      font-size: 0.9rem;
      font-weight: 700;
      border-radius: 5px;
      opacity: 0;
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      .modal[id*="citation-"] .modal-body .copy-btn .my-tooltip.tooltip-copied,
      .modal[id*="Citation"] .modal-body .copy-btn .my-tooltip.tooltip-copied {
        display: none;
        opacity: 1; }
      .modal[id*="citation-"] .modal-body .copy-btn .my-tooltip:after,
      .modal[id*="Citation"] .modal-body .copy-btn .my-tooltip:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -9px; }
    .modal[id*="citation-"] .modal-body .copy-btn .txt,
    .modal[id*="Citation"] .modal-body .copy-btn .txt {
      margin: 0px 5px; }
      @media (max-width: 500px) {
        .modal[id*="citation-"] .modal-body .copy-btn .txt,
        .modal[id*="Citation"] .modal-body .copy-btn .txt {
          display: none; } }
  .modal[id*="citation-"] .modal-body .citation-actions .btn-export,
  .modal[id*="Citation"] .modal-body .citation-actions .btn-export {
    background-color: transparent !important;
    min-width: 150px;
    height: 45px;
    border: 2px solid; }
    @media (max-width: 500px) {
      .modal[id*="citation-"] .modal-body .citation-actions .btn-export,
      .modal[id*="Citation"] .modal-body .citation-actions .btn-export {
        padding-left: 7px !important; } }
    .modal[id*="citation-"] .modal-body .citation-actions .btn-export label,
    .modal[id*="Citation"] .modal-body .citation-actions .btn-export label {
      padding-top: 9px;
      padding-bottom: 9px; }
    .modal[id*="citation-"] .modal-body .citation-actions .btn-export select,
    .modal[id*="Citation"] .modal-body .citation-actions .btn-export select {
      height: 100%;
      padding: 10px 15px; }
      @media (max-width: 500px) {
        .modal[id*="citation-"] .modal-body .citation-actions .btn-export select,
        .modal[id*="Citation"] .modal-body .citation-actions .btn-export select {
          padding: 10px 7px; } }
      .modal[id*="citation-"] .modal-body .citation-actions .btn-export select:focus,
      .modal[id*="Citation"] .modal-body .citation-actions .btn-export select:focus {
        -webkit-box-shadow: unset !important;
                box-shadow: unset !important; }
    .modal[id*="citation-"] .modal-body .citation-actions .btn-export span,
    .modal[id*="Citation"] .modal-body .citation-actions .btn-export span {
      color: #ffffff !important;
      top: calc(50% - 6px); }

.modal[id*="citation-"] .modal-content.accountForms .modal-title,
.modal[id*="Citation"] .modal-content.accountForms .modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .modal[id*="citation-"] .modal-content.accountForms .modal-title .head-txt,
  .modal[id*="Citation"] .modal-content.accountForms .modal-title .head-txt {
    max-width: 70%; }
  .modal[id*="citation-"] .modal-content.accountForms .modal-title-txt,
  .modal[id*="Citation"] .modal-content.accountForms .modal-title-txt {
    font-size: 28px;
    color: #333333 !important;
    font-weight: 700; }
  .modal[id*="citation-"] .modal-content.accountForms .modal-title-detail,
  .modal[id*="Citation"] .modal-content.accountForms .modal-title-detail {
    font-size: 19px;
    color: #9d9d9d !important;
    font-weight: 600; }
  .modal[id*="citation-"] .modal-content.accountForms .modal-title .citation-icon svg,
  .modal[id*="Citation"] .modal-content.accountForms .modal-title .citation-icon svg {
    width: auto;
    height: auto; }

.modal[id*="citation-"] .modal-header-icon::after,
.modal[id*="Citation"] .modal-header-icon::after {
  content: none; }

[dir="rtl"] .modal[id*="citation-"] .modal-title,
[dir="rtl"] .modal[id*="Citation"] .modal-title {
  padding-left: 24px; }

[dir="rtl"] .modal[id*="citation-"] .citation-icon,
[dir="rtl"] .modal[id*="Citation"] .citation-icon {
  -webkit-transform: translateX(-1);
       -o-transform: translateX(-1);
          transform: translateX(-1); }

[dir="rtl"] .modal[id*="citation-"] .citation-actions .btn-export,
[dir="rtl"] .modal[id*="Citation"] .citation-actions .btn-export {
  border-left: 0px; }
  [dir="rtl"] .modal[id*="citation-"] .citation-actions .btn-export select,
  [dir="rtl"] .modal[id*="Citation"] .citation-actions .btn-export select {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  [dir="rtl"] .modal[id*="citation-"] .citation-actions .btn-export span,
  [dir="rtl"] .modal[id*="Citation"] .citation-actions .btn-export span {
    left: 6px; }

[dir="rtl"] .modal[id*="citation-"] .citation-actions .copy-btn .my-tooltip:after,
[dir="rtl"] .modal[id*="Citation"] .citation-actions .copy-btn .my-tooltip:after {
  right: 50%; }

[dir="ltr"] .modal[id*="citation-"] .modal-title,
[dir="ltr"] .modal[id*="Citation"] .modal-title {
  padding-right: 24px; }

[dir="ltr"] .modal[id*="citation-"] .citation-actions .btn-export,
[dir="ltr"] .modal[id*="Citation"] .citation-actions .btn-export {
  border-right: 0px; }
  [dir="ltr"] .modal[id*="citation-"] .citation-actions .btn-export select,
  [dir="ltr"] .modal[id*="Citation"] .citation-actions .btn-export select {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  [dir="ltr"] .modal[id*="citation-"] .citation-actions .btn-export span,
  [dir="ltr"] .modal[id*="Citation"] .citation-actions .btn-export span {
    right: 6px; }

[dir="ltr"] .modal[id*="citation-"] .citation-actions .copy-btn .my-tooltip:after,
[dir="ltr"] .modal[id*="Citation"] .citation-actions .copy-btn .my-tooltip:after {
  left: 50%; }

/*.container {
    @media (min-width: 1200px) {
        max-width: 1641px;
    }
}*/
.path-record .main-content {
  background: #f8f8f8 !important !important; }

@media (min-width: 319px) and (max-width: 767px) {
  .container-1550 {
    padding: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .container-1550 {
    padding: 30px 30px; } }

@media (min-width: 992px) {
  .container-1550 {
    padding: 30px 65px; } }

.path-record .container-1550 {
  padding: 0px; }

.path-record svg {
  width: 1em;
  height: 1em; }

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0; }

/******************************************************/
.recordInfo .cover {
  background: #efefef !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 319px) and (max-width: 991px) {
    .recordInfo .cover {
      margin-bottom: 20px;
      height: 350px; } }
  @media (min-width: 992px) {
    .recordInfo .cover {
      height: 100%;
      padding: 20%; } }
  @media (min-width: 319px) and (max-width: 991px) {
    .recordInfo .cover img {
      width: 200px; } }
  @media (min-width: 992px) {
    .recordInfo .cover img {
      width: 100%; } }

.recordInfo .section-record {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px; }
  .recordInfo .section-record svg {
    position: relative;
    top: -2px; }

.recordInfo .section-callNo {
  font-size: 17px;
  display: inline-block;
  color: #333333 !important; }
  .recordInfo .section-callNo span {
    font-size: 17px;
    display: inline-block;
    font-weight: bold; }

.recordInfo .view {
  font-size: 15px;
  font-weight: bold;
  color: #989898 !important;
  margin-right: 12px; }
  .recordInfo .view svg {
    fill: #989898 !important;
    font-size: 18px;
    position: relative;
    top: -2px; }
  .recordInfo .view .arrival-record-details {
    padding: 10px 15px;
    border-radius: 3px;
    background-color: rgba(0, 61, 78, 0.18) !important; }

.recordInfo .arrival-new {
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block; }

.recordInfo h1.title {
  font-weight: bold;
  color: #333333 !important;
  margin-bottom: 20px; }
  @media (min-width: 319px) and (max-width: 767px) {
    .recordInfo h1.title {
      font-size: 20px; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .recordInfo h1.title {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .recordInfo h1.title {
      font-size: 30px; } }

.recordInfo .star {
  margin-bottom: 15px; }
  .recordInfo .star .star-yellow {
    display: inline-block; }
    .recordInfo .star .star-yellow svg {
      fill: #e69900 !important;
      position: relative;
      top: -2px; }
    .recordInfo .star .star-yellow span {
      font-size: 15px;
      font-weight: bold;
      color: #989898 !important; }
  .recordInfo .star .star-red {
    display: inline-block;
    padding: 0 20px; }
    .recordInfo .star .star-red svg {
      position: relative;
      top: -2px; }
    .recordInfo .star .star-red span {
      font-size: 15px;
      font-weight: bold; }

.recordInfo .book-Publisher {
  font-size: 18px;
  color: #989898 !important;
  padding-bottom: 20px; }
  .recordInfo .book-Publisher svg {
    width: 18px;
    height: 18px;
    margin-right: 15px; }
  .recordInfo .book-Publisher span {
    color: #333333 !important; }

@media (max-width: 470px) {
  .recordInfo .div-btn {
    display: block !important; } }

.recordInfo .div-btn .btn {
  padding: 10px 25px !important; }
  @media (max-width: 1245px) {
    .recordInfo .div-btn .btn {
      padding: 10px !important; } }
  @media (max-width: 470px) {
    .recordInfo .div-btn .btn {
      width: 100% !important;
      margin: 0rem 0rem 1rem !important;
      display: block !important; } }

@media (max-width: 470px) {
  .recordInfo .div-btn .fav-content {
    margin: 0rem !important; } }

.recordInfo .div-btn .fav-content .btn.btn-primary {
  padding: 10px 25px !important; }
  @media (max-width: 1245px) {
    .recordInfo .div-btn .fav-content .btn.btn-primary {
      padding: 10px !important; } }

@media (max-width: 470px) {
  .recordInfo .div-btn .preview-btn {
    margin-top: 1rem !important; } }

html[dir="rtl"] .mr-auto,
html[dir="rtl"] .mx-auto {
  margin-left: auto !important;
  margin-right: 0 !important; }

html[dir="rtl"] .recordInfo .section-record {
  margin-right: 0px;
  margin-left: 30px; }

html[dir="rtl"] .recordInfo span.view {
  margin-right: 0px;
  margin-left: 12px; }

html[dir="rtl"] .recordInfo .book-Publisher svg {
  margin-left: 15px;
  margin-right: 0; }

.btn {
  border-width: 2px;
  padding-left: 20px;
  padding-right: 20px; }

.btn-shaer {
  text-align: center;
  padding: 0 10px; }
  .btn-shaer .btn {
    padding: 10px; }
    @media (min-width: 319px) and (max-width: 767px) {
      .btn-shaer .btn:nth-child(2), .btn-shaer .btn:nth-child(3), .btn-shaer .btn:nth-child(4) {
        margin-left: 1%; } }
    @media (min-width: 767px) and (max-width: 1228px) {
      .btn-shaer .btn:nth-child(2), .btn-shaer .btn:nth-child(3), .btn-shaer .btn:nth-child(4) {
        margin-left: 1%; } }
    @media (min-width: 1229px) {
      .btn-shaer .btn:nth-child(2), .btn-shaer .btn:nth-child(3), .btn-shaer .btn:nth-child(4) {
        margin-left: 5%; } }
    @media (min-width: 319px) and (max-width: 767px) {
      .btn-shaer .btn svg {
        font-size: 16px; } }
    @media (min-width: 767px) and (max-width: 991px) {
      .btn-shaer .btn svg {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .btn-shaer .btn svg {
        font-size: 20px; } }

.GeneralStatistics {
  border: 2px solid #ddd !important;
  background: #ffffff !important;
  border-radius: 5px;
  padding: 20px 0 0; }
  @media (min-width: 319px) and (max-width: 991px) {
    .GeneralStatistics {
      margin-top: 30px; } }
  .GeneralStatistics .title {
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
    color: #333333 !important; }
    .GeneralStatistics .title span {
      color: #989898 !important;
      font-size: 14px;
      display: block;
      font-weight: normal;
      padding-top: 5px; }
  .GeneralStatistics ul.number {
    margin: 0;
    padding: 0 10px; }
    .GeneralStatistics ul.number li {
      list-style: none;
      display: block;
      padding-bottom: 5px; }
      .GeneralStatistics ul.number li .circle {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle; }
        .GeneralStatistics ul.number li .circle.twit {
          background: #1da1f1 !important; }
        .GeneralStatistics ul.number li .circle.Goodreads {
          background: #796a5b !important; }
        .GeneralStatistics ul.number li .circle.Pinterest {
          background: #c20421 !important; }
        .GeneralStatistics ul.number li .circle.Linkedin {
          background: #0c66c2 !important; }
        .GeneralStatistics ul.number li .circle.Youtube {
          background: #ff0000 !important; }
        .GeneralStatistics ul.number li .circle.Facebook {
          background: #1a77f2 !important; }
      .GeneralStatistics ul.number li .text {
        font-size: 14px;
        color: #989898 !important;
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px; }
      .GeneralStatistics ul.number li .counter {
        font-size: 14px;
        color: #333333 !important;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px; }
  .GeneralStatistics .QR {
    background: #efefef !important;
    border-top: 2px solid #ddd !important;
    padding: 12px 20px;
    margin-top: 20px;
    min-height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 420px) {
      .GeneralStatistics .QR {
        display: block; } }
    .GeneralStatistics .QR .qr-img {
      min-width: 86px; }
      .GeneralStatistics .QR .qr-img img {
        width: 100%; }
    .GeneralStatistics .QR .content {
      font-size: 15px;
      line-height: 1.5;
      color: #989898 !important; }

html[dir="ltr"] .QR .content {
  padding-left: 10px; }

html[dir="rtl"] .btn-shaer .btn:nth-child(2),
html[dir="rtl"] .btn-shaer .btn:nth-child(3),
html[dir="rtl"] .btn-shaer .btn:nth-child(4) {
  margin-right: 5%;
  margin-left: 0; }

html[dir="rtl"] .QR .content {
  padding-right: 10px; }

.nav-tabs101 {
  margin-bottom: 90px; }
  .nav-tabs101 .nav-tabs {
    border: 0;
    border-bottom: 2px solid #e3e3e3 !important;
    margin-bottom: 30px; }
    .nav-tabs101 .nav-tabs .nav-item .nav-link {
      font-weight: normal;
      border: 0;
      color: #989898 !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
      @media (max-width: 767.98px) {
        .nav-tabs101 .nav-tabs .nav-item .nav-link {
          font-size: 15px;
          padding: 10px 15px; } }
      @media (min-width: 768px) {
        .nav-tabs101 .nav-tabs .nav-item .nav-link {
          font-size: 20px;
          padding: 13px 20px; } }
      .nav-tabs101 .nav-tabs .nav-item .nav-link.active {
        background-color: transparent !important; }
  .nav-tabs101 .tab-pane {
    padding: 0; }
  .nav-tabs101 .section-title {
    font-weight: bold;
    color: #333333 !important; }
    @media (min-width: 319px) and (max-width: 767px) {
      .nav-tabs101 .section-title {
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav-tabs101 .section-title {
        font-size: 25px; } }
    @media (min-width: 992px) {
      .nav-tabs101 .section-title {
        font-size: 30px; } }
    .nav-tabs101 .section-title .a101 {
      display: block;
      color: #989898 !important;
      font-size: 15px;
      font-weight: normal;
      padding-top: 5px; }
    .nav-tabs101 .section-title a {
      font-size: 15px;
      text-decoration: none;
      margin-right: 5px;
      padding: 5px 12px;
      border-radius: 5px;
      direction: initial; }
      .nav-tabs101 .section-title a svg {
        padding-right: 5px; }
    .nav-tabs101 .section-title .nummber {
      display: inline-block;
      width: 41px;
      height: 41px;
      text-align: center;
      font-size: 20px;
      vertical-align: top;
      line-height: 2.3;
      border-radius: 10px; }
      @media (min-width: 319px) and (max-width: 991px) {
        .nav-tabs101 .section-title .nummber {
          position: relative;
          top: -11px; } }
  .nav-tabs101 #Overview table {
    width: 100%; }
    .nav-tabs101 #Overview table tr {
      background: #f7f7f7 !important !important;
      border: 0px; }
      .nav-tabs101 #Overview table tr:nth-of-type(odd) {
        background: #ffffff !important; }
    .nav-tabs101 #Overview table th {
      width: 30%;
      color: #989898 !important;
      font-weight: normal;
      padding: 10px;
      padding-left: 20px;
      background: transparent;
      vertical-align: middle;
      border: 0; }
      @media (min-width: 319px) and (max-width: 767px) {
        .nav-tabs101 #Overview table th {
          font-size: 16px; } }
      @media (min-width: 767px) and (max-width: 991px) {
        .nav-tabs101 #Overview table th {
          font-size: 17px; } }
      @media (min-width: 992px) {
        .nav-tabs101 #Overview table th {
          font-size: 18px; } }
    .nav-tabs101 #Overview table td {
      color: #333333 !important;
      font-weight: normal;
      padding: 14px;
      padding-left: 20px;
      border: 0; }
      @media (min-width: 319px) and (max-width: 767px) {
        .nav-tabs101 #Overview table td {
          font-size: 16px; } }
      @media (min-width: 767px) and (max-width: 991px) {
        .nav-tabs101 #Overview table td {
          font-size: 17px; } }
      @media (min-width: 992px) {
        .nav-tabs101 #Overview table td {
          font-size: 18px; } }
      .nav-tabs101 #Overview table td a {
        text-decoration: underline;
        display: inline-block; }
  @media (min-width: 319px) and (max-width: 767px) {
    .nav-tabs101 #VirtualShelf .form-group {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs101 #VirtualShelf .form-group {
      padding: 30px 20%; } }
  @media (min-width: 992px) {
    .nav-tabs101 #VirtualShelf .form-group {
      padding: 30px 31%; } }
  .nav-tabs101 #VirtualShelf .form-group .form-control {
    background: transparent;
    padding: 20px;
    height: auto;
    border-width: 2px; }

html[dir="ltr"] .nav-tabs101 .section-title .nummber {
  margin-left: 24px; }

html[dir="rtl"] .nav-tabs101 .section-title .nummber {
  margin-right: 24px; }

table {
  width: 100%;
  margin-bottom: 30px; }
  table thead tr {
    border: 0; }
  table thead th {
    font-weight: 700;
    vertical-align: middle;
    border: 0px;
    padding: 8px; }
    @media (min-width: 319px) and (max-width: 767px) {
      table thead th {
        font-size: 16px; } }
    @media (min-width: 767px) and (max-width: 991px) {
      table thead th {
        font-size: 18px; } }
    @media (min-width: 992px) {
      table thead th {
        font-size: 20px; } }
  table tbody tr {
    background: #f7f7f7 !important !important;
    border: 0px; }
    table tbody tr:nth-of-type(odd) {
      background: #ffffff !important; }
  table tbody td {
    font-size: 15px;
    font-weight: 500;
    border: 0px;
    vertical-align: middle;
    padding: 10px; }
    table tbody td:first-child {
      color: #333333 !important;
      font-size: 16px; }
    table tbody td:last-child {
      color: #989898 !important; }
    table tbody td .available {
      border-radius: 3px;
      padding: 8px 15px;
      font-size: 13px;
      font-weight: bold;
      display: inline-block;
      border-radius: 3px; }
    table tbody td .no-available {
      border-radius: 3px;
      padding: 8px 15px;
      font-size: 13px;
      font-weight: bold;
      display: inline-block;
      border-radius: 3px; }

.card-imgOlny, .card-imgWithContent, .card-imgWithTitle, .card-imgWithContent2 {
  display: block; }
  .card-imgOlny .cover, .card-imgWithContent .cover, .card-imgWithTitle .cover, .card-imgWithContent2 .cover {
    background: #efefef !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ffffff !important;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s; }
    @media (min-width: 319px) and (max-width: 767px) {
      .card-imgOlny .cover, .card-imgWithContent .cover, .card-imgWithTitle .cover, .card-imgWithContent2 .cover {
        padding: 12%; } }
    @media (min-width: 768px) {
      .card-imgOlny .cover, .card-imgWithContent .cover, .card-imgWithTitle .cover, .card-imgWithContent2 .cover {
        padding: 15%; } }
    .card-imgOlny .cover img, .card-imgWithContent .cover img, .card-imgWithTitle .cover img, .card-imgWithContent2 .cover img {
      border: 2px solid transparent;
      -webkit-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
      @media (min-width: 319px) and (max-width: 767px) {
        .card-imgOlny .cover img, .card-imgWithContent .cover img, .card-imgWithTitle .cover img, .card-imgWithContent2 .cover img {
          max-width: 100%;
          height: auto; } }
      @media (min-width: 768px) {
        .card-imgOlny .cover img, .card-imgWithContent .cover img, .card-imgWithTitle .cover img, .card-imgWithContent2 .cover img {
          max-width: 100%;
          height: auto; } }
    .card-imgOlny .cover:hover img, .card-imgWithContent .cover:hover img, .card-imgWithTitle .cover:hover img, .card-imgWithContent2 .cover:hover img {
      border-color: #ddd !important;
      border-radius: 5px; }

.card-imgWithContent {
  margin-bottom: 15px; }
  @media (min-width: 993px) {
    .card-imgWithContent .cover {
      padding: 35px; } }
  .card-imgWithContent .content {
    background: #ffffff !important;
    display: block;
    padding-bottom: 10px; }
    .card-imgWithContent .content .section-callNo {
      font-size: 14px;
      color: #333333 !important;
      padding: 10px;
      display: block;
      border-bottom: 2px solid #ddd !important; }
      .card-imgWithContent .content .section-callNo span {
        font-weight: bold; }
    .card-imgWithContent .content .title {
      font-size: 22px;
      padding: 10px;
      font-weight: bold;
      color: #333333 !important;
      overflow: hidden;
      height: 35px;
      -webkit-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
    .card-imgWithContent .content .book-Publisher {
      font-size: 15px;
      font-weight: bold;
      padding: 5px 10px;
      color: #989898 !important; }
      .card-imgWithContent .content .book-Publisher svg {
        fill: #989898 !important; }
  .card-imgWithContent:hover {
    text-decoration: none; }

.card-user {
  background: #ffffff !important;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 15px; }
  .card-user svg {
    position: relative;
    top: -7px;
    width: 83px;
    height: 83px;
    display: inline-block; }
  .card-user .name {
    margin-bottom: 15px; }
    .card-user .name h1 {
      display: inline-block;
      font-size: 20px;
      vertical-align: middle; }
      .card-user .name h1 span {
        display: inline-block;
        vertical-align: middle; }
        .card-user .name h1 span a {
          font-size: 18px;
          color: #333333 !important;
          font-weight: bold;
          padding-bottom: 7px;
          display: block; }
        .card-user .name h1 span span {
          display: block;
          font-size: 18px;
          color: #989898 !important;
          font-weight: normal; }
  .card-user .cover-user {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .card-user p {
    font-size: 14px;
    padding-left: 5%;
    color: #989898 !important;
    margin-bottom: 0; }

.card-imgWithTitle {
  background: #f8f8f8 !important; }
  .card-imgWithTitle .content {
    padding: 10px;
    display: block; }
    .card-imgWithTitle .content .title {
      font-size: 17px;
      color: #333333 !important;
      font-weight: bold; }
  .card-imgWithTitle:hover {
    text-decoration: none; }

html[dir="ltr"] .card-user svg {
  margin-right: 28px; }

@media (min-width: 768px) {
  html[dir="ltr"] .card-user .btn {
    float: right; } }

html[dir="ltr"] .text-right {
  text-align: right !important; }

html[dir="rtl"] .card-user svg {
  margin-left: 28px; }

@media (min-width: 768px) {
  html[dir="rtl"] .card-user .btn {
    float: left; } }

html[dir="rtl"] .text-right {
  text-align: left !important; }

.section-title {
  font-weight: bold;
  color: #333333 !important; }
  @media (min-width: 319px) and (max-width: 767px) {
    .section-title {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-title {
      font-size: 25px; } }
  @media (min-width: 992px) {
    .section-title {
      font-size: 30px; } }
  .section-title a {
    float: right;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 12px;
    position: relative;
    top: 8px;
    margin-bottom: 28px; }
    .section-title a svg {
      padding-right: 5px; }

.card-imgWithContent2 {
  background: #ffffff !important;
  height: 100%;
  padding-bottom: 10px;
  position: relative; }
  .card-imgWithContent2 .cover {
    padding: 25%;
    border: 0;
    border-radius: 0; }
  .card-imgWithContent2 .content {
    background: #ffffff !important;
    display: block;
    padding-bottom: 0px; }
    .card-imgWithContent2 .content .section-callNo {
      font-size: 14px;
      color: #333333 !important;
      padding: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .card-imgWithContent2 .content .section-callNo span {
        font-weight: bold; }
    .card-imgWithContent2 .content .title {
      font-size: 22px;
      padding: 10px;
      padding-bottom: 0;
      margin-bottom: 5;
      font-weight: bold;
      color: #333333 !important;
      display: block;
      line-height: 1;
      -webkit-transition: all 0.3s ease 0.1s;
      -o-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
    .card-imgWithContent2 .content .book-Publisher {
      font-size: 15px;
      padding: 5px 10px;
      color: #989898 !important; }
      .card-imgWithContent2 .content .book-Publisher svg {
        fill: #989898 !important; }
  .card-imgWithContent2 .st {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ddd !important;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-weight: bold; }
    .card-imgWithContent2 .st svg {
      margin-right: 5px; }
    .card-imgWithContent2 .st .New-arrival:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px; }
  .card-imgWithContent2 .bttn {
    padding: 15px 0 5px;
    margin-top: 5px;
    border-top: 2px solid #ddd !important; }
  .card-imgWithContent2 .popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: #ffffff !important;
    width: 350px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 11px #00000041;
            box-shadow: 0px 0px 11px #00000041;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .card-imgWithContent2 .popup:before {
      content: "";
      width: 0px;
      height: 0px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .card-imgWithContent2 .popup .title {
      padding-top: 0;
      padding-bottom: 0; }
    .card-imgWithContent2 .popup .category {
      display: block;
      color: #989898 !important;
      padding-top: 0;
      padding-bottom: 0; }
      .card-imgWithContent2 .popup .category span {
        display: block; }
    .card-imgWithContent2 .popup .book-Publisher {
      padding-top: 0; }
  .card-imgWithContent2:hover {
    text-decoration: none; }
    .card-imgWithContent2:hover .popup {
      visibility: visible;
      opacity: 1; }

.scrollopen {
  overflow: hidden !important; }

.print-popup {
  position: fixed;
  top: 0;
  left: -100%;
  background: #ffffff !important;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s; }
  .print-popup.open {
    left: 0;
    overflow-y: auto; }
  .print-popup .hedar {
    min-height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px; }
    .print-popup .hedar svg.logo {
      width: 143px;
      height: 63px;
      display: inline-block; }
    .print-popup .hedar .close-popup {
      position: absolute;
      background: #ffffff82;
      padding: 2px 10px;
      border-radius: 5px;
      top: 8px;
      cursor: pointer; }
    .print-popup .hedar .title {
      display: inline-block;
      width: 80%;
      vertical-align: middle; }
      .print-popup .hedar .title h1 {
        font-size: 30px;
        font-weight: bold;
        margin: 0; }
        .print-popup .hedar .title h1 span {
          font-size: 18px; }
  .print-popup table {
    width: 100%; }
    .print-popup table tr {
      background: #f7f7f7 !important !important;
      border: 0px; }
      .print-popup table tr:nth-of-type(odd) {
        background: #ffffff !important; }
    .print-popup table th {
      width: 30%;
      color: #989898 !important;
      font-weight: normal;
      padding: 10px;
      padding-left: 20px;
      background: transparent;
      vertical-align: middle;
      border: 0; }
      @media (min-width: 319px) and (max-width: 767px) {
        .print-popup table th {
          font-size: 16px; } }
      @media (min-width: 767px) and (max-width: 991px) {
        .print-popup table th {
          font-size: 17px; } }
      @media (min-width: 992px) {
        .print-popup table th {
          font-size: 18px; } }
    .print-popup table td {
      color: #333333 !important;
      font-weight: normal;
      padding: 14px;
      padding-left: 20px;
      border: 0; }
      @media (min-width: 319px) and (max-width: 767px) {
        .print-popup table td {
          font-size: 16px; } }
      @media (min-width: 767px) and (max-width: 991px) {
        .print-popup table td {
          font-size: 17px; } }
      @media (min-width: 992px) {
        .print-popup table td {
          font-size: 18px; } }

.accountForms .nav-tabs101 .nav-tabs {
  margin-bottom: 15px; }

.accountForms .icon-Citations {
  position: absolute;
  top: 20px;
  font-size: 100px; }

.accountForms .modal-header {
  border: 0px; }
  .accountForms .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    color: #333333 !important; }
    .accountForms .modal-header .modal-title span {
      display: block;
      font-size: 15px;
      color: #989898 !important;
      font-weight: normal; }
  .accountForms .modal-header .close {
    margin: 0 !important;
    padding: 3px !important;
    width: 33px;
    height: 33px;
    background: #f4f4f4 !important;
    color: #000 !important;
    opacity: 1;
    position: absolute;
    z-index: 2; }

.accountForms .tab-content .card-Citation {
  border: 1px solid #ddd !important;
  border-radius: 5px;
  background: #efefef !important;
  padding: 20px;
  font-size: 14px;
  color: #989898 !important;
  margin-bottom: 20px; }

html[dir="ltr"] .section-title a {
  float: right; }

html[dir="ltr"] .card-imgWithContent2 .st .New-arrival {
  margin-right: auto; }

html[dir="ltr"] .card-imgWithContent2 .content .section-callNo .database {
  margin-left: auto; }

html[dir="ltr"] .card-imgWithContent2 .popup {
  left: 100%; }
  html[dir="ltr"] .card-imgWithContent2 .popup:before {
    left: -15px;
    border-right: 15px solid #ffffff !important; }

html[dir="ltr"] .print-popup .hedar .title {
  border-left: 1px solid;
  padding-left: 25px;
  margin-left: 25px; }

html[dir="ltr"] .print-popup .hedar .close-popup {
  right: 8px; }

html[dir="ltr"] .accountForms .modal-header .modal-title {
  padding-left: 60px; }

html[dir="ltr"] .accountForms .icon-Citations {
  right: 30px; }

html[dir="rtl"] .section-title a {
  float: left; }

html[dir="rtl"] .card-imgWithContent2 .st .New-arrival {
  margin-left: auto; }

html[dir="rtl"] .card-imgWithContent2 .content .section-callNo .database {
  margin-right: auto; }

html[dir="rtl"] .card-imgWithContent2 .popup {
  right: 100%; }
  html[dir="rtl"] .card-imgWithContent2 .popup:before {
    right: -15px;
    border-left: 15px solid #ffffff !important; }

html[dir="rtl"] .print-popup .hedar .title {
  border-right: 1px solid;
  padding-right: 25px;
  margin-right: 25px; }

html[dir="rtl"] .print-popup .hedar .close-popup {
  right: 8px; }

html[dir="rtl"] .accountForms .modal-header .modal-title {
  padding-right: 60px; }

html[dir="rtl"] .accountForms .icon-Citations {
  left: 30px; }

.eservices-details-card {
  background-color: #ffffff !important;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem; }
  .eservices-details-card .services-header-div {
    border-bottom: 1px solid #ddd !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0rem 0.75rem; }
    @media (min-width: 576px) {
      .eservices-details-card .services-header-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .eservices-details-card .services-header-div h2 {
      margin-bottom: 0px;
      font-size: 30px;
      font-weight: bold; }
    .eservices-details-card .services-header-div .social-sharing-buttons {
      margin: 0em; }
      @media (max-width: 576px) {
        .eservices-details-card .services-header-div .social-sharing-buttons {
          -webkit-box-pack: start;
          -webkit-justify-content: start;
              -ms-flex-pack: start;
                  justify-content: start;
          padding: 1rem 0rem; } }
      @media print {
        .eservices-details-card .services-header-div .social-sharing-buttons {
          display: none; } }
      .eservices-details-card .services-header-div .social-sharing-buttons a {
        border-radius: 3px;
        padding: 7px 12px; }
        .eservices-details-card .services-header-div .social-sharing-buttons a svg {
          width: 17px; }
    .eservices-details-card .services-header-div .share-modal-content-social .social-sharing-buttons a {
      border: none !important; }
      .eservices-details-card .services-header-div .share-modal-content-social .social-sharing-buttons a svg {
        width: 44px;
        height: 44px; }
      .eservices-details-card .services-header-div .share-modal-content-social .social-sharing-buttons a.share-btn-pinterest {
        border-radius: 3px;
        padding: 7px 12px; }
        .eservices-details-card .services-header-div .share-modal-content-social .social-sharing-buttons a.share-btn-pinterest svg {
          width: 25px; }
  .eservices-details-card .services-info-div {
    padding: 0rem 1.5rem; }
    @media (min-width: 576px) {
      .eservices-details-card .services-info-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .eservices-details-card .services-info-div .field--name-field-service-image {
      padding: 1rem 0rem;
      max-width: 400px; }
      @media (max-width: 576px) {
        .eservices-details-card .services-info-div .field--name-field-service-image {
          text-align: center;
          max-width: 100%; } }
      .eservices-details-card .services-info-div .field--name-field-service-image img {
        border-radius: 3px;
        max-width: 100%;
        height: auto; }
    .eservices-details-card .services-info-div .services-text-div {
      padding: 1rem 0rem; }
      .eservices-details-card .services-info-div .services-text-div .field__label {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 1rem; }
    .eservices-details-card .services-info-div .field--name-field-service-documents {
      margin-bottom: 1rem; }
      @media print {
        .eservices-details-card .services-info-div .field--name-field-service-documents {
          display: none; } }
    @media print {
      .eservices-details-card .services-info-div .field--name-field-service-form-url {
        display: none; } }
    .eservices-details-card .services-info-div .field--name-field-service-form-url a {
      display: inline-block;
      padding: .375rem .75rem;
      border-radius: 0.25rem; }
      .eservices-details-card .services-info-div .field--name-field-service-form-url a:hover, .eservices-details-card .services-info-div .field--name-field-service-form-url a:focus, .eservices-details-card .services-info-div .field--name-field-service-form-url a:active {
        text-decoration: none; }
    .eservices-details-card .services-info-div .field--name-field-help-url {
      margin-top: 1rem; }
      @media print {
        .eservices-details-card .services-info-div .field--name-field-help-url {
          display: none; } }
      .eservices-details-card .services-info-div .field--name-field-help-url a {
        text-decoration: underline;
        font-weight: 600; }

@media (min-width: 576px) {
  [dir="ltr"] .eservices-details-card .services-header-div .social-sharing-buttons {
    margin-left: auto; } }

@media (min-width: 576px) {
  [dir="ltr"] .eservices-details-card .services-info-div .field--name-field-service-image {
    margin-right: 1.5rem; } }

[dir="ltr"] .eservices-details-card .services-info-div .field--name-field-help-url a {
  margin-left: 10px; }

@media (min-width: 576px) {
  [dir="rtl"] .eservices-details-card .services-header-div .social-sharing-buttons {
    margin-right: auto; } }

@media (min-width: 576px) {
  [dir="rtl"] .eservices-details-card .services-info-div .field--name-field-service-image {
    margin-left: 1.5rem; } }

[dir="rtl"] .eservices-details-card .services-info-div .field--name-field-help-url a {
  margin-right: 10px; }

[aria-describedby="availabilty-dialoge"] {
  border-radius: 5px; }
  [aria-describedby="availabilty-dialoge"] #availabilty-dialoge {
    text-align: inherit !important; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge .availabilty-popup-content .title {
      font-size: 20px;
      font-weight: 700;
      color: #333333 !important;
      margin-bottom: 10px; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge .availabilty-popup-content .copies-availables {
      font-size: 15px;
      font-weight: 600;
      color: #9d9d9d !important; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge .Available {
      background-color: rgba(75, 210, 149, 0.25);
      padding: 10px 15px;
      border-radius: 3px;
      color: #35bf81;
      font-size: 13px;
      font-weight: 600; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge .hold-action {
      display: none; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge .hold-button {
      background-color: transparent !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px 20px;
      font-weight: 600;
      -webkit-box-shadow: none;
              box-shadow: none;
      min-width: 120px; }
      [aria-describedby="availabilty-dialoge"] #availabilty-dialoge .hold-button a {
        font-size: 1rem; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge thead th {
      font-size: 18px; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge td span {
      font-size: 1rem; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge tbody tr:nth-child(odd) {
      background-color: #f2f2f2 !important !important; }
    [aria-describedby="availabilty-dialoge"] #availabilty-dialoge tbody tr:nth-child(even) {
      background-color: #ffffff !important; }

.ui-dialog .ui-corner-all .ui-widget .ui-widget-content .ui-front .ui-draggable .ui-resizable {
  width: 80vw !important;
  left: 12vw !important; }
