.required::after {
  content: " *";
  color: red;
}
.likert-message {
  color: maroon !important;
  text-align: justify;
  font-weight: 600 !important;
}
/* Style the anchor tag */
.image-link {
  display: inline-block;  /* Allows the image to be inline with text or other elements */
  text-decoration: none;  /* Remove the default underline from links */
}

/* Style the image */
.icon {
  width: 24px;   /* Set the desired width for the image */
  height: 24px;  /* Set the desired height for the image */
  object-fit: contain; /* Ensure the image maintains its aspect ratio */
  transition: transform 0.3s ease; /* Smooth transition on hover */
}

/* Add hover effect */
.image-link:hover .icon {
  transform: scale(1.1); /* Scale the image slightly when hovered */
}
/* General Circle Styling */
.circle {
  display: flex;                    /* Use flexbox to center content */
  justify-content: center;           /* Center horizontally */
  align-items: center;               /* Center vertically */
  width: 40px;                       /* Width of the circle */
  height: 40px;                      /* Height of the circle */
  border-radius: 50%;                /* Make the shape circular */
  font-size: 1.5rem;                 /* Font size for the number */
  font-weight: bold;                 /* Make the number bold */
  color: white !important;                      /* White text color */
  text-align: center;                /* Ensure text is centered */
  margin: 10px;                      /* Add space around the circles */
}

/* Red Circle */
.circle.red {
  background-color: #DC143C;         /* Red background */
}

/* Green Circle */
.circle.green {
  background-color: #228B22;         /* Green background */
}

body {
  color: #000000;
}
th {
	color: #FFFFFF;
}
@keyframes blink {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }
.alert-success {
	text-align: center; 
	color: green; 
	background: linear-gradient(90deg, rgba(223,223,223,1) 0%, rgba(242,242,242,1) 100%); 
	width: 100%;
	border: 0;
	animation: blink 1s ease-in-out 0s 2; /* 3 iterations, 1 second duration */
}
.alert-danger {
	text-align: center;
	color: maroon; 
	background: linear-gradient(90deg, rgba(223,223,223,1) 0%, rgba(242,242,242,1) 100%);
	width: 100%;
	border: 0;
	animation: blink 1s ease-in-out 0s 2; /* 3 iterations, 1 second duration */
}
.text-center {
	text-align: center;
}
.btn-primary {
	border-radius: 8px;
}
.textbox-row{
	background: none !important;
}
.text-right1{
	text-align: right; 
}
.padding-point5-rem{
	padding: 0.5rem !important;
}
.circle-singleline {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 15px !important;
    font-weight: 700 !important;
    background: darkred;
    color: #ffffff !important;
}
.card-header{
	font-weight: 700;
}
.accordian-header{
	background: #005792;
	font-weight: 700;
}
.accordian-header a{
	color: #FFF;
}
.vanishing-margin{
	margin-top: 10px;
	margin-bottom: 10px;
}
.inside-card{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px !important;
}
.bg-image {
  /* The image used */
  background-image: url("../images/login_back_blur_1.JPG");
  
  /* Add the blur effect */
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.oapcity-class{
	opacity: 0.90;
}
.back-blur-img { 
	  background-image: url("../images/login_back_blur.JPG");
	  background-position: center;
      /* background-repeat: no-repeat; */
      background-size: cover;
	  /* height: 100%; */
	  /* filter: blur(2px); */ /* Adding blur background image */
}
.login-ins {
	background-color: #FFF; 
	padding-left: 0px; 
	padding-right: 0px;
}
.align-middle {
      display: flex;
      align-items: center;
}
.padding-15{
	padding: 15px;	
}
.form-check-input{
	margin-left: 0px;	
}
.display-block{
	/* display: block; */	
}
.textbox-row{
	padding: 0px 0px 10px 0px;
    /* background: #F2F2F2; */
	/* display: block; */	
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
.btnWidth50 {
   width: 70%;
}
.center {
  margin: auto !important;
  width: 75% !important;
  padding: 5px !important;
}

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

input[type=text]{
	font-size: small;
}
input[type=textarea]{
	font-size: small;
}
textarea {
	font-size: small !important;
}
select {
	font-size: small;
}
label {
  font-size: small;
  font-weight: 700;
}

.label-like {
  font-size: small !important;
  font-weight: 700 !important;
}

.label-medium {
  font-size: medium !important;
  font-weight: 700 !important;
}

.table td{
	vertical-align: middle !important;
} 

.table th{
	vertical-align: middle !important;
} 

p {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: small !important;
}
.zoom-panel {
  /* background-color: #F2F2F2; */
  transition: transform .2s; /* Animation */
  cursor: pointer;
}
.zoom-panel:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  cursor: pointer;
}  

.site-navbar {
    padding: 1.25rem !important;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f1f1f1;
  //height: 200vh;
  position: relative;
  font-size: small;
  font-weight: 500;
    overflow-x: hidden;
  /* background: rgb(238,238,238);
	background: radial-gradient(circle, rgba(238,238,238,1) 0%, rgba(221,242,241,1) 100%); */ }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: #eee; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      //padding-top: 3rem;
      //padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #FFF !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #2c4e86;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #FFF !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #0B1E59;
              //color: #fff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: -2px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #0B1E59;
            color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; 
  //height: 0px;
  }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #FFF !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }


