/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*
    A simple jQuery modal (http://github.com/kylefox/jquery-modal)
    Version 0.9.1
*/

.wprvcrm-data.hidden {
  visibility: hidden;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

select#wprvcrm-change-org.wprvcrm-nochild {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding: 0.6rem 1rem;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  pointer-events: none;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 300 !important;
  padding-right: 0 !important;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.wprvcrm-error {
  background: #eb0101;
  padding: 10px;
  color: #fff6f6;
  border: 1px #6e0000 solid;
  border-radius: 5px;
}

.wprvcrm-warning,
.wprvcrm-warning a {
  background: #eb9a01;
  padding: 10px;
  color: #fff6f6;
  border-radius: 5px;
}

.wprvcrm-spinner {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, #435e82);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-zp9dbg 1s infinite linear;
  margin-top: 40px;
  margin-bottom: 20px;
}

@keyframes spinner-zp9dbg {
  to {
    transform: rotate(1turn);
  }
}

#wprvcrm-overview h1 {
  font-size: 4.5rem;
  padding-bottom: 4.5rem;
}

tr.wprvcrm-details td {
  padding: 20px;
}

#wprvcrm-overview select {
  background-color: transparent;
  padding: 0.6rem 1rem;
  border: 1px solid #435e82;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  color: #000;
  width: 58%;
}

#wprvcrm-overview .overview-logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

td.no-print img {
  display: inline;
  margin: 0;
}

/* @media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 1025px;
        padding-right: 4rem;
        padding-left: 4rem
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 5rem;
        padding-left: 5rem
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
        padding-right: 6rem;
        padding-left: 6rem
    }
} */

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.hidden {
  display: none;
}

.text-white {
  color: white;
}

.text-navy {
  color: navy;
}

.text-red {
  color: #990033;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.underline {
  text-decoration: underline;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-center {
  text-align: center;
}

table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}

table a,
table img {
  display: block;
  margin: 0 auto;
}

@media all and (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:pl-16 {
    padding-left: 2rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }
}

.only-print {
  display: none;
}

