﻿body {
    font-size: 13px;
    /*font-family: Arial, sans-serif;
    font-size: 16px;*/
    min-height: 100vh;
}

#registerForm{
    max-width:500px;
}
.r2{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}
.r2a{
    color:black !important;
}
.login-page {
    font-family: poppins !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins !important;
}

.dl-horizontal dt {
    white-space: normal;
}


a:hover {
    text-decoration: none !important;
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
}

.breadcrumb a {
    /*	color: white !important;
*/
}

a:focus {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}

.pt20 {
    padding-top: 20px;
}

label {
    font-weight: normal !important;
}

.transition {
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all
}

.back_image {
    background: url('../images/accenture_background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    background-attachment: fixed;
}

.full_vh {
    height: 100vh;
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* .full_vh {
    height: 100vh;
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} */


.login-form .login_form_block {
    padding: 0;
    width: 100%;
}

.login_form_block {
    padding: 10px;
    display: block;
}

.login_form_block .bottom_links {
    margin-top: 0px
}

.bottom_links div {
    margin: 5px;
}

.login_form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    background: #fff;
    border-radius: 10px;
}

.login_form h1 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #9C6FE4;
    color: #fff;
    padding: 11px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

/*.login_form_block{
    padding:20px;
}*/
#login-form input[type=text],
input[type=password] {
    border-radius: 0;
    background: #eee;
    border: 0;
    height: 38px;
    box-shadow: none;
    min-width: 100% !Important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.login_form_block .btn.btn-default {
    background: #9C6FE4;
    color: #fff;
    border: 0;
    padding: 8px 20px;
}

.bw {
    background: #fff;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.fl {
    float: left;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header_block {
    padding: 10px;
    position: relative;
}

.header_details {
    border-left: 1px solid #8a8a8a;
    padding-left: 10px;
    margin-left: 21%;
}

.header_details_block label {
    color: #fff;
    margin: 0;
}

.header_details_block label:first-child {
    color: #fff;
    width: 62px;
    font-weight: bold !important;
}

.header_details_block span {
    color: #fff;
    font-weight: bold;
}

.fb {
    font-weight: bold !important;
}

.panel-title a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
}

.min_plus .fa {
    font-size: 11px;
    font-weight: normal !important;
    color: #7e8897;
}

.min_plus {
    position: absolute;
    right: 10px;
}

.panel-group .panel+.panel {
    margin-top: 0 !important;
}

.panel-default>.panel-heading {
    background-color: #fff !important;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none;

}

.panel-heading {
    padding: 0 !important;
}

.password-page #errmsg2 {
    font-size: 12px;
    margin-bottom: 10px !important;
    color: red;

}

.password-page #errmsg3 {
    font-size: 12px;
    margin-bottom: 10px !important;
    color: red;
}

.password-page #errmsg4 {
    font-size: 12px;
    margin-bottom: 10px !important;
    color: red;
}

.password-page #errmsg_show {
    font-size: 12px !important;
    margin-bottom: 10px !important;
}

#errmsg {
    text-align: center;
    color: orangered !important;
    margin: 0px;
    font-weight: lighter;
    background-color: none !important;
    font-size: 12.2px;
    margin-top: 7px;
}


/* Popup CSS */
.popup_area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.popup_block {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
}

.pp400 {
    min-width: 400px;
}

.pp450 {
    width: 30%;
}

.popup_data {
    padding: 15px;
}

.pbtn {
    background: #9C6FE4;
    padding: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
}

.pbtn:hover {
    background: #000;
    color: #fff;
}

