* {
  margin: 0;
  padding: 0;
  outline: none
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, input, * {
  font-family: 'Montserrat', sans-serif;
}

body {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  background: #fff;
  height: 100%;
  overflow-y: hidden;
}

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

/*Margins and Paddings*/

.m0 {
  margin: 0px
}

.ml0 {
  margin-left: 0px
}

.mr0 {
  margin-right: 0px
}

.mt0 {
  margin-top: 0px
}

.mb0 {
  margin-bottom: 0px
}

.m8 {
  margin: 8px
}

.ml8 {
  margin-left: 8px
}

.mr8 {
  margin-right: 8px
}

.mt8 {
  margin-top: 8px
}

.mb8 {
  margin-bottom: 8px
}

.m16 {
  margin: 16px
}

.ml16 {
  margin-left: 16px
}

.mr16 {
  margin-right: 16px
}

.mt16 {
  margin-top: 16px
}

.mb16 {
  margin-bottom: 16px
}

.m24 {
  margin: 24px
}

.ml24 {
  margin-left: 24px
}

.mr24 {
  margin-right: 24px
}

.mt24 {
  margin-top: 24px
}

.mb24 {
  margin-bottom: 24px
}

.m32 {
  margin: 32px
}

.ml32 {
  margin-left: 32px
}

.mr32 {
  margin-right: 32px
}

.mt32 {
  margin-top: 32px
}

.mb32 {
  margin-bottom: 32px
}

.m40 {
  margin: 40px
}

.ml40 {
  margin-left: 40px
}

.mr40 {
  margin-right: 40px
}

.mt40 {
  margin-top: 40px
}

.mb40 {
  margin-bottom: 40px
}

.m64 {
  margin: 64px
}

.ml64 {
  margin-left: 64px
}

.mr64 {
  margin-right: 64px
}

.mt64 {
  margin-top: 64px
}

.mb64 {
  margin-bottom: 64px
}

.m80 {
  margin: 80px
}

.ml80 {
  margin-left: 80px
}

.mr80 {
  margin-right: 80px
}

.mt80 {
  margin-top: 80px
}

.mb80 {
  margin-bottom: 80px
}

.p0 {
  padding: 0px
}

.pl0 {
  padding-left: 0px
}

.pr0 {
  padding-right: 0px
}

.pt0 {
  padding-top: 0px
}

.pb0 {
  padding-bottom: 0px !important
}

.p8 {
  padding: 8px
}

.pl8 {
  padding-left: 8px
}

.pr8 {
  padding-right: 8px
}

.pt8 {
  padding-top: 8px
}

.pb8 {
  padding-bottom: 8px
}

.p16 {
  padding: 16px
}

.pl16 {
  padding-left: 16px
}

.pr16 {
  padding-right: 16px
}

.pt16 {
  padding-top: 16px
}

.pb16 {
  padding-bottom: 16px
}

.p24 {
  padding: 24px
}

.pl24 {
  padding-left: 24px
}

.pr24 {
  padding-right: 24px
}

.pt24 {
  padding-top: 24px
}

.pb24 {
  padding-bottom: 24px
}

.p32 {
  padding: 32px
}

.pl32 {
  padding-left: 32px
}

.pr32 {
  padding-right: 32px
}

.pt32 {
  padding-top: 32px
}

.pb32 {
  padding-bottom: 32px
}

.p40 {
  padding: 40px
}

.pl40 {
  padding-left: 40px
}

.pr40 {
  padding-right: 40px
}

.pt40 {
  padding-top: 40px
}

.pb40 {
  padding-bottom: 40px
}

.p64 {
  padding: 64px
}

.pl64 {
  padding-left: 64px
}

.pr64 {
  padding-right: 64px
}

.pt64 {
  padding-top: 64px
}

.pb64 {
  padding-bottom: 64px
}

.p80 {
  padding: 80px
}

.pl80 {
  padding-left: 80px
}

.pr80 {
  padding-right: 80px
}

.pt80 {
  padding-top: 80px
}

.pb80 {
  padding-bottom: 80px
}

/*Margins and Paddings*/
/* a:hover, a:focus, a:active, button:hover, button:focus, button:active, div:hover, svg:hover, h4:hover, select:hover, select:focus, input:hover, input:focus {
  transition: all 0.2s linear;
} */


input[type="submit"], button {
  cursor: pointer;
}

.w100 {
  width: 100%;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-align-center {
  align-items: center;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-sb {
  justify-content: space-between;
}

.flex-justify-sa {
  justify-content: space-around;
}


.title-1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
}

.title-4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.text-white {
  color: #fff;
}

.btn-primary {
  display: inline-block;
  padding: 10px 15px;
  background: #00B0C0;
  border: 1px solid #00B0C0;
  color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fff;
  border: 1px solid #fff;
  color: #00B0C0;
}

.login-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /*  max-height: 100vh; */
  margin: 0 auto;
  background: #04243D;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.login-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: url('../images/login-banner.svg') no-repeat top left;
  background-size: cover;
}

.login-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex: 0 0 1024px;
  z-index: 10;
}

