/*image Prelaoder start*/
.preloader_img{
margin-top: 30%;
margin-bottom: -30%;
margin-left: 50%;
transform: translate(-50%,-50%);
}

.single9 {
  height: 6px;
  width: 75px;
  background-color: #d8d7d7;
  position: relative;
  overflow: hidden;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
 
}
  
.single9:before {
  content: '';
  height: 6px;
  width: 10px;
  position: absolute;
  left: 0;
  background-color: #601bda;
  -webkit-animation: single9anim 2s infinite ease-in-out;
  animation: single9anim 2s infinite ease-in-out;
}
  
@-webkit-keyframes single9anim {
  0%, 100% {
     -webkit-transform: translateX(0);
     transform: translateX(0);
  }
  50% {
     -webkit-transform: translateX(65px);
     transform: translateX(65px);
  }
}
  
@keyframes single9anim {
  0%, 100% {
     -webkit-transform: translateX(0);
     transform: translateX(0);
  }
  50% {
     -webkit-transform: translateX(65px);
     transform: translateX(65px);
  }
} 

.center_loading_galary img{
  opacity:0;
  object-fit: contain;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;

}
.center_loading_galary{
  background: url('../../images/placeholder.jpg');
  background-position: center;
  background-size: cover;
}

/*image Prelaoder start*/


.content .box {
    color: #494949;
}
.content .box {
    padding: 1.25rem;
    margin-bottom: 2.25rem;
    border-radius: 0.1875rem;
    font-size: 1rem;
    /* transition: all 2s; */
}

span.title_border{display:block;
width: 50px;
border-top:5px solid #ddd;
margin:15px auto
}

#main_footer  i {
    margin: 2px;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid #6b4acc;
    color: #232323;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 21px;
    transition: all .3s;
}

#main_footer  i:hover {
    color: #fff;
    background: #6b4acc;
}
.right_sidebar_outer {
    height: auto !important;
}
.right_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 4.5625rem;
    height: 86vh;
}

.top_active{
    background-color: #4c30a0 !important;
}



/*search filter*/
#myInput {
  
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 45px;
  border: 1px solid #ddd;
  margin-bottom:30px;
  background-size: contain;
}


/*code snipped copy btn*/
.html, .css, .js{
        display: none;
    }
button.html{
  display:inline-block;
}
div.html{
  display:block;
}
.code_snipped_area{
width: 100%; 
text-align: left; 
overflow: auto;
padding-left: 0px;
background: #eafcff;
min-height: 200px;
max-height: 400px;
margin-top: 20px;
padding:15px !important; 
border:0px solid transparent;
border-left:2px solid #ffdd03;
border-radius:5px;
}

.code_snipped_area:focus{
outline: none;
}

.code_snipped_area section::first-letter{
    color: red;
}

.code_snipped_area  span{color: red;}





.panel-title i {/*float: right;*/ color:#494949;}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    /*background: #fafafa;*/
    /*background: #ddffdd;*/
    border-top-color: #bd1313;
   /* margin-bottom: 10px;*/
    
    padding: 0px 15px 15px;
}

.panel-heading h4{
    margin-bottom: 0px;
    
}


.word_table_title {
   /*background: #ddffdd; */
    background: #dedede;
    padding: 8px 10px;
    /* border-left: 2px solid #2fabb7; */
    color: #6b4acc !important;
    font-size: 18px;
    min-width: 450px;
}

.panel-title > a {
    color: #494949;
    font-size: 18px;
    cursor: cell;
}


.word_table_box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  /*border: 1px solid #ddd;*/
}

.word_table_box th, td {
  text-align: left;
  padding:4px 0px;
  
  width:33% !important;
min-width: 150px;
}
.word_table_box  em{
  display: inline-block;
  margin-left:5px;
  /*color:#2fabb7;*/
  color:#ccc;
}


span.title_border{display:block;
width: 50px;
border-top:5px solid #ddd;
margin:15px auto
}

#main_footer  i {
    margin: 2px;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid #D3145A;
    color: #232323;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 21px;
    transition: all .3s;
}

#main_footer  i:hover {
    color: #fff;
    background: #D3145A;
}


html{
  scroll-behavior: smooth;
}

#style-3::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;*/
}

#style-3::-webkit-scrollbar
{
  width: 3px;
  background-color: #ffffff;
}

#style-3::-webkit-scrollbar-thumb
{
   background-color: #ddd;
}
.right_sidebar .nav-link {
    display: block;
    padding: .3rem .8rem;
    color:#222;
}

.right_sidebar .nav-link:hover{
    color:#4c30a0;
}
.right_sidebar .nav-link:focus{
    color:#4c30a0;
}
.hash_link{
  display:block;
  width: 1px;
  height:1px;
  background-color: transparent;
  margin-top: -80px;
  margin-bottom:80px;
}

a .box:hover{
    color:#fff;
    background:#4c30a0 !important;
  }

.text-light{
  color:#ccc !important;
}

.nav-pills form button{
  outline:none;
  border:0;
  padding:5px 12px;
  color:#232323;
  background: transparent;
  text-align: left;
  line-height: 1.3;
}

.nav-pills form button:hover{
  color: #4c30a0;
}