@media print {
  .no-print, 
	.elementor-popup-modal {
    display: none !important;
  }

  .only-print {
    display: block;
  }

  header,
  footer,
  aside {
    display: none !important;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* Login Page */
.login h1 a {
  background-image: url(../images/ciba-logo.svg);
  background-image: none, url(../images/ciba-logo.svg);
  width: 125px;
  height: 55px;
  background-size: contain;
}

.login form {
  border: none;
  border-radius: 20px;
}

.login label {
  width: 100%;
  text-align: center;
}

.login form .input,
.login input[type="password"],
.login input[type="text"] {
  border-radius: 999px;
  padding-left: 10px;
}

.login form .forgetmenot {
  float: none;
}

.login .forgetmenot label {
  margin-top: 5px;
}

input[type="checkbox"],
input[type="radio"] {
  display: block;
  margin: 0 auto;
}

.login .button-primary {
  border-radius: 999px;
  width: 100%;
  float: none;
  margin-top: 32px;
}

/* date 16-04-2024 start  */
.wprvcrm-loader {
  background: #fff8f8ba;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.socket {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}

.hex-brick {
  background: #435e82;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.h2 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.h3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.gel {
  height: 30px;
  width: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.center-gel {
  margin-left: -15px;
  margin-top: -15px;

  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

.c1 {
  margin-left: -47px;
  margin-top: -15px;
}

.c2 {
  margin-left: -31px;
  margin-top: -43px;
}

.c3 {
  margin-left: 1px;
  margin-top: -43px;
}

.c4 {
  margin-left: 17px;
  margin-top: -15px;
}

.c5 {
  margin-left: -31px;
  margin-top: 13px;
}

.c6 {
  margin-left: 1px;
  margin-top: 13px;
}

.c7 {
  margin-left: -63px;
  margin-top: -43px;
}

.c8 {
  margin-left: 33px;
  margin-top: -43px;
}

.c9 {
  margin-left: -15px;
  margin-top: 41px;
}

.c10 {
  margin-left: -63px;
  margin-top: 13px;
}

.c11 {
  margin-left: 33px;
  margin-top: 13px;
}

.c12 {
  margin-left: -15px;
  margin-top: -71px;
}

.c13 {
  margin-left: -47px;
  margin-top: -71px;
}

.c14 {
  margin-left: 17px;
  margin-top: -71px;
}

.c15 {
  margin-left: -47px;
  margin-top: 41px;
}

.c16 {
  margin-left: 17px;
  margin-top: 41px;
}

.c17 {
  margin-left: -79px;
  margin-top: -15px;
}

.c18 {
  margin-left: 49px;
  margin-top: -15px;
}

.c19 {
  margin-left: -63px;
  margin-top: -99px;
}

.c20 {
  margin-left: 33px;
  margin-top: -99px;
}

.c21 {
  margin-left: 1px;
  margin-top: -99px;
}

.c22 {
  margin-left: -31px;
  margin-top: -99px;
}

.c23 {
  margin-left: -63px;
  margin-top: 69px;
}

.c24 {
  margin-left: 33px;
  margin-top: 69px;
}

.c25 {
  margin-left: 1px;
  margin-top: 69px;
}

.c26 {
  margin-left: -31px;
  margin-top: 69px;
}

.c27 {
  margin-left: -79px;
  margin-top: -15px;
}

.c28 {
  margin-left: -95px;
  margin-top: -43px;
}

.c29 {
  margin-left: -95px;
  margin-top: 13px;
}

.c30 {
  margin-left: 49px;
  margin-top: 41px;
}

.c31 {
  margin-left: -79px;
  margin-top: -71px;
}

.c32 {
  margin-left: -111px;
  margin-top: -15px;
}

.c33 {
  margin-left: 65px;
  margin-top: -43px;
}

.c34 {
  margin-left: 65px;
  margin-top: 13px;
}

.c35 {
  margin-left: -79px;
  margin-top: 41px;
}

.c36 {
  margin-left: 49px;
  margin-top: -71px;
}

.c37 {
  margin-left: 81px;
  margin-top: -15px;
}

.r1 {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

.r1 > .hex-brick {
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

.r2 > .hex-brick {
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}

.r3 > .hex-brick {
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade {
  0% {
    background: #435e82;
  }

  50% {
    background: #435e82;
  }

  100% {
    background: #435e82;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fade {
  0% {
    background: #435e82;
  }

  50% {
    background: #435e82;
  }

  100% {
    background: #435e82;
  }
}

div#wprvcrm-overview {
  max-width: 100%;
}

#wprvcrm-overview h3 {
  color: #435e82;
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}

#wprvcrm-overview p {
  color: #000;
  font-weight: 300;
  text-align: left;
}

#wprvcrm-overview table tbody#wprvcrm-insurence-data tr {
  border: 1px solid #ccc;
}

#wprvcrm-overview p {
  color: #000;
  font-weight: 400;
  text-align: left;
  opacity: 0.7;
  font-weight: 500;
  font-size: 1.125rem;
}

#wprvcrm-overview label,
#wprvcrm-overview span {
  font-weight: 400;
  opacity: 0.9;
  font-size: 1.125rem;
}

#wprvcrm-overview table thead tr th span {
  font-weight: bold;
  opacity: 1;
}

.wprvcrm-information-row span#keyAccountFiled3 {
  color: #435e82;
  text-align: right;
}

.wprvcrm-information-row span#secondAccountField4 {
  color: #435e82;
  text-align: right;
}

.wprvcrm-overview-btn {
  font-weight: 600;
  text-decoration: underline;
  color: #435e82;
}

.wprvcrm-overview-btn:hover {
  text-decoration: underline;
}

tbody#wprvcrm-insurence-data tr td {
  padding: 5px;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 1.125rem;
  word-wrap: break-word;
}