.login-content-banner {
  position: relative;
  flex: 0 0 40%;
  min-height: 400px;
}
.login-block-1 {
  position: absolute;
  right: 140px;
  top: -150px;
}
.login-block-2 {
  position: absolute;
  left: 40px;
  bottom: -15px;
}

.login-thumbnail-1 {
  position: absolute;
  left: 10px;
  top: -20px;
}

.login-thumbnail-2 {
  position: absolute;
  right: -30px;
  top: -75px;
}

.login-thumbnail-3 {
  position: absolute;
  right: 95px;
  bottom: -90px;
}

.login-content-banner h1 {
  padding: 150px 0 0 5px;
}

.login-content-form {
  flex: 0 0 50%;
  max-width: 320px;
  min-height: 400px;
  margin: 0 auto;
}

.login-form-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: #00B0C0;
  text-align: center;
  border-radius: 110px;
}

.login-form-icon img {
  padding: 22px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}


.form-control {
  display: block;
  width: 100%;
  padding: 12px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #A2A2A2;
  background: #050D22;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-control.form-control-icon {
  padding: 14px 8px 14px 35px;
}

.form-group .input-icon {
  position: absolute;
  left: 8px;
  top: 9px;
}

.gryd-form {
  margin: 30px 0 0 0;
}

.gryd-form .form-control {
  background: transparent;
}

.form-group svg path {
  fill: #A1A1A1
}

.form-control-icon:focus, .form-control-icon:not(:placeholder-shown) {
  background: #fff;
  color: #050D22;
  border: 1px solid #FFFFFF;
}

.form-control-icon:focus+svg>path, .form-control-icon.error:not(:placeholder-shown)+svg>path {
  fill: #050D22;
}

.form-control-icon.error, .form-control-icon.error:not(:placeholder-shown) {
  background: #fff;
  color: #FF2B2B;
  border: 1px solid #FFFFFF;
}

.form-control-icon.error+svg>path, .form-control-icon.error:not(:placeholder-shown)+svg>path {
  fill: #FF2B2B;
}

.forgot-password-form {
  display: none;
}

.login-screen-link, .login-screen-link:hover, .login-screen-link:focus, .login-screen-link:active {
  position: relative;
  /*  top: -8px; */
  display: inline-block;
  margin: -5px 0 0 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: capitalize;
  color: #7D7B7B;
}

.powered-by {
  margin: 40px 0 0 0;
  font-size: 13px;
  text-align: center;
  color: #FAF8F5;
}

.powered-by span {
  display: block;
  margin: 0 0 10px 0;
}

.header-container {
  /* position: relative; */
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: #04243D;
  box-shadow: 0px 3px 8px rgba(14, 14, 14, 0.6);
  -webkit-box-shadow: 0px 3px 8px rgba(14, 14, 14, 0.6);
  -moz-box-shadow: 0px 3px 8px rgba(14, 14, 14, 0.6);
  z-index: 2;
}

.footer-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background: #04243D;
  z-index: 2;
}

.sec-content {
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
}

.header-content {
  padding: 0 32px;
}

.header-content p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.profile-img {
  margin: 0 16px 0 0;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 32px;
}

.nav-right {
  position: relative;
  display: flex;
}

