 
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}
.text-light{}
.full-body{
    background: #1A2537;
    width: 100%;
    height: 100%;
}
.bg_main{
    
    background: #1A2537;
}
.h_75{
    height: 75px;
}
.active1:hover {
    text-decoration: none!important;
}
/*LOGIN PAGE*/
.bg_img{
   background-image: url("http://doce.genesisad.com/images/bg2 -1.jpg");
  background-repeat: no-repeat, repeat;
}
/**/
/*Menu item css*/
        /* Common Sidebar Styles */


        /* Main Sidebar */


        /* Submenu (Appears on the Right Side) */


        /* Sidebar Links */
        .sidebar a, .submenu a {
            text-decoration: none;
            font-size: 16px;
            color: #fff;
            display: block;
            transition: 0.3s;
            cursor: pointer;
        }

        .sidebar a:hover, .submenu a:hover {    
            background-color: #1f2c41;
        }
        /* Buttons */
        .open-btn {
            left: 15px;
            margin-left: auto;
            margin-right: auto;
            color: white;
            padding: 10px 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            background-color: #1F2A3D;
        }
        .open-btn-m-n{
            width: 30px;
            margin-left: auto;
            margin-right: auto;
            color: white;
            padding: 5px 5px;
            border: none;
            border-radius: 5px;
            font-size: 20px;
            cursor: pointer;
        }
        .sub-menu-sec a .active{
            background-color: #1f2c41!important;
        }
/*SVG*/
        /* Default button styles */
        #svgButton {
            background-color: rgba(255, 255, 255, 0); /* Default background */
            border: none;
            padding: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            border-radius: 5px;
        }
        #svgButton_2 {
            background-color: rgba(255, 255, 255, 0); /* Default background */
            border: none;
            padding: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            border-radius: 5px;
        }
        #svgButton_3 {
            background-color: rgba(255, 255, 255, 0); /* Default background */
            border: none;
            padding: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            border-radius: 5px;
        }

        /* Active state background color */
        .active {
            background-color: #1f2c41; /* Change this to your preferred active color */
        }

        /* SVG Styling */
        svg {
            transition: fill 0.3s ease;
        }
        button:focus {
            outline: none !important;
        }

.open-btn-m-n {
    transition: all 0.3s ease;
}

.open-btn-m-n.active {
    filter: invert(27%) sepia(100%) saturate(100%) hue-rotate(180deg);
}
.open-btn-m-n path {
    transition: fill 0.3s ease;
}

.open-btn-m-n.active path {
    fill: #000; /* Replace with your color */
}


        .open-btn .hover{
            background-color: #008BE1;
        }
        .active-open-btn {
            background-color: #008BE1;
            color: #fff;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 25px;
            color: white;
            cursor: pointer;
        }
