
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'verdanaitalic';
  src: url('../font/verdanab.woff2') format('woff2'),url('../font/verdanab.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'verdanaitalic_regular';
  src: url('../font/verdana-webfont.woff2') format('woff2'),url('../font/webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
html,body {
  font-family: verdanaitalic_regular;
  color: #444444;
  height: 100%;
  background-color: #EEEEF3;
  overflow-x: hidden;
  font-size: 12px;

}

a {
  color: #79247a;
  text-decoration: none;
}

a:hover {
  color: #79247a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:700;
  color: #5C5C5C;
  font-family: verdanaitalic;
}

p{
  font-size: 14px;
  color: #5C5C5C;
  text-align: justify;
}
.form-control{
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #0078bd;
  box-shadow:5px 5px 5px 0px rgb(38 36 36 / 30%);
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #3152d2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0,153,217 / 20%);
}
::placeholder{
  font-weight: normal !important;
}
/* -----------------header-------------- */
.logo_img{
  width: 240px;
}
.logo_img2{
  width: 90px;
}
.logo_img3{
  width: 120px;
}
.card{
  border-radius: 20px;
  box-shadow: 10px 10px 10px 0 rgb(0 0 0 / 20%);
  border: none;
}
.btn-primary{
  background: linear-gradient(45deg, #0099d9, #0078bd);
  border-color: #0099d9;
  padding: 10px 30px;
  border-radius: 8px;
  width: 100%;
  /* min-width: 180px; */
  box-shadow:5px 5px 5px 0px rgb(38 36 36 / 30%);
  font-size: 12px !important;
  font-family: 'verdanaitalic';
}
.btn:focus{
  box-shadow: 0 0 0 0.25rem rgb(166 28 107 / 20%);
}
.btn-light{
  background: #fff;
  border-color: #a61c6b;
  padding: 5px 30px;
  border-radius: 8px;
  color: #2E3192;
  width: 100%;
  max-width:122px;
  /* box-shadow:5px 5px 5px 0px rgb(38 36 36 / 30%); */
  font-size: 13px;
  font-family: 'verdanaitalic';
}
.btn-light:hover{
  background: #fff;
  border-color: #a61c6b;
  
  color: #2E3192;
  
  
}
.form_field .btn-light{
  font-size:13px;
  font-family: 'verdanaitalic_regular';
  font-weight: 600;
  padding: 10px;
  max-width: 100%;
}
.card h3{
  font-weight: 500;
  color: #2E3192;
  font-size: 22px;
}
.form-check-input:checked {
  background-color: #3152d2;
  border-color: #3152d2;
}
.footer{
  background: linear-gradient(45deg, #0099d9, #0078bd);
    padding: 20px;
    box-shadow: 10px 0px 5px 10px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
header{
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #eeeef3;
  z-index: 2;
}
input[type='file'] {
  opacity:0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;    
}
label {
  position: relative;
}
label span{
  font-size:15px;
  font-family: 'verdanaitalic_regular';
  font-weight: 600;
  text-align: center;
}
label i{
  font-size: 19px;
  text-align: center;
  font-weight: 600;
}
.img_preview{
  height: 20px;
  margin: auto;
  display: block;
}
.table>:not(caption)>*>*{
  border-bottom: 0px;
}
.page-item.active .page-link {
  z-index: 1 !important;
  color: #fff !important;
  background-color: #79247a;
  border-color: #79247a;
}
.page-link{
  color: #79247a !important;
}

.table>:not(:first-child) {
  border-top: 0px  !important;
}
tbody, td, tfoot, th, thead, tr {
  border-color: #D57DA7!important;
  border-style: solid;
  border-width: 0;
}
.dataTables_scrollHeadInner .table-bordered>:not(caption)>* {
  border-width: 0px 0;
}
div.dataTables_scrollHead table {
  border-top-left-radius: 4px;
}
 
div.dataTables_scrollHead th:first-child {
  border-top-left-radius: 4px;
}
.table {
 border-radius: 20px;
  }
  table { border-collapse: separate; }
  td { border: solid 1px #000; }
  div.dataTables_scrollHead tr:first-child th:first-child { border-top-left-radius: 10px; }
  div.dataTables_scrollHead tr:first-child th:last-child { border-top-right-radius: 10px; }
  .dataTables_scrollBody tr:last-child th:first-child { border-bottom-left-radius: 10px; }
  .dataTables_scrollBody tr:last-child th:last-child { border-bottom-right-radius: 10px; }
  div.dataTables_scrollHead th,.dataTables_scrollBody tr.even:last-child th{
    border-bottom: 1px solid #D57DA7!important;
  }
  .dataTables_scrollBody td{
    border-bottom: 1px solid #D57DA7!important;
    height: 20px;
  }
 
 /* width */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D57DA7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dataTables_scroll{
  margin: 20px 0;
}
.text-primary{
  color: #2E3192 !important;
}
.dataTables_filter{
  margin-top: 7px;
}
.dataTables_length{
  height: 100%;
  display: flex;
  align-items: center;
}
.form-check-label{
  font-weight: 600;
    font-size: 14px;
}
.nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 6px!important;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 6px!important;
}
.mySelect.nice-select,
.mySelect.nice-select.open .list {
  width: 100%;

}

.mySelect.nice-select .list::-webkit-scrollbar {
    width: 0;
    
}

.mySelect.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border: 1px solid #0078bd;
    color: #282828;
    padding: 10px;
    border-radius: 10px;
    
}

.mySelect.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 4px 12px;
    line-height: 22px
}

.mySelect.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.mySelect.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 37px;
    margin-left: 30px;
    padding: 0
}
.nice-select-search-box{
    display: none;
}
.mySelect.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 90%;
    top:-2px;
    left: 5px;
    z-index: -1;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    border-radius: 0;
    /* -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out; */
    display: block;
    bottom: 0;
}

.mySelect.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: none;
    color: #282828;
    display: inline-block;
    vertical-align: middle;
    width: 90%!important;
    min-height: auto;
    height: 35px;
    outline: 0!important;
    border: none;
    padding: 5px 7px;
    top:7px;
    position: absolute;
    font-size: 13px;
    margin: auto;
    display: block;
}

.mySelect.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    
}
.nice-select .option:hover{
  background-color: #0078bd !important;
  color: #fff!important;
}
.nice-select .option.disabled{
  background-color: #e9e9e9 !important;
  color: #646464 !important;
  cursor:not-allowed !important;
}
.nice-select{
  border-color: #0099d9!important;
  padding: 2px;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 5px 5px 5px 0px rgb(38 36 36 / 30%);
}
.mySelect.nice-select ::placeholder{
  color: transparent !important;
}
/* .image-uploader img{
  margin-top: 5px;
  border-top: 1px solid #ccc;
} */
.mySelect.btn-primary .nice-select-search{
  background: linear-gradient(45deg, #852276, #372f8f);
  color: #fff;
  font-size: 16px !important;
}
.mySelect.btn-light .nice-select-search{
  background: #fff;
  color: #282828  ;
  font-size: 16px !important;
}
.nice-select .option{
  border-radius: 10px;
}
.mySelect.btn  span.current{
  font-size: 14px !important;
  font-family: 'verdanaitalic';
}
.nice-select .option{
  font-size: 13px;
}
.nice-select.btn{
  text-align: center !important;
}
table.dataTable>thead>tr>th{
  vertical-align: middle;
}
table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting::after{
  display: none !important;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled){
  padding-right: 0px !important;
}