@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0 auto;
  font-family: 'Mulish', sans-serif;
  background: #fafafa;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
/*----======= Header Part Css Close ========--------*/
header {
    width: 100%;
    float: left;
    height: 70px;
    background: #FFFFFF;
    border-bottom: 0.5px solid rgba(0,0,0,.1);
    position: fixed;
    z-index: 999;
}
.arrows-icon-box{
  margin-right: 48px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content:normal;
    padding: 15px 16px;
}
.navbar-dark .navbar-brand {
    color: #253858;
    font-size: 26px;
    font-weight: 500;
    margin: 0 24px 0 0;
    padding: 0;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #253858;
}
.navbar-dark .navbar-brand img {
    width: auto;
    height: 40px;
}
.navbar-dark .navbar-nav .nav-item {
    height: 24px;
    padding: 0 0 0 25px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #253858;
    display: block;
    padding: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #253858;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: #fff;
    background: #0052cc;
    border-radius: 4px;
}
.head-right input.form-control {
    padding: 0 12px 0 34px;
    background: url(../images/search-icon.png) 10px 12px no-repeat;
    color: #b4b4b4;
    outline: none;
}

.navbar-dark .navbar-toggler {
    color: #0052cc;
    border-color: #0052cc;
}
.navbar-toggler {
    background-color: #0052cc;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}
.dropdown-toggle1::after {
  background: #FC5A5A !important;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 1px;
  border: none;
}
.profile-droup{
    white-space: nowrap;
    margin-top: -12px;
}
.profile-droup img {
    margin-top: -18px;
}
.profile-droup .right-doun{
    padding-left: 35px;
}
.profile-droup span {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.profile-droup span p{
    margin: 0;
    padding: 0;    
    font-size: 12px;
    font-weight: 400;
}
.dropdown-menu {
    position: absolute;
    top: 50px;
    left: : 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin:0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: 12px;
    width: 100%;

    background-color: #fff;
    box-shadow: 0px 2px 8px rgb(40 41 61 / 8%), 0px 20px 32px rgb(96 97 112 / 24%);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding:18px 21px;
    clear: both;
    font-weight: 600;
    color: #555770;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 24px;
}
.dropdown-item:hover{
  background: #E5F0FF;
  border-radius: 12px 12px 0 0;
}
.dropdown-item:last-child:hover{
  background: #E5F0FF;
  border-radius:0 0 12px 12px !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #555770;
}
.dropdown-notifications {
  position: absolute;
  top: 55px;
  right: -25px !important;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
  border-radius: 12px;
  width: 400px;
  left: auto;
  border: none;
}
.dropdown-notifications .dropdown-item:hover{
  background: #E5F0FF;
  border-radius: 0 !important;
}
.dropdown-notifications h2{
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  padding: 24px 24px 12px;
}
.dropdown-notifications h2 span{
  color: #ff5947;
}
.dropdown-notifications h6 {
  background: #FAFAFC;
  border-radius: 8px 8px 0px 0px;
  padding: 9px 5px;
  text-align: center;
  margin:8px 0 0;
  width: 100%;
  float: left;
}
.dropdown-notifications h4{
  font-weight:400;
  font-size: 12px;
  line-height: 24px;
  color: #555770;
  padding:0 24px 8px;
  width: 100%;
  float: left;
  margin: 0;
}
.dropdown-notifications h6 a{
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #ff5947;
  text-decoration: none;
}
.dropdown-notifications .dropdown-item {
    padding:5px 24px;
    float: left;
    display: inline-flex;
}
.dropdown-notifications .dropdown-item:after {
  content: "";
  position: absolute;
  right: 27px;
  top: -16px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.noti-box-80 {
    width: 80%;
    float: left;
}
.noti-box-80 h3{
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #1C1C28;
  margin: 0;
}
.noti-box-80 h3 span{
  color:#ff5947;
  margin-left: 8px;
}
/*.dropdown-notifications .dropdown-item:hover .noti-box-80 h3{
  font-weight: 800;
}
.dropdown-notifications .dropdown-item:hover .noti-box-80 h3 span{
  font-size: 14px;
}*/
.noti-box-80 p{
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.noti-box-20 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.noti-box-20 p{
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #555770;
  margin: 0;
}

.noti-box-90 {
    width: 90%;
    float: left;
    padding-left: 20px;
}
.noti-box-90 h3{
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #1C1C28;
  margin: 0;
}
.noti-box-90 h3 b{
  padding:3px 9px;
  background: #004FC4;
  box-shadow: 0px 0px 1px rgba(255, 59, 59, 0.08), 0px 0.5px 2px rgba(255, 59, 59, 0.16);
  border-radius: 4px;
  margin: 0px 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #fff
}
.noti-box-90 h3 span {
  color: #555770;
  float: right;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}
.noti-box-90 p{
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #28293D;
  margin: 0;
}
.noti-box-10 {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.message-notif a.dropdown-item:last-child{
  margin-bottom: 23px;
}
/*----======= Header Part Css Close ========--------*/


/*----======= Site Menu Bar ========--------*/
.side {
    width: 20%;
    float: left;
    position: fixed;
    top: 62px;
    height: 100%;
}
aside {
  position: fixed;
  background: #fff;
  display: block;
  width: 20%;
  overflow-y: auto;
  height: 100%;
  padding: 0 20px 100px;
  filter: drop-shadow(1px 0px 3px rgba(0, 0, 0, 0.08));
}
aside::before {
  content: "";
  display: block;
  height: 40px;
}
aside h1 a {
  display: block;
  padding:12px 18px;
  text-decoration: none;
  font-size: 16px;
  color:#6c788d;
  font-weight:500;
}
aside li{
  list-style-type: none; 
}
aside li:hover a{
  background: #c2c3c5;
  border-radius: 12px;
}
aside .active{
  background:#ff5947;    
  border-radius: 12px;
  color:#fff;
}

aside .active img {
    filter: brightness(0) invert(1);
}
aside li a {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #28293D;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
aside li:hover img {
    filter: brightness(0) invert(0);
}
aside li a:hover{
  text-decoration: none;
  color:#000;
   
}
aside li a img {
  padding-right: 8px;
}
aside hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: left;
  
  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.toggle-bar {
  width: 25px;
  margin: 10px 15px 10px 0;
  position: relative;
  border-top: 3px solid #303030;
  display: block;
  float: left;
}
.toggle-bar::before, .toggle-bar::after {
    content: "";
    display: block;
    background: #303030;
    height: 3px;
    width: 25px;
    position: absolute;
    top: -10px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#style-5::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fafbfc;
}

#style-5::-webkit-scrollbar
{
  width: 5px;
  background-color: #fafbfc;
}

#style-5::-webkit-scrollbar-thumb
{
  background-color: #ff5947;
}


.m-bottom{
  margin-top: 100px;
  width: 100%;
  float: left;
}


#accordion .mb-0 > a {
  display: block;
  position: relative;
}
#accordion .mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
#accordion .mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
#accordion .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
}
#accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
#accordion .card-header {
    padding:16px 0;
    margin-bottom: 0;
    background-color:transparent;
    border-bottom: 0 solid rgba(0,0,0,.125);
    
}
#accordion .card-header a{
    display: block;
    text-decoration: none;
    color: #28293D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
#accordion-1 ul{
  margin: 0;
  padding: 0;
}
#accordion-1 ul li{
  list-style-type: none;
}
.site-lanes{
  border: 1px solid #033C40;
  box-sizing: border-box;
  border-radius: 31px;
  text-align: center;
  padding: 12px 15px;
  margin-top: 40px;
}
.site-lanes:hover{
  background: #033C40;
}
.site-lanes:hover a{
  color: #fff;
}
.site-lanes a{
  color:#033C40;
  text-decoration: none;
}
/*----======= Site Menu Bar ========--------*/

@media (max-width: 1280px) {
  aside li a {
    padding: 16px 15px;
}
}
@media (max-width: 1199px) {
aside {
  padding: 0 15px 100px;
}
aside li a {
  padding: 15px 6px;
}
aside li a img {
    padding-right: 0;
}
}

@media (max-width: 1024px){
.site-lanes {
  padding: 12px 7px;
}
aside {
  width: 24%;
}
.side {
  width: 24%;
}
.main-container {
  width: 76% !important;
  left: 24% !important;
}
}

@media (max-width: 991px){
aside {
  width: 26%;
}
.side {
  width: 26%;
}
.main-container {
  width: 74% !important;
  left: 26% !important;
}
}

@media (max-width: 800px){
aside {
  width: 27%;
}
.side {
  width: 27%;
}
.main-container {
  width: 73% !important;
  left: 27% !important;
}
}

