.marquee_div1 {
  background: #C2EEFF;
  color: #fff;
  padding: 3px 15px;
  vertical-align: middle;
  font-family: "Poppins-SemiBold";
  display: flex;
  font-size: 13px;
  margin-bottom: 0px;
}

.marquee_div1 marquee span {
  white-space: nowrap;
  transform: translateX(0);
  animation: b-text-scroll 15s linear infinite;
}

@keyframes b-text-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee_div2 {
  background: #91DFFD;
  color: #fff;
  font-family: "Poppins-SemiBold";
  padding: 3px 15px;
  vertical-align: middle;
  display: flex;
  font-size: 13px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pr-0 {
  padding-right: 0px !important;
}

.mt-30 {
  margin-top: 30px;
}

.marquee-text {
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
  margin: 0px;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}

.marquee span:nth-child(2) {
  animation-delay: 0.8s;
}

.marquee span:nth-child(3) {
  animation-delay: 1.6s;
}

.marquee span:nth-child(4) {
  animation-delay: 2.4s;
}

.marquee span:nth-child(5) {
  animation-delay: 3.2s;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.tabs {
  display: none;
}

.tabs-pane {
  display: none;
}

.nav .nav-tabs .active {
  display: block;
}

.nav.nav-tabs {
  border-width: 0px;
  margin-bottom: 1rem;
}

.nav.nav-tabs li {
  display: list-item;
  list-style: none;
  float: left;
  padding: 12px 15px;
  font-family: "Poppins-Medium";
  font-size: 16px;
  border-width: 0px;
  background: none;
}

.nav.nav-tabs li a {
  color: #000000;
  font-family: "Poppins-Medium";
}

.nav.nav-tabs li.active {
  color: #00ADEF;
  border-bottom: 5px solid #003267;
}

.nav-tabs + .tabs-content .tabs-pane.active {
  opacity: 1;
}

.mt-heading {
  color: #003267;
  line-height: 1.16rem;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0.5rem 0rem;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  text-align: center !important;
  border: 1px solid transparent !important;
  border-radius: 100% !important;
  font-size: 0.8rem;
  padding: 1px 2px !important;
  width: 22px !important;
  height: 22px !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
  background: #00adef !important;
  color: #fff !important;
}

.dataTables_filter {
  display: none !important;
}

table.dataTable {
  width: 100% !important;
  box-sizing: border-box !important;
  border: none;
}

table.dataTable.dataTableBody td, table.dataTable.dataTableBody th {
  padding: 2px;
  font-size: 0.8rem;
  padding: 3px 5px;
}

.arrow-none {
  display: none;
}

table.dataTable.dataTableBody th {
  font-weight: 500;
  text-align: center;
}

table.dataTable.dataTableBody tfoot td {
  text-align: center;
}

table.dataTableBody td {
  line-height: 1rem;
  text-align: center;
}

table.dataTable.dataTableBody td:first-child {
  text-align: center;
}

.dataTables_length select {
  border-radius: 30px !important;
  height: auto !important;
  padding: 2px 4px;
  font-size: 0.8rem;
  margin-top: 5px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
}

.dataTables_info {
  display: block;
  font-size: 0.8rem;
}

.dataTables_wrapper .dataTables_length label {
  font-size: 0.8rem;
}

.tabs-pane.fade.active {
  opacity: 1;
}

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

.secdesc {
  font-size: 0.8rem;
  color: #003267;
  line-height: 1rem;
}

.no-right-click {
  pointer-events: none;
}

.disableCursor a {
  cursor: default;
}

.disableCursor a:hover {
  text-decoration: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

.ytmfont {
  font-size: 0.8rem;
  font-family: "Poppins-Regular";
  font-weight: 900;
  color: #3434C2;
  text-decoration: none;
  float: right;
}

/************* Button ***************/
.search_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 30px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.search_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.grey_btn {
  border-radius: 50px;
  background: #DBDBDB;
  color: #000000;
  font-weight: 500;
  padding: 10px 30px;
  border: 1px solid #DBDBDB;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.grey_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.search_btn_sm {
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.search_btn_sm:hover {
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

/************* Button ***************/
.custom-form .form-inline .form-control {
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 40px;
  padding: 9px 12px;
  width: 65%;
}

.dtpage h6 {
  color: #000000;
  font-size: 0.8rem;
  font-family: "Poppins-Medium";
  margin-bottom: 5px;
}

.dtpage h6::after {
  display: none;
}

.text-group {
  margin-bottom: 0.5rem;
}

.p_note {
  font-size: 0.8rem;
  margin-top: 5px;
  margin-bottom: 0px;
}

.form-group .datepicker {
  width: 78%;
}

.form__label {
  margin-right: 5px;
}

.dtpage .dataTables_wrapper .dataTables_info {
  clear: none;
}

.dtpage .dataTables_wrapper .dataTables_info {
  margin-left: 5px;
}

.required {
  color: red;
  margin-left: 2px;
}

.swal2-popup .swal2-content #swal2-content {
  color: #333;
  font-weight: 400;
  font-size: 1.125rem;
}

.swal2-popup .swal2-header h2.swal2-title {
  color: #003267;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.swal2-popup .swal2-header h2.swal2-title::after {
  width: 50px;
}

.swal2-container .swal2-actions button.swal2-confirm.swal2-styled {
  border: transparent;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.swal2-container .swal2-actions button.swal2-confirm.swal2-styled:hover {
  Margin: 0;
  background: none;
  border: transparent;
  box-shadow: none;
}

.swal2-container .swal2-popup .swal2-actions {
  margin: 10px 0 0;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border-radius: 50px !important;
  background: #F7ED36 !important;
  border: 1px solid #F7ED36 !important;
  color: #003267 !important;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
  transition: 0.5s ease;
  color: #ffffff !important;
  border: 1px solid #00ADEF !important;
  background: #00abef !important;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267)) !important;
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%) !important;
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 ) !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease !important;
}

/************************ download file ********************/
#usdInrRSpotIndi_paginate {
  display: none;
}

#usdInrRSpotIndi_info {
  display: none;
}

#usdInrCSpotIndi_paginate {
  display: none;
}

