@charset "utf-8";
/* CSS Document */
/*@import url("fonts.css?new=1222");*/

@import url("../rs-plugin/css/settings.css");
/*@import url("//stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css");*/
/*@import url("//maxcdn.bootstrapcdn.com/bootstrap/4.6.0/css/bootstrap.min.css");*/
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css");*/
/*@import url("bootstrapbootstrap.min.css");*/
@import url("stylesheet.css?r=11hh1jjj1");
@import url("animations/animate.min.css");
/*@import url("../fonts/font-awesome/css/font-awesome.css");*/
@import url("isotope/isotope-style.css");



.badge-rainbow {
     background: linear-gradient(270deg, 
                  #ff0000,  
                  #ff7f00,  
                  #0000ff,  
                  #4b0082,  
                  #8f00ff, 
                  #ff0000,
                  #ff0000,
                  #ff0000
                );
      animation: rainbowShift 10s linear infinite; 
      color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
/*
      font-weight: bold;
      font-size: 0.85rem;
      text-shadow: 0 1px 2px rgba(0,0,0,0.4);
      border: none;*/
/*      box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
      background-size: 400% 400%;
      animation: rainbowShift 8s linear infinite;
    }
 @keyframes rainbowShift {
      0% { background-position: 0% 50%; }
      100% { background-position: 100% 50%; }
    }
   
div {
/*    display: block;
    width: 100%;
*/}
.heading-1 {
display:block !important;
width: 100%;
}
.description {
width: 100%;
}
.description-1 {
width: 100%;
}
.navbar a {
color: #777;
}
.thead-dark th {
/*text-shadow: -1px 1px 0 rgba(255,255,255,0.3), 1px 1px 0 rgba(255,255,255,0.3), 1px -1px 0 rgba(255,255,255,0.3), -1px -1px 0 rgba(255,255,255,0.3) !important;*/
/*-webkit-text-fill-color: white;  Will override color (regardless of order) */
  -webkit-text-fill-color:rgb(255,255,255);
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.1);;
}
.thead-dark th.text-success{
	-webkit-text-fill-color:rgb(40, 167, 69);
}

.thead-dark th.text-warning {
	 -webkit-text-fill-color:rgb(255, 193, 7);
}
.thead-dark th.text-primary {
	 -webkit-text-fill-color:rgb(0, 123, 255);
}
.card-deck .google-auto-placed {
	display:none;
}

iframe[src^="https://www.filesharing.io"],
iframe[src^="https://www.sharing.wtf"] {
	border-radius: 7px !important;
}
.table {
    border-collapse: separate;
    border-spacing: 0px;
	border-radius: 7px;
}
.alert {
	border-radius: 7px;
}
.table .thead-dark th {
background-color: transparent !important;
  border-color: #dee2e6 !important;
}
