@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

@font-face {
  font-family: ganganee;
  src: url("../fonts/un-ganganee.otf");
}

@font-face {
  font-family: emanee;
  src: url("../fonts/un-emanee-no-eng.ttf");
}

@font-face {
  font-family: bindumathi;
  src: url("../fonts/bindu_sinhala_only.ttf");
}

@font-face {
  font-family: un-bindumathi;
  src: url("../fonts/un-bindumathi.otf");
}

@font-face {
  font-family: Ubuntu-R;
  src: url("../fonts/Ubuntu-Regular.ttf");
}

@font-face {
  font-family: malithi;
  src: url("../fonts/FM-Malithi.TTF");
}

@font-face {
  font-family: UN-Abhaya;
  src: url("../fonts/un-abhaya.ttf");
}

@font-face {
  font-family: product-sans-regular;
  src: url("../fonts/Product-Sans-Regular.ttf");
}

@font-face {
  font-family: product-sans-bold;
  src: url("../fonts/Product-Sans-Bold.ttf");
}

:root {
  --color-orange: #ff7810;
  --color-gray: #f5f7fa;
  --color-dark-gray: #636363;
  --color-blue: #0164bd;
}

/** {*/
/*    transition: all ease 1s;*/
/*}*/

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-blue);
  font-family: bindumathi, Ubuntu-R, sans-serif;
  font-size: 12px;
  color: var(--color-dark-gray);
}

img {
  width: 100%;
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: emanee, "Ubuntu", sans-serif;
}

a {
  color: var(--color-dark-gray);
}

a:hover {
  color: var(--color-dark-gray);
  text-decoration: none;
}

.color-1 {
  color: var(--color-orange);
}

.color-2 {
  color: var(--color-gray);
}

.color-3 {
  color: var(--color-dark-gray);
}

.color-4 {
  color: var(--color-blue);
}

.bg-ash {
  background-color: var(--color-gray);
}

.rounded {
  border-radius: 20px !important;
}

.rounded-lg-35 {
  border-radius: 35px !important;
}

.rounded-lg-30 {
  border-radius: 30px !important;
}

.rounded-lg-15 {
  border-radius: 10px !important;
}

