body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}

/************************ standard css ********************/
/************* TITLE ***************/
.sub_title_format {
  color: #003267;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
}

.sub_title_format::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

.form-inline {
  display: block !important;
}

label.form__label {
  margin-bottom: 10px !important;
  margin-right: 7px;
}

h2 {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: left;
}

h2::after {
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

.tab_view_title a {
  color: #003267 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

/************* TITLE ***************/
/************* popup ***************/
.modal-header {
  padding: 7px 15px;
  border: 0px;
}

.modal-header .close {
  margin-top: 7px;
  position: relative;
  z-index: 9;
}

.close {
  opacity: 1;
  color: #003267;
}

/************* popup ***************/
/************* Hyper Link ***************/
a {
  color: #00ADEF;
}

a:hover {
  text-decoration: none !important;
}

a.link {
  color: #00ADEF;
}

a.link:hover {
  color: #F7ED36;
  text-decoration: none;
}

/************* Hyper Link ***************/
/************* 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 ***************/
/************* Card View ***************/
.card_view {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.card_view:hover {
  box-shadow: inset 0 3px 12px #c2eeff;
  -moz-box-shadow: inset 0 3px 12px #c2eeff;
  -webkit-box-shadow: inset 0 3px 12px #c2eeff;
  transition: 0.5s ease;
}

/************* Card View ***************/
/************* flaot ***************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/************* flaot ***************/
/************* Margin ***************/
.mb-30 {
  margin-bottom: 30px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

/************* Margin ***************/
/************* padding ***************/
.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

/************* padding ***************/
/********************* Width *******************/
.w-125px {
  width: 125px !important;
}

/********************* Width *******************/
/************* Inline list ***************/
ul.inline-list {
  padding-left: 0px;
}

ul.inline-list li {
  list-style: none;
  display: inline-block;
}

/************* Inline list ***************/
/************* list in 2 columns ***************/
ul.two_columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/************* list in 2 columns ***************/
/************* form ***************/
.cust_form {
  text-align: left;
}

.cust_form .form-control {
  border: 1px solid #EEEEEE;
  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;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #EEEEEE !important;
  color: fieldtext !important;
}

.cust_from .form-control:focus, .form-control.focus {
  background-color: #fff;
}

.cust_from .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 0rem;
}

.cust_from.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.filter-btn {
  margin-top: 27px;
}

.cust_from .form-group label {
  font-size: 16px;
  font-weight: 600 !important;
}

.cust_form .form-group {
  margin-bottom: 20px;
}

.cust_form .form-group input {
  margin-bottom: 10px;
}

.cust_form .form-group label.custom-control-label {
  padding-left: 10px;
}

/************* form ***************/
/************* Table ***************/
.publication_table .table thead th, .publication_table .table thead td {
  Color: #ffffff;
  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 );
}

.table thead th, .table thead td {
  vertical-align: middle;
}

.align_left {
  text-ailgn: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.detele_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #003267;
}

.detele_table_icon svg:hover, .pdf_table_icon svg:hover, .view_table_icon svg:hover {
  fill: #F7ED36;
}

.pdf_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #ff0000;
}

.view_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #00adef;
}

button.pdf_table_icon {
  border: 0px;
  background: transparent;
}

/************* Table ***************/
/************************ Research page ********************/
.research_page h2 {
  margin-bottom: 20px;
}

.pdf-icon {
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  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);
  margin: 4px 0px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pdf-icon svg {
  fill: #000;
  height: 35px;
  width: 35px;
}

.research_page .card_view:hover .pdf-icon svg {
  fill: #ff0000;
}

.research_page .card_view:hover .card-title {
  color: #00ADEF;
}

.research_page .card_view {
  text-align: left;
}

.research-details .card-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

