
/* events side nav start */


/* 3 */

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#show-sidebar-corp,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------page-wrapper----------------*/


/* .page-wrapper {
    height: 100vh;
} */

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

.page-wrapper.toggled .sidebar-wrapper.newcorp {
    right: 0px !important;
}
@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 250px;
    }
}

.page-wrapper.toggled .sidebar-wrapper {
    top: 95px;
}

.in {
    list-style-type: none !important;
}


/*----------------show sidebar button----------------*/
.tab-content .jkfjdjfjfdnfd{
padding-top: 100px;
}
.tab-content .jkfjdjfjfdnfd:first-child{
   padding-top:10px;
     }
.tab-content .jkfjdjfjfdnfd:first-child h2::before{
   display: none;
    }
#show-sidebar {
    position: fixed;
    left: -10px;
    top: 150px;
    border-radius: 0 4px 4px 0px;
    padding:15px 15px 15px 20px;
    background-color: #cf191d;
    z-index: 9999999;
    transition-delay: 0.3s;
}
#show-sidebar-corp {
    position: fixed;
    right: -10px;
    top: 200px;
    border-radius: 6px 0 0 6px;
    padding:15px 20px 15px 10px;
    background-color: #cf191d;
    z-index: 999;
    transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
    left: -50px;
}
.page-wrapper.toggled #show-sidebar-corp {
    right: -50px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 50px;
    left: -300px;
    /* right: unset !important; */
    z-index: 999;
}
.sidebar-wrapper.newcorp {
    width: auto !important;
    height: auto !important;
    position: fixed !important;
    top: 200px !important;
    left: unset !important;
    right:-300px !important;
    padding:5px !important;
    z-index: 999;
    background-color: #030f27 !important;
}
.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}


/*----------------sidebar-content----------------*/

.sidebar-content {
    
    max-height: calc(100% - 100px);
    height: calc(100% - 70px);
    overflow-y: auto;
    position: relative;
}
.sidebar-content2 {
    background-color:#071a3f;
    max-height: 100%;
    height: 100%;
   
    position: relative;
}
.sidebar-content.desktop {
    overflow-y: hidden;
}


/*--------------------sidebar-brand----------------------*/
.corp_divider{
    background-color: #030f27;
   margin-top: 5px !important;
   margin-bottom: 5px !important;
    height:1.5px !important;
    width:87% !important;
    margin-left: 10px !important;
    
}
.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .flaticon-syringe:before {
    content: "\f108";
    font-size: 21px;
}
.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

.sidebar-wrapper .sidebar-brand #close-sidebar.forcorp {
    cursor: pointer;
    font-size: 16px;
    position: absolute !important;
    top:-5px;
    left:-3px;
    padding:0px 6px 0px 4px!important;
    background-color: #030f27;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}


/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px;
}


/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding:8px 10px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    padding: 3px 10px;
    line-height: 1.7;
    text-align: center;
    border-radius: 6px;
}

.sidebar-wrapper p {
    color: #818896 !important;
}

.page-content b {
    color: #fff !important;
    font-weight: 500 !important;
}

.page-content #media .section-title h1 {
    letter-spacing: 1.5px;
    font-size: 34px;
    color: #fff;
    font-family: "Crimson Pro", serif;
}

.page-content #media .section-title {
    padding: 40px !important;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.margin_active {
    margin-top: 200px !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 35px;
    top: 16.5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 10px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
}


/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.page-wrapper .page-content>div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}


/*------scroll bar---------------------*/
/* 
::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
 */

/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
    padding:20px 0px 0px 40px;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    /* border-top: 1px solid #3a3f48; */
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #f0f0f0;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #f0b430;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #f0b430;
    text-shadow: 0px 0px 10px rgba(251, 255, 22, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}


/* @@@@@@@@@@@@@@@@@@@@@@  toggle icon @@@@@@@@@@@@@@@@@@@@@@@ */


/* collapse menu frist */

.side_bar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
}

.side_bar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.side_bar a:hover {
    color: #f1f1f1;
}

.side_bar .closebtn {
    /* position: absolute;
    top: 0;
    right: 15px; */
    font-size: 22px;
    margin-right: 8%;
    /*  margin-bottom: 15px; */
    color: black;
    /* border: 1px solid silver; */
}

.openbtn {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 0px 7px 7px 0px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}

.openbtn:hover {
    background-color: #444;
    box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}


/* @@@@@@@@@@@@@@@@@@@@@@  toggle icon   end @@@@@@@@@@@@@@@@@@@@@@@ */

