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;
  margin-top: 0px;
}

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

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

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

.title {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}

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

/************* 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 {
  color: #003267;
  text-decoration: none;
  transition: 0.5s ease;
}

/************* Hyper Link ***************/
/************* Button ***************/
.search_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 500;
  padding: 7px 30px;
  border: 1px solid #F7ED36;
  margin: 13px 0px;
  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;
}

.yellow_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);
}

.yellow_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;
}

.yellow_btn_sm svg {
  fill: #003267;
  height: 15px;
  width: 15px;
  padding-top: 5px;
}

.yellow_btn_sm:hover svg {
  fill: #ffffff;
  transition: 0.5s ease;
}

.red_btn {
  font-size: 14px;
  border-radius: 50px;
  background: #FF0000;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #FF0000;
  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);
}

.red_btn:hover {
  background: #ffffff;
  color: #FF0000;
  border: 1px solid #FF0000;
  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);
}

.red_btn svg {
  fill: #ffffff;
  height: 15px;
  width: 15px;
}

.red_btn:hover svg {
  fill: #FF0000;
}

.green_btn {
  font-size: 14px;
  border-radius: 50px;
  background: #008000;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #008000;
  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);
}

.green_btn:hover {
  background: #ffffff;
  color: #008000;
  border: 1px solid #008000;
  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);
}

.green_btn svg {
  fill: #ffffff;
  height: 15px;
  width: 15px;
}

.green_btn:hover svg {
  fill: #008000;
}

/************* Button ***************/
/************* Card View ***************/
.card_view {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  display: block;
  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;
}

.w-100 {
  width: 100%;
}

/************* flaot ***************/
/************* flaot ***************/
.text_dark_blue {
  color: #003267;
}

.text_red {
  color: #FF0000 !important;
}

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

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

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

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

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

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

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

ul.list {
  padding-left: 16px;
}

ul.list li {
  list-style: disc;
  line-height: 26px;
}

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

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

