body{
    font-family: 'Titillium Web', sans-serif;
}
.navbar .container-fluid{
    border-bottom:1px solid #777;
}
.print-icon{
    padding-top: 30px;
}
.print-icon svg{
    float: right;
    /* padding-top:30px; */
}
.je-posting-head{
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 3em;
}
.video_elem{
    position: relative;
    width: 85%;
    margin-top: 120px;
    margin-bottom: 100px;
}

.smart_automation_div{
    padding-top: 50px;
    padding-bottom: 100px;
}
.carousel-indicators [data-bs-target]{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #2d3d86;
}
.carousel-indicators{
    bottom: -12%;
}
h3,h2,p{
    font-family: 'Titillium Web', sans-serif;
}
h3,h2{
    font-weight: 600;
}
.smart_automation_div h2{
    font-size: 3.5em;
}
.banner_desc{
    display: flex;
    align-items: center;
}
.banner_desc h2{
    padding-bottom: 0.5em;
}
.banner_desc p{
    color: #777;
    font-size: 1.4em;

}
.smart_automation_usecase h2{
    padding:1em 0;
    font-size: 2.8em;
}
.smart_automation_usecase_wrap{
    background-color: #fff;
    padding-top: 2em;
    padding-bottom: 8em;
    height: 1400px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    padding-right: 10px;
    /* pointer-events: none;
    color: #aaa; */
}
.has-search .input-group-append{
    position: absolute;
    right: 6px;
    top: 6px;
   
}
.has-search button{
    background-color: #2d3d86;
    border-radius: 20px;
    width: 110px;
    cursor: pointer;
}
.has-search .form-control{
    border-radius: 30px !important;
    border:1px solid #2d3d86 !important;
    height: 50px;
    background-color: transparent;
}
.has-search svg{
    color: #2d3d86;
}
.filter{
    padding-bottom: 2em;
}
.select select{
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-radius: 30px !important;
    border:1px solid #2d3d86 !important;
    color: #2d3d86;
    padding:0.5em;
    font-size: 1.2em;
}
.select select:focus-visible{
    outline-color:#2d3d86 !important;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23318577' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 12px;
    border: 1px solid #2d3d86;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}
.card_single_wrap{
    background-color: #bac6ff17;
    padding:1.5em;
    border-radius: 8px;
    margin-bottom: 12px;
    min-height: 230px;
}
.card_single_wrap a{
    text-decoration: none;
    color: #333;
}
.title h5{
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.6em;
}
.load_more button{
    float: right;
    margin: 50px 0;
    margin-right: 10px;
}
.card_single{
    display: flex;
    flex-direction: row;
}
.title{
    width: 85%;
    color: #333;
}

.icon{
    width: 15%;
}
.icon img{
    float: right;
}
.load_more button{
    border:transparent;
    height: 40px;
    font-weight: bold;
    background: transparent;
    color: #2d3d86;
}
.load_more button svg{
    color: #2d3d86;
}
.cards{
    display: flex;
    flex-wrap: wrap;
}
.navbar_inner{
    padding: 1em 0;
    border-bottom: 1px solid #333;
}
#scroller{
    scrollbar-color: red yellow;
}
.print-icon a{
    color: #ffffff;
}
/* .download_video img{
    position: absolute;
    top: 4%;
    right: 2%;
} */
/* video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
} */
.video_elem button {
    /* background-color: #666; */
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%, -50%); 
    padding: 8px 16px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99999;
    background-color: transparent;
}
.video_elem button.active {
    /* background-color: #0077a2; */
    background-color: transparent;
  }

object {
    display: block;
}

object::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
	border-radius: 10px !important;
	background-color: #F5F5F5 !important;
}

object::-webkit-scrollbar
{
	width: 12px !important;
	background-color: #F5F5F5 !important;
}

object::-webkit-scrollbar-thumb
{
	border-radius: 10px !important;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	background-color: #555 !important;
}
/* .carousel-item img{
    height: 453px;
} */
.inner_page_title{
    width: 85%;
}
.inner_page_title .col-md-4{
    display: flex;
    align-items: center;
}
.inner_page_title .ppt_option a{
    color: #333;
    text-decoration: none;
    margin-bottom: 15px;
}
.filterDiv {
    flex: 0 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
    /* line-height: 100px; */
    /* display: none; */
  }
  .filterDiv a{
      text-decoration: none;
  }
  #task_automation .card_single_wrap{
      background-color: #2d3d86;
      
  }
  #task_automation .card_single_wrap h5,   #task_automation .card_single_wrap p{
    color: #ffffff;
  }
 .pdf_doc embed #content{
      display: none !important;
  }
  .video_overlay{
      height: 60px;
      background-color: rgb(50, 54, 57);
      width: 100.01%;
      display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
  }
  
  .tag p{
      color: #2d3d86;
  }
  .tag img{
      padding-right: 10px;
  }
  
  .show {
    display: block;
  }
  #the-canvas {
    border: 1px solid black;
    direction: ltr;
    margin-bottom:50px;
  }
  .logout_btn{
      color:#2d3d86;
      text-decoration:none;
  }
  .pdf_controls a{
      color: #f5f5f5;
      text-decoration: none;
  }

