
[id$="err"]{
	color: #FF004C;
	FONT-SIZE:12PX;
	margin-left:20px;

}
.loadingAlert{
	width: 100%;
    height: 100%;
    background-color:transparent; 
    position: fixed;
    top: 0;
    left: 0;
	z-index:99999999 !important;
	color:rgb(59,89,152);
	font-weight:bold;
	display:none;
	
}
.loadingAlert div{
	margin: 0 auto;
	top:40%;
	position: relative;
	background: transparent url("assets/images/loader.png") no-repeat center; /* right top;*/
}

#loader {
	-webkit-animation: rotation 2s infinite linear;

    width: 100px;
    height: 100px;
  
   -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
	
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#preloader {
  position: fixed;
  z-index: 1111111111111;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;

 
}
#preloader-content {
  width: 200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-13deg);
  -ms-transform: translate(-50%, -50%) rotate(-13deg);
  transform: translate(-50%, -50%) rotate(-13deg);
}
.errorborder{
	border: 2px solid red;
}
.result_error, #fadeAlertMsg_err{
	background-color:red;
	color:white;
	padding:10px 25px;
	border-radius:20px;
	font-weight:bold;
}
.result_success, #fadeAlertMsg{
	background-color:#33CC33;
	color:#00360C;
	padding:10px 25px;
	border-radius:20px;
	font-weight:bold;
}
#fadeAlert,#fadeAlert_err{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index:99999999 !important;
	color:#001C61;
	display:none;
	
}
#fadeAlert div,#fadeAlert_err div{
	margin: 0 auto;
	top:40%;
	position: relative;
}
[id$="iscopied"]{
	color:red;
	
}
#reflink{
	border:none;
}
.custom-input{
	border:none;
	border: 2px solid #00360c !important;
	background:transparent;
	color:#00360c !important;
}
.modal-input{
	border:none !important;
	border-bottom: 3px solid #E32845 !important;
	background:transparent !important;
	color:#111D5E !important;
	border-radius: 0 !important;
}
/****CUSTOM INPUT-FILE STARTS******/
.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.file-input label {
  display: block;
  position: relative;
  width: 200px;
  height: 30px;
  border-radius: 15px;
  background: linear-gradient(40deg, #111D5E, #111D5E);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform .2s ease-out;
  margin-top:10px;
}
.file-name {
  position: absolute;
  bottom: -35px;
  left: 10px;
  font-size: 0.85rem;
  color: #555;
}
input:hover + label,
input:focus + label {
  transform: scale(1.02);
}
input:focus + label {
  outline: 1px solid #000;
  outline: -webkit-focus-ring-color auto 2px;
}

/****CUSTOM INPUT-FILE ENDS******/

.sm-btn-primary{
	background-color:#1A419C;
	cursor:pointer;
	color:#fff;
	border-radius:5px;
}
.sm-btn-purple{
	background-color:#00360C;
	cursor:pointer;
	color:#fff;
	border-radius:5px;
}
.sm-btn-danger{
	background-color:#FC6682;
	cursor:pointer;
	color:#fff;
	border-radius:5px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
 .bg-orange{background-color:#fb8c00!important;color:#fff!important;}
 .bg-purple{background-color:#00360C!important;color:#fff!important;}
 .bg-red{background-color:#FC6682!important;color:#fff!important;}
 .bg-green{background-color:green!important;color:#fff!important;}
 .bg-brown{background-color:brown!important;color:#fff!important;}
 
 
 .modal2 {
  padding: 0 !important;
}
.modal2 .modal-dialog2 {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal2 .modal-content2 {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal2 .modal-body2 {
  overflow-y: auto;
}

/****CUSTOM CHECKBOX STARTS****/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00360C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00360C;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  height:25px;
  width:50px;
}

.slider.round:before {
  border-radius: 50%;
}
/****CUSTOM CHECKBOX ENDS******/
/**********Genealogy****/
.gfg {
        cursor: pointer;
    }
       
    .gfg::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 8px;
    }
       
    .coverr{
        display: none;
    }
       
    .activee {
        display: block;
    }
       
    ol [type=a] {
        background-color: #1D8AFF;
        color: #fff;
    }
/*****Genealogy*****/
.closeModalBTN{
cursor:pointer;color:red;font-weight:bold;background:transparent;border:none;font-size:25px;
}
.modalFormFieldTitle{
	background-color:#110B59;font-weight:bold;color:#fff;display:inline;margin-left:0px;padding: 2px 5px;
}

.modalFormFieldErr{
	font-weight:bold;margin-left:10px;
}

.table-sortable > thead > tr > th {
    cursor: pointer;
    position: relative;
}

.table-sortable > thead > tr > th:after,
.table-sortable > thead > tr > th:after,
.table-sortable > thead > tr > th:after {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    right: 10px;
    top: 16px;
}

.table-sortable > thead > tr > th:after {
    border-left: 5px solid red;
    border-right: 5px solid red;
    border-top: 5px solid blue;
    border-bottom: 0px solid red;
}

.table-sortable > thead > tr > th:hover:after {
    border-top: 5px solid green;
}

.table-sortable > thead > tr > th.asc:after {
    border-left: 5px solid red;
    border-right: 5px solid red;
    border-top: 0px solid red;
    border-bottom: 5px solid blue;
}
.table-sortable > thead > tr > th.asc:hover:after {
    border-bottom: 5px solid green;
}

.table-sortable > thead > tr > th.desc:after {    
    border-left: 5px solid red;
    border-right: 5px solid red;
    border-top: 5px solid blue;
    border-bottom: 5px solid red;
}
.logo_line_5{
	background: transparent url('assets/images/white-logo.png') no-repeat !important;
	background-size: 106px 50px !important;
	width: 106px !important;
	height: 50px !important;
	background-color:red;
	
}
#nicEditCSS1 {
        border: 2px dashed #0000ff;
		width:100% !important;
}
/*****LISTSTYLEA: SAME IN C:\xampp\htdocs\digiedu.tech\scholars\css\style.css ****/
.liststyleA {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

.liststyleA li:not(.hasChildren):before {
  content: "•"; /* Insert content that looks like bullets */
  padding-left: 22px;
  padding-right: 8px;
  color: black; /* Or a color you prefer */
}

.liststyleA li.hasChildren:before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: red; /* Or a color you prefer */

}
/*********************************/

.centralwallet{
  border:none; background:transparent;color:yellow;width:100%;
}

.centralwallet+button{
  position:absolute;top:0;right:1px;background:yellow;color:black;border-radius:5px;
}
/*******CUSTOM SCROLL BAR STARTS*******/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00360C; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff0000; 
}
/**** CUSTOM SCROLL BAR ENDS*****/
.wallet_ele{
  display:none;
}
#submitDepositForm,#pop_div,#fgg{
  visibility:hidden;
}
.custom-fa{
   font-size:25px; color:#fff;background:#00360C;padding:5px;border-radius:40px;
}


/*** preloader ***/

.whirlpool {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    position: relative;
}

.ring:before {
    content: '';
    border-radius: 50%;
    border: 1px solid #00360C;
    height: 30px;
    width: 100px;
    position: absolute;
}

.ring1:before {
    left: 40px;
    width: 20px;
    top: 12px;
    height: 6px;
    animation: 2.5s ease 0s infinite spinner;
}

.ring2:before {
    left: 35px;
    width: 30px;
    top: 10.5px;
    height: 9px;
    animation: 2.5s ease 0.1s infinite spinner;
}

.ring3:before {
    left: 30px;
    width: 40px;
    top: 9px;
    height: 12px;
    animation: 2.5s ease 0.2s infinite spinner;
}

.ring4:before {
    left: 25px;
    width: 50px;
    top: 7.5px;
    height: 15px;
    animation: 2.5s ease 0.3s infinite spinner;
}

.ring5:before {
    left: 20px;
    width: 60px;
    top: 6px;
    height: 18px;
    animation: 2.5s ease 0.4s infinite spinner;
}

.ring6:before {
    left: 15px;
    width: 70px;
    top: 4.5px;
    height: 21px;
    animation: 2.5s ease 0.5s infinite spinner;
}

.ring7:before {
    left: 10px;
    width: 80px;
    top: 3px;
    height: 24px;
    animation: 2.5s ease 0.6s infinite spinner;
}

.ring8:before {
    left: 5px;
    width: 90px;
    top: 1.5px;
    height: 27px;
    animation: 2.5s ease 0.7s infinite spinner;
}

.ring9:before {
    width: 100px;
    height: 30px;
    animation: 2.5s ease 0.8s infinite spinner;
}

@keyframes spinner {
    0% {
        transform: translateY(10px);
        animation-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
    50% {
        transform: translateY(60px);
        animation-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
    100% {
        transform: translateY(10px);
        animation-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999;
    background-color: #fff;
}

.whirlpool {
    width: 68px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn-custom{
  background: #00360c;
  color:#f3e87c;
  border: none;
  padding:10px 15px;
}
.btn-custom:hover{
   background: #f3e87c;
  color:#00360c;
}
.btn-custom2{
  background: #f3e87c;
  color:#00360c;
  border: none;
  padding:10px 15px;
}
.btn-custom2:hover{
   background: #00360c;
    color:#f3e87c;
}
.label-form-error{
  border:2px solid maroon !important;
}