.right-half {
  padding: 22px 0px;
  width: 20%;
}
.left-half{
  position: relative;
  left: 100px;
  width: 50%;
}
article.checkbox-container {
  display: flex;
}
.prayer-lists {
  width: 45%;
}
.audioPlayer {
  padding: 3px 30px;
  position: relative;
  bottom: 8px;
}
.nav-pills li a {
   color: #fff;
}
.py-3{
   margin: 20px;
}
.error{
   color: red;
}
li.w-100 {
   padding-left: 20px;
}
div#DataTables_Table_0_filter {
   display: none;
}
#filtertable{
   text-align: center;
}
.top-name{
   text-align:right;
}
a.paginate_button {
   padding: 5px;
   cursor: pointer;
}
.get_id{
   cursor: pointer;
   margin-top: 10px;
}
.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: 26px;
   width: 26px;
   left: 4px;
   bottom: 4px;
   background-color: white;
   -webkit-transition: .4s;
   transition: .4s;
 }
 
 input:checked + .slider {
   background-color: #2196F3;
 }
 
 input:focus + .slider {
   box-shadow: 0 0 1px #2196F3;
 }
 
 input:checked + .slider:before {
   -webkit-transform: translateX(26px);
   -ms-transform: translateX(26px);
   transform: translateX(26px);
 }
 
 /* Rounded sliders */
 .slider.round {
   border-radius: 34px;
 }
 
 .slider.round:before {
   border-radius: 50%;
 }
 .card.shadow-2-strong {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   width: 100%;
}

.card-body.p-5.text-center {
   display: flex;
   flex-direction: column;
   flex-basis: 100%;
   flex: 1;
}
.select2-results__option[aria-selected=true]:before {
   background-color: #ffcc01!important;
 }
 .select2-container--default.select2-container--focus .select2-selection--multiple{
   border-color: #ffcc01!important;
 }
.navbar-expand-sm .navbar-collapse {
   display: flex!important;
   flex-basis: auto;
}
 #features-section .list-group {
   display: grid;
   height: 100%;
}
#why-choose-section img, #features-section img {
   width: 100px;
   height: 100px;
   object-fit: contain;
   margin-right: 20px;
}
   /*  timepicker CSS */
.ui-timepicker-container {
 position: absolute;
 overflow: hidden;
 box-sizing: border-box;
}
   ul#myList,#int_name {
   list-style: none;
   background-color: #f4f4f4;
   padding: 10px;
   display:none;
}
.ui-timepicker {
 box-sizing: content-box;
 display: block;
 height: 205px;
 list-style: none outside none;
 margin: 0;
 padding: 0 1px;
 text-align: center;
}

.ui-timepicker-viewport {
 box-sizing: content-box;
 display: block;
 height: 205px;
 margin: 0;
 padding: 0;
 overflow: auto;
 overflow-x: hidden;
 /* IE */
}

.ui-timepicker-standard {
 /* overwrites .ui-widget */
 font-family: Verdana, Arial, sans-serif;
 font-size: 1.1em;
 /* overwrites .ui-widget-content */
 border: 1px solid #808080;
 color: #fff;
 /* overwrites .ui-menu */
 margin: 0;
 padding: 2px;
}

.ui-timepicker-standard a {
 border: 1px solid transparent;
 color: #fff;
 display: block;
 padding: 0.2em 0.4em;
 text-decoration: none;
 background-color: #121528;
}

.ui-timepicker-standard .ui-state-hover {
 /* overwrites .ui-state-hover */
 border: 1px solid #00c768;
 font-weight: normal;
 color: #fff;
}

.ui-timepicker-standard .ui-menu-item {
 /* overwrites .ui-menu and .ui-menu-item */
 /*clear: left;
   float: left;*/
 margin: 0;
 padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}

.ui-timepicker-hidden {
 /* overwrites .ui-helper-hidden */
 display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
 border: none;
}
   @media screen and (min-width: 1200px) {
       .col-xl-2 {
   flex: 0 0 auto;
   width: 17.666667%;
}
.logo img {
   width: 70px;
   margin: 0px 55px;
}
}
.nav-icons{
   width:27px;
}
ul#menu li {
   padding: 7px 0px;
}
@media (max-width: 768px) {
 nav.navbar.navbar-expand-sm.navbar-dark.bg-dark {
   height: 70px;
 }
 .navbar-expand-sm .navbar-collapse {
   display: flex;
   flex-basis: auto;
   position: relative;
   bottom: 45px;
   right: 20px;
 }
}
   .select2-container {
       min-width: 400px;
   }
   .select2-results__option {
       padding-right: 20px;
       vertical-align: middle;
   }
   .select2-results__option:before {
       content: "";
       display: inline-block;
       position: relative;
       height: 20px;
       width: 20px;
       border: 2px solid #e9e9e9;
       border-radius: 4px;
       background-color: #fff;
       margin-right: 20px;
       vertical-align: middle;
   }
   .select2-results__option[aria-selected=true]:before {
       font-family:fontAwesome;
       content: "\f00c";
       color: #fff;
       background-color: #f77750;
       border: 0;
       display: inline-block;
       padding-left: 3px;
   }
   .select2-container--default .select2-results__option[aria-selected=true] {
       background-color: #fff;
   }
   .select2-container--default .select2-results__option--highlighted[aria-selected] {
       background-color: #eaeaeb;
       color: #272727;
   }
   .select2-container--default .select2-selection--multiple {
       margin-bottom: 10px;
   }
   .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
       border-radius: 4px;
   }
   .select2-container--default.select2-container--focus .select2-selection--multiple {
       border-color: #f77750;
       border-width: 2px;
   }
   .select2-container--default .select2-selection--multiple {
       border-width: 2px;
   }
   .select2-container--open .select2-dropdown--below {
       
       border-radius: 6px;
       box-shadow: 0 0 10px rgba(0,0,0,0.5);

   }
   .select2-selection .select2-selection--multiple:after {
       content: 'hhghgh';
   }
   /* select with icons badges single*/
   .select-icon .select2-selection__placeholder .badge {
       display: none;
   }
   .select-icon .placeholder {
       display: none;
   }
   .select-icon .select2-results__option:before,
   .select-icon .select2-results__option[aria-selected=true]:before {
       display: none !important;
       /* content: "" !important; */
   }
   .select-icon  .select2-search--dropdown {
       display: none;
   }
   .radios .form-check {
       display: inline-block;
       padding: 0px 15px;
   }
   .buzzer_data, .announ_data{
       display:none;
   }
   button.playButton.btn.btn-primary {
       font-size: 13px;
       padding: 0px 8px;
       font-weight: bold;
   }
   .left-half, .right-half {
       display: table-cell;
       width: 10%;
   }
   label.error {
       display: none!important;
   }
   .title{
       padding: 10px 0px;
   }
   .menus {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .menus span.status {
      color: yellow;
  }


#dropdownUser1 span {
  word-wrap: break-word; 
  max-width: 100%;
}


a#dropdownUser1 {
  width: 150px;
}