.rounded-lg-10 {
  border-radius: 10px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.shadow-lg {
  box-shadow: 1px 4px 30px rgba(0, 0, 0, 0.04) !important;
}

.btn-primary {
  background-color: var(--base-color);
}

.btn {
  border: none;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 10px !important;
  padding-top: 10px;
}


.btn:focus {
  box-shadow: none;
}

.btn-group > .btn {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.btn-outline-primary {
  border: 1px solid var(--base-color);
}

textarea {
  resize: none;
  border: none !important;
}

textarea:focus {
  box-shadow: none !important;
}

.dropdown-menu {
  box-shadow: 1px 4px 30px rgba(0, 0, 0, 0.04) !important;
  border: none;
}

.dropdown-menu a {
  font-size: 12px;
}

.preloader-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  top: 0;
  left: 0;
}

.preloader {
  display: flex;
}

.preloader > div {
  width: 2vw;
  height: 2vw;
  border-radius: 100%;
  margin: 1vw;
  background-image: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  animation: bounce 1.5s 0.5s linear infinite;
}



.preloader .yellow {
  background-color: #f50100;
}

.preloader .red {
  background-color: #e36708;
  animation-delay: 0.1s;
}

.preloader .blue {
  background-color: #67be00;
  animation-delay: 0.2s;
}

.preloader .violet {
  background-color: #e2e202;
  animation-delay: 0.3s;
}

@keyframes bounce {
  0%,
  50%,
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
  25% {
    transform: scale(0.6);
    filter: blur(3px);
  }
  75% {
    filter: blur(3px);
    transform: scale(1.4);
  }
}

.sweet_alert_success {
  width: 300px !important;
  background-color: #42cc66 !important;
}

.sweet_alert_success .swal2-title {
  font-size: 12px;
  color: #ffffff;
}

.sweet_alert_success .content-class {
  font-size: 12px;
  color: #ffffff;
}

.sweet_alert_error {
  width: 300px !important;
  background-color: #cc4f5b !important;
}

.sweet_alert_error .swal2-title {
  font-size: 12px;
  color: #ffffff;
}

.sweet_alert_error .content-class {
  font-size: 12px;
  color: #ffffff;
}

/*------------------*/




.news-single-content{
  margin: 0px 2px;
}

.body-content {
  /*min-height: 80vh;*/
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 60px;
  height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.body-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.body-content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.profile-img {
  width: 60px;
}

.notification-icon-btn i {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #656565;
  background: #ffffff;
}





.helakuru-typing-type-icon i {
  border-radius: 10px;
  width: 30px;
  background-color: var(--base-color);
  color: #fff;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.helakuru-typing-body .nav-tabs .nav-link {
  border-radius: 10px 10px 0px 0px !important;
  padding: 15px;
  /*margin-left: 15px;*/
}

.helakuru-typing-dropdown {
  padding: 0 15px;
}

.voice-typing-icon i {
  text-align: center;
  width: 51px;
  height: 51px;
  background: #c9c9c9;
  border-radius: 32px;
  line-height: 49px;
  font-size: 24px;
  color: #fff;
}

.voice-typing-icon-active i {
  text-align: center;
  width: 49px;
  height: 49px;

  border-radius: 32px;
  line-height: 49px;
  font-size: 24px;
  color: #fff;
}

.helakuru-typing-body-inner .tab-content {
  border: 2px solid var(--base-color) !important;
  border-radius: 0px 10px 10px 10px;
}

.helakuru-typing-body-inner .nav-tabs {
  border-color: var(--base-color);
  /* border-width: 2px; */
  border: none !important;
}

.payment_processing_timer {
  width: 400px !important;
}

.payment_processing_timer .title-class {
  font-size: 16px !important;
}

.payment_processing_timer .content-class {
  font-size: 14px !important;
}

.helakuru-typing-body-inner {
  /*border: 2px solid #F5F7FA;*/
  border-radius: 15px;
  /*padding: 15px 0;*/
}

.helakuru-typing-body .nav-tabs .nav-link.active {
  background: var(--base-color);
  color: #fff;
  border: 2px solid var(--base-color) !important;
  border-bottom: none !important;
}



.helakuru-typing-inner {
  margin-top: -45px;
}

a.font-download-btn i {
  /* width: 60px; */
  /* height: 40px; */
  /* background: var(--base-color); */
  color: var(--base-color);
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
}

.margin-top-remove .helakuru-typing-inner {
  margin-top: 0 !important;
}

#results_legacy {
  font-family: malithi;
}

.folder-icon,
.satahan-quic-btns img {
  width: 14px;
}

.satahan-quic-btns .btn {
  padding: 5px 10px;
  border-radius: 5px !important;
}



.single-side-nav-item {
  position: relative;
}

.single-side-nav-item.active {
  background: #f5f7fa;
  color: #636363;
}

.single-side-nav-item-title h6 {
  margin: 0;
  font-size: 20px;
}

.single-side-nav-item img {
  width: 50px;
  margin-right: 8px;
}


.single-side-nav-item-title {
  font-size: 18px;
  position: relative;
  color: #ffffff;
  font-family: product-sans-regular, un-bindumathi;
  margin-right: 30px;
  /* width: 100%; */
  opacity: 1;
  visibility: visible;
  transition: all ease 0.5s;
  min-width: 115px;
}

.single-side-nav-item-title sup {
  position: absolute;
  font-size: 8px;
  right: -5px;
}

.single-side-nav-item:hover {
  background: rgba(0, 0, 0, 0.09019607843137255);
}

.aruth-swith-icon {
  width: 30px;
}

.aruth-results {
  overflow: hidden;
  max-height: 280px;
  overflow-y: scroll;
}

.single-side-nav-item-title_active a div {
  color: #000000 !important;
}

.nav-toggler-icon {
  width: 40px;
  background: #e0e0e0;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.side_bar_collaps .single-side-nav-item-title {
  width: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  min-width: 0;
}

.side_bar_collaps .logo {
  width: 60px;
  padding: 10px;
}

.news-comments-container {
  margin-top: 100px;
}

.swal2-popup {
  margin-top: 20px;
}



/*esana page*/
.gradient_animation {
  height: 5px !important;
  margin-bottom: 5px !important;
  border-radius: 16px !important;

  background: linear-gradient(270deg, #fe3d3d, #ff9e55, #97df42, #ffff31);
  background-size: 800% 800%;

  -webkit-animation: progress_b 10s ease infinite;
  -moz-animation: progress_b 10s ease infinite;
  animation: progress_b 10s ease infinite;
}

@-webkit-keyframes progress_b {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes progress_b {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes progress_b {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.modal-notification.modal {
  background: #2164bda3;
}

.modal-notification .modal-content {
  background: no-repeat;
  box-shadow: none;
  border: none;
}
.header-bar {
  padding-bottom: 15px !important;
}
.modal-notification.modal h5 {
  color: #ffce2f;
  font-size: 35px;
  font-weight: 200;
}

.modal-header {
  text-align: center;
  justify-content: center;
  align-items: center;
  border: none;
  padding-bottom: 0;
  padding-top: 30px;
}

.modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border-radius: 10px;
}

.modal-body p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.modal-body button.btn.btn-secondary {
  background: #e58e13;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  margin-top: 10px;
  box-shadow: 0 8px 15px #00000033;
}

.notification-bell {
  width: 90px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 50px;
}

.notification-bell img,
.notification-icon-btn img {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.notification-icon-btn {
  cursor: pointer;
  /*width: 60px;*/
  height: 60px;
  background: #fff;
  /*padding: 13px;*/
  border-radius: 15px;
}

.user-avatar {
  cursor: pointer;
  /*width: 60px;*/
  height: 60px;
  background: #fff;
  /*padding: 13px;*/
  border-radius: 15px;
}

.header-bar-user-details-name {
  text-align: end;
}

.logout_user {
  cursor: pointer;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  85% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0);
  }
}


.side-nav-inner {
  position: relative;
  height: 100%;
}

.powered-by-wrapper {
  /* position: absolute; */
  bottom: 20px;
  left: 0;
  width: 100%;
  right: 0;
  margin-top: 25px;
}

a .side-nav {
  height: 100%;
}

.powered {
  /*background: #ffffff40;*/
  padding: 10px;
  border-radius: 10px;
  margin-right: 19px;
  /*background: #0054a0;*/
}

.powered img {
  width: 80px;
}

.powered p {
  font-size: 10px;
  color: #ffffff;
}

.side-nav {
  height: 100%;
}

.side_bar_collaps .powered-by-wrapper {
  display: none;
}

textarea {
  resize: both;
}

/* none|horizontal|vertical|both */
textarea.vert {
  resize: vertical;
}

textarea.noResize {
  resize: none;
}

.slide-out-left {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.converter_warning .swal2-popup {
  width: 800px;
  border: 1px solid;
  border-color: var(--base-color) !important;
  font-family: Ubuntu-R;
}

.converter_warning .swal2-title {
  font-size: 16px;
  font-family: Ubuntu-R;
}

@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px);
    opacity: 0;
  }
}

.scale-out-center {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-3 10:57:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}

.download-close {
  position: absolute;
  right: 4%;
  font-size: 18px;
}

.download-type-logo {
  width: 70px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.notices_category_title {
  color: var(--color-dark-gray);
  font-size: 15px;
  margin-top: 13px;
}

.title_holder_notices {
  margin-bottom: 5px;
}

.calendar_legends {
  display: flex;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-top: 10px;
}

.calendar_legends .items {
  display: flex;
  justify-content: center;
  align-items: center;
}

#holiday_container {
  height: 300px;
  overflow: auto;
  margin-top: 30px;
}


/* comment box */

.comment-container {
  border-top-style: outset;
  border-top-width: thin;
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #e5e5e5;
  margin-top: 25px;
}
.comment-user-avatar {
  width: 38px;
  border-radius: 50%;
}
.comment-input::placeholder {
  font-family: "bindumathi";
}

input.comment-input,
textarea {
  border-top-style: hidden;
  border-bottom-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  background: #f5f7fa;
}

input.comment-input:focus {
  background-color: #f5f7fa;
}

.comment-form-submit {
  position: absolute;
  top: 5px;
  right: 35px;
  font-size: 17px;
  padding-left: 10px;
  color: #d9d9d9;
  border-left: solid;
}
.comment-form-submit i {
  margin-top: 5px;
  color: #dc4b24;
  cursor: pointer;
}

.comment_submit_button {
  visibility: hidden;
}

.float {
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 10px;
  right: 10px;
  background-color: #cc1001;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

.float:hover {
  color: white;
}

.my-float {
  cursor: pointer;
  font-size: 25px;
  margin-top: 15px;
}

.my-float:hover {
  color: white;
}



.reactions {
  cursor: pointer;
  text-align: left;
}
.reaction-list {
  display: flex;
}

.mobile_download {
  text-align: center;
}

.recaptcha-pc-download {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}


#context-menu {
  position: fixed;
  z-index: 10000;
  width: 150px;
  background: #1b1a1a;
  border-radius: 5px;
  transform: scale(0);
  transform-origin: top left;
}

#context-menu.visible {
  transform: scale(1);
  transition: transform 200ms ease-in-out;
}

