.container{
  width:100% !important;
}
.row {
   margin-right: 0px !important;
   margin-left:  0px !important;
}
#table_data, #table_data table,#table_data1 table{
    width:100%;margin-top: 0px;
}
#table_data1, #table_datas{
  width: 100%;
}
  #table_data table,
  #table_data1 table,
  .req_table table{
    margin-bottom: 0;
    table-layout: auto;
  }

  .only_svr #table_data table{
    table-layout: unset;
  }

  #table_data table tr th,
  #table_data table tr td{
    width: auto;
  }

  #table_data tr th:first-child,
  #table_data tr td:first-child{
    width: auto;
  }

  #roleaccess #table_data table, #roleaccess .role-acc-btn{
    margin-bottom: 2%;
  }

  .pagination{
    width: 100%;
    margin: 0px 0px !important;
  }
#table_data thead tr{
    color: #a1a5b7;
}
  #table_data thead tr th,
  .req_table table thead tr th{
    padding: 15px 10px;
    font-family: var(--font-family-primary);
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--primary);
    font-weight: 600 !important;
    text-transform: capitalize;
    background: var(--primary-shadow);
    white-space: nowrap;
  }
  #table_data tbody tr td,
  .req_table table tbody tr td{
    border-bottom: 1px dashed #ccc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #242934;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: var(--font-family-primary);
  }

    #table_data thead tr th:first-child,
    #table_data1 thead tr th:first-child,
    .req_table table thead tr th:first-child{
        padding-left: 15px;
    }

    #table_data tbody tr td:first-child,
    #table_data1 tbody tr td:first-child,
    .req_table table tbody tr td:first-child{
        padding-left: 15px;
    }

    #table_data thead tr th:last-child,
    #table_data1 thead tr th:last-child,
    .req_table table thead tr th:last-child{
        padding-right: 15px;
    }

    #table_data tbody tr td:last-child,
    #table_data1 tbody tr td:last-child,
    .req_table table tbody tr td:last-child{
        padding-right: 15px;
    }

  #table_data thead tr th:first-child,
  .req_table table thead tr th:first-child{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  #table_data thead tr th:last-child,
  .req_table table thead tr th:last-child{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .fa-submenu{
    display: none;
  }

  .fa-ellipsis-v{
    position: relative;
    color: #727272;
  }

  .fa-ellipsis-v:hover .fa-submenu{
    display: block;
    position: absolute;
    right: 2px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px #aaa9ab;
    background-color: white;
    z-index: 1;
    padding: 2px 0px;
  }

  .fa-ellipsis-v .fa-submenu a{
    color: #525265;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 4px 35px 4px 6px;
    display: block;
    font-weight: 600;
  }

  .fa-ellipsis-v .fa-submenu a:hover{
    color: #bf4d07;
  }

  .col-lg-9, .col-xl-8, .col-md-4{
    padding-left: 0px !important;
  }

  #table_data .edit-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: #47b021 ;
}
#table_data .delete-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: red ;
}
#table_data tbody td .btn.btn-icon{
  display: contents;
}

form .has-danger{
  border-color: red;
}
.short-list {
  padding: 13px 9px !important;
}
#limit{
  height: calc(1.5em + 1.3rem + 2px) !important;
}
@media only screen and (max-width: 1200px){
.footer-align{
  padding-right: 20px !important;
}
#kt_footer{
  margin-left: -22px;
}
.aside-minimize #kt_footer{
  margin-left: 0px;
}
}
.instTypeTbl .sorting{
  position: relative;
  display: inline-flex;
  flex-direction: row;
  /* vertical-align: text-bottom; */
}
.instTypeTbl .sorting p{
  display: inline;
  color: #ccc;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 0;
}
.instTypeTbl .sorting p i{
    line-height: 8px;
/*    color: #757a89;*/
    color: #A1A5B7;
}

.instTypeTbl .sorting p i:hover{
  color: var(--primary);
}

.fa-caret-up::before{
  content: "\2191";
}

.fa-caret-down::before{
  content: "\2193";
}
.instTypeUI .col-md-2,
.instTypeUI .col-md-3{
  width: 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 10px !important;
}

#table_data > p,
#table_data1 > p,
#user_data > p.text_clr_red{
  color: #f25c81;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  letter-spacing: 0.2px;
  background-image: url(/assets/funnel.png);
  appearance: none;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px;
  margin-bottom: 5px;
}

#institution_data > p{
  color: #f25c81;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  letter-spacing: 0.2px;
  background-image: url(/assets/funnel.png);
  appearance: none;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px;
  margin-bottom: 5px;
}

