* {
    font-size: 14px;
    line-height: 20px;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    color: #535353 !important;
     font-family: "CenturyGothic";
    overflow-x: hidden;
    max-width: 100%;
    background-color: #f6f6f7 !important;
    font-style: normal;
    height: 100%;
    letter-spacing: 0.7px;
}

/*@font-face {
    font-family: 'DM Sans';
    src: url(../DM_sans/DMSans-VariableFont_opsz\,wght.ttf);
}
*/
@font-face {
  font-family: "CenturyGothic";
  src: url(../../superadmin/fonts/CenturyGothic.ttf);
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}


a,
button {
    color: #202020;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

#toast-container>div {
    opacity: 1 !important;
}
.clear,
.clearfix {
    clear: both !important;
}

button:focus,
button:hover {
    text-decoration: none !important;
    outline: none !important;
    color: inherit;
}

input:focus,
input:hover {
    text-decoration: none;
    outline: none;
}

/*.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #86b7fe !important;

}

.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #86b7fe !important;

}*/

select,
select:focus,
select:hover {
    text-decoration: none;
    outline: none;
}


:placeholder {

    color: #d3d3d3;
    opacity: 1;

}

:-ms-input-placeholder {

    color: #d3d3d3;
}

::-ms-input-placeholder {
    color: #d3d3d3;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 20px;
}
ul li {
    list-style: none;
}

.disabled {
    user-select: none;
    opacity: .5;
    pointer-events: none;
    cursor: default;
}
.form-star{
    color: #ff0000;
}
/*input.form-control {
    border: 1px solid #eeeeee;
    height: 45px;
}
.form-control {
    border: 1px solid #b8b8b8 !important;
    color: #6e6e6e;
    padding: 10px 20px;
    border-radius: 0.35rem !important;
}*/
.text-dangerr {
    color: #e77029;
}
/*****top_header****/

.main {
    padding: 15px 15px;
    width: calc(100% - 18rem);
    position: relative;
    left: 18rem;
    transition: all 0.4s ease;
}

.project_header {
    width: 100%;
    transition: all 0.3s ease;
    background-color: #fff; 
    height: 101px !important;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff; 
    z-index: 9;
} 

