body{
	padding: 0;
	margin:0;
	font-family: Poppins; 
}

.theme-container{
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0;
background: #f1f4f6;
}
.dropdown-menu {
  font-size: 19px;
}
.dropdown-menu-right{
  /* right: 0!important;
  left: auto!important; */
}

.header{
background-color: #ffc107!important;
padding: 20px;
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
color: #000;
}

.forms-outer-div{
	padding:50px 0px;
}

.header h5{
	font-weight: 600;
}

.app-button{
	background-color: #185689;
	color: #fff;
	min-width: 120px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 50px;
	border:1px solid transparent;
}

.app-button:hover{
	background-color: #fff;
	color: #185689;
	min-width: 120px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 50px;
	border:1px solid #185689;
}

.outer-div{
  display: table;
  position: absolute;
 height: 100%;
 width: 100%;
 padding: 20px 0px 20px 0px;
}

.inner-div{
display: table-cell;
vertical-align: middle;
}

.centerdiv{
 /*width: 700px;*/
 background-color: #fff;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
 margin: 0 auto;
 min-height: 100px;
}


.centerdiv a{
	color: #000;
	text-decoration: underline;
}

.divider {
margin-top: 4rem;
margin-bottom: 0.5rem;
height: 1px;
overflow: hidden;
background: #e9ecef;
}

.custom-form-footer{
padding: 1rem 0rem 1rem 0rem;
border-top: 1px solid #e9ecef;
text-align: center;
margin-top: 12px;
}



.custom-form{
box-shadow: 0 0.76875rem 2.4875rem rgba(52,58,64,0.3), 0 1.3375rem 1.70625rem rgba(52,58,64,0.3), 0 0.55rem 0.53125rem rgba(0,0,0,0.05), 0 0.225rem 0.4375rem rgba(52,58,64,0.3);
border-radius: .25rem;

}

.custom-form-title{
width: 100%;
height: 80px;
background-color: #eee;
padding-top: 15px;
border-bottom: 1px solid #ddd;
line-height: 10px;
}


.custom-form-title h5{
/*opacity: .6;*/
color: #008f44;
}

.custom-form-title span{
color: #777;
}

.form-control{
border-radius:8.25rem;
}
.form-control:hover{
box-shadow: 0px 15px 10px -14px #999;   
}

.form-control:focus{
outline: none;
box-shadow: none;
}

.po-input{
margin-bottom: 1rem;
}

.title-custom-label{
margin-bottom: 0.5rem;
font-weight: 500;
color: #444;
}

.po-input label{
font-weight: 600;
margin-bottom: 0.3rem;
font-size: 18px;
color: #100e0e9e;
}

.po-input textarea{
height: 100px;
border-radius: 20px;
}

.custom-form-body{
padding: 1.25rem;
}

.bottom-buttons .btn-save, .custom-form .btn-save, .bottom-buttons .button-outline:hover{
background-color:#008f44;
border:1px solid transparent;
color:#fff;
}

.bottom-buttons .btn-save:hover, .bottom-buttons .button-outline, .custom-form .btn-save:hover{
background-color:#fff;
border:1px solid #008f44;
color: #008f44;
}

.form-control .error{
  border-color: #dc3545;
}

.error{
color: #dc3545 !important;
font-size: 13px!important;
font-style: italic!important;
margin-top: 6px!important;
display: block!important;
position: relative!important;
/*float: left;*/
width: 100%!important;
}

#loginForm .form-check-label {
position: absolute;
left: 20px;
top: 0px;
float: left;
width: 100%;
}

.main-header{
background-color: #ffc107;
border-radius: 0rem;
}

.sub-header{
background-color: #185689;
color: #fff;
}
.sub-header span{
  font-size:20px;
  font-weight: 500;
}
.add-btn {
padding: 5px 10px;
font-size: 16px;
text-align: center;
cursor: pointer;
outline: none;
color: #185689;
background-color: #f1f4f6;
border: none;
border-radius: 8px;
box-shadow: 0 5px #f1f4f6;
}
 td.no-wrap{
         white-space: nowrap;         /* Prevent text wrapping */
        overflow: hidden;            /* Hide overflowed text */
        text-overflow: ellipsis;     /* Show "..." when text is too long */
        max-width: 200px;     
    }


    .slide_link_td i{
        cursor: pointer;
    }
 .round-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /*width: 40px;
  height: 40px;*/
  /*background-color: #28a745;*/
  color: white;
  font-size: 16px;
  cursor: pointer;
}

 .round-icon i{
    padding:3px;
    color: white
 }