.treeview-menu form button{
  outline: none;
    border: 0;
    color: #777;
    background: transparent;
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    white-space: normal;
    text-align: left;
    line-height: 1.3;
}
.treeview-menu form button i{
  width: 23px;
}

.treeview-menu form button:hover{
  color: #4c30a0;
}



table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\f30c";
    font-weight: 900;
    color: #6b4acc;
    font-family: Font Awesome\ 5 Free;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "\f309";
    font-weight: 900;
    color: #6b4acc;
    font-family: Font Awesome\ 5 Free;
}

table.dataTable th,  table.dataTable td{
  font-size: 14px !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #36c16c;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: transparent;
    color: #97a0b3;
    border-radius: 50% !important;
    border: 1px solid;
    padding: 0px !important;
}

.btn-box-tool:hover {
    background:#6b4acc;
    color: #fff;
    border: 1px solid #6b4acc;
    
}

.btn-box-tool[data-widget="remove"]:hover {
    background:#e216d6;
    color: #fff;
    border: 1px solid #e216d6;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(246, 249, 255);  }


.table-striped tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ebf1fd;
    line-height: 18px;
}

.lead99_table .tab-content .tab-pane{
  padding:15px 0px;
}

/*div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}*/


.box-tools_m{
  margin-bottom: 35px;
  position: absolute;
  right: 0px;
  z-index: 99;
}
.option_for_selected{
  background: #ffffff;
  /* margin-bottom: -54px; */
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: -110px;
  z-index: 99;
  display: none;
}

.dataTables_filter label{
  /*width: 80%;*/
}


div.dataTables_wrapper div.dataTables_filter input {
    width: 80%;
}

.breadcrumbs {
    padding:0px 0 0 15px;
    display: inline-block;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 0px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li a:hover {
    color: #6b4acc;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
    color: #949494;
    content: "\f054";
    font-family: Font Awesome\ 5 free;
    font-weight: 900;
}




.__4f55f .avatar-lead {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 100px;
    float: left;
}

.__4f55f .avatar {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 8px;
}

.__4f55f .avatar-lead-part {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    border-radius: 100px;
    display: block;
    overflow: hidden;
}

.__4f55f .avatar-lead .size-50-x-50 {
    width: 40px;
    height: 50px;
}
.__4f55f .avatar-initial-19 {
    background-color: #f6f0a7;
    color: #d1a805;
    font-weight: 500;
}
.__4f55f .avatar-initial {
    background: #e4dca4;
    color: #fff;
    display: table;
    vertical-align: middle;
}

.__4f55f .avatar-content {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}

.ember-view{
  display: inline-block;
  min-width:90px;
  max-width: 100%;
  cursor: pointer;
}

.ember-view:hover{
  color: #6b4acc;
}
.dataTables_wrapper .row:first-child {
  margin:0px !important;
}

.dataTables_wrapper .row:last-child {
  margin:0px !important;
}
.code_view_table_outer table th:nth-child(1), 
.code_view_table_outer table td:nth-child(1){
  min-width: 25px !important;
  width: 25px !important;
}

/*screenshot modal*/
#screenshotModal .close{
    position: absolute;
    top:0px;
    right:10px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #f52f2f;
    text-shadow: 0 1px 0 #fff;
    opacity:1;
    z-index: 9;
}

#screenshotModal .modal-body {
    padding: 0px;
    background: transparent;
}


/*left right modal*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 50%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}
@media (min-width: 576px)
{
.left .modal-dialog {
    max-width: 100%;  
}
}
.modal.left .modal-content,
.modal.right .modal-content {
  /*overflow-y: auto;
    overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 30px;
}

.modal.left  {
    pointer-events: none;
    background: transparent;
}

.modal-backdrop {
    display: none;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
  left: 0;
  box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}
    
/*Right*/
.modal.right.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}



.modal-header.left, .modal-header.right {
    
  padding: 10px 15px; 
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

/* ----- v CAN BE DELETED v ----- */


.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #204d74;
  color: #fff;
}

.btn-demo:hover {
  color: #fff;
}

.btn-demo:focus {
  outline: 0;
  color: #fff;
}

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.modal_outer .nav>li {
    position: relative;
    display: block;
    background: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.modal_outer .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.modal_outer .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #3175af;
     border: 0px solid #ddd; 
    border-bottom-color: transparent;
    border-radius: 5px;
       
}
.modal_outer .nav-tabs>li>a:hover {
    border-color:transparent;
     border-radius: 5px;
}
.modal_outer .tab-pane{
      border-bottom: 2px solid #3176b0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 5px rgba();
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    
    border-radius: 5px;
}

.modal_outer  .nav>li>a {
    padding: 6px 12px;
}


.scrollbar_style
{
  width: 100%;
  height: auto;
  /*height: 300px;
  width: 65px;*/
  /*background: #F5F5F5;*/
  overflow-y: scroll;
  margin-bottom: 25px;
  overflow-x: hidden;
}

.scrollbar_style::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  /*background-color: #F5F5F5;*/
}

.scrollbar_style::-webkit-scrollbar
{
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
}

.scrollbar_style::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #ebf1fd;
}