/************* list in 2 columns ***************/
/************************ Form css ********************/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #00ADEF !important;
    --active-inner: #fff !important;
    --focus: 3px rgba(0, 173, 239, 0.3) !important;
    --border: #B5B5B5 !important;
    --border-hover: #00ADEF !important;
    --background: #fff !important;
    --disabled: #f6f8ff !important;
    --disabled-inner: #C2EEFF !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px !important;
    width: 21px !important;
    outline: none;
    /* display: inline-block; */
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border)) !important;
    background: var(--b, var(--background)) !important;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }

  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }

  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-x`hover);
  }

  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px !important;
  }

  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }

  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }

  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 16px;
    /*line-height: 21px;*/
    display: inline-block;
    /*vertical-align: top;*/
    cursor: pointer;
    /*margin-left: 4px;*/
    color: #333;
    font-weight: 400 !important;
    padding: 0px 5px 0px 10px;
    margin: 0px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 0px;
  }

  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner) !important;
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }

  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }

  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }

  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }

  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }

  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }

  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }

  input[type=radio]:checked {
    --s: 0.5;
  }
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: 1px auto #ffffff;
  outline-offset: 0px;
}

/************************ Form css ********************/
/************* 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_form input::file-selector-button {
  font-size: 12px;
  padding: 2px 15px;
  border: 0px;
  border-radius: 30px;
}

.cust_form .form-control:focus, .cust_form .form-control: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;
}

.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: 23px;
}

label {
  font-size: 16px;
  font-weight: 500 !important;
}

label.radio-inline {
  font-weight: 400 !important;
}

.cust_from .form-group label {
  font-size: 16px;
  font-weight: 500 !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: 0px;
}

.cust_radio .checkbox-inline, .cust_radio .radio-inline {
  padding-left: 30px;
}

.cust_radio .checkbox-inline input, .cust_radio .radio-inline input {
  margin-left: -30px;
}

.cust_radio p.radio_title {
  font-weight: 500 !important;
}

.cust_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}

.cust_form .form-control[disabled], .cust_form .form-control[readonly] {
  background: #efefef;
}

.cust_form .form-group .form-check input {
  margin-bottom: 0px !important;
}

.cust_form .form-group .form-check .custom-control-input {
  position: absolute;
}

.cust_form .form-group label.custom-control-label {
  margin-left: 17px;
}

.cust_form .form-group .custom-checkbox {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.cust_form .form-group .checkbox-inline {
  margin-bottom: 0px;
  display: inline-block !important;
  align-items: center;
}

.cust_form .form-group .checkbox-inline label.custom-control-label {
  margin-left: 10px;
}

.checkbox-inline .custom-control-label::before {
  left: -10px;
}

.custom-checkbox.checkbox-inline .custom-control-input ~ .custom-control-label::before {
  border-radius: 0px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00ADEF !important;
  border-color: #FFF !important;
  color: #fff;
}

.custom-control-label::before ~ .custom-control-label::after {
  height: 21px !important;
  width: 21px !important;
}

.checkbox-inline .custom-control-label::before, .custom-control-label::after {
  height: 21px !important;
  width: 21px !important;
}

.custom-control-label::before {
  top: 0px !important;
}

.custom-control-input, .custom-control-label::after {
  top: 0px !important;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 0px !important;
}

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

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

.align_left {
  text-align: 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;
}

/************* Table ***************/
.application_link {
  color: #333;
  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-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
}

.application_link:hover {
  color: #333;
  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;
}

.application_link a {
  color: #333;
}

.application_link:hover a {
  color: #00ADEF;
}

/*************************** new popup sweet *************************/
.sweet-alert h2 {
  position: relative;
  margin-top: 5px !important;
  color: #003267 !important;
  font-size: 22px;
  font-weight: 600;
}

.sweet-alert h2:after {
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.sweet-alert p {
  margin-top: 14px;
  font-size: 18px !important;
  color: #333 !important;
  font-weight: 400;
}

.sweet-alert button {
  border-radius: 50px !important;
  background: #F7ED36 !important;
  color: #003267 !important;
  font-weight: 500 !important;
  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);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #F7ED36 !important;
}

.sweet-alert button: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) !important;
  transition: 0.5s ease !important;
}

.sweet-alert .sa-icon.sa-success {
  display: block;
}

/*************************** new popup sweet *************************/
/************************ download file ********************/
.download_file {
  float: right;
  margin-bottom: 10px;
  margin-top: 12px;
}

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

.dataTables_info {
  position: absolute !important;
  left: 115px !important;
  padding-top: 0px !important;
}

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

.dataTables_length select {
  border-radius: 30px !important;
  height: 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;
  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;
}

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

.download_file ul.inline-list li a {
  border-radius: 30px;
  padding: 11px 12px;
  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 button {
  border-radius: 30px;
  padding: 11px 12px;
  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;
  border: 0px;
}

.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.csv_download:hover {
  box-shadow: inset 0 3px 12px rgba(0, 50, 103, 0.3);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 50, 103, 0.3);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 50, 103, 0.3);
  transition: 0.5s ease;
}

.download_file ul.inline-list li button.csv_download:hover {
  box-shadow: inset 0 3px 12px rgba(0, 50, 103, 0.3);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 50, 103, 0.3);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 50, 103, 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 button 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;
}

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

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

/************************ download file ********************/
/*************************** 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_wrapper .dataTables_filter input {
  padding: 4px 10px;
}

.dataTables_wrapper .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;
  bottom: 12px !important;
  left: 115px !important;
}

.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;
}

.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;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px !important;
  font-size: 14px;
  min-width: 1.6rem !important;
  height: 1.5rem;
}

.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;
  text-align: center !important;
  font-size: 14px !important;
  border-color: #00adef !important;
}

table.dataTable.no-footer {
  border-bottom: 0px !important;
}

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

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  text-wrap: nowrap !important;
}

/*************************** Data Table ***********************/
/************************** popup ****************************/
button.close {
  opacity: 1;
}

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

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

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

.modal-dialog {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px auto !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.modal-body {
  padding-top: 0px !important;
  border-top: 0px !important;
}

/*.modal.show .modal-dialog {
    transform: none;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    top: 35%;
    display: flex; align-items: center !important; justify-content: center !important; 
}*/
.modal-dialog, .modal-title {
  text-align: center;
}

.modal-title.sub_title_format:after {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.modal-open .modal {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.popup_btn li a {
  padding: 10px 30px !important;
}

#tradePlatformTable2_paginate {
  display: none;
}

.dt-buttons {
  display: none;
}

.swal2-popup {
  align-items: center;
}

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

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

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

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

.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;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border-radius: 50px !important;
  background: #DBDBDB !important;
  color: #000000 !important;
  font-weight: 600 !important;
  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) !important;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

.swal2-popup .swal2-styled.swal2-cancel:hover {
  transition: 0.5s ease !important;
  color: #ffffff !important;
  border: 1px solid #00ADEF !important;
  background: #00abef !important;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  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;
}

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

/************************** popup ****************************/
.search-btn {
  margin-left: -22px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .dataTables_filter {
    position: relative;
    top: 0;
    right: 0px;
    text-align: left;
    display: none;
  }

  .dataTables_wrapper .dataTables_info {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 320px) and (max-width: 413.98px) {
  .title {
    font-size: 22px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }

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

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

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

  .tableinfo .dataTables_wrapper .dataTables_info {
    left: 26px !important;
  }

  .signed-in #tabledata .dataTables_wrapper .dataTables_info {
    bottom: 32px !important;
    font-size: 14px;
    left: 26px !important;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .research-pl {
    padding-left: 15px !important;
  }

  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1079.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (max-width: 1600px) and (min-width: 1080px) {
  label.form__label {
    margin-right: 3px;
  }

  .cust_form .form-group .datepicker {
    width: 80%;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .cust_form .form-group .checkbox-inline {
    margin-bottom: 10px;
  }

  #tabledata .hr_popup_list {
    text-align: center;
  }
}
.required:after {
  content: " *";
  color: red;
}

.swal2-icon.swal2-error.swal2-icon-show {
  display: none !important;
}