

/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
*, :after, :before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
    border-radius: 0px;
    background-color: #ffffff;
}
::-webkit-scrollbar
{
    float: right;
	width: 10px;
	background-color: #ffffff;
}
::-webkit-scrollbar-thumb
{
    /*border-radius: 10px;
    */-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #152f51;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700&display=swap');

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
b, strong {
    font-weight: bolder;
}
.container{
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    z-index: 2;
    width: 100%;
}
@media (min-width: 1200px){  
    .lg-container{
        max-width: 1212px;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}
p, a, h2, h3, h4, h5, h6, span, ul, li, MARQUEE, input, button, .textarea, textarea, label, select, tr, table, th{
    font-family: 'Cairo', sans-serif;
}
button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus{
    outline: 0 !important;
}
.list-inline-item:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
}
a{
    cursor: pointer;
}
a:focus {
    color: #ff6633;
}
.container-full .row {
    margin-left: 0;
    margin-right: 0;
}
.text-center{
    text-align: center;
}
.pdd_l_0{
    padding-right: 0;
}
.pdd_0{
    padding: 0;
}
.pdd-5{
    padding-left: 5px;
    padding-right: 5px;
}
.bg1{
    background: #fff;
}
.bg2{
    background: #F4F9F9;
}
.bg3{
    background: #EFF5F5;
}
.bg4{
    background: #F8F8F8;
}
.bg-grd{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 32%, rgba(239,243,250,1) 100%);
}
.pg-pttern{
    background: url(../img/background/pattern_bg_gray.png) repeat;
}
.pg-pttern-st-2{
    background: url(../img/background/pattern_bg.png) repeat;
    background-color: #005163 !important;
}
/* Main Section Title */
.main-sec-title{ 
    font-size: 18px;
    padding: 5px 5px 15px 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid#D4D4D4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-sec-title h3{ 
    font-size: 16px;
    font-weight: 600;
}
/* Main box Style */
.mn-box{
    border-radius: 10px;
    background: #fff;
    padding: 20px 20px;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    border: 1px solid#E1E8ED;
}
/* Padding */
.padd-10{
    padding: 10px 0;
}
.padd-20{
    padding: 20px 0;
}
.padd-30{
    padding: 30px 0;
}
.padd-40{
    padding: 40px 0;
}
.padd-50{
    padding: 50px 0;
}
.padd-60{
    padding: 60px 0;
}
.padd-80{
    padding: 80px 0;
}
.padd-100{
    padding: 100px 0;
}
/* ============ Title ============ */
.lg-hidden{
    display: none;
}
/* sec main title style */
.main_sec-title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px; 
    display: inline-block;
}
.main_sec-title h3{
    position: relative;
    display: inline-block;
    color: #002F44;
    font-size: 25px;
    font-weight: bold;
    min-width: 120px;
}
.main_sec-title h3::after {
    content: "";
    width: 39px;
    height: 3px;
    background: #0895B4;
    position: absolute;
    bottom: -10px;
    left: 36%;
    border-radius: 8px;
}
.main_sec-title.wht-color h3{
    color: #fff;
}
/*----------------------------------------*/
/*   Main Button Style
/*----------------------------------------*/
.main_btn{
    background: #053046;
    border: 2px solid #053046;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}
.main_btn:hover{
    background: transparent;
    border: 2px solid #053046;
    color: #053046;
    transition: 0.4s;
}
.main_btn_2{
    background: transparent;
    border: 2px solid #220723;
    color: #220723;
}

/*----------------------------------------*/
/*  MY STYLE
/*----------------------------------------*/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}
.lg-hidden{
    display: none;
}
html, body {
	height: 100%;
} 
body {
	height: 100%;
    font-family: 'Cairo', sans-serif;
    font-size: 18px !important;
    line-height: normal;
}
.floatleft {
	float: right;
}
.floatright {
	float: left;
}
.alignleft {
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {
    max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0;
    color: #000;
    line-height: initial;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
    padding: 0;
    margin: 0;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
    /* display: block; */
}
a:active, a:hover {
    outline: 0 none;
}
a:hover, a:focus {
    color: #053046;
    text-decoration: none;
}
body {
    background: #F1F4F6;
    font-family: 'Cairo', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
}
#scrollUp {
    background: #360e38 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    /* opacity: 0.6; */
    left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}