/* NEW DESIGN CHANGES : 18-04-2022 : START */
.filterDivTop {
    flex: 0 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
.filterDivTop a{
    text-decoration: none;
}
.filterDivTop .card_single_wrap_top{
    padding: 2.3em;
    border-radius: 8px;
    margin-bottom: 12px;
    min-height: 100px;
}
.filterDivTop .card_single_wrap_top a{
    text-decoration: none;
    color: #333;
}

/*  */
.filterDivTopSmall {
    flex: 0 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 16%;
}
.filterDivTopSmall a{
    text-decoration: none;
}
.filterDivTopSmall .card_single_wrap_top{
    padding: 2.3em;
    border-radius: 8px;
    margin-bottom: 12px;
    min-height: 100px;
}
.filterDivTopSmall .card_single_wrap_top a{
    text-decoration: none;
    color: #333;
}
/* .card_single_wrap_top .icons-inner img{
    float: left;
} */
.rightbox{
    background-color: #848484;
}
.leftbox{
    background-color: #2d3d86;
}
.top-title{
    width: 100%;
    color: #fff;
}
.top-title h5{
    font-size: 1.1rem;
}
.icon-top{
    width: 30%;
}
.icon-top img{
    float: left;
}
#dynamic-title-container .tag{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}
/* NEW DESIGN CHANGES : 18-04-2022 : END */
  
@media (min-width: 992px){
    .col-lg-3 {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media(min-width:1024px){
    .video_elem video{
        height: auto;
        object-fit: contain;
    }
    .card_single_wrap{
        height: 180px;
    }
    .filterDivTop .card_single_wrap_top{
        height: 100px;
    }
    .filterDivTopSmall .card_single_wrap_top{
        height: 100px;
    }
}
@media(max-width:1210px){
    .title h5{
        /* font-size: 1em; */
    }
    .filterDiv{
        width: 33.33%;
    }
}
@media(max-width:1043px){
    .filterDiv{
        width: 100%;
    }
    .pdf_doc embed{
        width: 100% !important;
    }
}
@media(max-width:991px){
    .carousel-indicators{
        bottom: -24%;
    }
    .filter .has-search{
        padding-bottom: 1em;
    }
    .navbar_inner img{
        padding-left:15px ;
    }
    .navbar-nav{
        padding-left: 15px;
    }
}
.popover-title{
    background: #fff;
}
/* Search styles */

#filter_users{
    /* width:100%; */
    /* padding:10px; */
  }
  
  #users-list{
    margin:0;
    padding:0;
  }
  
  #users-list li{
    list-style:none;
    padding:10px;
    margin:5px 0;
    border: 1px solid #e4e4e4;
  }
  /* Calculator styles */
  .calculator{
      background-color: #f8f8f8;
      padding: 5em 0 7em 0;
  }
  .calculator p{
      font-size: 1.2rem;
      color: #787878;
  }
  .calculations{
      margin-top: 4rem;
      display: flex;
      justify-content: space-between;
      margin-right: 40px;
      /* flex-direction: column; */
  }