.sidebar-navigation {
    width: 300px;
    height: auto;
    background-color: #fff;
    /* margin: 50px auto; */
    webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.sidebar-navigation .title {
    display: block;
    font-size: 1.2em;
    background-color: #1e1e1e;
    padding: 20px 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sidebar-navigation>ul>li>a {
    text-transform: uppercase;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}

.sidebar-navigation ul li {
    display: block;
}

.sidebar-navigation ul li a {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 20px 25px;
    text-decoration: none;
    color: #2e2e2e;
    letter-spacing: .02em;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    border-radius: 50%;
}


/* .sidebar-navigation ul li:hover>a, */

.sidebar-navigation ul li.selected>a {
    background-color: #ecf0f1;
    color: red;
    border-color: rgba(255, 255, 255, 0.1);
    border-left: 4px solid red;
}

.sidebar-navigation ul li:hover>a {
    background-color: #ecf0f1;
    color: red;
    border-color: rgba(255, 255, 255, 0.1);
    border-right: 2px solid red;
}

.sidebar-navigation ul li.selected>a .fa {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.sidebar-navigation ul li ul {
    display: none;
}

.sidebar-navigation ul li ul.open {
    display: block;
}

.sidebar-navigation ul li ul li a {
    color: #495d62;
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul li a:before {
    content: '';
    width: 10px;
    height: 1px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #495d62;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
    background-color: #e6ebed;
    border-right: 2px solid red;
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
    margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
    background-color: #94aab0;
    color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
    background-color: #fff;
}

.subMenuColor1 {
    background-color: #fbfcfc;
}

.subMenuColor2 {
    background-color: white;
}


/* ##################################   media query   ######################################## */

@media(max-width: 991px) {
    #collapsibleNavbar {
        background: #fff;
        padding: 20px;
        color: white;
        z-index: 2;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 769px) {
    .for_larg_screen {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
   
    .sidebar-navigation {
        width: 85%;
    }
    .side_bar {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        /* background-color: #111; */
        overflow-x: hidden;
        transition: 0.5s;
        /* padding-top: 60px; */
    }
    .sidebar-navigation ul li a {
        position: relative;
        display: block;
        font-size: 0.8em;
        font-weight: 600;
        /* padding: 10px 15px; */
        text-decoration: none;
        color: #2e2e2e;
        letter-spacing: .02em;
        border-bottom: 1px solid #eee;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        /* padding-top: 15px; */
    }
    .sidebar a {
        font-size: 18px;
    }
}


/* events side nav close */


/* side nav toggle start */

.tab-slider--nav {
    width: 100%;
    /* float: left; */
    display: flex;
    justify-content: center;
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #818896;
    /* height: 35px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #345F90;
    /* margin-left: 5px; */
    border: 2px solid #16c7ff;
    border-radius: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}

.tab-slider--tabs.slide:after {
    left: 50%;
}

.tab-slider--trigger {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 18px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--trigger.active {
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgb(22 199 255 / 50%);
}

.tab-slider--body {
    margin-bottom: 20px;
}

.tab1 {
    display: block;
}

.tab2 #media ul.about_us_ul li a {
    color: #fff;
}

.page-content {
    background-color: rgba(252, 252, 241, 0.979);
}

.header_area .main_menu .main_box_head.sticky .jkfjdjfjfdnfd{
    margin-top:300px !important;
}
/* side nav toggle close */

.back_button2{
    position: absolute;
    top:25%;
    left:21%;
    padding:3px 10px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 40px;
    background: #f2b530;
    box-shadow: 0 0 0px 4px rgb(254 126 23 / 35%);
    border: none;
}
.back_button2 i {
    margin-right: 6px;
    color: #030f27;
    font-size: 13px;
    
}
.back_button2:hover{
    box-shadow: 0 0 0px 5px rgb(254 126 23 / 35%);
}

.jkfjdjfjfdnfd h2::before{
    content: "";
    height:1px;
    background-color: lightblue;
    width:100%;
    position: absolute;
    top:-40px;
    left:0;
    right:0;
}
.sidebar-menu li.active a{
    color:#f0b430 !important;
}
@media (max-width: 768px){
.header_area .main_menu .main_box_head {
    /* background: #fff; */
   top:0px !important;
    z-index: 999;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.back_button2{
    top:15%;
    left:74%;
    line-height: 10px;
}
.jkfjdjfjfdnfd h2{
    font-size: 24px;
    line-height: 1.7;
}
.page-wrapper .page-content>div{
    padding:15px;
}
.accordion {
    width: 100% !important;
   
}
.page-wrapper.toggled .sidebar-wrapper {
    top:75px;
}
.sidebar-wrapper .sidebar-menu ul li a{
    padding:8px;
}
}