.reject-icon {
  background-color: #dc3545; /* Red */
}

.round-icon:hover {
  opacity: 0.9;
}
.add-btn:hover, .add-btn:active{
background-color: #50a6eda8;
color: #f1f4f6;
}
.btn{
  border-radius: 20px;
}
.sample-table-btn.btn-warning {
   background-color:#ffd234!important;
   border-color: #ffd234!important;
}
.sample-table-btn.btn-success,.btn-success,.badge-bg-success {
   background-color:#72bb39!important;
   border-color: #72bb39!important;
}
.sample-table-btn.btn-danger {
   background-color:#f36a6a!important;
   border-color: #f36a6a!important;
}
.edit-btn {
padding: 5px 10px;
font-size: 16px;
text-align: center;
cursor: pointer;
outline: none;
color: #f1f4f6;
background-color: #185689;
border: none;
border-radius: 20px;
/* box-shadow: 0 5px #185689; */
}
/*member tree css start*/
.member-tree-container { 
  flex-grow: 1; 
  overflow: auto; 
  justify-content: center;
  background-color: #fff;
  padding: 20px;
}

.basic-style { 
  background-color: #EFE6E2; 
}

.member-tree-item-parent p { 
  font-weight: 400; 
  color: #DE5454;
}

.member-tree { 
  font-family: inherit; 
  margin-top: 25px;
  color: #CCC;
}

.member-tree .member { 
  text-align: center;
  position: relative;
}

.member-tree .member-img{ 
  width: 80px; 
  height: 80px;
  /*border: 2px solid #d7d7d7; */
  border:2px solid rgb(207 0 0);
  border-radius: 100%; 
  overflow: hidden; 
  /*background-color: #f7f7f7;*/
  text-align: center;
  margin: 0px auto 3px auto;
}

.member-tree  .lavel{
    color: #444!important;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 5px; 
    border-bottom: 2px solid rgb(207 0 0);
  }

.member-tree .member-img img{ 
  width: 100%;
  height: 100%;
}

.member-tree .member p.name {
 /*background-color: #f7f7f7; */
 padding: 5px; 
 font-size: 12px; 
 font-weight: normal; 
 color: #444; 
 margin: 0px; 
 position: relative;
 border:2px solid rgb(207 0 0);
}

.member-tree .member p.name:before { 
  content: ''; 
  position: absolute; 
  width: 2px; 
  height: 5px; 
  background-color: #185689; 
  left: 50%; 
  top: 0; 
  transform: translateY(-100%);
}


.member-tree-wrapper { 
  display: flex;
}

.member-tree-wrapper .member-tree-item { 
  display: flex;
  flex-direction: column; 
  margin: 14px auto 0px auto;
}

.member-tree-wrapper .member-tree-item .member-tree-item-parent { 
  margin-bottom: 0px; 
  position: relative; 
  display: flex; 
  justify-content: center;
}

.member-tree-wrapper .member-tree-item .member-tree-item-parent:after { 
  position: absolute; 
  content: ''; 
  width: 2px; 
  height: 17px; 
  bottom: 0; 
  left: 50%; 
  background-color: #185689; 
  transform: translateY(100%);
}


.member-tree-wrapper .member-tree-item .member-tree-item-children { 
  display: flex; 
  /*justify-content: center;*/
  margin-top: 16px;
}

.member-tree-wrapper .member-tree-item .member-tree-item-children .member-tree-item-child { 
  padding: 0 13px;
  position: relative;
  margin: 0px;
  display: inline-block;
    
 }

.member-tree-wrapper .member-tree-item .member-tree-item-children .member-tree-item-child:before, .member-tree-wrapper .member-tree-item .member-tree-item-children .member-tree-item-child:after { 
  content: ''; 
  position: absolute; 
  background-color: #185689;
  left: -1px;
}

.member-tree-wrapper .member-tree-item .member-tree-item-children .member-tree-item-child:before { 
  left: 50%;
  top: 15px;
  transform: translateY(-100%);
  width: 2px;
  height: 16px;
}

.member-tree-wrapper .member-tree-item .member-tree-item-children .member-tree-item-child:after { 
  top: 2px;
    transform: translateY(-100%);
    height: 3px;
    width: 100%;
}