.popup_header {
    padding: 10px 15px;
    background: #9C6FE4;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Popup CSS */

.popup_data a,
button {
    cursor: pointer;
}


/*Responsive*/
@media (max-width: 1199px) {
    body {
        font-size: 13px;
    }

    .listing li a {
        height: 187px;
    }

    .listing li a:hover .shadow.transition {
        bottom: -18px;
    }

    .right_menu_outer {
        width: 22% !important;
        z-index: 9999999999 !important;
    }
}

@media (max-width: 992px) {
    .listing li a:hover .shadow.transition {
        bottom: -14px;
    }

    .listing li a h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .listing li:nth-child(3n) {
        margin-right: 5%;
    }

    .listing li:nth-child(2n) {
        margin-right: 0;
    }

    .listing li {
        width: 47.5%;
    }

    .listing li a h3 {
        font-size: 18px;
    }
}

@media (max-width: 520px) {

    .listing li {
        width: 100%;
        margin-right: 0;
    }

    .listing li:nth-child(3n) {
        margin-right: 0;
    }

    .breadcrumb li a {
        padding: 6px 9px !important;
    }

    .pp450 {
        min-width: 380px;
    }
}

@media (max-width: 400px) {
    .login_form {
        width: 300px;
    }

    .pp450 {
        min-width: 300px;
    }

    .popup_header {
        font-size: 13px;
    }
}

/*Responsive*/
.landing-page {
    /*border:2px solid red;*/
    background: url('/images/accenture_background.jpg') no-repeat center center;
    position: relative;
    background-size: cover;
    min-height: 100vh;
}

.das_heading {
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid#ddd;
    display: none;
}

/*.bgrey{
    background:grey;
}*/
.menu_left,
.menu_rght {
    border-right: 1px solid #ddd;
    height: calc(100vh - 164px);
    background: #fff;

}

.menu_left {
    border-right: 1px solid #ddd;
    overflow: auto;
}

.panel-title>a {
    color: inherit;
    background: #00a9ce;
    padding: 10px;
    color: #fff !important;
    font-family: Arial, sans-serif;
}

.panel-title>a.collapsed {
    color: inherit;
    background: #fff !important;
    color: #4a3e38 !important;
}

.panel-title>a .min_plus .fa {
    color: #fff !important;
}

.panel-title>a.collapsed .min_plus .fa {
    color: #4a3e38 !important;
}

.dash_inner {
    float: left;
    width: 98%;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.div1_20 {
    float: left;
    width: 12%;
    margin-right: 5px;
}

.div60 {
    /*float: left;
	width: 87%;
	margin-right: 0;*/
}

.div2_20 {
    /*float: left;
	width: 12%;
	position: absolute;
	right: -12%;*/
}

#arrow_name {
    overflow: auto;
    height: calc(100vh - 209px);
    overflow: auto;
    padding: 0;
}

#arrow_name2 {
    overflow: auto;
    height: calc(100vh - 209px);
    overflow: auto;
}

#arrow_link {
    float: left;
    width: 100%;
    padding: 10px;
}

#arrow_link li {
    float: left;
    margin-right: 10px;
    margin-left: 13px;
    margin-bottom: 10px;
}



.link_right:hover .arrow-left {
    border-right: 16px solid #003f88;
}

.dot {
    display: inline-block;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: -4px;
}

.active_a {
    padding: 100px;
}

.collapsed.sss .more-minus {
    display: none;
}

.collapsed .more-minus {
    display: block;
}

.collapsed.sss .more-plus {
    display: block;
}

.sss .more-plus {
    display: none;
}

.btn_area a {
    display: inline-block;
    padding: 7px 20px;
    background: #00a9ce;
    border-radius: 5px;
    margin-right: 4px;
    color: #fff;
}

.btn_area a:hover {
    color: #fff;
    background: #0091b1;
}

.panel-title strong {
    margin-right: 10px;
    font-weight: normal;
}


/*search_area*/
.search_area_block {
    width: 650px;
    margin: 0 auto;
    position: relative;
}

.search_area_block input {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 41px;
    height: 45px;
    padding: 0 40px 0 20px;
}

.search_icon {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #1751A8;
    cursor: pointer;
}

.new_listing {
    margin-top: 60px;
}

.new_listing li {
    display: inline-block;
    width: 16%;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
}

.icons {
    /*background: rgba(206, 202, 202, 0.5);*/
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
}