/*hOME*/
        .center-t{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
        .sidebar-logo {
            width: 100%;
            padding-top: 25%;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
        .pt_150{
            padding-top: 150px;
        }
        .pt_100{
            padding-top: 100px;
        }
        .pt_72{
            padding-top: 72px;
        }
        .pt_40{
            padding-top: 40px;
        }
        .pb_72{
            padding-bottom: 72px;
        }
        .bg-bl{
            padding: 10px 15px;
            background-color: #1E2A3E;
        }
        .sec-1{
            border-radius: 12px;
            padding-right: 0px!important;
            padding-left: 0px!important;
        }
        .menu-heading h3{
            color: #FFF;
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }
        .menu-items a{
            color: #fff;
            padding-left: 15px;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 14px;
            border-right: 1px solid rgba(255, 255, 255, 0.12);
        }
        .menu-item-text{
            padding-left: 10px;
        }
        .s-menu-item-text p{
            color: #fff;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 1.5em;
            margin-bottom: 0rem;
        }
        .s-menu-item-text p:hover{
            text-decoration: none;
        }
        .menu-item-img{
            display:inline-block;
        }
        .menu-img{
            display:inline-block;
            width: 40px;
        }
        .menu-item-text{
            display:inline-block;
        }
        .s-menu-item-text{
            padding: 10px;
        }
        .sub-menu-sec .active{
            background-color: #1f2c41;
        }
        .main-body {
            transition: all 0.3s ease;
            position: relative;
        }
        
        #mainSidebar {
            transition: left 0.3s ease;
        }
        
        #submenu {
            transition: left 0.3s ease;
        }
        .p-r-50{
            padding-right: 50px;
            border-radius: 12px;
        }
        .p-15{
            padding: 15px;
        }
        .result-sec{
            padding: 15px;
            border-radius: 12px;
            background: #1F2C41;
        }

        .card_1 {
            background: #1a2537;
            text-align: center;
            border-radius: 6px;
            min-height: 150px; 
            min-height: 150px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
          }
          
          .card_1:hover {
            box-shadow: 0 0px 15px 0 rgb(0 139 225), 0 0px 20px 0 rgb(255 255 255 / 19%);
            transform: translateY(-2px);
          }
         
        .card_1 h4{
            font-size: 0.9rem;
        }
        .info h4{
            font-size: 0.9rem;
            color: #fff;
        }
        .inl-b{
            display: inline-block;            
        }
        .item-icon{
            width: 44px;
            height: auto;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        
    /*Pagination*/
    .page-item.disabled .page-link {
        color: #ffffff!important;
        pointer-events: none;
        cursor: auto;
        background-color: #1a2537!important;
        border-color: #dee2e600!important;
    }
    .page-link {
        margin: 0px 4px;
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #ffffff!important;
        background-color: #1a2537!important;
        border: 1px solid #1a2537!important;
    }

/*Design Change and adding CSS for new design*/
/*home Page design*/

.main-info{
    background-color: #1F2C41;
}
.main-info-cont{
    min-height: 80dvh;
    padding: 2em 2em;
}
.topic-box{
    background-color: #1a2537;
    border-radius: 10px;
    display: flex;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 1em;
}
.topic-box span{
    flex-grow:1;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.topic-box svg{
    rotate: -90deg;
}
.cat_id-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
}
.cat_id-box li:hover{
    background-color:#008BE1;
}
.cat_id-box li{
    padding: 35px 15px;
}
.side-bar-1 ul li{
    /*background-color: #1A2537;*/
}
.side-bar-1 ul li .active{
    background-color: #1f2c41;
}
.side-bar-1 ul li a{
    color: #fff;
}
/*Topic Page design*/

.sidebar-main{
	text-align: center;
    background-color: #1E2A3E;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	height: 100%;
	width: 80px;
}
.main_cont1{
	display: grid;
	grid-template-columns: 1fr;
}
.main_cont{
	min-height: 80vh;
    min-height: 80dvh;
    display: grid;
    grid-template-columns: 35% 1fr;
}
.main-side-menu{
	display: grid;
	min-height: 80dvh;
	grid-template-columns: 50% 1fr;
}
.side-bar-1{
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.main-info{
	background-color: #1F2C41;
}
.dorder_none{
    border-right: 0px solid rgba(255, 255, 255, 0.12); 
}
	/**Sec 2 Main Heading section */	
    .main_cont1 h3{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color:rgb(255, 255, 255);
        text-align: left;
        padding-top: 1em;
    }
    .main_cont1 h3 a{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color:rgb(255, 255, 255);
        text-align: left;
        padding-top: 1em;
    }
    
/*Same cssin style */
    .menu-img {
        display: inline-block;
        width: 3em;
        height: 3em;
        margin-bottom: 3px;
        margin-top: 3px;
    }
/**/
.back_design{
    border-radius: 12px;
    background-color: #1a2537;
}
.active a p{
    color: #008BE1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.active a .menu-item-img svg{    
    background-color: #008BE1;
}
/*Pagination Navigation*/
a:hover {
    text-decoration: none!important;
}
.bg-white {
    background-color: #1A2537 !important;
}

.pg_container {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: right;
  }
  .pg_container .pagination {
    position: relative;
    height: 40px;
    column-gap: .5em;
    background: rgb(31 44 65);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    border-radius: 2px;
  }
  .pg_container .pagination li {
    list-style-type: none;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    border: 0.5px solid #525965;
  }
  .pg_container .pagination a li{
    text-decoration: none;
    color: #525965;
    font-weight: 500;
  }
  .pg_container .pagination li a:hover,
  .pg_container .pagination li.active a {
    background: rgba(255, 255, 255, 0.2);
  }

  .pagination .active{
    background: #7093BC;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
  }
  