.no-skin .nav-list>li.active>a, .no-skin .nav-list>li.active>a:focus, .no-skin .nav-list>li.active>a:hover, .submenu, .no-skin .sidebar.menu-min .nav-list>li>a>.menu-text {
    background-color: #53BBF2 !important;
    color: white !important;
}
.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    background: #50AAD8;
}
.div_etablissmeent > a, .div_etablissmeent > a:hover{
    color: inherit;
    text-decoration: inherit;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
body{
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.menu-parent, .menu-parent >a {
    color: white !important;
    background: #53BBF2 !important;
}

.menu-child > a {
    font-weight: bold;
    color: white !important;
    background: #aaa !important;
}

.menu-child > a:hover {
    background-color: #50AAD8 !important;
    color: #fff;
}
.ace-nav>li.green>a {
    background-color: #aaa;
}
.ace-nav>li.green>a:hover {
    background-color: #aaa;
}
.menu-parent, .menu-parent >a {
    border-top: 0.0px solid !important;
    border-bottom: 0.2px solid!important;

}
.navbar-title{
    WIDTH: 11%;
    BACKGROUND: white;
    HEIGHT: 44PX;
    margin-left: -1%;

}
.breadcrumbs {
    position: relative;
    z-index: auto;
    border-bottom: 1px solid #62a8d0;
    background-color: #e7e7e7;
    min-height: 41px;
    line-height: 40px;
    padding: 0 12px 0 0;
}


.main-content {

    background-image: linear-gradient(#50AAD8,  rgba(255,255,255,0.5),white);

    background-size: cover;
    background-repeat-x: no-repeat;
    background-position: right;
    background-position: bottom -222px right -66px;

}
.page-header h1 {
    padding: 0;
    margin: 0 8px;
    font-size: 22px;



    font-weight: lighter;
    color: #2679B5;
    font-weight: bold;
}
.page-header h1 small {
    margin: 0 6px;
    font-size: 14px;
    font-weight: 400;
    color: #145975b5;
    font-weight: bold;
}
.ent-table th:nth-child(even) {
    background: rgb(170 170 170);
    color: white;
}

.alert-info {
    background-color: #e7e7e7;

    border-color: #62a8d066;
}
body,main-content{
    background-color: #f5f8fa;
}
.page-content {
    background-color: #f5f8fa;
}
.card-footer{
    background: #aaaaaa57;
}
.card{
    border: #71C2EB 3px solid;
}
.nav-tabs.tab-color-blue>li>a, .nav-tabs.tab-color-blue>li>a:focus  {
    background-color: #62a8d0;
    border-color: #7DB4D8 #7DB4D8 transparent;
    font-weight: bold;
}
.widget-box[class*=widget-color-]>.widget-header {
    font-weight: bold;
    color: #FFF;
}

.nav-tabs.background-blue {
    padding-top: 6px;
    background-color: #aaaaaaa3;
    border: 2px solid #62a8d0;
}

.well {
    background-color: #E4E6EF;
}

.ent-table thead tr th:hover {
    color: white !important;
    font-weight: bold !important;
    text-shadow: 0px 2px 20px red;
}
.page-content {
    min-height: 711px;
    /* background-color: rgb(255 255 255 / 27%);*/
    backdrop-filter: blur(1px);

    min-height: 711px;
    background-color: rgb(255 255 255 / 27%);
    backdrop-filter: blur(1px);
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;

    --bs-card-border-radius: 0.625rem;
    --bs-card-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
    --bs-card-inner-border-radius: calc(0.625rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: transparent;

    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;

    word-wrap: break-word;
    background-color: #ffffffc9;
    background-clip: border-box;
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}

.modal-backdrop{
    position:relative !important;
}



/* Basic styling for input text */
input[type="text"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #333;
}

/* Change the text color when the input is in focus */
input[type="text"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

/* Style placeholder text */
input[type="text"]::placeholder {
    color: #999;
}

/* Disable the default input styling (remove arrow in number input) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Apply custom styles to disabled inputs */
input[type="text"]:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

/* Apply custom styles on hover */
input[type="text"]:hover {
    border-color: #888;
}
.embed-responsive, .modal, .modal-open, .progress {
    overflow: auto;
}



.adv_sec {
    width: 100%;
    padding-top: 20px;
}
.adv_in {
    width: 100%;
    /* padding-top: 60px;*/
}
.adv_box2 {
    width: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    padding: 15px 5px 15px 0;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adv_box2 img {
    max-width: 100%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.adv_box2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bx.png) no-repeat center center;
    background-size: contain;
    opacity: 0.1;
}
.adv_in .row .col-12 .adv_box2 {
    border-radius: 15px;
    background: #53BBF2;
    color: white;
}
.adv_box2 .media-body h5 {
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-align: left;
}
.adv_box2 .media-body p {
    font-size: 15px;
    color: white;
    text-align: justify;
    text-align: left;
}
.adv_box2 .media {
    align-items: center !important;
    display: flex;
    padding-left: 4%;
}.adv_box2 .media .media-body {
     padding-left: 4%;
 }
.icon-sub-menu{
    font-size: 7rem;
}
