.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* Initially hide the menu titles */
.sidebar.active ul.nav li a span.custom-underline {
    display: none;
}

.sidebar.active ul.nav li a i {
    font-size: 20px; /* Adjust the icon size as needed */
    margin-right: 10px; /* Add some spacing between icon and title */
}

/* Show menu titles to the right of icons on hover when "active" class is present */
.sidebar.active ul.nav li a:hover span.custom-underline {
    display: inline-block;
    width: auto;
    padding-left: 10px; /* Add spacing between icon and title */
    overflow: visible;
}

/* Show submenus to the right of the nav when hovering over the parent menu */
.sidebar.active ul.nav li.dropdown:hover ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
}
/*for sidebar notification*/

 .sticky-container{
    display: none;
 }

 .bell-icon {
    position: absolute;
    right: 36px;
    font-size: 18px;
    color: #c7c7c7;
}


 .notification-count {
    background-color: #d70d0d; /* Adjust color as needed */
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 20px;
    margin-left: 6px;
    line-height: 1;
    border: 1px solid #fff;
    width: 18px;
 }

 .nav-notification h4{
    border-bottom: 1px solid #bdbdbd;
    margin: 0px 8px 6px 8px;
    padding-bottom: 8px;
    font-size: 14px;
    display: flex;
 }

 .nav-notification ul li i{
    margin-right: 10px;
 }

 .nav-notification {
    background-color: #f2f2f2;
    border: 1px solid #ddc4c4;
    padding: 15px 10px;
    margin: 25px 15px;
    width: 90%;
    border-radius: 5px;
  }
  
  .ul-nav-notification {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .ul-nav-notification li {
    padding: 8px;
    text-align: left;
  }
  
  .ul-nav-notification li:last-child {
    border-bottom: none;
  }
  
  .ul-nav-notification li:hover {
    background-color: #e0e0e0;
    cursor: pointer;
  }
 
 .dashboard-sticky{
    text-align: right;
 }

 .dashboard-sticky .sticky li img{
    float: left;
    margin: 2px 15px;
 }
 
 .LeftSidebarView {
    margin: 0;
    padding: 0;
    width: 250px;
    height: 100%;
    top: 0;
    left: -250px;
    transition: transform 0.3s ease-in-out;
  }
  
  .LeftSidebarView.show {
    left: 0;
  }

.RightSidebarViewFull{
    width: 100%; 
    margin-left: 80px;
    padding-right: 0px !important;
    padding-left: 0px !important; 
 }

 .RightSidebarViewFull .paddingRightview{
    padding-right: 15px;
    padding-left: 15px;
 }

 .RightSidebarView-rtl.RightSidebarViewFull{
    margin-left: 0px;
    margin-right: 73px;
 }




 .RightSidebarView{
    width: calc(100% - 300px);
    margin-left: 290px;
    padding-right: 0px !important;
    padding-left: 0px !important;
 }

 .RightSidebarView .paddingRightview{
    padding-right: 15px;
    padding-left: 15px;
 }


 /* for other language */
 .RightSidebarView-rtl.RightSidebarView{
    margin-left: 0px;
    margin-right: 290px;
 }


 /* for Right sidebar new Pannel */

 .x_panel .navbar-header{
    display: none;
 }

 .x_panel .x_title h2{
    margin-left: 0px;
 }
 .x_panel .x_title{
    padding-left:0px;
 }

/* ===============================*/
/* ===============================*/

 .card{
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
 }


#Search_input{
	background-color: #fff !important;
    border-radius: 20px !important;
}

.input-switch-container{
    margin-left: 22px;
}

/*.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}*/

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
/*.panelTitle {
    position: relative;
    bottom: 55px;
    left: 41px;
}
.panel-heading { 
    height: 42px;
}
*/
 

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    /*margin-bottom: 30px;*/
}


.sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #ffffff;
    color: #000;
    transition: all 0.3s;
    position: relative;
    /* top: 56px; */
}

.sidebar.active {
    min-width: 295px;
    max-width: 295px;
    text-align: center;
    position: relative;
    top: 56px;
}

.sidebar.active .sidebar-header h3, .sidebar.active .CTAs {
    display: none;
}

.sidebar.active .sidebar-header strong {
    display: block;
}

.sidebar ul li a {
    text-align: left;
    color: #000 !important;
}
 
.sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    font-weight: 600;
    /*color: #000 !important;*/
}

.sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

.sidebar.active ul ul a {
    padding: 10px !important;
}

.sidebar.active .sidebar-toggle[aria-expanded="false"]::before, .sidebar.active .sidebar-toggle[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.sidebar-toggle[aria-expanded="true"]::before {
    content: '\e260';
}
.sidebar .sidebar-header {
    padding: 20px;
    background: #4b85bf;
}

.sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

.sidebar ul.components {
    /*padding: 20px 0;*/
    border-bottom: 1px solid #47748b;
}

.sidebar ul li a {
    padding: 10px 15px;
    font-size: 1.1em;
    display: block;
}
.sidebar ul li a:hover {
    color: #fff !important;
    background: #4e7ca9;
}
.sidebar ul li a.active {
    color: #fff !important;
    background: #4e7ca9;
}
.sidebar ul li a i {
    margin-right: 10px;
}
.sidebar ul ul a {
    font-size: 13px ;
    padding-left: 30px !important;
    background: #d3dae05e;
}
 
.sidebar ul li.active > a, .sidebar-toggle[aria-expanded="true"] {
    color: #fff;
    background: #4b85bf;
}

.sidebar-toggle[data-toggle="collapse"] {
    position: relative;
}
 

.sidebar-toggle[aria-expanded="false"]::before, .sidebar-toggle[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
.sidebar-toggle[aria-expanded="true"]::before {
    content: '\e260';
}


/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}*/

/*a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding-top: 50px;
    min-height: 88.7vh;
    /*min-height: 62.7vh;*/
    transition: all 0.3s;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 4.5rem);
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
   .sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    .sidebar-toggle[aria-expanded="false"]::before, .sidebar-toggle[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
   .sidebar.active {
        margin-left: 0 !important;
    }

   .sidebar .sidebar-header h3,.sidebar .CTAs {
        display: none;
    }

   .sidebar .sidebar-header strong {
        display: block;
    }

   .sidebar ul li a {
        padding: 20px 10px;
    }

   .sidebar ul li a span {
        font-size:12px;
    }
   .sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

   .sidebar ul ul a {
        padding: 10px !important;
    }

   .sidebar ul li a i {
        font-size: 1.3em;
    }
   .sidebar {
        margin-left: 0;
    }
   .sidebarCollapse span {
        display: none;
    }
    /*.panelTitle {
    position: relative;
    bottom: 55px;
    left: 41px;
    }*/
/* .panel-heading { 
    height: 42px;
} */
}
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .panelTitle {
    position: relative;
    bottom: 54px !important;
    left: 41px;
    }
    .panel-heading { 
        height: 42px;
    }
  }