#usdInrCSpotIndi_info {
  display: none;
}

#usdInrSpotIndi_paginate {
  display: none;
}

#usdInrSpotIndi_info {
  display: none;
}

.dt-buttons {
  display: none;
}

.download_file {
  float: right;
  margin-top: 5px;
}

.download_file ul.inline-list li a {
  border-radius: 30px;
  padding: 0.3rem 0.5rem;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: 5px;
}

.download_file ul.inline-list li a.excel_download:hover {
  box-shadow: inset 0 3px 12px rgba(16, 121, 63, 0.4);
  -moz-box-shadow: inset 0 3px 12px rgba(16, 121, 63, 0.4);
  -webkit-box-shadow: inset 0 3px 12px rgba(16, 121, 63, 0.4);
  transition: 0.5s ease;
}

.download_file ul.inline-list li a.pdf_download:hover {
  box-shadow: inset 0 3px 12px rgba(255, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 12px rgba(255, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 3px 12px rgba(255, 0, 0, 0.3);
  transition: 0.5s ease;
}

.download_file ul.inline-list li a svg {
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
}

.download_file ul.inline-list li a.excel_download:hover svg {
  fill: #10793F;
}

.download_file ul.inline-list li a.pdf_download:hover svg {
  fill: #ff0000;
}

.archive_btn svg {
  fill: #003267;
  height: 13px;
  width: 13px;
  padding: 0px;
}

.archive_btn {
  font-family: "Poppins-Medium";
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.inline-list li {
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  margin-bottom: 2px;
}

/************************ download file ********************/
@media screen and (max-width: 767px) {
  .dtpage .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    left: 103px !important;
  }
}