/*SideNav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #0D4B79;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  display: block;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.sidenav .closebtn,.sidenav .closebtn-profile {
  position: absolute;
  top: 23px;
  left: 20px;
  padding: 0;
  font-size: 42px;
  font-weight: 400;
}

.menu-header {
  margin: 0 0 20px 0;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  ;
}

.menu-header a, .menu-header a:hover, .menu-header a:focus, .menu-header a:active {
  background: transparent;
}

.menu-header h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
}
.svg-white{
  filter:brightness(0) invert(1);
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 16px;
  }
}

/*SideNav*/
.btn-gryd {
  display: inline-block;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  color: #00E9FF;
  background: rgba(0, 233, 255, 0.05);
  border: 1px solid #00E9FF;
  box-sizing: border-box;
  border-radius: 2px;
}

.btn-gryd svg, .btn-gryd img {
  position: relative;
  top: -2px;
}

.btn-gryd:hover, .btn-gryd:focus, .btn-gryd:active {
  color: #fff;
}

.btn-gryd svg path {
  fill: #00E9FF;
  stroke: #00E9FF;
}

.btn-gryd:hover svg path, .btn-gryd:active svg path, .btn-gryd:focus svg path {
  fill: #fff;
  stroke: #fff;
}

.footer-content {
  position: relative;
}
.footer-content-home{
  display:flex;
  width:100%;
  align-items: center;
  justify-content: space-between;
}
.footer-content-home .footer-btn-group-left{
  padding-left:50px;
}

.footer-btn-group {
  padding: 0 32px;
  text-align: right;
  z-index: 11;
}
.footer-btn-group .btn-gryd:last-child{
  margin-right:16px;
}
.footer-btn-group a{
  color:#00E9FF
}
.footer-btn-group button:hover a,.footer-btn-group button:focus a,.footer-btn-group button:active a,.footer-btn-group button:hover,.footer-btn-group button:focus,.footer-btn-group button:active{
  color:#fff
}

.pc-wrapper {
  padding: 70px 50px;
  background: #050D22;
  min-height: 100vh
}
.pc-wrapper li{
  margin:0 0 10px 0;
  color:#fff;
}
.pc-wrapper  .accordion-body li{
  color:#363636;
}

.pc-content {
  padding: 40px 0;
}

.col-single {
  position: relative;
  flex: 0 0 244px;
  min-height:200px;
  margin: 0 8px 8px 0;
  align-self: stretch;
  background: #1E2538;
}
.col-single > a{
  display:block;
  padding: 35px 25px 60px 25px;
}

.col-single:hover {
  background: #00B0C0;
  box-shadow: 0px 24px 35px rgba(0, 0, 0, 0.1);
}

.col-single-icons {
  min-height: 24px;
}

.col-single-title {
  margin: 16px 0 0 0;
  color: #FAF8F5;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.career-option-detail-link {
  display: none;
}

.watch-video-link, .watch-video-link:hover, .watch-video-link:active, .watch-video-link:focus {
  /* display: none; */
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin: 8px 0 0 0;
  padding: 5px 10px 5px 25px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: url('../images/play-circle-icon.svg') no-repeat top 5px left 5px;
}

.col-single:hover .watch-video-link {
  display: inline-block;
}

.col-single:hover .career-option-detail-link {
  display: block;
}

.footer-popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 27, 47, 0.8);
  z-index: 1;
}

.footer-popup {
 /*  width: 655px; */
  position: absolute;
  bottom: 100%;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 8px 20px 20px 20px;
  background: #00B0C0;
  border-radius: 2px 2px 0px 0px;
  z-index: 10;
}

.footer-popup-1 {
  right: 95px;
}
.footer-popup-2 {
  right: 50px;
}
.footer-popup-3 {
  right: 270px;
}
/*new popup code*/
.menu-popup-group{
  position:relative;
  display:inline-block;
}
.menu-popup-wrapper{
  display:none;
  position:absolute;
  left:0;
  top:0;
}
.menu-popup-wrapper .popup-list-wrapper:after{
  bottom:4px;
}
.menu-popup-wrapper .footer-popup{
  position:static;
}
/*new popup code*/

.resources-popup,.journey-popup,.jobdescription-popup,.jobs-popup{
  display: none;
}

.popup-list-wrapper {
  /* position: relative; */
  min-width:350px;
  max-height: 300px;
  overflow-x: auto;
  overflow-y: scroll;
}
.popup-list-wrapper div a{
 /*  display:block; */
 display:inline-block;
}