/*.icons {
	background: rgba(24, 106, 183, 0.5);
	width: 50px;
	display: inline-block;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	color: #fff;
}*/


.heading_name {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #333;
    font-size: 13px;
    height: 37px;
}

.new_listing a {
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.new_listing a:hover {
    background: #e8e8e9;
}



.search_area_block .form-control:focus {
    border: 0 !important;
    outline: none !important;
}

.short_logo {
    text-align: center;
    margin-bottom: 20px;
}

.short_logo img {
    width: 180px;
}

.breadcrumb {
    border-radius: 0 !important;
    margin-bottom: 10px !important;
}

.breadcrumb .fa.fa-home {
    /*color: #000;*/
}

.breadcrumb_area {
    position: relative;
}

.menu_left_area a {
    padding: 10px;
    display: block;
    color: #333;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.menu_left_area a:hover {
    background: #F5F5F5;
}

.left_active {
    color: #fff !important;
    background: #FFBF00 !important;
}


.dn {
    display: none;
}

.search-result_area {}

.search-results {
    background: #f6f6f6;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    top: 45px;
    position: absolute;
    width: 50%;
    height: 150px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.search-results li a {
    padding: 10px;
    color: white;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

.search-results li a span {
    display: block;
}

.search-results li a:hover {
    background-color: mediumpurple !important;
    color: #fff;
}

.menu_rght_area {
    position: relative;
}

/*.close_btn {
	position: absolute;*/
/*	left: -30px;*/
/*background: grey;
	height: 30px;
	text-align: center;
	width: 30px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	top: 0;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	padding-left: 3px;
	left:80%;
}*/
.close_btn:hover {
    background-color: #186AB7;
}

.right_menu li a {
    display: block;
    padding: 8px 15px;
    background: #ddd;
    border-bottom: 1px solid #cacaca;
    color: #333;
}

.right_menu li a:hover {
    background: #333;
    color: #fff;
}

.right_menu_block h4 {
    margin: 0;
    padding: 15px 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #333;
    position: relative;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.right_menu_block h4 .fa {
    font-size: 18px;
    position: absolute;
    left: 9px;
    top: 10px;
    display: none;
}

.table_area_inner {
    overflow: auto;
    height: calc(100vh - 165px);
}

.table_area_inner .table {
    background: none !important;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    vertical-align: middle !important;
}

.table thead {
    background: #6c757d !important;
    color: #fff;
}

.table thead>tr>th {
    padding: 5px !important;
    color: #fff !important
}

.Search_block img {
    width: 76px;
}

.search_area_block input {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 41px;
    height: 45px;
    padding: 0 40px 0 20px;
}

.Search_block.search_area_block {
    margin: 0;
    margin-top: 6px;
}

.Search_block.search_area_block input {
    border: 1px solid #ddd;
}

.search_screen_area {
    padding-bottom: 15px;
    padding-top: 10px;
    width: 100%;
    z-index: 1;
    background: #fff;
    /*border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
    position: sticky;
}

.search_data h3 a {
    font-size: 15px;
    color: #000;
    display: block;
}

.search_data h3 a:hover {
    color: #1751A8;
}

.search_data p {
    font-size: 13px;
    text-align: justify;
}

.right_menu_outer {
    width: 12%;
    right: 4px;
}

.full_div {
    width: 75% !important;
}

.bottom_links {
    margin-top: 20px;
}

.bottom_links span {
    display: block;
    font-size: 12px;
    color: #333;
    margin-bottom: 3px;
    background: #f6f6f6;
    padding: 6px 5px;
}

.bottom_links span:last-child {
    margin-bottom: 0 !important;
}

.bottom_links span a {
    color: #186AB7;
}

.search_result h3 {
    margin: 0;
    /*color: #1a0dab;*/
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
}

.search_result p {
    margin-bottom: 0;
    color: goldenrod;
    font-size: 14px;
}

.search_result {
    padding: 10px;
    margin-bottom: 20px;
}

.search_result a:hover h3 {
    text-decoration: underline;
}

/*.search_result:hover {
	background: #f5f5f5;
}*/
/*.search_result:nth-child(2n+1) {
	background: #f9f9f9;
}*/

.login_heading {
    position: absolute;
    top: -60px;
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: #ffd966;
}

.triage_assessment_area.das_back {
    /*background-position-y: 30px;
	height: calc(100vh - 164px);
	border: 0 !important;
	margin-top: 70px;*/
}

#tHeadLab th {
    padding: 11px;
    text-align: left !important;
}

#tHeadLab2 th {
    padding: 11px;
    text-align: left !important;
}

.sm_area {
    position: absolute;
    right: 0;
    top: 17px;
}

.sm_area a {
    color: #fff !important;
    height: 35px;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
}

.sm_area a:hover {
    opacity: 0.8;
}

.linkedin {
    background: #0077b5;
}

.twitter {
    background: #00a2f3;
}

.power {
    background: #cc0000;
}

.sm_area li {
    display: inline-block;
}

.search_screen_area.fixed {
    position: fixed;
    top: 0;
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.2);
}

.triage {
    border-bottom: 1px solid #ddd;
}

.jira img {
    width: 16px;
}

.jira {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    top: 1px;
}

.jira_2.jira {
    background: #32B4F5;
    border: 0;
}

.breadcrumb_search {
    width: 240px;
    position: absolute;
    right: 30px;
    top: 4px;
    display: flex;
    justify-content: flex-end;
}

.breadcrumb_search input {
    background: #fff;
    border: 1px solid #ddd;
    height: 28px;
    border-radius: 4px;
    display: inline-block;
    max-width: 213px !important;
    min-width: 110px !important;
}

.breadcrumb_search .fa.fa-search {
    font-size: 18px;
    color: #186AB7;
    margin-left: 5px;
    cursor: pointer;
}




#arrow_link {
    padding: 0;
}