.Project_top_header {
    background: linear-gradient(80deg, #003E68 0%, #015294 33.33%, #1D9BF0 100%);

}
.top_head {
    min-height: 30px;
    justify-content: space-between;

}

.top_head h5 {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.top_head .top-head-middle h4 {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.top_head p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.top-head-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_logout {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 20px;
    text-align: center;
    position: absolute;
    z-index: 7;
    border-radius: 5px;
    left: 26px;
    top: 20px;
    box-shadow: 1px 0px 4px 3px rgb(159 144 144 / 22%);
    display: none;
}

.bottom_user {
    position: relative;
    display: table;
}

.bottom_user svg {
    color: #000000;
    font-size: 22px;
}

.bottom_user .user_logout {
    right: 0;
    left: auto;
    top: 30px;
    padding: 10px 40px;
}

.bottom_user .user_logout a {
    display: flex;
    gap: 10px;
    align-items: center;
}


/****bottom-header***/
.project_bottom_header {
    background: #fff;
}

.btm_heada {
    align-items: center;
    justify-content: space-between;
}

.menu-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo {
    text-align: left;
}

.navbar-logo .logo-brand {

    margin: 14px 0;
}

.brand-logo-img {
    max-width: 167px;

}

a.logo-brand {
    height: auto;
    display: inline-block;
}

.logo-brand:hover,
.logo-brand:focus {
    text-decoration: none;
}

.bottom-header-end ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0 !important;
}

.bottom-header-end ul li svg {
    cursor: pointer;
}

span.notification-number {
    width: 20px;
    height: 20px;
    background: #0b6db5;
    font-size: 12px;
    border-radius: 50px;
    color: white;
    position: absolute;
    top: -13px;
    right: -8px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bottom-header-end ul li {
    position: relative;

}

.bottom-header-end ul li svg {
    color: #000;
    font-size: 23px;
}

.notify-section::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    right: -14px;
    background-color: rgba(74, 85, 104, 0.5);
}

.toggole {
    display: none;

}

.toggole svg {
    color: #fff;
    font-size: 24px;
}


.bottom_user {
    position: relative;
    display: table;
}

.bottom_user a.userImg {
    height: 25px;
    width: 25px;
    border-radius: 50px;
}

.bottom_user a img {
    width: 100%;
    height: 100%;
}

.bottom_user .user_logout {
    right: 0;
    left: auto;
    top: 48px;
    padding: 10px 35px;
}

.bottom_user .user_logout a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bottom_user .user_logout a svg {
    color: #E28647;
    font-size: 14px;
}

.user_logout a {
    color: #292b3a;
    font-size: 15px;
}

.user_logout a:hover {
    color: #1e3d73;
}

/****notification****/
.bell_messages {
    width: 480px;
    position: absolute;
    top: 48px;
    right: 0;
    background: #fff;
    z-index: 99;
    /* box-shadow: -5px 6px 7px #dadae6; */
    box-shadow: rgba(8, 21, 66, 0.05) 0px 0px 37px;
    padding: 0;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 6px 6px !important;
}

.message_wrap{
    height: 410px;
    overflow-y: auto;
}
.message-wrapper {
    padding: 16px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}


.message-detail {
    text-align: left;
    width: 100%;
}

.bell_messages a {
    font-size: 14px;
    text-align: center;
    color: #015294;
    width: 100%;
}

.message-head-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.message-body-line {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
    margin: 8px 0;
}

.message-body-line a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

p:last-child {
    margin-bottom: 0;
}

.message-body-line span i {
    color: #fff;
}

.message-head-line .person_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: left;
}


.Nblue {
    background: #b9deea;
}

.Npink {
    background: #f8dae6;
}

.Nyellow {
    background: #f7e39e;
}

.Ngreen {
    background: #c2edce;
}

.breadcrumb li a {
    color: #95959e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.bottom-header-end .svg-inline--fa{
    vertical-align: bottom !important;
}
.notishow {
    padding: 20px;
    height: 453px;
}
/****sidebar****/

.sidebar {
    background-color: #fff;
    box-shadow: 0px 3px 3px 2px rgb(0 0 0 / 17%);
    height: 100vh;
    z-index: 1020;
    position: fixed;
    left: 0;
    top: 100px;
    transition: all .4s ease-in-out;
}

.page-slider {
    position: relative;
    height: 100%;
    width: 18rem;
}


.sidebar-menu-list li a:hover {
    text-decoration: none;
}

.menubtn {
    background: #015294;
    color: #fff;
    font-size: 14px;
    transform: rotate(270deg);
    position: fixed;
    padding: 5px 11px;
    right: inherit;
    left: -22px;
    top: 40%;
    letter-spacing: 3px;
    border-radius: 0px 0px 10px 10px;
    border: 0;
    z-index:9;
}

.menubtn:hover {
    color: #fff;
    text-decoration: none;
}

.close-icon {
    color: #fff;
    background-color: #015294;
    width: 33px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    position: absolute;
    right: -32px;
    z-index: 2;
    display: none;
}
.close-icon:hover{
    color: #fff;
}
.close-icon svg {
    font-size: 18px;
}
/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 3px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #015294; 
}

.sidebar-menu-list {

    overflow-y: auto;
    height: 100%;

}

