@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
   font-family: 'IBM Plex Sans', sans-serif;

}
body{
	padding: 0;
	margin: 0;
	font-family: 'IBM Plex Sans', sans-serif;
	background-color: #fafbfd;
	width: 100%;
	overflow-x: hidden;
}
#staticBackdrop {
    opacity: 1 !important;
    
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
tr th td{
	font-family: 'IBM Plex Sans', sans-serif;
}
ul.pagination {
    position: relative;
 float: right;
}
.sidebar {
    border-right: 0px solid rgba(72, 94, 144, 0.16);
    background-color: #fff;
    box-shadow: 0px 0px 7px #ccc;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    width: 22%;
}
.sidebar::-webkit-scrollbar {
  width: 8px;
}
.banner{
	background-color: #fff;
	box-shadow: 0px 0px 7px #ccc;
	border-radius: 10px;
	padding: 12px;
	width: 100%;
}
ul.manage li {
      padding: 0;
    list-style: none;
    font-size: 16px;
    height: 48px;
    display: flex;
    align-items: center;
}
li.dropdawn {
    display: block !important;
    height: auto !important;
}
ul.manage li a {
 color: #172b4c;
}
ul.manage li a.active{
  background-color: #00baff;
  color:#fff;
  padding: 8px;
  border-radius: 8px;
  width: 93% !important;
  display: block;
  text-decoration: none;
  position: relative;
    right: 10px;
}
li.dropdawn {
    cursor: pointer;
}
div#example_filter {
    text-align: right;
}
table#example1 tbody tr td:nth-child(3) {
 width: 35%;
}
/*th.sorting {
    width: 22% !important;
}*/
i.fa.fa-eye {
    font-size: 20px;
    padding: 4px;
    
}
i.fa.fa-trash-o{
	 font-size: 20px;
    padding: 4px;
   
}
ul.manage li a:hover{
 /*color: #00baff;*/
 text-decoration: none;
}
.add:hover{
	background-color: #0052cc;
	color: #fff;
}
.add {
    color: #0052cc;
    background-color: transparent;
    border: 1px solid #0052cc;
    padding: 7px;
    border-radius: 22px;
    font-size: 17px;
    width: 15%;
    margin: 10px 0px;
    cursor: pointer;
}
.addtopic img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}
.addtips img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}
.addsubscription img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}
.addpayment img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}
.addbroadcast img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}
.addtopics img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}
/*.addbroadcast img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}*/
.addtopic {
    text-align: end;
    margin: 10px 0px;
}

.addtips {
    text-align: end;
    margin: 10px 0px;
}
.addsubscription{
    text-align:end;
    margin: 10px 0px;
}
.addtips{
    text-align: end;
    margin: 10px 0px;
}
.addpayment{
    text-align: end;
    margin: 10px 0px;
}
.addbroadcast{
    text-align: end;
    margin: 10px 0px;
}
.addtopics{
    text-align: end;
    margin: 10px 0px;
}
img.topicimage {
    width: 50px;
    border-radius: 10px;
    height: 50px;
}
.main-heading {
    padding: 12px 7px;
}
ol.breadcrumb{
	padding: 12px 7px;
	font-size: 20px;
}
button.edit {
    border: 1px solid #036e60 ;
    border-radius: 8px;
    color: #036e60 ;
    width: 47%;
    background-color: #fff;
    cursor: pointer;
}
button.edit:hover{
	background-color:#036e60 ;
	color: #fff;
}
.delet {
    margin: 10px 18px;
}
button.delet:hover{
	background-color: red;
	color: #fff;
}
ul.manage li img {
    width: 100%;
}

i.fa.fa-plus-square-o {
    margin: 0px 10px;
}

.selecttime {
    display: flex;
    margin: 10px 3px;
}
.save:hover{
     background-color:#00baff;
     color: #fff;
}
.save{
   color:#00baff;
   background-color: transparent;
   border-color:  black;
    border-radius: 29px;
    box-shadow: none;
    border: 1px solid #00baff;
    cursor: pointer;
    line-height: inherit;
    padding: 8px 16px;
    font-size: 20px;
    width: 14%;
}
.form-save{
    text-align: end;
}
label.form-label {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
}
input.form-control.part {
    font-size: 14px;
  height: 9%;
}
/*input.form-control.past {
    height: 12%;
    font-size: 14px;
}*/
label.form-check-label {
    font-size: 16px;
    font-weight: 500;
}
input#flexRadioDefault1 {
    margin: 10px 0px;
}
input#flexRadioDefault2 {
    margin: 10px 2px;
}