.arrow-left,
.dot {
    display: none;
}

#arrow_name li {
    float: left;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

#arrow_name2 li {
    float: left;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
}


#arrow_name li a {
    display: block;
    background: #fff;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

#arrow_name2 li a {
    display: block;
    background: #fff;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#arrow_name li a:hover {
    background: #F5F5F5;
}

#arrow_name2 li a:hover {
    background: #F5F5F5;
}

#arrow_name li a.rgt_active {
    display: block;
    background: #FFBF00;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#arrow_name2 li a.rgt_active {
    display: block;
    background: #FFBF00;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table {
    overflow-wrap: anywhere !important;
}

#tBodyData tr td {
    min-width: 195px;
    overflow-wrap: anywhere !important;
}

#tBodyData2 tr td {
    min-width: 195px;
    overflow-wrap: anywhere !important;
}

#tBodyData tr td:nth-child(3),
#tBodyData tr td:nth-child(4),
#tBodyData tr td:nth-child(5) {
    min-width: 107px;
}

#tBodyData2 tr td:nth-child(3),
#tBodyData2 tr td:nth-child(4),
#tBodyData2 tr td:nth-child(5),
#tBodyData2 tr td:nth-child(8),
#tBodyData2 tr td:nth-child(9) {
    min-width: 107px !important;
}

.horza_pin {
    display: block;
    margin-top: 8px;
}

.pin {
    display: none;
    margin: 0 auto;
    margin-top: 4px !Important;
}

.div2_20.transition.right_menu_outer .pin {
    display: block;

}

.div2_20.transition.right_menu_outer .horza_pin {
    display: none
}

.username label {
    font-size: 12px;
}

.username label:last-child {
    font-weight: bold !important;
}

.sm_area ul {
    margin-bottom: 4px;
}

.color_logo img {
    cursor: pointer;
}

.close_btn .fa {
    font-size: 23px;
    position: relative;
    top: -1px;
}

.close_btn .horza_pin {
    position: relative;
    top: -5px;
}

/*----------------------*/

.login-header {
    padding-left: 5rem;
    padding-top: 2px;
}