.calc_title{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.calc_title img{
    /* width: 50px; */
    height: auto;
}

.calc_title h3{
    font-size: 3rem;
    margin-left: 40px;
    margin-bottom: 0;
}
.display_value_right .box input{
    width: 100%;
}
/* .display_value_bottom .box{
    width: 25%;
} */
.box{
    padding-bottom: 2rem;
}
.box input{
padding: 0.5em;
border-radius: 4px;
border: 1px solid #dadada;
background: transparent;
font-weight: bold;
height: 45px;
}
.box input:focus-visible{
      border: 1px solid #dadada;
}
.ROI_block{
    background-color: #817d7e;
    padding: 1.2em;
    color: #ffffff;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 8px;
    margin-top: 30px;
}
.ROI_block h5{
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.ROI_block h3{
    color: #ffffff;
    font-size: 3rem;
    align-self: flex-end;
    margin-bottom: 0;
}
/* Range slider */

.range-slider {
    width: 100%;
  }
  #minutes_per_entity{
    background: linear-gradient(to right, #2d3d86 0%, #2d3d86 46.42%, #ebebec 46.42%, #ebebec 100%);
  }
  .range-slider__range {
    -webkit-appearance: none;
    width: 65%;
    height: 12px;
    border-radius: 8px;
    background: #ebebec;
    outline: none;
    padding: 0;
    margin: 0;
    background: linear-gradient(to right, #2d3d86 0%, #2d3d86 38%, #ebebec 38%, #ebebec 100%);
  }
  .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 12px;
    height: 35px;
    border-radius: 32%;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  /* .range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
  }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
  } */
  .range-slider__range::-moz-range-thumb {
    width: 15px;
    height: 40px;
    border-radius: 30%;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  /* .range-slider__range::-moz-range-thumb:hover {
    background: #1abc9c;
  }
  .range-slider__range:active::-moz-range-thumb {
    background: #1abc9c;
  }
  .range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
  } */
  
  .range-slider__value {
    display: inline-block;
    position: relative;
    width: 20%;
    color: #000;
    line-height: 20px;
    /* text-align: center; */
   
  }
  .slider_value_wrap p{
      font-size: 1rem;
      display: inline-block;
      float: right;
      margin-bottom: 0;
  }
  .slider_value_wrap{
    border-radius: 8px;
    font-weight: bold;
    border: 1px solid #dadada;
    background: transparent;
    padding: 10px 10px;
    margin-left: 20px;
    width: 28%;
    display: inline-block;
  }
  .rangslider_wrap{
      padding-bottom: 2rem;
  }
  .range-slider__value:after {
    /* position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
   border:1px solid #333;
    content: ""; */
  }
  
  
@media(min-width:992px){
    .box input{
        width: 240px;
    }
  }

  /* TASK AUTOMATION PAGE STYLE */

  #exTab1 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
  }
  .waffle{
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    
}
.ritz .waffle a {
    color: inherit;
}

.ritz .waffle .s0 {
    /* border-bottom: 1px SOLID #000000; */
    background-color: #2d3d86;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    /* border: 1px solid #e0e0e0; */
    /* font-family: 'Arial'; */
    font-size: 20px;
    vertical-align: bottom;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s1 {
    /* border-bottom: 1px SOLID #000000; */
    /* border-right: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    /* font-family: 'Arial'; */
    font-size: 16px;
    vertical-align: top;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s2 {
    /* border-bottom: 1px SOLID #000000; */
    /* border-right: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    /* font-family: 'Arial'; */
    font-size: 16px;
    vertical-align: top;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s6 {
    /* border-bottom: 1px SOLID #000000; */
    /* border-right: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    /* font-family: 'Arial'; */
    font-size: 16px;
    vertical-align: bottom;
    white-space: nowrap;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s5 {
    /* border-bottom: 1px SOLID #000000; */
    /* border-right: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    font-family: 'docs-Calibri', Arial;
    font-size: 16px;
    vertical-align: top;
    white-space: nowrap;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s7 {
    /* border-bottom: 1px SOLID #000000; */
    /* border-right: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    /* font-family: 'Arial'; */
    font-size: 16px;
    vertical-align: bottom;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s4 {
    /* border-bottom: 1px SOLID #000000; */
    /* border-right: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    /* font-family: 'Arial'; */
    font-size: 16px;
    vertical-align: top;
    white-space: nowrap;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s8 {
    border-right: none;
    /* border-bottom: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    /* font-family: 'Arial'; */
    font-size: 16px;
    vertical-align: bottom;
    white-space: nowrap;
    direction: ltr;
    padding: 10px;
}

.ritz .waffle .s3 {
    /* border-bottom: 1px SOLID #000000; */
    /* border-right: 1px SOLID #000000; */
    /* background-color: #ffffff; */
    text-align: left;
    color: #000000;
    /* font-family: 'Arial'; */
    font-size: 16px;
    vertical-align: top;
    white-space: nowrap;
    direction: ltr;
    padding: 10px;
}
tr{
    border: 1px solid #e0e0e0;
    
}
tr:nth-child(odd) {
    background-color: #ebebeb;
    
}
table, th, td{
    border: transparent;
}
.table>:not(:first-child){
    border-top: transparent;
}
.pagination{
    /* justify-content: flex-end; */
}
.page-item.active .page-link{
    background-color: #2d3d86;
    border-color: #2d3d86;
    color: #ffffff;
}
.page-link:hover, .page-link{
    color: #003865;
}
.nav-tabs{
    margin-bottom: 20px;
}
#saptable_length{
    margin-bottom: 10px;
}
#saptable_length select{
    margin-right: 10px;
}
.ritz .waffle#oracletable .s2{
    vertical-align: middle;
}
#nav-oracle .paging_simple_numbers{
    padding-bottom: 100px;
}

.category_wrap .nav-tabs .nav-link{
    color: #000;
}
.category_wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #2d3d86;
}
/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #003865;
} */
.additional_fields label{
    padding-right: 15px;
    font-size: 1.2rem;
    color: #787878;
    width: 40%;
   
}
.additional_fields_right label{
    padding-left: 5%;
}
.additional_fields{
    padding-top:40px;
}
.additional_fields .box input{
    width: 59%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
@media(max-width:991px){
    .calculations{
        display: flex;
        flex-direction: column;
    }
}
.popover{
   border: none;
   max-width: 20%;
    /* box-shadow: 2px 2px 8px rgb(0 0 0 / 50%); */
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
    /* box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3); */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-top-color: yellow; 
}
.decision_tree{
    padding-bottom: 100px;
}
.decision_tree .inner_page_title{
    padding-bottom: 30px;
}



/* 
|||||||||||||||| FAQ ||||||||||||||||||
*/

#container {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    padding-bottom: 20px;
}
.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}
.white-bg {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
}
.banner-lg {
    background: url(../images/banner-lg.png) no-repeat 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}
.py-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}