tbody#wprvcrm-insurence-data td.no-print a {
  text-decoration: none;
  color: #435e82;
  display: flex;
  align-items: center;
}

tbody#wprvcrm-insurence-data td.no-print a img {
  margin-right: 5px;
}

.wprvcrm-print-btn-row a {
  text-decoration: none;
  color: #435e82;
}

.wprvcrm-print-btn-row a:hover {
  text-decoration: none;
}

#wprvcrm-overview table tr th {
  text-align: left;
  color: #435e82;
  padding: 5px;
  font-size: 1.125rem;
}

@media print {
  #wprvcrm-overview select {
    border: none !important;
    appearance: none;
    padding: 0 !important;
    padding-left: 2px !important;
  }
  #wprvcrm-overview table td,
  #wprvcrm-overview table th {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    font-size: 14px !important;
  }
}

@media (max-width:1366px){
  .wprvcrm-section-outer .ct-section-inner-wrap {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
}

@media (max-width: 1280px) {
  #wprvcrm-overview table {
    width: 100%;
  }

  #wprvcrm-overview table tr th {
    text-align: left;
    width: 180px;
    min-width: 180px;
  }

  #wprvcrm-overview table td {
    width: 180px;
    min-width: 180px;
  }

  #wprvcrm-overview .wprvcrm-table-outer {
    overflow: auto;
  }

  #wprvcrm-overview .wprvcrm-table-outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }

  #wprvcrm-overview .wprvcrm-table-outer::-webkit-scrollbar {
    width: 12px;
    height: 10px;
    background-color: #f5f5f5;
  }

  #wprvcrm-overview .wprvcrm-table-outer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #435e82;
  }
  .wprvcrm-firmanavn-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .wprvcrm-overiew-content-outer {
    flex-direction: column;
  }

  .wprvcrm-overiew-content-outer .wprvcrm-overiew-content-box {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .wprvcrm-overiew-content-outer .wprvcrm-overiew-content-box:first-child {
    margin-bottom: 30px;
  }

  #wprvcrm-overview .wprvcrm-data {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #wprvcrm-overview h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
  #wprvcrm-overview .wprvcrm-table-outer {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .wprvcrm-firmanavn-row {
    flex-direction: column;
    row-gap: 10px;
  }
  .wprvcrm-overiew-content-outer .wprvcrm-overiew-content-box:last-child {
    margin-top: 0 !important;
  }
  #wprvcrm-overview h3 {
    font-size: 24px;
  }
  #wprvcrm-overview p {
    font-size: 16px;
  }
  #wprvcrm-overview label,
  #wprvcrm-overview span {
    font-size: 16px;
  }
  #wprvcrm-overview table tr th,
  #wprvcrm-overview table tr td {
    font-size: 16px;
  }

  #wprvcrm-overview table td {
    width: 150px;
    min-width: 150px;
  }
  #wprvcrm-overview table tr th {
    width: 150px;
    min-width: 150px;
  }
  .wprvcrm-section-outer .ct-section-inner-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px;
    padding-bottom: 50px !important;
}
}

/* date 16-04-2024 end  */

/* Login Page */
.login h1 a {
  background-image: url(../images/ciba-logo.svg);
  background-image: none, url(../images/ciba-logo.svg);
  width: 125px;
  height: 55px;
  background-size: contain;
}

.login form {
  border: none;
  border-radius: 20px;
}

.login label {
  width: 100%;
  text-align: center;
}

.login form .input,
.login input[type="password"],
.login input[type="text"] {
  border-radius: 999px;
  padding-left: 10px;
}

.login form .forgetmenot {
  float: none;
}

.login .forgetmenot label {
  margin-top: 5px;
}

input[type="checkbox"],
input[type="radio"] {
  display: block;
  margin: 0 auto;
}

.login .button-primary {
  border-radius: 999px;
  width: 100%;
  float: none;
  margin-top: 32px;
}