.research-details .card-text {
  font-size: 15px !important;
  font-weight: 400;
  padding-top: 7px;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.research-details .card-text span {
  font-weight: 600;
}

ul.inline-list li a, ul.inline-list li button {
  border-radius: 30px;
  padding: 4.5px 9px;
  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: 2px;
}

ul.inline-list li a:hover, ul.inline-list li button:hover {
  box-shadow: inset 0 3px 12px #c2eeff;
  -moz-box-shadow: inset 0 3px 12px #c2eeff;
  -webkit-box-shadow: inset 0 3px 12px #c2eeff;
  transition: 0.5s ease;
}

ul.inline-list li a svg, ul.inline-list li button svg {
  width: 15px;
  height: 15px;
}

ul.inline-list li a:hover svg, ul.inline-list li button:hover svg {
  fill: #003267;
}

ul.inline-list li button.download_icon {
  border-radius: 30px;
  padding: 4.5px 9px;
  border: 0px;
  background: #fff;
  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: 2px;
}

ul.inline-list li button.download_icon:hover {
  box-shadow: inset 0 3px 12px #c2eeff;
  -moz-box-shadow: inset 0 3px 12px #c2eeff;
  -webkit-box-shadow: inset 0 3px 12px #c2eeff;
  transition: 0.5s ease;
}

ul.inline-list li button.download_icon svg {
  width: 15px;
  height: 15px;
}

ul.inline-list li button.download_icon:hover svg {
  fill: #003267;
}

.archive-btn svg {
  height: 15px;
  width: 15px;
}

.research_page .sub_title_format {
  margin-bottom: 20px;
}

.pub_btn {
  float: right;
  margin-top: 20px;
}

.publication_table {
  margin-bottom: 0px;
}

/*.link_articles .link_articles_view ul{float:right; }
.link_articles .link_articles_view{display: contents;}*/
.link_articles .link_articles_view ul {
  display: inline-block;
  position: absolute;
  right: 0;
}

.link_articles .link_articles_view {
  position: relative;
  display: block;
}

ul.two_columns {
  padding-left: 16px;
  margin-bottom: 10px;
}

ul.two_columns li::marker {
  color: #00ADEF;
}

ul.two_columns li {
  padding: 2px 0px 10px;
  margin-bottom: 5px;
  margin-right: 30px;
  list-style: circle;
}

/* border-bottom:1px solid #EEEEEE; */
ul.two_columns li ul.inline-list li {
  padding: 0px 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0px;
}

/* border-bottom:0px solid #EEEEEE; */
ul.two_columns li::nth-child(odd) {
  margin-right: 0px;
}

ul.two_columns li ul.inline-list li a, ul.two_columns li ul.inline-list li button {
  padding: 2px 6px;
}

ul.two_columns li a {
  color: #333;
}

ul.two_columns li a:hover {
  color: #F7ED36;
}

ul.pdf_preview_title li {
  padding: 0px 10px;
  position: relative;
}

ul.pdf_preview_title li::after {
  content: "|";
  position: absolute;
  top: 0px;
  left: -2px;
}

ul.pdf_preview_title li:first-child::after {
  content: "";
}

ul.pdf_preview_title li .card-text span {
  font-weight: 700;
}

.pdf_preview_title .card-text {
  text-align: left;
}

.archive-btn {
  float: right;
  display: block;
}

/************************ Research page ********************/
.tab-item a:hover {
  text-decoration: none;
}

/*.submenu-fragment-toggle.highlight{font-size:16px; font-weight:600;}
.single-view a{font-size:15px;}*/
.layout-frame {
  height: auto !important;
  margin-bottom: 30px;
}

.hr_form {
  text-align: left;
}

.hr_form .close img {
  height: 15px;
}

/*.hr_form button.close img{position: absolute; z-index: 9; right:15px;}*/
.hr_popup_list ul {
  padding-left: 16px;
}

.hr_popup_list ul li::marker {
  color: #003267;
}

button.close {
  opacity: 1;
}

button.close svg {
  fill: #003267;
  height: 15px;
}

button.close svg:hover {
  fill: #00ADEF;
  opacity: 1;
}

.modal-header .close {
  margin-top: 0px;
  height: 15px;
  width: 15px;
  right: 5px;
  top: 0px;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

ul.popup_btn {
  padding-left: 0px !important;
}

ul.popup_btn li {
  padding-right: 7px;
}

.modal-header {
  height: auto !important;
  padding: 5px;
  border: 0px;
}

.modal-title {
  padding: 10px 0px;
  font-weight: 600;
}

.modal-body {
  border: 0px;
}

input[type=month].month_input::before {
  content: attr(placeholder) !important;
  color: #aaa;
  width: 100%;
}

input[type=month].month_input:focus::before,
input[type=month].month_input:active::before {
  content: "";
  width: 100%;
}

/************************* popup ************************/
.modal-title.sub_title_format {
  margin: 0px;
  padding: 5px 0px;
  line-height: 1.5;
}

.modal-title.sub_title_format::after {
  margin: 3px 0px 0px;
}

.modal-header.modal-body {
  border: 0rem solid #dee2e6 !important;
}

.modal-title {
  font-weight: 600 !important;
}

.modal-open .modal.daily_alert {
  display: none !important;
}

.modal-open .modal.daily_alert.show {
  display: block !important;
}

/************************** popup ****************************/
.swal2-popup {
  align-items: flex-start;
}

.swal2-popup .swal2-title {
  margin-borttom: 0px;
}

.swal2-popup h2.swal2-title {
  color: #003267;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: left;
  margin-bottom: 0px !important;
}

.swal2-popup h2.swal2-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

.swal2-popup #swal2-content {
  text-align: center;
  color: #333 !important;
  font-weight: 400 !important;
}

.swal2-actions button.swal2-confirm.swal2-styled {
  Margin: 0px;
  Padding: 0px;
  background: none !important;
  border: transparent !important;
  box-shadow: none !important;
}

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

.swal2-actions button.swal2-cancel.swal2-styled {
  Margin: 0px;
  Padding: 0px;
  background: none !important;
  border: transparent !important;
  background: transparent !important;
  padding: 0px !important;
  box-shadow: none !important;
}

.swal2-actions button.swal2-cancel.swal2-styled:hover {
  Margin: 0px;
  Padding: 0px;
  background: none !important;
  border: transparent !important;
  box-shadow: none !important;
}

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

.download_file {
  float: right;
}

.card-icons ul.inline-list {
  width: 100%;
  text-align: right;
}

.download_file ul.inline-list li a {
  border-radius: 30px;
  padding: 6px 9px;
  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: 20px;
  height: 20px;
  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;
}

.dt-buttons {
  display: none;
}

.dataTables_info {
  display: none;
}

h4 {
  color: #00ADEF !important;
  display: inline-block !important;
  padding-right: 20px !important;
}

h4 a {
  color: #00ADEF !important;
}

/*************************** Data Table ***********************/
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .bottom select {
  border: 1px solid #EEEEEE;
  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;
}

.dataTables_filter {
  display: none !important;
}

.dataTables_filter label input {
  padding: 4px 10px;
  margin-left: 10px !important;
}

.bottom select {
  padding: 0px 4px;
}

.dataTables_wrapper .dataTables_filter input:hover, .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .bottom select:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  transition: 0.7s ease;
}