.member-tree-wrapper .member-tree-item .member-tree-item-children .link-child:after { 
  content: ''; 
  position: absolute; 
  background-color: #185689;
  left: -1px;
}

.member-tree-wrapper .member-tree-item .member-tree-item-children .link-child:after{ 
  top: 2px;
    transform: translateY(-100%);
    height: 0px!important;
    
    width: 100%;
}


.member-tree-wrapper .member-tree-item .member-tree-item-children .member-tree-item-child:first-child:after { 
  left: 50%; 
  width: 50%;
} 

.member-tree-wrapper .member-tree-item .member-tree-item-children .member-tree-item-child:last-child:after { 
  width: calc(50% + 1px);
}

.member-tree .add-member{
  position: absolute;
  right: 2px;
  top: 4px;
  background-color: #ffc107;
  height: 22px;
  width: 22px;
  border-radius: 100px;
  text-align: center;
  line-height: 22px;
}

.member-tree .add-member i{
  font-size: 12px;
  color: #121312;
  cursor: pointer;
  text-align: center;
  line-height: 22px;

}

.member-tree-item-children .member-tree-item .member-tree-item-children{
width:299px;
padding: 25px 0px;
overflow-x:auto;
}


/* .multi-fields::-webkit-scrollbar {
height: 6px;
width: 6px;
}


.multi-fields::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgb(231, 239, 231); 
border-radius: 10px;
}


.multi-fields::-webkit-scrollbar-thumb {
background: #eee;
border-radius: 10px;
}


.multi-fields::-webkit-scrollbar-thumb:hover {
background:rgb(207 0 0);
} */

.member-tree-item-child .member-tree-item .member-tree-item-parent:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 0px!important;
  bottom: 0;
  left: 50%;
  background-color: #185689;
  transform: translateY(100%);
}

  .add-field {
    height: 40px;
    /* width: 40px; */
    background-color: green;
    /* font-size: 20px; */
    color: #fff;
    float: left;
    text-align: center;
    /* line-height: 40px; */
    cursor: pointer;
    margin-left: 20px;
    margin-top: 18px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

    /* .multi-fields{
    
     padding-bottom: 20px;
      max-width: 600px;
    overflow-x: scroll;
    white-space: nowrap;
    margin: auto;
     } */

     .multi-field{
        /* display: inline-block; */
        /*width: 250px;*/
     }

    .remove-field{
       cursor: pointer;
      font-weight: bold;
      background: #ff000036;
      /* margin-top: 25px; */
      color:red;
  }

/*member tree css end*/




/*datatables page css start*/

.table {
width: 100%;
margin-bottom: 1rem;
color: #495057;
}

.table-responsive-shadow {
box-shadow: 0 .3rem 0.3rem rgba(0,0,0,.15)!important;
}

.profile-table tr, .profile-table th,.profile-table td{
border:none!important;
padding-bottom: 0px;
}

table tbody tr:last-child{
	border: 1px solid #dee2e6;
}

/*.table-tr-bg, .table-tr-bg:hover{
background-color: #008f44!important;
font-weight: bold;
color: #fff;
}
*/
.text-bold{
font-weight: 600;
width: 40%;
color: #555;
font-size: 15px;
}

table.dataTable thead th, table.dataTable thead td {
padding: 10px 18px;
border-bottom: 1px solid transparent!important;
}

div.dataTables_wrapper div.dataTables_filter input{
margin-left: 0.5em;
display: inline-block;
width: auto;
border: 1px solid #ccc;
}

div.dataTables_wrapper div.dataTables_filter input:focus{
outline: 0px;
}

table.dataTable tfoot th, table.dataTable tfoot td {
padding: 10px 18px 6px 18px;
border-top: 1px solid #ccc!important;
}

table.dataTable thead th, table.dataTable tfoot th {
font-weight: 700;
font-size: 18px;
}

.table-bordered td, .table-bordered th {
/*border: 1px solid #ccc; */
}

table .th-width{
min-width: 144px;
}

table th{
font-size: 18px;
}

.dataTables_wrapper .dataTables_paginate {
float: right;
text-align: right;
margin-top: 20px;
padding: 0!important;
border: 1px solid #eee;
}

.table-bordered td, .table-bordered th {
/*border-bottom: 1px solid transparent; */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
background: #185689!important;
color: #fff !important;
/*opacity: .45;*/
}



.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: white !important;
border: 1px solid transparent!important;
background-color: #eee!important;
color: green!important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: black !important;
background: linear-gradient(to bottom, #eee 0%, #ccc 100%)!important;
border: 1px solid transparent!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
border-right: 1px solid #eee!important;
}

#dtBasicExample thead:hover{
background-color:transparent!important;
}