.popup-list-wrapper::-webkit-scrollbar {
  width: 3px;
}

/* Track */

.popup-list-wrapper::-webkit-scrollbar-track {
  background: transparent;
  ;
}

/* Handle */

.popup-list-wrapper::-webkit-scrollbar-thumb {
  background: #fff;
  ;
}

/* Handle on hover */

.faq-links-container::-webkit-scrollbar-thumb:hover {
  background: #737b86;
  ;
}

.popup-list-wrapper:after {
  content: '';
  position: absolute;
  right: 25px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #00B0C0;
}

.pl-single {
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid rgba(0, 233, 255, 0.2);
}

.pl-single div {
 /*  display:inline-block;
  flex: 0 0 95%;
  max-width:250px; */
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width:100%;
  flex:0 0 75%;
}
.pl-single div img{
  flex:0 0 16px;
  margin:0 8px 0 0;
}
.pl-single div a{
  flex:0 0 16px;
}
.pl-single div span{
  flex:0 0 86%;
  width:280px;
  /* min-width:290px;
  max-width:290px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.family-popup-wrapper .pl-single div a{
  flex:0 0 100%;
}
.pl-single div a{
  flex:0 0 20px;
}
/* .pl-single div img {
  display:inline-block;
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
}

.pl-single div span {
  display: inline-block;
  padding: 0 16px 0 0;
  min-width:200px
} */

/* Custom style for accordion*/
.accordion-button::after {
  background-image: url("../images/plus-icon-white.svg");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-icon-white.svg");
}

.accordion-item {
  border: 0px none;
  margin: 0 0 16px 0;
}

.accordion-button {
  background: #1E2538;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FAF8F5;
}

.accordion-button:not(.collapsed) {
  background: #00B0C0;
  color: #FAF8F5;
  box-shadow: none;
}

/* Custom style for accordion*/
.pc-content .title-4 {
  /* text-transform: capitalize; */
}

.tnc-content h5 {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FAF8F5;
}

.tnc-content p {
  color: #fff;
}

.role-detail-wrapper.pc-wrapper {
  padding: 54px 0;
  background: #fff;
}

.role-detail-content.pc-content {
  padding: 0;
}

.rd-single {
  position: relative;
  flex: 0 0 33.3333%;
  height: calc(100vh - 125px);
  padding: 0 24px 40px 24px;
  background: #fff;
  border-right: 1px solid rgba(4, 36, 61, 0.5);
  overflow-y: scroll;

}

/* .rd-single:nth-child(2) {
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.5);
} */

.rd-single h4 {
  position:sticky;
  top:0;
  margin: 0 0 24px 0;
  padding: 40px 0 12px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* text-transform: capitalize; */
  color: #04243D;
  border-bottom: 2px solid #04243D;
  background:#fff;
}
.rd-single {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #04243D;
}
.rd-single h5 {
  margin: 12px 0 6px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* text-transform: capitalize; */
  color: #04243D;
}
.rd-single h6 {
  margin: 0 0 4px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  /* text-transform: capitalize; */
  color: #04243D;
}

.rd-single ul {
  margin: 0 0 24px 16px;
  padding: 0;
  list-style-image: url('../images/square-list-img.svg');
}
.rd-single ul ul{
  margin:0
}

.rd-single ul li {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #04243D;
}
.rd-single ul li * {
  /* font-weight: 500 !important; */
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing:0 !important;
  color: #04243D !important;
}

/* .rd-single.inactive::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(229, 229, 229,0.4)
} */
.rd-single.inactive {
  cursor: pointer;
}

.rd-single.inactive h4, .rd-single.inactive .rd-single-content h5,.rd-single.inactive .rd-single-content h6,.rd-single.inactive .rd-single-content, .rd-single.inactive .rd-single-content ul li ,.rd-single.inactive .rd-single-content ul li > * ,.rd-single.inactive .rd-single-content ul li > * > *,.rd-single.inactive .rd-single-content ul li > * > * > *,.rd-single.inactive .rd-single-content ul li > * > * > * > *,.rd-single.inactive .rd-single-content ul li > * > * > * > * > *{
  color: #d3d3d3 !important;
}

.rd-single.inactive h4 {
  border-bottom: 2px solid #d3d3d3;
}


.custom-scroll::-webkit-scrollbar {
  width: 3px;
  height: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
  /* background: #f1f1f1;   */
  background: transparent
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #00B0C0;
}

.error {
  color: #FF2B2B;
}

#popup-arrow {
  position: absolute;
  right: 0;
  bottom: -32px;
}
.fancybox__content{
  width:100vw !important;
  padding:0 !important;
}