#scrollUp:hover {
    background: #053046;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.padd_80{
    padding: 80px 0;
}
.padd_60{
    padding: 60px 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
/* Background */
.bg-wt-area{
    background: #fff;
}
/* Padding */



/* .header.active{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    transition: all 0.4s;
    -webkit-backdrop-filter: 3px;
    backdrop-filter: blur(3px);
    background-color: #fff;
    z-index: 999999;
} */
.fixed {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: fixed;
    top: 0px;
    right: 0;   
    width: calc(100% - 260px);
    padding: 8px 0px 8px 20px !important;
    z-index: 8;
    border-bottom: 1px solid rgba(255,255,255,0.1); 
}
.sidebar.mn-close ~ .main-content .fixed {
    width: calc(100% - 78px);
    padding: 8px 12px 8px 20px;
}
/* Sidebar Menu*/
.menu-bar-icon{
    width: 60px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
    margin: auto;
    color: #274977;
    font-size: 22px;
    cursor: pointer;
    padding-right: 6px;
    display: inline-block;
    padding: 0;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.main-nav-list{
    /* height: 100%; */
    position: relative;
    display: -webkit-inline-box;
    width: 100%;
}
.sidebar{
    top: 0;
    left: 0;
    right: auto;
    background: #152F51;
    position: -webkit-sticky;
    position: sticky;
    /* height: 100vh; */
    height: 100%;
}
.sidebar.mn-close {
    top: 0;
    height: 100%;
    /* height: 100vh; */
}
.sidebar.mn-close ~ .main-content {
    right: 20px;
    right: auto;
    width: 95%;
}
.close {
    float: right;
    opacity: 1;
}
.sidebar .nav-links li a .link_name {
    font-size: 13px;
}
.sidebar.mn-close .nav-links li .sub-menu {
    left: 100%;
    width: 150px;
    border-radius: 5px;
    margin-left: 0px;
    z-index: 999999;
    padding: 10px 10px;
}
.sidebar .nav-links li .sub-menu {
    padding: 5px;
    margin: 10px;
    margin-top: 0;
    border-radius: 4px;
    background: #0076b338;
}
.sidebar.mn-close .nav-links li .sub-menu .link_name {
    font-size: 15px;
}
.sidebar.mn-close .logo, .sidebar .logo_icon{
    display: none;
}
.sidebar.mn-close .logo_icon{
    display: block;
}
.sidebar .nav-links li .sub-menu a {
    color: #fff;
    white-space: nowrap;
    opacity: 1;
    transition: all 0.3s ease;
    font-weight: normal;
    font-size: 14px;
    padding: 9px 5px;
}
.nav-links li img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 5px;
}
.sidebar .nav-links li img{
    margin-left: 18px;
}
.sidebar.mn-close .nav-links li img{
    margin-left: 19px;
}
.sidebar.mn-close .nav-links li:hover .sub-menu {
    background: #07263c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    width: 100%;
    padding: 0;
}
.sidebar .nav-links li i {
    line-height: normal;
    height: auto;
}
.sidebar .nav-links li a {
    padding: 10px 0;
    margin: 5px 0;
}
.sidebar .nav-links li .icon-link{
    flex-flow: column;
}
.sidebar .nav-links li a.nav-drop-link{
    position: relative;
    width: 100%;
}
.sidebar .nav-links li a.nav-drop-link::after {
    content: '';
    display: block;
    height: 7px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    left: auto;
    right: 10px;
    top: 20px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate( 
-45deg );
    -ms-transform: rotate(-45deg);
    transform: rotate( 
-45deg );
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.sidebar.mn-close .nav-links li a.nav-drop-link::after{
    display: none;
}
/* .icon-link{
    padding: 15px 0;
    margin: 5px 0;
} */
.sidebar .nav-links li:hover {
    background: #274977;
    border-radius: 5px;
}
.sidebar .nav-links li .sub-menu a:hover{
    background: #0076B3;
    border-radius: 4px;
    color: #fff;
}
.tooltip{
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
}
.sidebar ul li .tooltip{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(50% , -50%);
    border-radius: 6px;
    height: 35px;
    width: 155px;
    background: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0s;
    opacity: 0;
    pointer-events: none;
    display: block;
}
.sidebar ul li .tooltip{
    display: none;
}
.sidebar ul li:hover .tooltip{
    transition: all 0.5s ease;
    opacity: 1;
    top: 50%
}
.sidebar.mn-close ul li .tooltip{
    display: block;
}
.sidebar .links_name {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    color: #fff;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: normal;
    margin-left: 15px;
}
.sidebar .nav-links li a .link_name{
    margin-left: 15px;
}
.sidebar.mn-close .links_name {
    height: 20px;
}
.sidebar.mn-close .links_name {
    opacity: 0;
}
.sidebar .nav-links {
    padding: 10px 10px 20px 10px;
}
.logo-box{
    padding: 15px;
    background: #ffffff;
    display: flex;
    align-items: center;
    height: 125px;
}
.logo-box-title{
    margin-right: 15px;
}
.logo-box img{
    width: 100%;
    height: 90px;
    object-fit: scale-down;
}
.logo-box-title h3{
    font-size: 12px;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}
.logo-box-title a{
    color: #17C0FF;
    font-size: 11px;
}
.sidebar.mn-close .logo-box-title{
    display: none;
}
.sidebar.mn-close .logo-box{
    display: block;
    text-align: center;
    height: 125px;
}
.sidebar.mn-close .logo-box img{
    width: 50px;
    height: 95px;
}
/* Sidebar end */
/* Content Area */
.main-content{
    top: 0;
    left: 20px;
    right: auto;
    width: 81%;
    z-index: 1;
    background: #e4e9f700;
    height: 100%;
}  
.mian-header-section{
    background: #fff;
    padding: 0 30px;
    padding-bottom: 10px;
}  
.header-card{
    display: flex;
    padding: 8px 0px 8px 0px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#F1F4F6;
    margin-bottom: 6px;
}
.flex-r{
    display: flex;
    align-items: center;
}
.flex-l{
    display: flex;
    align-items: center;
}
.navbar-search{
    width: 315px;
}
.navbar-search .search-form .input-group{
    width: 100%;
}
.navbar-search .search-form .input-group input{
    padding: 8px 5px 9px 45px;
    border-radius: 50px;
    background: #F1F4F6;
    border: 1px solid#F1F4F6;
    height: calc(17px + 10px + 15px);
    font-size: 15px;
}
.navbar-search .search-form .input-group span{
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 99;
}
.form-control:focus{
    border-color: #d6e2eb !important
}

/* == Select Languages == */
.select-languages .dropdown .btn{
    background: #fff;
    font-size: 16px;
    position: relative;
    width: 90px;
    text-align: left;
}

.dropdown .btn:after{
    content: '';
    display: block;
    height: 7px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    left: auto;
    right: 15px;
    top: 49%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate( 
-45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 
-45deg );
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
    border-bottom: 1px solid #515151;
    border-left: 1px solid #515151;
}
.open>.dropdown-menu {
    padding: 0;
    box-shadow: 1px 3px 6px 2px #f1f4f685;
    border: 1px solid#f1f4f6;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}
.dropdown-menu{
    padding: 0;
    box-shadow: 1px 3px 6px 2px #f1f4f685;
    border: 1px solid#f1f4f6;
}
/* */
.noti-dropdown{
    position: relative;
}
.noti-dropdown .btn img{
    width: 22px;
    height: 20px;
}
.noti-dropdown .btn{
    background: #fff0;
    position: relative;
}
.no-lb{
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    position: absolute;
    top: -5px;
    left: 1px;
}

/* noti-dropdown */
.noti-main-box{
    border-radius: 5px;
    /* overflow: hidden; */
    width: 330px;
    box-shadow: 0px 6px 19px #0000001a;
    z-index: 999;
    position: absolute;
    right: -30%;
    left: auto;
    padding: 0;
    display: none;
    transition: all 0.5s ease;
}
.noti-main-box:after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2f2f2f;
    position: absolute;
    top: -5px;
    right: 17px; 
}
.noti-main-box .noti-main-box-title{
    padding: 23px 20px;
    border-radius: 5px 5px 0 0;
}
.noti-main-box .noti-main-box-title h3{
    color: #fff;
    font-size: 13px;
}
.noti-main-box-list{
    padding: 12px 0;
}
.noti-main-box-item{
    display: flex;
    padding: 8px 15px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.noti-main-box-item:hover{
    background: #f1f4f6;
}
.noti-main-box-item-img{
    width: 16%;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
}
.noti-main-box-item-img img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.msg-sm-info h3{
    font-size: 13px;
    color: #3C89DA;
}
.msg-sm-info{
    width: 65%;
}
.msg-sm-info p{
    font-size: 13px;
    color: #6C757D;
    margin-top: 3px;
}
.noti-time span{
    font-size: 11px;
    color: #6C757D;
    font-weight: 600;
}
.noti-time{
    width: 25%;
    text-align: right;
}
/* Messages Dropdown Style */
.messages-dropdown .noti-main-box-title{
    background: rgb(52,92,146);
    background: linear-gradient(344deg, rgba(52,92,146,1) 0%, rgba(51,157,219,1) 100%);
}
.messages-dropdown .no-lb{
    background: #3BAFDA;
}
.messages-dropdown .noti-main-box:after{
    border-bottom: 5px solid #3397d4;
}
#notification-btn:hover #notification-dropdown-card{
    display: block !important;
}
/* Notification Dropdown Style */
.notification-dropdown .noti-main-box-title{
    background: rgb(52,146,99);
    background: linear-gradient(344deg, rgba(52,146,99,1) 0%, rgba(51,219,156,1) 100%);
}
.notification-dropdown .no-lb{
    background: #DA4453;
}
.notifications_list .noti-main-box-item-img{
    text-align: center;
    line-height: 42px;
}
.notifications_list .noti-main-box-item-img img {
    width: 25px;
    height: 25px;
    object-fit: none;
}
.notifications_list .noti-main-box-item-img i{
    font-size: 18px;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
}
.notifications_list .msg-sm-info h3 {
    font-size: 13px;
    color: #000000;
}
.notification-dropdown .noti-main-box:after{
    border-bottom: 5px solid #33d194;
}
.test-dropdown .noti-main-box:after{
    border-bottom: 5px solid #a83a8a;
}
/* Background Colors */
.org_bg{
    background: #FB9678;
}
.violet_bg{
    background: #7764E4;
}
.gold_bg{
    background: #D1C55A;
}
.blue_bg{
    background: #3DADDF;
}
/* test */
.test-dropdown .noti-main-box-title{
    background: rgb(85,29,70);
    background: linear-gradient(344deg, rgba(85,29,70,1) 0%, rgba(177,61,145,1) 100%);
}
.test_list .noti-main-box-item-img {
    text-align: center;
    line-height: 42px;
}
.test_list .noti-main-box-item-img img {
    width: 25px;
    height: 25px;
    object-fit: none;
}
/* profile-box */
.profile-box{
    margin-left: 5px;
}
.profile-box a{
    display: flex;
    align-items: center;
}
.profile-box img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 13px;
}
.profile-box a h5{
    font-size: 13px;
}
.profile-box a:hover h5{
    color: #5891CB;
}

/* News Ticker */
.news-ticker {
    display: flex;
}
.news-ticker h4{
    background: #2B5376;
    color: #fff;
    width: 117px;
    font-size: 13px;
    line-height: 40px;
    padding: 0px 10px 0 15px;
    border-radius: 50px 0 0 50px;
    text-align: center;
}
.jctkr-wrapper{
    padding: 0 10px;
    border-radius: 0 50px 50px 0;
    height: 42px;
    line-height: 37px;
    vertical-align: middle;
}
.jctkr-wrapper{
    height: 42px;
    line-height: 37px;
    vertical-align: middle;
    background: #F1F4F6;
    border: 1px solid#F1F4F6;
}
.jctkr-wrapper ul li span {
    font-size: 13px;
}

/* Page Content */
.bg-overlay-gradient{
    width: 104%;
    height: 200px;
    background: rgb(20,37,60);
    background: linear-gradient(61deg, rgba(20,37,60,1) 0%, rgba(29,132,236,1) 100%);
    position: absolute;
    top: 0;
    left: -25px;
    z-index: -1;
}
.quick-access{
    margin: 15px 0;
}
.page-content {
    margin: 0 25px;
    position: relative;
    padding-top: 40px;
}
.fr-card {
    margin: 10px 0;
}
.fr-card .fr-card-img{
    width: 100%;
    height: 190px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.fr-card .fr-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform .9s ease-in-out;
    -webkit-transition: transform .9s ease-in-out;
    -moz-transition: transform .9s ease-in-out;
    -ms-transition: transform .9s ease-in-out;
    -o-transition: transform .9s ease-in-out;
}
.fr-card:hover img{
    transform: scale(1.2) rotate(0deg);
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
}
.bg-st-01 .fr-card-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.fr-card .fr-card-title{
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.fr-card .fr-card-title a{
    color: #e2e2e2;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 10px;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

.fr-card:hover .fr-card-title a{
    color: #fff;
}
.fr-card-st2 .fr-card-img{
    height: 80px;
}
.bg-st-02 .fr-card-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #013150ad;
    position: absolute;
    top: 0;
    left: 0;
}
.fr-card-st2 .fr-card-title a{
    align-items: center;
}

/* ==========  October Statistics Section  ========== */
.wd-box-title{
    background: #5891CB;
    border-radius: 3px;
}
.wd-box-title h3{
    color: #fff;
    font-size: 15px;
    padding: 17px;
}
.stc-cards-list{
    display: flex;
}
.stc-card-item{
    flex: 1;
}
.stc-card-item:not(:last-child){
    margin-right: 10px;
}
.stc-card-item{
    border-radius: 8px;
    border: 1px solid#F0F3F6;
    margin: 10px 0;
}
.stc-card-item-title{
    background: #F0F3F6;
    padding: 18px 10px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}
.stc-card-item-title h3{
    font-size: 33px;
    color: #1C56A4;
    font-weight: bolder;
    margin-bottom: 9px;
}
.stc-card-item-title h4{
    font-size: 13px;
    color: #202020;
    font-weight: 700;
}
.stc-card-item-info{
    padding: 6px 10px;
}
.stc-card-item-info ul li p{
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.stc-card-item-info ul li:not(:last-child) p{
    border-bottom: 1px solid#F0F3F6;
}

/* ==========  Tasks & Calendar Section  ========== */
.add-new-btn{
    background: #EBEBEB;
    border: 1px solid#DCDCDC;
    color: #707070;
    font-size: 12px;
}
.task-table-box thead{
    background: #4578AC;
    color: #fff;
    font-size: 13px;
}
.task-table-box thead tr th{
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
}
.task-table-box tbody tr th{
    color: #000000;
    vertical-align: middle;
    text-align: center;
}
.task-table-box tbody tr td{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 5px;
    text-align: center;
    vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #ddd0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F8F8F8;
}
.table {
    margin-bottom: 0;
}
.table-responsive::-webkit-scrollbar {
    height: 4px;
}
/* Labeles Styles */
.st-label{
    font-size: 12px;
    padding: 6px 20px;
    border-radius: 4px;
    display: inline-block;
    min-width: 102px;
    font-weight: bold;
}
.st-open{
    background: #17d79a27;
    color: #29AA69;
    border: 1px solid#29AA69;
}
.st-closed{
    background: #E1585827;
    color: #E15858;
    border: 1px solid#E15858;
}
.st-pending{
    background: #3FA3DF27;
    color: #1C56A4;
    border: 1px solid#3FA3DF;
}

/* ===== Charts ===== */
.chart-js-st{
    height: 301px;
}
#myChart{
    display: block;
    /* width: 290px !important;
    height: 309px !important; */
    margin: auto;
}
/* ===== Calendar ===== */
#calendar{
    height: 382px !important;
    direction: ltr;
}
.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-right: auto;
    margin-left: 5px;
}
.fc .fc-toolbar-title {
    font-size: 21px;
}
.fc-button-group .fc-button-primary{
    background: #fff;
    color: #B2B2B2;
    padding: 5px 10px;
    border-color: #fff;
    font-size: 13px;
}
.fc-toolbar-chunk .fc-button.fc-today-button {
    background: #f1f4f6 !important;
    border-color: #fff !important;
    color: #3a4f64 !important;
    padding: 5px 20px !important;
    font-size: 15px;
}
#calendar-container .fc-button-primary{
    border-radius: 3px;
}
#calendar-container .fc-button-primary:hover {
    color: #fff;
    background-color: #152f51;
    border-color: #152f51;
}
#calendar-container .fc-theme-standard th{
    background: #EEEEEE;
    color: #202020;
}
#calendar-container .fc-theme-standard th a{
    color: #202020;
    font-size: 13px;
    padding: 10px 5px;
}
.fc .fc-daygrid-day-number{
    font-size: 13px;
}
#calendar-container .fc .fc-daygrid-day-number{
    color: #202020;
}
#calendar-container .fc .fc-daygrid-day.fc-day-today {
    background-color: #dbeffc9e;
    background-color: #dbeffc9e;
}
#calendar-container ::-webkit-scrollbar {
    float: left;
    width: 4px;
    background-color: #ffffff;
}
/* Footer */
.copyRights p{
    text-align: right;
    font-size: 14px;
    color: #2c3e56;
    padding: 15px 30px;
    font-weight: 500;
    background: #fff;
}


