/**index**/
@import url("https://use.typekit.net/mnd8fja.css");
@font-face {
  font-family:"ff-good-web-pro";
  src:url("https://use.typekit.net/af/d0054e/000000000000000077359cf7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/d0054e/000000000000000077359cf7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/d0054e/000000000000000077359cf7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:600;font-stretch:normal;
  }
  @font-face {
    font-family:"paralucent";
    src:url("https://use.typekit.net/af/70bbaf/00000000000000007735f0d2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/70bbaf/00000000000000007735f0d2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/70bbaf/00000000000000007735f0d2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
  }
    
.kachel{
    border-radius: 10px;
    box-shadow: 1px 1px 3px gray;
    height: 100%;
    background-color: white;  
} 
body{
font-family: 'ff-good-web-pro', 'sans-serif';  
background: #243588!important;
}
h1{
  font-family: 'paralucent', 'sans-serif'!important;
  color:#243588!important;
  /* border-bottom: #243588 2px solid; */
  text-shadow: 1px 1px 1px gray 2px 2px 1px gray!important;
}
.container > .bg-white{
  padding-top: 73px!important;
}   
.btn-primary{
    padding: 5px;
    background-color:#243588!important;
    border: 1px solid #243588!important;
    color: white;
    text-align: center;
    cursor: pointer;
    outline: none!important;
    box-shadow: none!important;
    outline-color: #243588!important;
    transition: text-shadow 0.5s;
    -webkit-transition: text-shadow 0.5s;

} 
.btn-primary:hover{
    padding: 5px;
    background-color:white!important;
    color: #243588!important;
    border: 1px solid #243588;
    outline-color: #243588!important;
    text-align: center;
    cursor: pointer;
    outline: none!important;
    box-shadow: none!important;
    transition: text-shadow 0.5s;
    -webkit-transition: text-shadow 0.5s;
} 
.btn-outline-primary{
    padding: 5px;
    background-color:white;
    color: #243588!important;
    border: 1px solid #243588;
    outline-color: #243588!important;
    text-align: center;
    cursor: pointer;
    outline: none!important;
    box-shadow: none!important;
    transition: text-shadow 0.5s;
    -webkit-transition: text-shadow 0.5s;
} 
.btn-outline-primary:hover{
    padding: 5px;
    background-color:#243588;
    border: 1px solid #243588;
    color: white!important;
    text-align: center;
    cursor: pointer;
    outline: none!important;
    box-shadow: none!important;
    outline-color: #243588;
    transition: text-shadow 0.5s;
    -webkit-transition: text-shadow 0.5s;
} 
.btn-outline-primary:active{
  padding: 5px;
  background-color:#243588;
  border: 1px solid #243588;
  color: white!important;
  text-align: center;
  cursor: pointer;
  outline: none!important;
  box-shadow: none!important;
  outline-color: #243588;
  transition: text-shadow 0.5s;
  -webkit-transition: text-shadow 0.5s;
}
.primary{
    color:#243588!important;
}
.bg-primary{
    background-color:#243588!important;
}

.border-primary{
  border-color:#243588!important;
  /* color:#243588!important; */
  
}

/* .table-bordered{
    border-radius: 10px;
    width: 100%;
    height:600px;  
    overflow-y:scroll;
  }
   thead tr:nth-child(1) th{
      background: rgb(172, 187, 241);
      position: sticky;
      top: 0;
      z-index: 10;
      width: 100%;
    } */
    /* thead tr{
      background: rgb(172, 187, 241);
      width: 100%;
    }  */
.navbar{
  border-bottom: 1px solid #243588;
}

.special_menu, .nav-item, .nav-link{
        text-decoration: none;
        font-size: 1.1rem;
        list-style: none;
        color: #243588;
        border-bottom: 2px solid transparent; 
}
.nav-item a >.dropdown-item:hover{
        /* border-bottom: 2px solid #243588; */
        color: #243588;
        font-weight: bold;
}


    
.scr_style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgb(177, 193, 250);
	border-radius: 4px;
	background-color: #F5F5F5;
}

.scr_style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.scr_style-1::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgb(177, 193, 250);
	background-color: #555;
}

/* css button radio style */
input[type="radio"]
{
  appearance: none;
}

input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid #243588;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid #243588;
  background: #243588;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

input[type="radio"]:checked + label::after
{
  opacity: 1;
}

.scroll_fill{
  height:500px;
  overflow-y: auto;
}
/*bootstrap scroll table*/
.my-custom-scrollbar_min {
  position: relative;
  height: 200px;
  overflow: auto;
  z-index: 100!important;
  }
.my-custom-scrollbar {
  position: relative;
  height: 70dvh;
  overflow: auto;
  z-index: 100!important;
  }
  .table-wrapper-scroll-y {
  display: block;
  }
  .sticky-top {
    z-index: 100!important;
  }
  .dropdown-menu > .show{
    z-index: 1050!important;
  }
 
  .modal-fullscreen {
    width: 95%;
    max-width: none;
    height: 95%;
    margin: auto!important;
  }
  
  .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .modal-body {
    overflow-y: auto;
  }

  .container {
    max-width: 60%!important;
}

  