/*Family Detail*/
.pc-wrapper.family-wrapper {
  padding: 60px 0 70px 0;
  background:#fff;
}

.family-content.pc-content {
  padding: 0;
}

.career-map-table-div {
  position: relative;
}
.career-map-table-div table{
  /* width: 100%; */
}

.career-map-table-div td, .career-map-table-div th {
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  table-layout: fixed;
  word-wrap: break-word;
  /* max-width: 15.6vw;
  min-width: 15.6vw; */
  max-width: 12.6vw;
  min-width: 12.6vw;
  padding: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  /* text-transform: capitalize; */
}
.career-map-table-div table{
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  table-layout: fixed;
  word-wrap: break-word;
  /* max-width: 15.6vw;
  min-width: 15.6vw; */
  /* max-width: 12.6vw; */
  min-width: 12.6vw;
  padding: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  /* text-transform: capitalize; */
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
.career-map-table-div table{
      height:100%;
    }
    #career-map-table .geeen-colored-row td,#career-map-table .geeen-colored-row-light td{
      height:60px;
    }
  }
}

.level-cell {
  width:4vw;
  max-width: 4vw !important;
  min-width: 4vw !important;
}
.level-cell-left-1{
  position:sticky;
  left:0;
  z-index:0;
  color:#fff !important;
 /*  width:7vw;
  min-width:7vw !important;
  max-width: 7vw !important; */
  width:10vw;
  min-width:10vw !important;
  max-width: 10vw !important;
  height:100%;
  text-align:left !important;
  padding-left:10px !important;
}
.level-cell-left-2{
  position:sticky;
  left:72px;
  z-index:0;
  color:#fff !important;
  width:4vw;
  min-width:4vw !important;
  max-width: 4vw !important;
  height:100%;
}

