@import 'fonts.css';

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin: 0
}
p{
	margin: 0
}

body {
    font-family: 'CircularStd';
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar {
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 20px 20px 50px 20px;
    position: fixed;
    width: 270px;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    transition: 0.5s;
    background: #FFFFFF;
    box-shadow: 0 12px 30px rgba(80, 143, 244, 0.1);
}

.sidebar.hide_sidebar{
	left: -270px
}
.main_content.slide-left{
	padding-left: 0;
}

.main_content.slide-left.large_header_bg::before{
	left: 0
}

.sidebar .logo {
    background: #fff;
    border-radius: 7px;
    padding-bottom: 20px;
}
.sidebar .logo a{
	display: block;
}
.sidebar .logo img{
	width: 100%;
}

.header_iner {
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 30px 15px;
    position: relative;
    border-radius: 0px;
    margin: 0;
    border-radius: 0 0 10px 10px;
}

.main_content {
    padding-left: 270px;
    width: 100%;
    padding-top: 0px !important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    padding-bottom: 90px;
}

.serach_field-area{
    position: relative;
    top: -148px
}

.header_iner .header_right .header_notification_warp {
    margin-right: 50px;
    margin-left: 40px;
}
.header_iner .header_right .header_notification_warp li {
    display: inline-block;
    position: relative;
}
.header_iner .header_right .header_notification_warp li > a {
    position: relative;
    margin-right: 29px;
}
.header_iner .header_right .header_notification_warp li > a img {
    width: auto;
}
.Menu_NOtification_Wrap {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(6, 0, 8, 0.22);
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 350px;
    transform: translateY(30px) translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.Menu_NOtification_Wrap .notification_Header {
    padding: 15px 20px;
    border-radius: 10px 10px 0px 0px;
    background: #14256A;
}
.Menu_NOtification_Wrap .notification_Header h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.Menu_NOtification_Wrap .Notification_body {
    padding: 20px 20px;
    height: 300px;
    overflow: auto;
}
.Menu_NOtification_Wrap .Notification_body .single_notify {
    margin-bottom: 10px;
}
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb {
    margin-right: 15px;
}
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.profile_info {
    position: relative;
}
.profile_info img {
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    padding: 5px;
}
.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: #fff;
    text-align: left;
    width: 280px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    top: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.profile_info .profile_info_iner::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    top: -10px;
    right: 15px;
    border-width: 0 11px 12px 11px;
    border-color: transparent transparent #14256A transparent;
    z-index: 2;
}
.profile_info .profile_info_iner .profile_author_name {
    padding: 20px 25px;
    background: #14256A;
    border-radius: 10px 15px 0px 0px;
}
.profile_info .profile_info_iner p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.profile_info .profile_info_iner h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.profile_info .profile_info_details {
    padding: 20px 25px;
}
.profile_info .profile_info_details a {
    color: #2E4765;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    font-weight: 400;
}

.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.main_content.large_header_bg::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 235px;
    z-index: 9;
    background: #bf1416;
    content: '';
    border-radius: 0 0 10px 10px;
    left: 270px;
	transition: 0.5s;
}

.main_content .main_content_iner {
    min-height: 68vh;
    transition: .5s;
    position: relative;
    background: #F5F6FF;
    margin: 20px 30px 30px 30px;
    z-index: 22;
    border-radius: 10px;
    padding: 40px 30px;
}

.white_card {
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.white_card .white_card_header {
    border-bottom: 1px solid #F4F5FA;
    padding: 20px 40px;
}
.box_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.main-title h3 {
    font-family: "Comfortaa", cursive;
    font-weight: 700;
    font-size: 14px;
    color: #8890B5;
    line-height: 1.2;
}
.white_card .white_card_body {
    padding: 20px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.nav-pills{
    margin-top: -30px;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    border: 0;
    margin-right: 15px;
}

.nav-pills:focus .nav-link:focus{
    outline: none;
}

.table th {
    font-size: 13px;
    line-height: 14px;
}

.table td {
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

table#tblDataTable {
    padding-top: 18px !important;
}

table#tblDataTable thead th {
    border-top: 1px solid #ddd !important;
}

.form-group{
    margin-bottom: 5px;
}

.form-group label {
    font-size: 14px;
    color: #46507e;
    font-family: 'Circular Std Book';
    font-weight: normal;
    margin-bottom: 5px
}


.dashboard_header_title{}
.dashboard_header_title h3{ color: #fff}

.sidebar #sidebar_menu{
	margin: 0;
	padding: 0
}
.sidebar #sidebar_menu > li {
    margin-left: 0px;
	list-style-type: none
}
.sidebar #sidebar_menu > li a {
    font-size: 16px;
    font-weight: 400;
    color: #2E4765;
    display: grid;
    grid-template-columns: 34px auto;
    grid-gap: 15px;
    align-items: center;
    position: relative;
    background: transparent;
    color: #8890B5;
    margin-top: 25px;
	text-decoration: none
}
.sidebar #sidebar_menu li a .icon_menu {
    background: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(83, 108, 167, 0.16);
}

.profile_info .profile_info_details {
    padding: 10px 25px;
    background: rgb(142 154 161 / 18%);
}

.sidebar_icon{
	width: 30px;
	cursor: pointer
}
.sidebar_icon img{
	width: 100%;
}

@media only screen and (max-width: 991px){

    .serach_field-area {
        top: -110px
    }

	.main_content{
		padding-left: 0
	}
	.sidebar{
		left: -270px
	}
	.main_content.large_header_bg::before{
		left: 0
	}
	.sidebar.hide_sidebar{
		left: 0
	}
	.bodyoverlay{
		background: rgba(0,0,0,0.4);
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 100;
		display: none;
	}
	.bodyoverlay.show{
		display: block;
	}
	.header_iner{
		padding: 20px 0
	}
	.main_content .main_content_iner{
		margin: 20px 15px 15px 15px;
		padding: 15px
	}
	.white_card .white_card_header{
		padding: 20px;
	}
	.white_card .white_card_body{
		padding: 20px;
	}
	.dashboard_header_title h3{
		font-size: 18px
	}
}








