
/*
Theme Name: Face recognition link
Author: Likith, Screative development Team
Description: Stle sheet for facerec.screative.com
Version: 1.1
License: copyrighted, not for public use

Tags: ...
*/

/* .pagination a{
            font-size: 20px;
            padding: 5px 5px;
            background: azure;
            border: 10px solid lightgrey; /* Gray
        //    margin-left:auto;
}

*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400&family=Dela+Gothic+One&family=Work+Sans:wght@400;548&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400&display=swap');
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


body:not(.modal-open){
  padding-right: 0px !important;
}

.modal-open, #First-modal{
  padding-right: 0px !important;
}


#passportchange{

  width:6vw;
  margin-top:15px;
}

.maxmo{
    overflow-x: hidden;

  }
    body {
      margin: 0;
      position: relative;
      overflow-x: hidden;

      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff;
  }
  label{
    color: #3f3f3f;
      font-weight: bold;
  }
  .pagination a{
              font-size: 12px;
              padding: 5px 5px;
              background: #FFF;
              border: 10px solid #FFF; /* Gray */
              margin-left:auto;
  }
  .pagination ul{

    margin-left:35% !important;
  }

          .pagination-page-info {
      padding: .6em;
      padding-left: 30px;
      width: 60em;
      margin: .5em;
      margin-left: auto;
      font-size: 15px;
      text-transform: capitalize;
    color: black;
  }
  .pagination-page-info b {
      color: black;
      background: rgb(26, 51, 97);
      padding-left: 2px;
      padding: .1em .25em;
      font-size: 150%;
      background-color:rgb(26, 51, 97);
    color: white;
    margin: 0 4px;
  }
        .scrollit {
      overflow:scroll;
      height:500px;
  }

  myModal.in{
      z-index: 999999;
  }

  .no-js #loader { display: none;  }
  .js #loader { display: block; position: absolute; left: 100px; top: 0; }
  .se-pre-con {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url(https://fr.mlopssol.com/static/assets/Preloader_11.gif) center no-repeat #fff;
  }

  .mainmenu{

    clear: both;
      float: none;
      margin: 0;
      padding: 0 19px;
      background-color: #000;
      color: white;
  }
   ul {
      width: 100%;
      /*max-width: 1280px;*/
      margin: 0 auto;
      padding: 0;
      text-align: right;
      font-size: 0;
      text-decoration: none;
      list-style-type:none;

  }

  .menu ul{

    width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0;

      font-size: 0;
      text-decoration: none;
      list-style-type:none;
      margin-right: auto;

  }

  li {
      /* height: 40px; */
      margin: 0;
      border: none;
      line-height: 40px;
      font-size: 13px;
      text-align: left;
      text-decoration: none;
      list-style-type:none;}

      a.button,  input[type="submit"], input[type="button"], .nolt .directory .searchform button {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      border: 1px solid #1c359a ;
      border-radius: 0 ;
      -moz-border-radius: 0 ;
      -webkit-border-radius: 0 ;
      background: #1c359a ;
      color: #fff ;
      font-size: 1em;
      line-height: 32px;
  }


  .nt {

    padding: 10px 10px 10px 10px;
  }

  .social-media-button {
    /* position: fixed; */
    top: 150px;
    left: 20px;
    z-index: 1000;
}



.table-border-c{

  border: 3px solid black;
}

.center1 {
  margin: auto;
  padding: 10px;
  }




  .red {
    background:deepskyblue;
    border: deepskyblue 10px;
    border-width: 5%;
      border-style: solid;

    border-radius: 3px;
    }
    .b{
       margin:5px;
    }
    .mr{
        margin: 5px;
        width: 95%;
    }

   #success_tic .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic .page-body .head{
    text-align:center;
  }

  #success_tic .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }

  @-webkit-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @-moz-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }

  #sticky-nav{
    position: fixed;
    background-color: floralwhite;
    padding: 20px;
    width: 100%;
    /* margin: auto; */
    opacity: 95%;
  }

  /* -------------------------------------- */
   /* success delete code for css */



   #success_delete .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_delete .page-body .head{
    text-align:center;
  }

  #success_delete .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_delete .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_delete .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_delete .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_delete .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }


  /* End of success delete code for css */


  /* -------------------------------------- */

  .center1 {
    margin: auto;
    width: 50%;

    padding: 10px;
    }

    .home-bt {
      padding: 4px;
      min-width: 55px;
      color: rgb(2, 46, 141) !important;

    }

    .home-bt:hover{
      background-color:rgb(162, 218, 218) !important;
      border-color: rgb(162, 218, 218);
    }

    #pr_images{
  width:170px;
    }


    /*
     just some styles to the table
    */

    /* this is green combination */


    /* th.sorting{

      background-color: #106f5c !important;
      color:white;

    }

    tr.odd{

      background-color: #1aacb3 !important;
      color:white;
      border: white 2px;
    }


    tr.even{

      background-color: #137b80 !important;
      color:white;
      border: white 2px;
    } */

      /* td{border-right: 1px solid white} */


      /* this is black and grey combination */