.form-check.form-switch {
    padding-left: 45px;
}
.back {
    width: 100%;
    position: relative;
    right: 3%;

}
.sidebar img {
    width: 76%;
    padding: 12px;
}
.option {
    display: flex;
    margin: 10px 0px;
}
.option.form-check{
    margin: 10px 5px;
}

button#add {
    border: 0;
    background: none;
     cursor: pointer;
}
button#add1 {
    border: 0;
    background: none;
     cursor: pointer;
}
button#add2 {
    border: 0;
    background: none;
     cursor: pointer;
}
button.delete {
    border: 0;
    background: none;
    cursor: pointer;
}
.textdata {
    display: flex;
}
.textdata input#flexCheckDefault {
    margin: 1px 10px;
    height: 24px;
    width: 25px;
}
.selecttime input#flexRadioDefault1 {
    margin: 1px 7px 0px 0px;
    font-size: 22px;
}
.selecttime input#flexRadioDefault2 {
    margin: 3px 9px;
    font-size: 22px;
}

.selecttime input#flexRadio1 {
    margin: 1px 7px 0px 0px;
    font-size: 22px;
}
.selecttime input#flexRadio2 {
    margin: 3px 9px;
    font-size: 22px;
}


.selecttime input#flexRadioDefault3 {
    margin: 3px 9px;
    font-size: 22px;
}
.selecttime input#flexRadioDefault4 {
    margin: 3px 9px;
    font-size: 22px;
}
.option input#flexRadioDefault3 {
    margin: 1px 7px 0px 0px;
    font-size: 22px;
}
.option input#flexRadioDefault4 {
    margin:1px 7px 0px 0px;
    font-size: 22px;
}
.option input#flexRadioDefault5 {
    margin: 1px 7px 0px 0px;
    font-size: 22px;
}
.form-check.one {
    padding-left: 0;
}
input.form-control.past {
    padding: 11px 12px;
    height: auto;
    font-size: 16px;
    font-weight: 500;
}
h4.assign {
    margin: 4px 0px 0px 5px;
    cursor: pointer;
}
/*span.select2.select2-container.select2-container--default {
    width: 100% !important;
    padding: 0;
    left: 8px;
}*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da;
    outline: 0;
    width: 98% !important;
    padding: 7px 3px 15px 9px;
    font-size: 14px !important;
}
span.select2-selection.select2-selection--multiple {
    padding: 11px;
    font-size: 14px;
}
h6.addoption {
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 500;
}

.option-imagedata h4 {
    margin: 0px 0px 10px 0px;
}
h4.admin-setting {
    font-size: 27px;
    color: #00baff;
}
td.assign img {
    cursor: pointer;
}
div#example1_filter {
    text-align: end;
}
div.dataTables_info {
    font-size: 18px;
    margin-top: 17px;
    font-weight: 400;
}
li#example1_previous a {
    font-size: 18px;
}
li.dataTables_filter a {
   font-size: 18px; 
}
li.paginate_button.active a {
    font-size: 18px;
     cursor: pointer;
}
li.paginate_button a {
    font-size: 18px;
}
div.dataTables_filter input.form-control.input-sm {
    width: 227px;
    margin-left: 12px;
    font-size: 18px;
}
div.dataTables_length label {
    font-size: 18px;
}
div.dataTables_filter label {
    font-size: 18px;
    margin-bottom: 16px;
}

div.dataTables_length select.form-control.input-sm {
    font-size: 16px;
    padding-top: 0px;
    text-align: center;
}

.form-floating textarea#floatingTextarea {
    height: 12%;
    font-size: 18px;
}
.addtips.examples {
    display: none;
}
.examples_0 {
    display: block !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #00baff;
    border-color: #00baff;
}
li.breadcrumb-item a {
    color: #00baff;
}
span.next a:hover
{
   color: #fff; 
   padding: 6px ;
}
span.next a
{
   color: #00baff; 
       padding: 6px; 
}
span.next  {
    border: 1px solid #00baff;
    padding: 6px 22px;
    border-radius: 20px;
    font-size: 19px;
    color: #00baff;
    cursor: pointer;
}
span.next:hover{
    background-color: #00baff;
    color: #fff;
}
.tableShow {
    display: block !important;
}
.addtopic img:hover {
    box-shadow: 0px 0px 7px #ccc;
    cursor: pointer;
}
.hide {
  display: none;
}
    
.myDIV:hover + .hide {
  display: block;
  color: red;
}
.select2-results__option .select2-results__option--selectable .select2-results__option--selected{
    font-size: 20px !important;
}
span.select2-results ul li {
    font-size: 16px!important;
    width: 98%;
    margin: auto;
}
.views {
    display: flex;
    justify-content: space-between;
    width: 59%;
}
.views h5 {
    font-size: 16px;
    margin: 9px;
  
}
.banner-1 {
    background: #fff;
    padding: 12px;
    width: 44%;
    margin: auto;
    margin-top: 5%;
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 10px;
   padding-bottom: 20px;
  
}
.logo img {
    width: 100%;
}
.logo {
    width: 35%;
    margin: auto;
}
.banner-1 h1 span {
   padding: 12px 0px;
    color:#00baff;
}

.banner-1 h1 {
    text-align: center;
    padding: 12px;
  
}
button{
    cursor: pointer;
}
 button.form-login {
    background: #ffff;
    border: 1px solid #00baff ;
    border-radius: 8px;
    width: 100%;
    padding: 7px;
    color: #00baff;
    font-size: 20px;
    margin-top: 14px;
     cursor: pointer;
}
 button.form-login:hover {
    background: #00baff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
 
}
.reminder {
    display: flex;
    justify-content: space-between;
}
.reminder input#flexCheckDefault {
    margin: 2px 6px 0px 0px;
    font-size: 20px;
}
.reminder .form-check {
    padding-left: 0;
}
h4.forgot {
    color:#00baff;
    text-decoration: none;
}
a:hover {
    color:#00baff;
  text-decoration: none; 
}
.intro{
    transform: rotate(183deg);
}
i{
    transform: rotate(360deg); 
}


td{
    font-size: 15px;
    font-weight: 400;
}
th {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.dataTables_filter{
        text-align: end;

}
.card h4,h3{
    font-size: 17px;
}
.card{
    padding: 12px;
    height: 120px;
    box-shadow: 0px 0px 7px #ccc;
}
.card {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
  .card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00baff;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  .card:hover:before {
    transform: scale(21);
  }


.card:hover {
 
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
 .card:hover h4 {
    transition: all 0.3s ease-out;
    color: #ffffff;
    font-size: 17px;
  }
  .card:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
    font-size: 17px;
  }
  .card svg:hover {
    color: #fff;
    margin: 0px 10px;
}
img {
    cursor: pointer;
}


img.assign {
    cursor: pointer;
}
table#example {
    white-space: nowrap;
}
.total {
    display: flex;
    justify-content: space-between;
}
.icon svg {
    margin: 0px 10px;
}
.modal-body h6 {
    font-size: 16px;
    text-align: center;
    padding: 12px;
}
.modal-title {
    font-size: 20px;
}
.back-home {
    font-size: 20px;
    cursor: pointer;

}
.back-home i{
    color: #000000;
}
.back-home span {
    margin: 10px;
}
td.success {
    color: #7ce07c;
    background: transparent !important;
}
td.failed {
    color: red !important;
    background: transparent !important;
}

td.username{
cursor: pointer;
}
input.date {
    padding: 5px;
    border-radius: 6px;
    height: 33px;
    z-index: 99999;
     font-size: 16px;
}
span.date {
    margin: 4px 10px;
    font-size: 17px;
    font-weight: 700;
}
.filter {
    position: relative;
    left: 20%;
    top: 30px;
    z-index: 99999;
    display: flex;   
}

button.dropdown-toggle {
    margin-top: 0 !important;
    margin: 0px 10px;
    background: #ffff;
    border-radius: 8px;
    width: 105px;
    padding: 4px;
    font-size: 16px;
    cursor: pointer;
}

a.dropdown.active {
    background: #00baff !important;
    color: #fff;
    font-size: 16px;
}
a.dropdowns{
    font-size: 16px;
}
.nexttopic {
    margin: 10px 0px;
}
.parsley-required{
    color: #FF0000;
}

.alert.alert-danger.alert-dismissible {
    font-size: 16px;
}
.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    width: 450px !important;
    height: 350px;
}
.swal2-icon.swal2-warning {
    border: 3px solid #facea8;
    color: #f8bb86;
    width: 115px !important;
    height: 115px;
    font-weight: 800;
}
h2#swal2-title {
    padding: 0px;
    font-size: 34px;
}
button.swal2-cancel.swal2-styled.swal2-default-outline {
    font-size: 16px;
    padding: 7px 39px;
}
button.swal2-confirm.swal2-styled.swal2-default-outline {
    padding: 7px 34px;
    font-size: 16px;
}
textarea#description {
    font-size: 18px;
    padding: 6px;
}
.parsley-required {
    color: #FF0000;
    font-size: 18px;
}