.login-section {
    /*border:2px solid green;*/
    display: flex;
    box-sizing: border-box;
    height: 85vh;
}

.login-left-section,
.login-right-section {
    /* width:50%*/
}

.login-left-section {
    width: 30%;
}

.login-right-section {
    width: 70%;
    opacity: 0.8;
}

.login-form {
    display: flex;
    width: 300px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex-shrink: 0;
    /*border: 2px solid red;*/
    color: white;
    font-weight: bold;
    justify-content: center;
}

.login-title {
    font-size: 3rem !important;
    font-weight: bold;
}

.username {
    background: none !important;
    border-bottom: 0.5px solid white !important;
    margin-top: 10px !important;
    color: white !important;
}

#dashboard_username {
    color: black;
    border-bottom: none !important;
    margin: 0px;
}

.password {
    background: none !important;
    border-bottom: 0.5px solid white !important;
    margin-top: 10px !important;
    color: white !important;
}

::placeholder {
    color: white;
}

input:focus {
    outline: none;
}

span.password-toggle-icon {
    position: absolute;
    transform: translateY(50%);
    cursor: pointer;
    height: 20px;
}

.form-group.position-relative.pass {
    display: flex;
    justify-content: end;
}


.forgot-password {
    margin-top: 20px;
    display: block;
    color: white;
}

.login-btn {
    height: 35px;
    width: 100%;
    border: none;
    border-radius: 7px;
    background-color: #9C6FE4;
    color: white;
    margin-top: 20px;
    font-weight: bold;
}

.animated-logo {
    transform: rotateY(0deg);
    animation: rotateLogo 5s infinite alternate ease-in-out, glowEffect 2s infinite ease-in-out;
    transform-origin: center;
    perspective: 1000px;
}

.bottom-link {
    /*border:2px solid yellow;*/
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bottom-link h5 {
    font-weight: bold;
}

.new-user-btn {
    background-color: #9C6FE4;
    color: white;
    padding: 7px;
    border-radius: 7px;
}

.img-div {
    width: 100%;
    height: 85%;
}

.login-right-section-img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
}


.right-section-heading {
    margin: 0px;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Poppins;
    color: white;
    height: 15%;
    /*border:2px solid yellow;*/
}

.footer {
    color: white;
    position: absolute;
    top: 94vh;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
}

.footer-tagline {
    margin: 0px;
    margin-top: 6px;
    font-size: 10px;
    font-weight: normal;
}

.footer .footer_links {
    color: white !important;
    font-weight: normal;
}

.footer_link {
    color: white;
    border-bottom: 0.5px solid white;
    padding: 2px;
}

.footer_link:hover {
    cursor: pointer;
}

.landing-page-footer {
    color: white;
    position: relative;
    top: 95%;
    margin: 0 auto;
    clear: both;
}

.dashboard-page-footer {
    color: white;
    text-align: center;
    clear: both;
}

.landing-page-footer .landing-page-footer_links {
    color: white;
    font-weight: normal;
}

.landing-page-footer-link {
    color: white;
    border-bottom: 0.5px solid white;
    padding: 2px;
    font-size: 10px !important;
}

.landing-page-footer-tagline {
    font-size: 10px !important;
    color: white;
    font-family: Arial, sans-serif !important;
    margin-top: 6px;
}

.landing-page-footer {
    /*border:2px solid red;*/
}

.password-page {
    border: 2px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    background: url('../images/accenture_background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
}

.popup-btn {
    display: flex;
    justify-content: space-between;
}

.landing-page {
    /*background: url('../images/Acc_desktop_bg_light-box-20210319 (1).jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 100%;*/
    /*background-color:black;*/
}

#header_username {
    color: red !important;
}

.navbar {
    padding-top: 10px;
    list-style: none;
    display: inline-block;
    display: flex;
    justify-content: space-between;
}

.logo {
    /* border: 2px solid red; */
    flex-grow: 2;
}

.search-bar {
    flex-grow: 2;
    margin-right: 2px;
    display: flex;
    border-radius: 25px;
    background-color: white;
}

