
.pull-right{
  float: right;
}
#sMsg {
    position: absolute;
    /*z-index: 101;*/
    z-index: 11111;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    /*background: #97f39b;*/
    background: #8ada8eeb;
    color:#4a7b4a;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

#eMsg {
    position: absolute;
    /*z-index: 101;*/
    z-index: 11111;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    /*background: #f2dede;*/
    background: #e4bbbbf2;
    color:#bb5e5c;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}
#loading1{
  display:none;
}

.modalbox .login-img, #signup-modal .signup-img, #schllogin-modal .schlogin-img {
    margin: 0 auto;
}

.modalbox .modal-md, #schllogin-modal .modal-md, #forget-pass-parents .modal-md, #forget-pass-school .modal-md {
    width: 510px;
}



.error{
  color:red;
}

#subscription-settings .columns {
  float: left;
  width: 25%;
  padding: 8px;
}

#subscription-settings .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#subscription-settings  .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

#subscription-settings  .price .header1 {
  background-color: #111;
  color: white;
  font-size: 25px;
}

#subscription-settings  .price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

#subscription-settings  .price .grey {
  background-color: #eee;
  font-size: 20px;
}

#subscription-settings  .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  #subscription-settings  .columns {
    width: 100%;
  }
}


table.dataTable thead>tr>th{
  background: #01a3ff !important;
    color: #fff !important;
}

.buttons-excel, .buttons-csv{
  background: #01a3ff !important;
}

.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select
{
      border: 1px solid var(--border);
    padding: .3rem 0.5rem;
    height: 2.5rem;
    color: var(--text-dark);
    border-radius: 0.5rem;
}

.dataTables_wrapper .dropdown-toggle
{
  height: 40px !important;
}

/**** ***/
.alert-success {
    background-color: #1eba625e;
    border-color: rgba(30, 186, 98, 0.2);
    color: #1EBA62;
    position: absolute !important;
    z-index: 111111 !important;
    right: 20px !important;
    top: 10%;
}

.alert-danger {
    background-color: #fd535333;
    border-color: rgba(30, 186, 98, 0.2);
    color: #fd5353;
    position: absolute !important;
    z-index: 111111 !important;
    right: 20px !important;
    top: 10%;
}

.dataTables_paginate{
  display: block !important;
  float: right !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    
}

/*.dataTables_filter
{
   display: block !important;
  float: right !important;
}
#example1_previous{
  width: 2rem !important;
}

#example3_previous a{}

#example3_next a{
  float: right !important;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next
{
  height: 2rem !important;
  width: fit-content !important;
      border-radius: 9px !important;
}
.paginate_button.previous a,
.paginate_button.next a {
  visibility: hidden; /* Hide text */
}

/* Add < before Previous button */
.paginate_button.previous a::before {
  content: "<";
  font-size: 18px; 
  visibility: visible; 
  display: inline-block; 
}

/* Add > after Next button */
.paginate_button.next a::after {
  content: ">";
  font-size: 18px; 
  visibility: visible;
  margin-left: 5px; 
  display: inline-block; 
}

#example3_filter{
 float: right;
}
    
    
.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.news-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 350px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.news-item:hover {
  transform: scale(1.05);
}

.news-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news-item .content {
  padding: 15px;
}

.news-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.news-item p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}


.news-item a:hover {
  background-color: #0056b3;
}
.breadcrumbOwn{
    color: #000;
    padding: 10px 10px 3px 9px;
    margin-top: 10px;
}