#table_data > p.no-found-rec,
#table_data1 > p.no-found-rec{
  background-image: none;
  color: none;
  padding: 0;
  color: #000;
}
.al-exist-alert{
  color: #f1416c;
  margin-bottom: 0;
  font-size: 0.9rem !important;
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media(max-width:768px){
  .instTypeUI .col-md-2,
  .instTypeUI .col-md-3{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .instTypeTbl .sorting p:first-child{
    border-right: none;
    padding-right: 0;
}
}

.req_table table{
    width: 100%;
    margin-top: 10px;
}

.req_table > p {
    color: #f25c81;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 0.2px;
    background-image: url(/assets/funnel.png);
    appearance: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    margin-bottom: 5px;
}

#student_data > p{
    color: #f25c81;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 0.2px;
    background-image: url(/assets/funnel.png);
    appearance: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    margin-bottom: 5px;
}

#staff_data > p{
    color: #f25c81;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    letter-spacing: 0.2px;
    background-image: url(/assets/funnel.png);
    appearance: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    margin-bottom: 5px;
}
#Loader{
  background: rgba(0,0,0,0.7);
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99999;
}
.loader {
  width: 90px;
  height: 90px;
  background: #d7aa19;
  box-sizing: border-box;
  border-radius: 50%;
  perspective: 1000px;
  position: fixed;
  top: calc(50% - 45px);
  left: calc((50% + 50px) - 45px);

}

.loader:before{
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  top: 20px;
  bottom: 20px;
  border-radius: 8px;
  background: #f5f5f5 no-repeat;
  background-size: 20px 3px;
  background-image: linear-gradient(#ddd 100px, transparent 0) , linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0);
  background-position: 7px 14px , 7px 25px , 7px 36px, 35px 14px , 35px 25px , 35px 36px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.loader:after {
  content: '';
  position: absolute;
  width: calc(50% - 12px);
  right: 12px;
  top: 20px;
  bottom: 20px;
  border-radius: 8px;
  background: #fff no-repeat;
  background-size: 20px 3px;
  background-image: linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0), linear-gradient(#ddd 100px, transparent 0);
  background-position: 50% 14px ,50% 25px , 50% 36px;
  transform: rotateY(0deg );
  transform-origin: left center;
  animation: paging 1s linear infinite;
  border-left: 1px solid #ddd;
}


@keyframes paging {
  to {
    transform: rotateY( -180deg );
  }
}

body.page-loading #kt_aside_menu{
  height: 100vh !important;
}

.loader-table{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  margin: 10px auto;
}
.loader-table::before ,
.loader-table::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #d7aa19;
  animation: prixClipFix 2s linear infinite ;
}
.loader-table::after{
  border-color: var(--primary);
  animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
  inset: 6px;
}

