 .round-box{
  border-radius: 6px !important;
 }

 .left-sidebar{
 	height: calc(100% - 64px);
 }

 .cursor-pointer{
 	cursor: pointer;
 }

 .login-bg{
 	background-image: url('../assets/images/background/Background.png');
 	background-repeat: no-repeat;
 	background-size: cover;
 	background-position: center center;
 }

 .select2.select2-container.select2-container--default {

    width: 100% !important;

}
.select2-selection__rendered {

    min-width: auto !important;

}

.fixed-height-box{
	min-height: 117px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

  @media only screen and (min-width: 768px) {
   .dashboard_card{
	   max-width:20%;
   }
}



@media (min-width: 992px){
.dashboard_card{
	max-width:20% !important;
	
}
}
.font_dahboard {
	font-weight: 600;
	font-size:2rem;
}

 @media only screen and (max-width: 767px) {
	#british-banner-desktop{
		display: none
	}
	.left-sidebar{
		height: unset !important
	}
	.navbarSupportedContent{
		max-width: 843px
	}
	.border-top-small-device{
    border-top-left-radius: 22px;
	border-top-right-radius: 22px;
    }
	body{
		background: #fff !important;
	}

}


.view-modal-width {
    max-width: 1200px !important;
    
}

.view-modal-mid-width {
    max-width: 1020px !important;
    
}

.modal-header{
	    background-color: #27a9e3 !important;
    color: white !important;
}

#navbarSupportedContent {
    background-color: #27a9e3 !important;
}


.page-wrapper>.container-fluid {
    padding: 5px 20px !important;
   
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    background: #136488 !important;
   
}
#main-wrapper .left-sidebar[data-sidebarbg=skin5]{
   
    padding-top: 15px !important;
}

.topbar .top-navbar .navbar-header .navbar-brand {
   
    background-color: #1f262d !important;
}


.progress{
  height: 20px !important;
  background-color: #d8d8d8 !important;
}

 .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%;
 }

 .dashboard-main-card{
	 padding: 0px !important;
 }

 .form-control, .select2{
	border: 1px solid #b5b5b6 !important;
 }