.geeen-colored-row, .geeen-colored-row-light {
  background: #00B0C0;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}
.geeen-colored-row{
  position:sticky;
  top:0;
  z-index:1;
}
.geeen-colored-row-light{
  position:sticky;
  /* top:40px; */
  z-index:1;
}

.geeen-colored-row td:nth-child(3) {
  border-left: none !important
}

.geeen-colored-row .sub-family-cell {
  border-right: 1px solid rgba(255, 255, 255, .2);
  /* border-left: 1px solid rgba(255, 255, 255, .2); */
  /* color: #F8F9FB */
  border: 1px solid #cdcdcd;
}

.geeen-colored-row-light .sub-sub-family-cell {
  /* border: 1px solid rgba(255, 255, 255, .2); */
  /* color: #F8F9FB; */
  border: 1px solid #cdcdcd;
}
.writing-direction-verticle {
  transform: translate(-50%,-50%) rotate(-90deg);
  text-align: center;
  position: absolute;
  padding-top: 4em;
  left: 2px;
}
.border-bottom {
  border-bottom: 1px solid #cdcdcd !important;
}
.border-right {
  border-right: 1px solid #cdcdcd !important;
}
.career-map-table-div{
  height:calc(100vh - 130px);
  overflow-y: scroll;
  overflow-x: scroll;
}
/* width */

.career-map-table-div::-webkit-scrollbar {
  width: 10px;
  height:10px;
}

/* Track */

.career-map-table-div::-webkit-scrollbar-track {
  background: transparent;
  ;
}

/* Handle */

.career-map-table-div::-webkit-scrollbar-thumb {
  background: #737b86;
  ;
}

/* Handle on hover */

.career-map-table-div::-webkit-scrollbar-thumb:hover {
  background: #737b86;
  ;
}
/*Family Detail*/
.gryd-logo{
  height:30px;
}
.role-td.selected,.sub-sub-family-cell.selected{
/*   border: 3px solid #0A95A3 !important; */
  box-sizing: border-box;
/*   box-shadow: 0px 4px 96px 10px rgba(0, 0, 0, 0.25); */
background:#ebebeb
}
.footer-filename{
  display:none;
  position:reltaive;
  padding: 0 32px;
  text-align: right;
  z-index: 11;
}
.print-filename{
  display:inline-block;
  width:300px;
  padding:7.5px 16px;
  background: rgba(0, 233, 255, 0.05);
  border: 1px solid #00E9FF;
  border-radius: 2px;
  color:rgba(255, 255, 255, .7)
}
.print-filename::-webkit-input-placeholder{
  color:rgba(255, 255, 255, .7);
}
.colselected{
 /*  border-left: 3px solid #0A95A3 !important;
  border-right:3px solid #0A95A3 !important; */
  box-sizing: border-box;
 /*  box-shadow: 0 20px 0px 3px #fff,
  0 -20px 28px -5px #fff,
  12px 0 30px -4px rgb(129 129 129/ 20%) ,
  -12px 0 30px -4px rgb(129 129 129/ 20%)  ; */
  background:#ebebeb;
  /* background:#f00 */
}
.geeen-colored-row-light .colselected{
  /* border-top:3px solid #0A95A3 !important; */
  background:#ebebeb;
  color:#000;
}
.profile-img-menu{
  display:block;
  width:72px;
  height:72px;
  border-radius:72px;
  object-fit: cover;
  margin:30px auto;
}
.profile-single{
  margin:0 0 16px 0;
  padding:0 20px;
}
.profile-single .field-label{
  margin:0 0 5px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #00E9FF;
}
.profile-single .field-value{
  margin:0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color:#fff;
}
.profile-detail-wrapper{
  display:none;
}
.sidenav a.closebtn-profile{
  display:none;
}

.career-map-table-div::-webkit-scrollbar {
  width: 16px;
  height:16px;
  border: 5px solid #fff;

}

.career-map-table-div::-webkit-scrollbar-thumb {
  background-color: #5a5a5a;
  background-clip: padding-box;
  border:2px solid #c6c6c6;
  /* border: 0.05em solid #eeeeee; */
}
.career-map-table-div::-webkit-scrollbar-thumb:hover {
  background-color: #333;
  background-clip: padding-box;
  border:2px solid #c6c6c6;
  /* border: 0.05em solid #eeeeee; */
}

.career-map-table-div::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
/* Buttons */
.career-map-table-div::-webkit-scrollbar-button:single-button {
  background-color: #f0f0f0;
  display: block;
  border-style: solid;
  height: 16px;
  width: 16px;
}
/* Up */
.career-map-table-div::-webkit-scrollbar-button:single-button:vertical:decrement {
 /*  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #333 transparent; */
  background-color:#f0f0f0;
  background-image:url('../images/mCSB_buttons.png');
  background-repeat: no-repeat;
  background-position: -112px -72px;
  border:0px none;
}

.career-map-table-div::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
 /*  border-color: transparent transparent #333 transparent; */
 background:transparent url('../images/mCSB_buttons.png');
 background-repeat: no-repeat;
 /* background-position: -96px -72px; */
 background-position: -112px -72px;
 border:0px none;
}
/* Down */
.career-map-table-div::-webkit-scrollbar-button:single-button:vertical:increment {
  /* border-width: 8px 8px 0 8px;
  border-color: #333 transparent transparent transparent; */
  background-color:#f0f0f0;
  background-image:url('../images/mCSB_buttons.png');
  background-repeat: no-repeat;
  background-position: -112px -92px;
  border:0px none;
}

.career-map-table-div::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  /* border-color: #333 transparent transparent transparent; */
  background-color:#f0f0f0;
  background:transparent url('../images/mCSB_buttons.png');
  background-repeat: no-repeat;
  background-position: -112px -92px;
  border:0px none;
}
/* Left */
.career-map-table-div::-webkit-scrollbar-button:single-button:horizontal:decrement {
 /*  border-width: 8px 8px 8px 0;
  border-color: transparent #333 transparent  transparent; */
  background-color:#f0f0f0;
  background:transparent url('../images/mCSB_buttons.png');
  background-repeat: no-repeat;
  background-position: -120px -112px;
  border:0px none;
}