/* New Style For BackEnd */
.icon-link:before {
    content: "\e08d";
    display: none;
}
.sidebar .nav-links li i {
    min-width: 100%;
}
.sidebar .nav-links li a {
    padding: 10px 0;
}
.sidebar .sub-menu li i {
    min-width: auto;
}
.noti-main-box .noti-main-box-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    -webkit-border-radius: initial;
    -moz-border-radius: 0!important;
    border-radius: initial;
}
.jctkr-wrapper ul{
    width: 100% !important;
    text-align: left;
}
.jctkr-wrapper ul li span{
    padding:0 10px;
}
.sidebar .nav-links li .sub-menu a {
    white-space: inherit;
    line-height: 21px;
    font-size: 13px;
}
/* .sidebar .nav-links li .sub-menu a {
    white-space: inherit;
    line-height: 21px;
    font-size: 13px;
}
.sidebar.mn-close .nav-links li .sub-menu{
    padding-left: 2px;
}
.sidebar.mn-close .nav-links li .sub-menu .link_name {
    font-size: 13px;
} */

.sidebar.mn-close .nav-links li .sub-menu {
    width: 170px;
}
.fc-button-group .fc-button-primary {
    background: #fff !important;
    color: #B2B2B2 !important;
    padding: 5px 10px !important;
    border-color: #fff !important;
    font-size: 13px !important;
}
.fc .fc-toolbar-title {
    font-size: 21px !important;
}
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    font-size: 12px;
}
.menu-bar-icon {
    height: auto;
}
.tasks-section {
    min-height: 482px;
}
.dropdown-menu{
    right: 0;
    left: auto;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before{
    right: 9px;
    left: auto;
}
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after{
    right: 10px;
    left: auto;
}
.sidebar .nav-links li.showMenu .sub-menu {
    display: none;
}
.sidebar .nav-links li.showMenu > .sub-menu {
    display: block;
}
.sidebar.mn-close .nav-links li:hover .sub-menu {
    opacity: 0;
}
.sidebar.mn-close .nav-links li:hover > .sub-menu{
    opacity: 1;
    z-index: 99999999;
}
.sidebar .nav-links li .sub-menu .link_name {
    display: block;
}
.sidebar .nav-links li a .link_name {
    margin-left: 0;
}
.sidebar .nav-links li:hover {
    background: #16365b;
}
.sidebar .nav-links li .sub-menu{
    background: #16365b;
}
.sidebar .nav-links li .icon-link::after {  
    content: '';
    display: block;
    height: 7px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    left: auto;
    right: 10px;
    top: 21px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(130deg  );
    -ms-transform: rotate(130deg  );
    transform: rotate(130deg  );
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.mn-close.sidebar .nav-links li .icon-link::after { 
    top: 16px;
}
.sidebar .nav-links li.showMenu > .icon-link::after { 
    -webkit-transform: rotate(  225deg )!important;
    -ms-transform: rotate(225deg )!important;
    transform: rotate( 225deg )!important;
}
.mn-close .nav-links .icon-link.main-drop-link::after{
    display: none;
}
.mn-close.sidebar .nav-links li:hover > .icon-link::after{
    -webkit-transform: rotate( 225deg );
    -ms-transform: rotate(225deg );
    transform: rotate( 225deg );
}
.sidebar .nav-links li i {
    min-width: auto;
}

.sidebar.mn-close .nav-links li i {
    min-width: 100%;
}
.sidebar.mn-close  .nav-links li a {
    padding: 6px 6px;   
    font-size: 14px;
    text-align: left;
    padding: 3px 5px;
}
.sidebar.mn-close .nav-links li .sub-menu .link_name {
    font-size: 14px;
    text-align: left;
    padding: 3px 5px;
}
.sidebar .nav-links li i {
    min-width: auto;
    margin-right: 10px;
}
.dropdown, .dropup {
    position: relative;
}
.profile-box button {
    background: #fff0;
    padding: 0;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.sidebar .nav-links li .icon-link {
    flex-flow: column;
    width: 100%;
}
.sidebar.mn-close .nav-links > li:last-child  .sub-menu{
    top: auto;
    bottom: -25px;
}
.noti-main-box-item-img{
    text-align: center;
}
.label.label-icon>i {
    font-size: 18px;
    line-height: 47px;
}
.navbar-search .search-form .input-group input{
    border-radius: 50px !important;
}
.link_name q{
    margin-left: 10px;
}
.sub-menu li q {
    margin-left: 10px;
}
.sidebar.mn-close .sub-menu li a{
    padding: 6px 6px;
}
.sidebar.mn-close .nav-links li .sub-menu {
    width: 270px;
}