.sidebar-menu-list svg {
    margin-right: 10px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordian-submenu {
    background-color: #005494;
    padding: 7px 0;
    margin-bottom: 0;
}

.accordian-submenu a {
    color: #fff;
    padding: 8px 8px 5px 24px !important;
    display: block;
    font-size: 13px !important;
    position: relative;
    letter-spacing: normal;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #8ac1d9 !important;
}

.accordion-button::after {
    width: 15px !important;
    height: 15px !important;
    background-size: 14px !important;
    transform: rotate(270deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/download.svg) !important;
    transform: rotate(359deg) !important;

}

.accordian-submenu a:hover {

    background-color: #fff;
    color: #000;
}

.accordian-submenu li:hover {
    background-color: #fff;
    color: #000;
}

.accordian-submenu a:before {
    position: absolute;
    height: 7px;
    width: 7px;
    border: 2px solid #fff;
    content: "";
    border-radius: 26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    left: 10px;
}
.accordian-submenu a:hover:before {
    border-color: #000 !important;
}
.menu-text-colour {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #212529;
    text-align: left;

}

.accordion-button {
    font-size: 16px !important;
    padding: 12px !important;
}

.dashboard_text {
    border: 0;
    color: #000;
}


.active-menu {
    background: #8ac1d9;
    color: #000;
}

.active-item {
    background: #d9fbfd;
    text-decoration: none;
    color: #000 !important;
}
.dashboard_text .menu-text-colour:hover {
    color: #fff !important;
}

.accordion-button:hover,
.submenu-list:hover {
    background-color: #d9fbfd;
    color: #000;

}

.page-slider a:hover .nav_text,
.page-slider button:hover .nav_text {
    transform: translateX(10px);
    transition: all .4s ease-in-out;
}

.nav_text {
    transition: all .4s ease-in-out;
}

.accordion-body {
    padding: 0 !important;
}

.accordion-item {
    border: 0 !important;
}
.sidebar.onClickMenuSidebar {
    transform: translateX(-115%);
    top: 0;
}

.sidebar.onClickMenuSidebar .close-icon {
    display: block;
}

.main.inner-main{
    width: 100%;
    left: 0;
    padding: 0px 10px;
}

/* Start of Global Breadcrumb */
.breadcrumb-global {
    font-size: 13px;
    position: relative;
}

.breadcrumb-global .breadcrumb-item,
.breadcrumb-global .breadcrumb-item a {
    font-size: 13px;
    color: #002b3b;
}

.breadcrumb-global li:first-child {
    padding-left: 1.375rem;

}

.breadcrumb-global li:first-child:before {
    font-size: 1rem;
    content: "\f4eb";
    font-family: bootstrap-icons;
    font-weight: normal;
    margin-top: 0;
    padding-right: 0.25rem;
    line-height: 1;
    padding: 0;
    position: absolute;
    left: 0;
    transform: rotate(270deg);

}

.breadcrumb-global li:last-child {
    color: #015294;
    padding-left: 0.25rem;
}

.breadcrumb-global .breadcrumb-item+.breadcrumb-item::before {
    font-size: 1.375rem;
    content: "\f135";
    font-family: bootstrap-icons;
    font-weight: normal;
    margin-top: 0;
    padding-right: 0.25rem;
    line-height: 1;
}

/* End of Global Breadcrumb */

/***responsive****/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cust_container {

        max-width: 98%;
        margin: 0 auto;
    }
}
@media (max-width:992px) {
    .top-head-left {
        display: none;
    }


    .sidebar {
        transform: translateX(-115%);
        position: fixed;
        top: 0;
        left: 0;
    }

    .close-icon {
        display: block;
    }
    .fa-bars-staggered{
        vertical-align: -webkit-baseline-middle !important;
    }
    .bottom-header-left {
        order: 2;
    }

    .bottom-header-end {
        order: 3;
    }

    .bottom-header-center {
        order: 1;
    }

    .fa-bars-staggered {
        font-size: 20px;
        color: #000000;
    }

    .main {
        left: 0;
        width: 100%;
    }
    .menubtn{
        display: none;
    }
}

@media (max-width:991px){
    .menubtn{
        display: none;
    }
}

@media (max-width:767px) {

    .bell_messages {
        position: fixed;
        top: 94px;
        width: 100%;
    }

}

@media (max-width:480px) {

    .navbar-logo .logo-brand {
        margin: 14px auto;
        display: table;
    }

    .bottom-header-end ul {
        gap: 28px;
    }

    .bottom-header-end ul li svg {
        font-size: 20px;
    }

    .bottom_user a.userImg {
        height: 22px;
        width: 22px;
    }

    .notify-section::before {
        right: -12px;
    }

    span.notification-number {
        width: 16px;
        height: 16px;
        font-size: 9px;
        top: -10px;
        right: -2px;
    }

    .brand-logo-img {
        max-width: 145px;
    }
}

@media (max-width:375px) {

    .top-head-right p {
        width: 147px;
        white-space: nowrap;
        overflow: hidden;
    }

    .bottom-header-end ul {
        gap: 17px;
    }
}