body{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
.btn,
.form-control {
    font-size: 13px;
}
.h2, h2 {
    font-size: 1.5rem;
}
.h3, h3 {
    font-size: 1.3rem;
}
.h4, h4 {
    font-size: 1.4rem;
}
li.nav-item.dropdown a svg {
    float: right;
}
.login-col{
    background: #f4f4f4;
border-radius: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #5d87ff;
    border-color: #5d87ff;
}
thead{background: #5d87ff;}

thead th{color:#fff;}

h2{
    background-color:none;
}

table tr:nth-child(even) {
    background-color: #f4f4f4;
}

.btn-primary:hover{
	background: #5d87ff!important;
	border:#5d87ff !important;
}

.edit-btn , .delete-btn , .add-btn , .export-btn{
    background: none;
    color: #000;
    padding: 0 2px;
    border: none;
}
button.delete-button {
    border: 0;
    padding: 0 2px;
}
.top-btn{
	text-align: end;
}

    
.voilet , .light-yellow , .sky-blue{
    padding: 40px;
   /* margin: 0 18px;*/	
   margin-bottom: 15px;
}
.voilet h4 , .light-yellow h4 , .sky-blue h4{
   text-align: center;
}
.voilet{
    background: #ecf2ff;
}
.light-yellow{
    background: #fef5e5;
}

.sky-blue{
    background: #e8f7ff;
}

a:hover{
    text-decoration: none;
}

.login-row{
    height: 100vh;
    align-items: center;
}
.add-btn {
    background: #5d87ff ;
    color:#fff;
}
.export-btn {
    background:#218838;
    margin-left: 5px;
    color:#fff;
}
.add-btn i , .export-btn i{
    font-size: 16px;
    color:#fff;
    margin-left: 2px;
}

.switch{
    width: 25px !important;
    height: 14px !important;
}

.slider:before {
    height: 12px !important;
    width: 12px !important;
    left: 0px !important;
    bottom: 1px !important;
}
input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
span.asterick {
    margin-left: 3px;
    color: red;
}
.select2-container{
    width:100% !important;
}
.select2-container--default .select2-selection--single{
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}
.custom-control{
    display: inline-block;
    margin-bottom: 5px;
}
label {
    font-size: 14px;
    margin-bottom: 3px;
}
.top-btn a.btn {
    padding: 2px 5px;
}    
ul#suggestions {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul#suggestions li {
    background-color: transparent;
    color: #6a6a6a;
    padding: 6px;
    border: 1px solid #ced4da;
    border-bottom: 0;
}
ul#suggestions li:last-child {
    border-bottom: 1px solid #ced4da;
}
ul#suggestions li:hover {
    background-color: #5897fb;
    color: #fff;
}