.nav-items {
    /* border: 2px solid green; */
    display: flex;
    flex-grow: 2;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    color: white;
}

.nav-item {
    color: white;
    border-bottom: none;
    text-decoration: none;
}

.search-bar .header-search {
    width: 90%;
    padding: 10px;
    border: none;
    border-radius: 14px;
    color: black;
    background: none;
}

.search-bar i {
    margin: auto;
}

.search-bar i:hover {
    cursor: pointer;
}

.search-bar ::placeholder {
    color: grey;
}

#user_name {
    margin-bottom: 0px;
}



/*page-2*/
.container-main {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    z-index: 1;
    position: relative;
    /*border: 2px solid green;*/
    margin-top: 10%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.sub-container {
    width: 140px;
    height: 140px;
    perspective: 1000px;
    position: relative;
    cursor: pointer;
    /*border:2px solid green;*/
}

.sub-container-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.sub-container:hover .sub-container-inner {
    transform: rotateY(180deg);
    margin-left: 0px;
    z-index: 999;
}

.sub-container-front,
.sub-container-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 10px;
}

.sub-container-back p {
    font-size: 10px;
}

.sub-container-front {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.sub-container-back {
    background-color: white;
    opacity: 0.8;
    color: black;
    transform: rotateY(180deg);
    font-size: 11px;
    padding: 5px;
}

.sub-container i {
    font-size: 36px;
    margin-top: 10px;
}

.sub-container h3 {
    margin: 10px 0 0;
    font-size: 12px;
    font-family: Arial, sans-serif !important;
    font-weight: bold;
}

.fa-ic {
    color: #FFBF00 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
    opacity: 0.7;
}

.sub-container-heading {
    border-bottom: 0.5px solid grey;
    margin-bottom: 2px;
}

.shimmer {
    opacity: 0;
}

/*third page */
.detailed-data-mart {
    min-height: 100vh;
}

.selection-menu {
    font-size: 16px;
    text-align: center;
}

.selection-menu li {
    display: inline-block;
}

.selection-menu li a {
    display: block;
    margin: 2px;
    background: white;
    padding: 5px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
}

.selection-menu li a:hover {
    cursor: pointer;
    background-color: #6c757d !important;
    color: white !important;
}

#mid_part {
    background: white;
}

#mid_part2 {
    background: white;
}

li {
    text-decoration: none;
    list-style: none;
}

.heading {
    padding: 10px;
    border-bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #6c757d !important;
    color: white;
}

#latestReleaseBtn {
    padding: 5px;
    border: none;
    background-color: #FFBF00;
    color: white;
    border-radius: 5px;
}

.dashboard-popup1 {
    /*border:2px solid red;*/
}

.popup-box1 {
    width: 40% !important;
    height: 30%;
    background-color: aliceblue !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.close-btn {
    border-radius: 5px;
    border: none;
    background: #FFBF00;
    padding: 7px;
    width: 11rem;
    display: block;
    color: white;
    /*margin-top:10px;*/
}

.popup1 {
    /*background: grey;*/
    /*opacity: 0.9;*/
}

#success-popup {
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: lightgray;
    /*opacity: 0.9;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#popup_changepwd #success-popup {
    display: flex;
}

#failed-popup {
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: lightgray;
    /*opacity: 0.9;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#popup_changepwd #failed-popup {
    display: flex;
}

#requestupgrade {
    display: flex;
    justify-content: flex-end;
    /*margin-bottom:10px;*/
    margin: 0 15px;
    margin-top: 2%;
    margin-bottom: 2%;
}

#dash1 {
    padding: 0px;
    opacity: 0.9;
}

#dash_inner1 {
    display: flex;
    border-radius: 5px;
}

button[disabled] {
    cursor: not-allowed !important;
    border: none;

}

/* Fade-in effect for the form */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Glowing effect for focused inputs */
input:focus {
    border-color: #007bff;
    background-color: #f0f8ff;
    outline: none;
    transition: all 0.4s ease;
}