/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.table_wrapper{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

th{
    white-space: nowrap;
}
tbody{
    background: #FFFFFF;
}
form{
    background: #FFFFFF;
}


/*.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: rgb(11, 30, 89);
   color: white;
   text-align: center;
}*/

.footer {
   padding: 10px;
   position: fixed;
   bottom: 0;
   width: 100%;
   background-color: rgb(11, 30, 89);
   color: white;
   text-align: center;
}

.container1 {
   width: 100%;
   padding-left: 5%;
   padding-right: 5%;  
}

.container2 {
   width: 100%;
   padding-left: 20%;
   padding-right: 20%;   
}

.container3 {
   width: 100%;
   padding-left: 10%;
   padding-right: 10%;   
}

@media (max-width:630px) {
  img#iitk_logo {
    width: 80px !important;
  }
  img#portal_name {
    width: 225px !important;
  }
  #scrollableDiv {
	max-height: none !important;	
	}
	.display-block{
		display: none;	
	}
	.textbox-row{
		padding: 10px 0px 10px 0px;
    	background: #FFFFFF;
	/* display: block; */	
	}
	.padding-15{
		padding: 2px;	
	}
	.login-ins {
		background: none;
		padding-left: 15px; 
		padding-right: 15px;
	}
}
	
@media (max-width:350px) {
	img#iitk_logo {
		display: none !important;
	}
}	
	


@media (max-width:920px) {
    .container2 {
      /* force devises with a smaller width to observe this style */
		padding-left: 0%;
		padding-right: 0%; 
    }
	.container1 {
      /* force devises with a smaller width to observe this style */
		padding-left: 2%;
		padding-right: 2%; 
    }
    .container3 {
      /* force devises with a smaller width to observe this style */
		padding-left: 2%;
		padding-right: 2%; 
    }
    .center {
  		margin: auto !important;
  		width: 100% !important;
  		padding: 0px !important;
	}
}

@media (max-width:1420px) {
    .center {
  		margin: auto !important;
  		width: 100% !important;
  		padding: 0px !important;
	}
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}

.box-shadow {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
	-moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.52);
	box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.52)
}

/* .table-hover:hover {
  background-color: grey !important;
} */

#scrollableDiv {
	max-height: 325px; 
	overflow: auto;	
}


.table-less-padding th, .table-less-padding td {
    padding: 0.5rem;
    vertical-align: top;
}


.export-buttons{
	border-radius: 5px;
	background: transparent;
	float: right;
	/* border-color: #005792;
	border-width: thin; */
	border: none;
	/* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); */
	transition: transform .2s; /* Animation */
}
.export-buttons:hover{
	border-radius: 5px;
	background: transparent;
	float: right;
	/* border-color: #005792;
	border-width: thin; */
	transform: scale(1.15);
	border: none;
	/* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); */
}


.export-buttons-div{
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

@media (max-width:630px) {
  .export-buttons-div {
  		text-align: left;
  		padding-bottom: 5px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.card-columns {
  		width: 100%;
	}
	.text-right1{
		text-align: left !important;
	}
	
}

@media (max-width:1100px) {
	.btnWidth50 {
   		width: 100%;
	}
  .site-navbar {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
	
}

/* .card-hover:hover {
	scale: 1.02;
} */

.zoom-panel {
  /* background-color: #F2F2F2; */
  transition: transform .2s; /* Animation */
  cursor: pointer;
}
.zoom-panel:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  cursor: pointer;
}