/*
 th.sorting{

  background-color: #292929 !important;
  color:white;

}

tr.odd{

  background-color: #5a5a5a !important;
  color:white;
  border-bottom: white 2px !important;;

}


tr.even{

  background-color: #464646 !important;
  color:white;
  border: white 9px !important;;
}


tr.even:hover{

  background-color: #151515 !important;

}


tr.odd:hover{

  background-color: #151515 !important;

}
 */


/* Anothey style of this table */
/*

th.sorting{

      background-color: #1c359a !important;
      color:white;

    }

    tr.odd{

      background-color: #89e2ff !important;
      color:black;
      border-bottom: white 2px !important;;

    }


    tr.even{

      background-color: #4ed3ff !important;
      color:black;
      border: white 9px !important;;
    }


    tr.even:hover{

      background-color: #151515 !important;

    }


    tr.odd:hover{

      background-color: #151515 !important;

    } */

    /* Table styling begins */


/* Another style of table */

th.sorting{

  background-color:  #089db8 !important;
  color:white;

}
  tr {
    border-bottom-color:white  !important ;

  }

  tr.odd:hover {
    border-bottom-color:white  !important ;
    background-color:   #1689b3   !important;
    color:white !important;

  }

  tr.even:hover {
    border-bottom-color:white  !important ;
    background-color:   #1689b3   !important;
    color:white !important;

  }

  tr.odd{
    background-color:   #e4f2f7   !important; transition: .3s;
  }
  tr.even{


    background-color:   #c1ebf8   !important; transition: .3s;
  }

  thead th  {
    border-bottom-color:white !important ;



  }
  table  {
    border-bottom-color:white !important ;
    font-family: 'Raleway', sans-serif !important;
  }

  #example1_filter{

    margin-right: 10px;
    margin-bottom: 10px;
  }
#example1_filter label, #example1_length label{
  color:rgb(17, 105, 128) !important;
}


.dataTables_scrollBody::-webkit-scrollbar {
  width: 11px;
}
.dataTables_scrollBody {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.paginate_button.current{

  color: #eafffb !important;
  background :rgb(13, 180, 247)  !important;
  border : 1px solid rgb(4, 166, 230)  !important;
  transition: 0.3s;
}

.paginate_button {
  color: #eafffb !important;
  background :rgb(163, 244, 247)  !important;
  border : 1px solid rgb(163, 244, 247)  !important;transition: 0.3s;
}


.previous {
  color: #eafffb !important;
  background :rgb(163, 244, 247)  !important;
  border : 1px solid rgb(163, 244, 247)  !important;transition: 0.3s;
}
.next{
  color: #eafffb !important;
  background :rgb(1, 157, 204)  !important;
  border : 1px solid rgb(7, 141, 182)  !important;transition: 0.3s;
}

.paginate_button:hover {
  color: #eafffb !important;
  background :rgb(9, 133, 138)  !important;
  border : 1px solid rgb(6, 120, 124)  !important;
}

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

.disabled{
display: none !important;
}

.current:hover{
  color:white !important;
}

.dataTables_info{

  color:rgb(17, 105, 128) !important;

  font-size:20px;
  font-family: 'Work Sans', sans-serif;}


  /* End of table styling  */


  #propmt_modal.show:nth-of-type(even) {
    z-index: 1116 !important;
}

.select2-container--open {
  z-index: 9999999;
  width: 100% ;
}

.select2, .select2-selection,.select2-container{
  width: 100% !important;;
}

.bg-info, .bg-info > a {
  color: #fff !important;
}

.bg-info {
  background-color: #17a2b8;
}

.small-box {
  border-radius: .25rem;
  box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box > .inner {
  padding: 10px;
}
.small-box h3, .col-md-3 .small-box h3, .col-xl-3 .small-box h3 {
  font-size: 2.2rem;
}

.small-box > .small-box-footer {
  background-color: rgba(0,0,0,.1);
  color: rgba(255,255,255,.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.bg-info, .bg-info > a {
  color: #fff !important;
}




.display_hide { display: none;  }



.splide__pagination--custom li{
background-color: #14c0a3;
margin-right:15px ;
width: 10px;

}

/* Begining of media queries */

@media screen and (max-width:800px) {
  #pr_images{
    margin-left:10% !important;

  }
  .large-modal-style{
    min-width:60vw !important;
    max-width:80vw !important;
  }

.dataTables_info{



font-size:10px;


}

.splide__pagination splide__pagination--custom{
display: none;
}


#passportchange{

width: 15vw !important;
}
}


/* end of the media queries */



/* do not write under this if you want the media queries to work */