/* Button hover effects with scale animation */
button:hover {
    transform: scale(1.05);
    /* Slight zoom effect */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Shadow to elevate button */
}

/* Special hover colors for the buttons */
button#ceateTableSubmit:hover {
    background-color: #218838;
}

button#ceateTableCancel:hover {
    background-color: #c82333;
}

/* Smooth transitions for everything */
input,
button {
    transition: all 0.4s ease;
}

#closeLatestReleasePopup1 {
    cursor: pointer;
}

.sticky-top {
    top: 0;
    z-index: 1020;
    background: #6c757d !important;
    position: sticky;
    cursor: pointer;
}

#tBodyData tr:hover {
    background-color: mediumpurple;
    cursor: pointer;
    color: white;
}

/* Filter Dropdown Style */
.filter-dropdown,
.filter-dropdown1 {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Space between filter items */
    transition: opacity 0.3s ease;
    /* Smooth transition */
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    width: 98%;
    margin: 0px 15px;
    border-radius: 5px;
    align-items: end;
}

.filter-dropdown1 {
    opacity: 0.9;
}

.filter-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.filter-item label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.filter-dropdown input,
.filter-dropdown1 input {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Dashboard area transition */
.dashboard_area_top {
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.dashboard_area_top.moved {
    transform: translateY(100px);
    /* Adjust this value based on the dropdown height */
}

.main_container {
    transition: transform 0.3s ease;
}

.detailed-data-mart.moved {
    min-height: 120vh;
    background-position: center;
}

.dashboard_area_top1 {
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.dashboard_area_top1.moved {
    transform: translateY(100px);
    /* Adjust this value based on the dropdown height */
}

.popup1 {
    transition: transform 0.5s ease;
    /* Smooth transition */
}

.popup1.moved {
    min-height: 120vh;
    background-position: center;
}

/* Clear Filter Button */
#clearFilterBtn {
    padding: 5px 10px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#clearFilterBtn:hover {
    background-color: #d32f2f;
}

.fa-filter:hover {
    cursor: pointer;
}

#tBodyData tr:hover {
    background-color: mediumpurple !important;
    cursor: pointer;
    color: white;
}

#tBodyData2 tr:hover {
    background-color: mediumpurple !important;
    cursor: pointer;
    color: white;
}





#org-name {
    color: #FFBF00 !important;
    font-weight: bold;
    /* Makes the text bold */
}

.breadcrumb-nme {
    color: lightblue;
}

#current_screen #arrow_name span {
    color: #333333 !important;
}

#current_screen td span {
    color: #333333 !important;
    /*background-color:red;*/
}



/*----
*/

#gearicon .dropdown-menu.show {
    display: block;
}

/* Submenu behavior */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* Position submenu dynamically */
.dropdown-menu {
    position: absolute;
}

.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    /* Show submenu to the left by default */
}

.dropdown-menu.right-adjusted>.dropdown-submenu>.dropdown-menu {
    left: 100%;
    /* Adjust to show submenu to the right */
    right: auto;
}

.submenu-arrow {
    font-size: 12px;
    color: #6c757d;
    /* Subtle gray color for the arrow */
    margin-left: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
}

#contact_email {
    position: absolute;
    /* top: 40px; */
    left: 0;
    width: 100%;
    font-size: 12px;
    margin: 0;
    /*    display: block; 
*/
    display: none;
    color: #FFBF00 !important;
}

/*#contact:hover + #contact_email {
    display: block;
}*/

.contact-container:hover #contact_email {
    display: block;
}

.form-control::placeholder {
    color: white;
    /* Set the placeholder text color to white */
}

table.table {
    --bs-table-bg: transparent;
    --bs-table-color: auto;
}

.alert-verfication {
    color: red;
    text-align: center;
    padding: 10px 0 0;
    margin: 0;
}

.login_form.registration_page {
    width: auto;
}

.login_form .register_username {
    display: flex;
    justify-content: flex-start;
    gap: 42px;
}