.dataTables_wrapper .bottom {
  padding-top: 10px;
}

.dataTables_wrapper .dataTables_info {
  position: absolute !important;
  bottom: 12px !important;
  left: 115px;
}

.dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:hover, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:visited, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:active {
  background: #00adef !important;
  color: #fff !important;
  border-radius: 30px !important;
  width: 26px !important;
  padding: 2px !important;
  height: 26px !important;
  text-align: center !important;
  font-size: 14px !important;
}

#tbldata_paginate {
  display: none;
}

.dt-buttons {
  display: none;
}

.download_file {
  float: right;
}

.dataTables_wrapper .dataTables_paginate .ui-button, .dataTables_wrapper .dataTables_paginate .ui-button.previous, .dataTables_wrapper .dataTables_paginate .ui-button.next {
  color: #333 !important;
  opacity: 1;
  background: transparent !important;
}

.dataTables_paginate a {
  font-weight: 400;
}

.dataTables_paginate a.previous {
  content: "<";
}

.tab-item a:hover {
  text-decoration: none;
}

.dataTables_filter {
  position: relative;
  top: 0px;
  right: 0px;
  margin-bottom: 10px;
  float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 1px 4px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #00adef !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 2px !important;
  height: 26px !important;
  text-align: center !important;
  font-size: 14px !important;
  border-color: #00adef !important;
}

.dataTables_length select {
  border-radius: 30px !important;
  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_wrapper .dataTables_filter {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #EEEEEE;
  border-radius: 30px !important;
  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);
  height: 40px;
  width: 400px;
  margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 30px;
  margin-top: 7px;
  margin-left: 0px !important;
  padding: 10px 15px;
}

.dataTables_info {
  position: absolute !important;
  left: 105px !important;
}

.dataTables_length label {
  margin-top: 10px !important;
  margin-right: 5px;
}

.dataTables_filter {
  margin: 0px;
}

table td {
  text-wrap: nowrap !important;
}

#advancedSearch_paginate {
  display: none;
}

.dataTables_info {
  display: block;
}

/*************************** Data Table ***********************/
.swal2-actions button.swal2-confirm.swal2-styled {
  border: transparent !important;
  background: transparent !important;
  padding: 0px !important;
  box-shadow: none !important;
}

.swal2-modal.swal2-popup {
  text-align: center !important;
  align-items: center !important;
}

.swal2-popup h2.swal2-title::after {
  margin: 5px auto 15px !important;
}

/*****************************************************************/
.swal2-actions button.swal2-cancel.swal2-styled {
  border: transparent !important;
  background: transparent !important;
  padding: 0px !important;
  box-shadow: none !important;
}

.swal2-popup h2.swal2-title::after {
  margin: 5px auto 15px !important;
}

.swal2-title {
  text-align: center !important;
  color: #003267 !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px !important;
  text-align: left;
  margin-top: 0px;
}

.swal2-title:after {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  content: "";
  width: 60px !important;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

.swal2-actions {
  margin-top: 10px !important;
}

.swal2-actions button a {
  font-weight: 400;
}

.swal2-actions button.grey_btn {
  padding: 7px 30px !important;
}

.cust_form .form-group input {
  margin-bottom: 10px;
  width: 80%;
}

@media (max-width: 576px) and (min-width: 320px) {
  .search_btn {
    margin-left: 0px;
  }

  .cust_form .form-group input {
    margin-left: 0px;
    width: 100%;
  }

  #tabledata .dataTables_wrapper .dataTables_info {
    bottom: 26px !important;
  }
}
@media (max-width: 1600px) and (min-width: 1080px) {
  label.form__label {
    margin-right: 3px;
  }

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