#chip{
    display:inline-block;
   padding:10px;
   /* height: 40px; */
   font-size: 15px;
   /* font-weight: bold; */
   /* line-height: 5px; */
   border-radius: 25px;
   background-color: #070e87;
   color: rgb(243, 242, 247);
   margin:0.2%;


 } 
 .center-table {
   display: flex;
   justify-content: center;
   align-items: center;
   /* min-height: 100vh; */
}
 .chipshead{
    margin:1px
 }
 .pageheading{
    color:black ;
     text-align:center;
     font-weight: bold;
     display: inline;
     width: auto;
 }
 .subscss{
    /* display:inline-block; */
    background-color: #bc0e65;
    /* padding: 10px 10px 15px 10px;  */
    padding: 20px;
    margin-top: 15px;
    border-radius:10px;
    margin-left: 25px;
    margin-right: 25px;
    color: rgb(247, 247, 247);
    font-size: 15px;
    margin-bottom: 10px;
    min-width: 200px;
 }
 
.userbutton{
   color: #eb2188;
}
.formour{
   color: #070e87;
   font-weight: 700;
   text-align: center;
}
.orghead{
   font-size: 18px;
}
/* .cardcss{
   /* height: 450px;
   margin-left: 100px; */
   /* max-height: fit-content; 
   border-style:groove;
   border-color: rgb(6, 244, 18);
   width: 900px;

}
.cardcss1{
   height: 450px;
   margin-left: 300px;
   float: left;
   

} */
.headstyle{
   border-width: 100px;
   color: #edeef7;
   background-color:#4e73df;
   position:sticky;
   top: 0;
}
.bodystyle{
/* background-color:#5e5e68; */
font-weight: 500;
color: #290216;

}
.css1{
   /* text-center m-2 p-1 */
   text-align: center;
 margin: 0.2%;
 padding: 10px;

}
.css2{
   /* d-flex justify-content-around mb-4 mt-4 */
   margin: 1%;
   display: inline-block;
   padding: 10px;
   inline-size: auto;
}

.blink {
   animation: blinker 2s linear infinite;
   color: red;
}
@keyframes blinker {
   50% {
     opacity: 0;
   }
 }
 
.searchbarcss {
   width: 50%; 
   margin: 50px auto;
   display: inline-flex;
   margin: 10px; 

}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
   padding-left: 2.375rem;
}
.has-search{
   display: flex;
   width: 100%;
   /* background-color: #070e87; */
   justify-content: space-between;
}
.has-search .form-control-feedback {
   position: absolute;
   /* z-index: 2; */
   display: block;
   width: 2.375rem;
   height: 2.375rem;
   line-height: 2.375rem;
   text-align: center;
   pointer-events: none;
   color: #aaa;
   
}
.exportcss{
   /* height: auto; */

  
   display: flex;  
   flex-wrap: wrap;
   justify-content: space-between;
   align-items:center;
}
.btn-custom{
   height: 2.171rem;
}
.col-centered {
   float: none;
   margin-right: auto;
   margin-left: auto;
 }
.head_integration{
   font-size: 50px;
   font-weight: bolder;
   
   
}

.centered-boxes {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 100vh;
   flex-wrap: wrap; /* Added property for wrapping */
 }
 
 .box {
   width: 200px;
   height: 150px;
   background-color: #ecaeae;
   border: 1px #141414;
   text-align: center;
   padding: 10px;
   margin: 20px;
   border-radius: 10px;
   display: flex;
  justify-content: center;
  align-items: center;
   
 }
 .miscard{
   display: flex;
   flex-wrap: wrap;
   margin: auto;
   
  
 }
 .cardcss{
   width:61%;
 }
 .login_logo{
   /* height: 50px; */
   width: 100% !important;
 
 }
 


.css231{
   display: inline-flex;
   justify-content:space-between;
   width: 70px;
   height: 45px;
   font-size: 18px;
   color: black;
   }
.misStatusCss{
   display: inline-flex;
   flex-wrap: wrap;
/* font-size: 16px; */
  
}