.career-map-table-div::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  /* border-color: transparent #333 transparent  transparent; */
  background-color:#f0f0f0;
  background:transparent url('../images/mCSB_buttons.png');
  background-repeat: no-repeat;
  background-position: -120px -112px;
  border:0px none;
}
/* Right */
.career-map-table-div::-webkit-scrollbar-button:single-button:horizontal:increment {
  /* border-width: 8px 0 8px 8px;
  border-color:  transparent transparent transparent #333; */
  background-color:#f0f0f0;
  background:transparent url('../images/mCSB_buttons.png');
  background-repeat: no-repeat;
  background-position: -120px -128px;
  border:0px none;
}

.career-map-table-div::-webkit-scrollbar-button:horizontal:single-button:increment:hover {
  /* border-width: 8px 0 8px 8px;
  border-color:  transparent transparent transparent #333; */
  background-color:#f0f0f0;
  background:transparent url('../images/mCSB_buttons.png');
  background-repeat: no-repeat;
  background-position: -120px -128px;
  border:0px none;
}
.toast .toast-title{
  font-size:14px !important;
  line-height:16px !important;
}
#documentErroMsg{
  position: absolute;
  top: 11px;
  font-size: 12px;
  right: 480px;
}
.print-filename.error-printfilename{
  border:1px solid #FF2B2B !important;
}
.home-icon{
  width:18px;
  height:18px;
  object-fit: contain;
}
.career-options-list{
  max-height:65vh !important;
  overflow-y: scroll;
}
.tnc-content,.faq-content{
  padding-right:16px;
  max-height:80vh !important;
  overflow-y:scroll;
}
.custom-scroll-frontend::-webkit-scrollbar {
  width: 3px;
}

/* Track */

.custom-scroll-frontend::-webkit-scrollbar-track {
  background: transparent;
  ;
}

/* Handle */

.custom-scroll-frontend::-webkit-scrollbar-thumb {
  background: #fff;
  ;
}

/* Handle on hover */

.custom-scroll-frontend::-webkit-scrollbar-thumb:hover {
  background: #737b86;
  ;
}
.btn-gryd-small{
  padding:6px 8px;
  font-size:14px;
  line-height:18px;
}
.btn-gryd-dark,.btn-gryd-dark:hover,.btn-gryd-dark:focus,.btn-gryd-dark:active{
  background:#04243D;
  color:#fff;
}

/* talent shape */
.all-family-ts-btn-cls:hover{
  background:#00B0C0;
  border:1px solid #00B0C0;
  color:#fff;
}
.all-family-ts-btn-cls{
  /* float: right;
  position: absolute;
  top: 115px;
  right: 86px; */
  border:1px solid #fff;
  color:#fff;
  background: #050D22;
}
/*talent shape*/
.top-block-wrapper{
  margin:0 0 24px 0;
  justify-content: space-between;
  align-items: center;
}
.top-block-left{
  flex:0 0 65%;
  max-width:65%;
}
.top-block-left .explore-desc{
  margin:0
}
.top-block-right{
  flex:0 0 35%;
  max-width:35%;
  text-align:right;
}
.talent-shape-career-options-list{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 8px;
}
.talent-shape-career-options-list .col-single{
  margin:0 0 8px 0;
}
.talent-shape-career-options-list .col-single .csl-icon-wrapper,.talent-shape-career-options-list .col-single .col-single-text{
  margin-left:0;
}
.graph-range-filter{
  margin-bottom:8px
}
/*talent shape*/

@media screen  and (max-width:1600px){
  .col-single{
    flex:0 0 240px;
   }

}
@media screen  and (min-width:1600px){
  .talent-shape-career-options-list{
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen  and (max-width:1440px) {
  .col-single{
    min-height:160px;
   /*  min-height: calc(100vh - 465px); */
  }
  .col-single > a{
    padding:25px 25px 50px 25px;
  }
}
@media screen and (max-width: 1340px){
  .talent-shape-career-options-list{
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen  and (max-width:1280px) {
  .col-single{
   flex:0 0 220px;
  }
.col-single.col-single-talent-shape{
    flex:0 0 24%
  }
  .talent-shape-career-options-list{
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen  and (min-width:1900px) {
  .col-single{
    flex:0 0 350px;
  }
  .talent-shape-career-options-list{
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen  and (min-width:2400px) {
  .col-single{
   /* flex:0 0 450px; */
   flex:0 0 330px;
  }
}

