﻿    /* Custom css */

html {
  font-family: "Inter" !important;
}

body {
  font-family: "Inter";
}

.vs-collapse {
  visibility: collapse !important;
}


/*#loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0020ff36;
  z-index: 9999;
  text-align: center;
}
*/
.center-div {
  /*width: 300px;
	height: 300px;*/
  position: absolute;
  left: 50%;
  top: 50%;
  /*margin-left: -150px;
    margin-top: -150px;*/
}

/*.spinner {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}*/

/*.loader-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
*/
/*.dot-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #112F64;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}*/

/*@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}*/

/*.loader {
  margin: auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #15a0ec;
  border-bottom: 16px solid #15a0ec;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}*/

.loader-overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 5px solid #0D62FF;
  border-top: 5px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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


.inner-div {
  /*background-color: white;*/
  border-radius: 15px;
  margin: auto;
  padding: 2%;
  /*width: 150px;*/
}

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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


.tab-active {
  border-bottom: 3px solid dodgerblue;
}

  .tab-active > .active {
    color: dodgerblue !important;
    font-weight: bold;
  }


.r0 {
  right: 0px !important;
}

.r-10 {
  right: -10px !important;
}

.pointer-events-none {
  pointer-events: none;
}


.table > tbody > tr > td:not(.no-ellipsis) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: 0;
  border-bottom-style: dashed !important;
}

.table > thead > tr > th:not(.no-ellipsis) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: 0;
  border-bottom-style: dashed !important;
}

.table > tbody > tr > td.no-ellipsis {
  /* white-space: normal !important; */
  overflow: visible;
  /* text-overflow: ellipsis;*/
}


table.dataTable {
  margin: 0 auto;
  width: 100%;
  clear: both;
  /* margin: 0 auto; */
  clear: both;
  word-wrap: break-word;
  table-layout: fixed !important;
}

  table.dataTable thead th .sorting_disabled {
    background: none;
  }


.option-group {
  font-weight: bolder;
  color: #212529 !important;
}

.option-child {
  padding-left: 15px;
}

.color-white {
  color: rgba(255,255,255,.8) !important;
}

.color-dark-primary {
  background-color: #343a40 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.fa-80-per {
  font-size: 80% !important;
}

.b-0 {
  border: 0px !important;
}

.bb-1 {
  border-bottom: 1px solid black;
}

.bt-1 {
  border-top: 1px solid black;
}


.ft-color-dodger-blue {
  color: #0D62FF !important;
}

.ft-color-red {
  color: red !important;
}

.bb-double {
  border-bottom-style: double;
}


.ui-unstyled {
  list-style: none !important;
}

.link-style {
  color: #34941A !important;
  text-decoration: none;
  background-color: transparent;
}

.link-style:hover {
  color: #4CBB17;
}
.disclaimer-style {
  color: #ff0000;
  margin-top: 10px;
  font-weight: bolder;
}

.fntpre {
  font-family: "Inter", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.bg-darkblue {
  background-color: #112F64; !important;
}

.icon-color {
  color: #858680;
}

.preserve-linebreaks {
  white-space: pre-line;
}