#context-menu .item {
  padding: 8px 10px;
  font-size: 15px;
  color: #eee;
  cursor: pointer;
  border-radius: inherit;
}

#context-menu .item:hover {
  background: #343434;
}

.swal2-backdrop-show {
  background-color: transparent !important;
}

.mobile_download .error {
  color: red;
}

.pc-download-form .error {
  color: red;
}

  .logo {
    
    width: 75px;
    border-radius: 50px;
    margin: 0 auto;
    transition: all ease 0.5s;
    margin-top: 15px;
  }

.logo-wrapper {
    position: relative; 
}

.logo-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 200px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}
  .side-nav a{
    border: none;
  }

  .single-side-nav-item {
    position: relative;
    color: #ffffff;
    margin-bottom: 5px; 
  }

  
 

 
.single-side-nav-item-title_active a div {
  color: var(--base-color) !important;

}

  
  .single-side-nav-item-title h6 {
    margin: 0;
    font-size: 20px;
   font-family: product-sans-bold,emanee;

  }
  
  .single-side-nav-item img {
    width: 50px;
    margin-right: 8px;
  }
  
  .single-side-nav-item {
    display: flex;
    font-size: 16px;
    padding: 5px 15px 5px 8px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    margin-bottom: 8px;
  }
  
  .single-side-nav-item a {
    display: flex;
    align-items: center;
  }


  .single-side-nav-item.active {
    height: 50px !important;
    background-color: #fff;

  }
  
  .single-side-nav-item.active::after{
    display: none;
    background-image: none;
  }

  .single-side-nav-item.active::before{
    display: none;
    background-image: none;
  }

  .signle-side-nav-item-contact-us {
    margin-top: 40px;
  }

  .side-nav-topic{
    color: #FFF;
    padding: 5px 0px 0px 21px;
    font-size: 14px;
    font-family: product-sans-regular;
    margin-top: 14px;
  }

  .signle-side-nav-item-separator{
    margin-bottom: 0px;
  }

  .box-title{
    display: none;
  }

 

  .helakuru-typing-body-inner .form-control {
    font-size: 14px;
    padding: 10px;
    height: 100px;
  }
  
  .user-icon-mobile {
    width: 32px; 
    height: 32px; 
    border-radius: 50%;
    object-fit: cover;
  }

  .custom-gap {
    margin-bottom: 12px; 
  }

  .maximize_button {
    width: 26px;
    background: #e0e0e0 !important;
    position: absolute;
    right: 45px;
    top: 14px;
    padding: 6px;
    border-radius: 8px;
  }

  .page-content {
    height: 100% !important;
  }

  .menu-icon-back{
    width: 16px;
    height: 16px;
    object-fit: contain;
    cursor: pointer;
  }
  