@keyframes rotate {
  0%   {transform: rotate(0deg)}
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.view-head-flex{
  display: flex;
  justify-content: space-between;
}
.view-head-flex.view-head-flex-end{
  justify-content: flex-end;
}
.view-head-flex .btn{
  padding: 7px 6px !important;
  border: none;
  position: relative;
}

.view-head-flex .btn svg{
  width: 18px;
  height: 18px;
}

.view-head-flex .btn.btn-edit-button{
  background-color: #0d865424 !important;
}

.view-head-flex .btn.btn-edit-button:hover{
  background-color: var(--primary) !important;
}

.view-head-flex .btn.btn-edit-button svg path{
  fill: var(--primary);
}

.view-head-flex .btn.btn-edit-button:hover svg path, .view-head-flex .btn.btn-pink-button:hover svg path,
.action-flex.view-head-flex .btn.btn-edit-button:hover .edit-icon svg g [fill]{
  fill: #fff;
}

.view-head-flex .btn.btn-pink-button{
  background-color: #c76b073b  !important;
}

.view-head-flex .btn.btn-pink-button .edit-icon{
  display: flex;
}

.view-head-flex .btn.btn-pink-button:hover{
  background-color: #c76b07 !important;
}

.view-head-flex .btn.btn-pink-button svg path{
  fill: #c76b07;
}

.view-head-flex .btn.btn-pink-button .span-text {
  background-color: #c76b07;
}

.view-head-flex .btn.btn-pink-button .span-text::after {
  border-color: #c76b07 transparent transparent transparent;
}

.view-head-flex .btn.btn-delete-button{
  background-color: #ee2d4031 !important;
}

.view-head-flex .btn.btn-delete-button:hover{
  background-color: #EE2D41 !important;
}

.view-head-flex .btn.btn-delete-button svg path{
  fill: #EE2D41;
}

.view-head-flex .btn.btn-delete-button:hover svg path{
  fill: #fff;
}

.view-head-flex .btn .span-text{
  visibility: hidden;
  width: fit-content;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px !important;
  position: absolute;
  z-index: 99;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  transform: translateX(-50%);
}

.view-head-flex .btn .span-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

.view-head-flex .btn.btn-edit-button .span-text{
  background-color: var(--primary);
}

.view-head-flex .btn.btn-delete-button .span-text{
  background-color: #EE2D41;
}

.view-head-flex .btn.btn-edit-button .span-text::after{
  border-color: var(--primary)  transparent transparent transparent;
}
.view-head-flex .btn.btn-validate-button .span-text::after{
  border-color: #47b021  transparent transparent transparent;
}

.view-head-flex .btn.btn-delete-button .span-text::after{
  border-color: #EE2D41 transparent transparent transparent;
}

.view-head-flex .btn.btn-print-new .span-text{
  background-color: #0a58ca;
  font-weight: 600;
}
.view-head-flex .btn.btn-pdf-new .span-text{
  background-color: #b02a37;
  font-weight: 600;
}
.view-head-flex .btn.btn-pdf-new .span-text::after{
  border-color: #b02a37  transparent transparent transparent;
}

.view-head-flex .btn.btn-print-new .span-text::after{
  border-color: #0a58ca  transparent transparent transparent;
}

.view-head-flex .btn.btn-csv-new .span-text{
  background-color: #33B004;
  font-weight: 600;
}
.view-head-flex .btn.btn-csv-new .span-text::after{
  border-color: #33B004  transparent transparent transparent;
}

.view-head-flex .btn:hover .span-text {
  visibility: visible;
  opacity: 1;
}

.view-head-flex .icons-box{
  display: flex;
  gap: 15px;
  padding-left: 0px;
}

.cardHeadUI.card-header .card-toolbar.viewPage-head .btn:last-child{
  margin-right: 0;
}

@media(max-width: 991px){
  .loader {
    left: calc(50% - 45px);
  }
}

@media(max-width: 768px){
  .Loader_table {
    height: 120px;
  }
  .customOptionMultiRow .multiRowTableFormat .table-grid-row {
    flex-direction: column;
    gap: 10px;
  }
  .multiRowTableFormat .form-group {
    flex-direction: column;
  }
  .customOptionMultiRow .multiRowTableFormat .table-grid-row .col-sm-8,.customOptionMultiRow .multiRowTableFormat .table-grid-row .col-sm-3, .customOptionMultiRow .multiRowTableFormat .table-grid-row .col-sm-1 {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
.multiRowTableFormat table,.multiRowTableFormat table thead, .multiRowTableFormat table tbody, .multiRowTableFormat table tr,.multiRowTableFormat table td,.multiRowTableFormat table th
{
  display: inline-block;
  padding: 0 !important;
  height: 100%;
  position: relative;
  width: 100% !important;
  margin-top: 1px;
}
.multiRowTableFormat .form-group {padding: 0 !important;}
.multiRowTableFormat .table-grid-ui td.table-grid-row{padding: 10px !important;}
.multiRowTableFormat .table-grid-ui:not(:last-child){margin-bottom: 10px;}
.customOptionMultiRow .multiRowTableFormat .table-grid-row {
    display: flex;
    align-items: center;
    border-bottom: none !important;
}

.notifi-ui.formUI #table_data .tbl_dsk_scroll thead tr th{
  text-transform: uppercase;
}
.result-msce th:nth-child(2),
.result-msce td:nth-child(2) {
    width: 160px !important;
    max-width: 160px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(3),
.result-msce td:nth-child(3) {
    width: 165px !important;
    max-width: 165px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(6),
.result-msce td:nth-child(6) {
    width: 227px !important;
    max-width: 227px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}

.result-msce th:nth-child(4),
.result-msce td:nth-child(4) {
    width: 169px !important;
    max-width: 169px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(5),
.result-msce td:nth-child(5) {
    width: 222px !important;
    max-width: 222px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(7),
.result-msce td:nth-child(7) {
    width: 167px !important;
    max-width: 167px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(8),
.result-msce td:nth-child(8) {
    width: 150px !important;
    max-width: 150px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(9),
.result-msce td:nth-child(9) {
    width: 154px !important;
    max-width: 154px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(10),
.result-msce td:nth-child(10) {
    width: 100px !important;
    max-width: 100px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce th:nth-child(11),
.result-msce td:nth-child(11) {
    width: 100px !important;
    max-width: 100px !important;
    word-wrap: break-word;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: block;
    height: 63px;
}
.result-msce tr{
  display: flex;
}
#table_data .result-msce tr th{
  display: flex;
  align-items: center;
}