/*#dtBasicExample tbody tr:hover{
background-color:#f5e2a8!important;
}*/

/*datatables page css end*/

/*subscroption plans page css start*/
.custom-card .custom-card-header {
    background-color: #f6f6f6
}

.custom-card:hover{
  border-color:#185689;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.custom-card .custom-card-header .custom-card-content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4
}

.custom-card .custom-card-header .custom-card-content .head span {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}



.custom-card .custom-card-btn a {
    border: 1px solid #185689;
    color: #185689;
}

/*.custom-card.active .custom-card-header .custom-card-content .head_bg,*/
.custom-card:hover .custom-card-header .custom-card-content .head_bg {
    border-color: #185689;
    color: #fff
}

.custom-card:hover .custom-card-header .custom-card-content .head span,
.custom-card.active .custom-card-header .custom-card-content .head span {
    color: #fff
}

.custom-card:hover .custom-card-btn a{
    background-color: #185689;
    color: #fff;
}

   

.custom-card {
    overflow: hidden;
    position: relative;
    text-align: center
}

.custom-card .custom-card-header {
    margin: 0 0 10px 0
}


.custom-card .custom-card-header .custom-card-content .head_bg {
    border-style: solid;
    border-width: 50px 1329px 0px 399px;
    position: absolute;
}

.custom-card .custom-card-header .custom-card-content .head {
    padding-top: 15px;
    position: relative;
    z-index: 1
}


.custom-card .custom-card-btn {
    margin: 10px 0 0px
}

.custom-card .custom-card-btn a {
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    outline: medium none;
    padding: 6px 20px;
    text-decoration: none;
}

.custom-card .card-body span{
  font-size: 20px;
}
.radio-group-box {
    display: block;
    width: 100%;
    padding: .15rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

/* .user-profilePic{
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: auto;
} */
 input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;  /* ensure text stays black */
}

.form-check {
      margin-right: 10.5rem;
    }
    .form-control.is-valid,
.form-control.is-invalid,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
  transition: none !important;
  animation: none !important;
}
    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked,.form-check-input.is-valid, .was-validated .form-check-input:valid,.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid, .was-validated .form-check-input:valid{
      color:black !important;
    }
    .form-check-input.is-valid, .was-validated .form-check-input:valid{
      border-color:black !important;
    }
 .form-check-input:checked {
      background-color: #0d6efd !important; /* Bootstrap primary blue */
      border-color: #0d6efd !important;
    }
     .form-check-input:focus {
      box-shadow: none;
    }
    .form-check-label {
      font-weight: 500;
      color: #333;
      margin-top: 1px;
    }
.user-profilePic img{
  /* display: inline-block; */
  /* width: 120px;
  height: 120px;
  border-radius: 50%;

  object-fit: cover; */
}

/*subscription pla page css end*/
@media screen and (min-width: 768px) and (max-width: 1024px){
.top-header .right-contents{
margin-left: auto!important;
}
}



@media (max-width: 1335px){
.profile-content-left .profile-heading , .profile-content-left .profile-subheading{
display: none;
}
}

@media (max-width: 1125px){
.top-header-left .nav{
display: none;
}
}

.file {
 visibility: hidden;
 position: absolute;
 }
 .browse-btn, .browse-btn:focus{
 background-color: transparent;
 border:0;
 padding: 0px 6px;
 box-shadow: 0px!important;
 outline: none!important;
 }
 .input-file{
 height: 100%;
 background-color: #fff;
 border:0;
 width: 60%;
 }
 
.app-card{
margin:20px;
}

.pieChart {
/*height: 400px;*/
position: relative;
width: 100%;
text-align: center;
/*background-color: #eef1f3;*/
margin: 0;
/* left: 50%; */
}


.check-box,.round {
/*display: block;*/
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #555;
}


.check-box input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}


.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #ddd;
}


.check-box:hover input ~ .checkmark {
background-color: #ccc;
}


.check-box input:checked ~ .checkmark {
background-color: #185689;
}


.checkmark:after {
content: "";
position: absolute;
display: none;
}


.check-box input:checked ~ .checkmark:after {
display: block;
}


.check-box .checkmark:after {
left: 7px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
