/* Login */
body{
  overflow-x: hidden;
}
a,a:hover{
  text-decoration: none;
}
/* ::-moz-selection { 
  color:#fff;
  background:#f2994a;
}

::selection {
  color:#fff;
  background:#f2994a
} */
.login-logo img {
  object-fit: contain;
  margin: 0 auto;
  max-width: 160px;
  max-height: 52px;
}
.container, .table{
  max-width: 100%;
  overflow-x: auto;
}
/* dashboard */
/* label.error {
  color: #dd4b39;
  margin-bottom: 0;
  font-weight: normal;
} */
.small-box p {
  font-size: 14px;
}

/* dashboard */
.modal-content, .swal2-popup{
  border-radius: 10px;
  overflow: hidden;
}
.modal-header, .swal2-title{
  background: #FAFAFA;
  border-bottom: 1px solid #F1F1F1;
  padding: 7px 40px !important;
  text-align: left !important;
}
.modal .modal-title { 
  color: #59534b;
  font-weight: 700;
  font-size: 22px;
}
.modal .modal-header .close{
  border: none;
  font-size: 34px;
  color: #aeaeae;
  background: none;
  cursor: pointer;
}
.modal .modal-header .close i{
  font-size: 28x;
}
.modal .form-group label {
  /* display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 28px;
  color: #e42876; */
}
.modal .form-group legend {
  font-size: 22px;
  color: #444;
  font-weight: 500;
}
.modal .form-group label.radio-inline,
.modal .form-group label.checkbox-inline {
  font-size: 16px;
  color: #000;
}
.modal .form-group input[type="text"], .modal .form-group select {
  border-radius: 10px;
  border: 1px solid #CECECE;
  font-size: 14px;
  padding: 10px 20px;
}
.modal .form-group select{
  text-transform: capitalize;
  border: 1px solid #CECECE;
  background: url(../images/dd\ .png) no-repeat right #fff;
  -webkit-appearance: none;
}
.modal .form-group input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}



.modal-dialog::-webkit-scrollbar {
  width: 8px;
}
.modal-footer, .swal2-actions {
  justify-content: start;
  border: none !important;
  padding: 12px 40px !important;
  width: 100% !important;
}

.check-grp {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-grp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  
}

/* Create a custom checkbox */
.custom-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #CECECE;
border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.check-grp:hover input ~ .custom-checkmark {
  background-color: #ccc;
  color:#000
}

/* When the checkbox is checked, add a blue background */
.check-grp input:checked ~ .custom-checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-grp input:checked ~ .custom-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-grp .custom-checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #F2994A;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.swal2-icon.swal2-error.swal2-icon-show{
  display: flex;
  position: absolute;
  right: 8px;
}
.swal2-icon {
  width: 2em !important;
  height: 2em !important;
  margin: 0.6em auto 0.6em !important;
  cursor: pointer !important;
}
.swal2-html-container{
  text-align: left !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  top: 10px !important;
  width: 21px !important;
  height: 0.7px !important;
  border-radius: 0.125em;
  background-color: #59534B !important;

}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 7px !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 5px !important;
}
.swal2-actions{
  flex-direction: row-reverse;
}
.swal2-icon.swal2-error{
  border:none !important;
}
.modal-footer button:nth-child(1){
  margin-right: 19px;
}
.modal-body {
  padding: 15px 40px 80px;
  font-size: 16px;
  font-weight: 500;
  color: #59534B;
  /* height: 640px; */
  overflow-y: auto;
}
/* Track */
.modal-body::-webkit-scrollbar{
  width: 4px;
  height: 133px;
}
.cus-foo{
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: center;
}
.cus-foo button{
/*  width: 48%;*/
}
/* Handle */
.modal-body::-webkit-scrollbar-track {
  background: #E9E9E9;
}
.modal-body::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #E57F26, #E57F26), #E9E9E9;
  border-radius: 10px;
}
/* Handle on hover */

.cancel, .swal2-styled.swal2-cancel{
  background: #E0E0E0 !important;
  color: #4B4B4B !important;
  border-radius: 10px !important;
  padding: 10px 30px !important;
  border: none !important;
}
.confirm, .swal2-styled.swal2-confirm{
  background: #E57F26 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 30px !important;
  border: none !important;
}
#dashboard_content .row {
  display: flex;
  flex-wrap: wrap;
}
.left.user-panel > .info {
  padding: 15px 5px 5px 15px;
}
.profile_input {
  padding-bottom: 10px;
}
.avatar-circle {
  width: 40px;
  height: 40px;
  background-color: #444;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: auto;
  margin: 0 40px;
}
.initials{
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.img_section .initials {
  position: relative;
  top: 0;
  font-size: 5rem;
  line-height: 12rem;
  color: #fff;
}

.sidebar_profile_image img {
  height: 45px !important;
}
.user-footer {
  background: #000 !important;
}
.action_btns {
  display: flex;
}
.initial_img {
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 50%;
  background: #F2994A;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.initial_img.sml-img {
  height: 50px;
  width: 50px;
  line-height: 22px;
  padding: 8px;
  border: 5px solid #ffffff00;
  box-shadow: 0px 0px 0px 2px #f2994a;
}
.initial_img.big-img {
  height: 85px;
  width: 85px;
  line-height: 85px;
  font-size: 2.8rem;
}
.img_section {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #F2994A;
  box-shadow: 0px 0px 3px 8px #dc48628c;
  position: relative;
  margin: auto;
}
.img_section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.my-profile-box {
  padding: 30px 60px 80px;
}
.my-profile-box label{
  margin-bottom: 10px;
  color: #59534B;
  font-weight: 500;
}
.my-profile-box .form-group{
  margin-bottom: 20px;
}
.my-profile-box .form-group input{
  border: 1px solid #E8D9B4;
border-radius: 10px;
padding: 10px;
}
.my-profile-box .form-group button{
  background: #F2994A;
  border-radius: 10px;
  color: #fff;
  border: none;
  padding: 10px 70px;
}
.my-profile-box .form-group button i{
  margin-right: 8px;
}
.user-btn {
  display: flex;
  width: 50%;
  justify-content: space-between;
  margin: 20px auto;
}
.user-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.user-btn i:nth-child(2) {
  background: rgba(0, 0, 0, 0.5);
}
.user-btn i:nth-child(3) {
  background: #006699;
}
.user-btn i:nth-child(4) {
  background: rgba(255, 0, 0, 0.5);
}
.user-btn i:nth-child(5) {
  background: rgba(255, 0, 0, 0.5);
}
#upload-alert-txt {
  font-size: 11px;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
}
.fa-spin {
  margin-bottom: 10px;
}
.load_img_section {
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.load_img_section .img_section .avatar-circle {
  height: 100%;
  width: 100%;
  font-size: 4rem;
  margin: 0px;
  line-height: 120px;
}

.load_img_section .img_section i,
.load_img_section .img_section .avatar-circle i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 150px;
  text-align: center;
  font-size: 4rem;
}
.sidedetails .un h1 {
  color: #F2994A;
  font-weight: 600;
  font-size: 5.4rem;
}
.sidedetails .ms span,
.sidedetails .mt span {
  color: #F2994A;
}
.ms,
.mt {
  font-size: 16px;
}

.dl-horizontal dt {
  width: max-content;
}
.dl-horizontal dd {
  margin-left: 190px;
  word-break: break-word;
  width: auto;
}

dd i.comp {
  margin-left: 10px;
}

dd i.inter {
  margin-left: 10px;
}
.nophotos {
  color: #9B9893;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  width: 100%;
  text-align: center;
}
.viewusermain {
  width: 100%;
}
.usrstatus span {
  color: #F2994A;
  font-size: 19px;
}
.gk{
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #F2994A;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #fff;
}
.nav-tabs > li a {
  color: #000;
}
.nav.nav-tabs {
  /* margin-top: 25px; */
}
.image-container {
  height: 220px;
  width: 250px;
}

.image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;

}

.ekko-lightbox-nav-overlay {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  width: auto;
  height: auto;
}

.ekko-lightbox .glyphicon-chevron-left,
.ekko-lightbox .glyphicon-chevron-right {
  padding-top: 0px !important;
  position: absolute;
  top: 210px;
  float: none !important;
  opacity: 1;
  width: max-content !important;
}

.ekko-lightbox-nav-overlay {
  height: 100%;
  width: 100%;
}

.ekko-lightbox-nav-overlay img {
  height: 70% !important;
  width: 70% !important;
  object-fit: contain !important;
}

.ekko-lightbox-container div:nth-child(2) {
  height: 650px;
  width: 100%;
}

.ekko-lightbox-container div:nth-child(2) img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}
.below-genre {
  margin-left: 0px !important;
}
.spotifydata {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto !important;
}
.instauname {
  color: #F2994A;
  margin-left: 2px;
  font-family: serif;
}

.skin-black-light .sidebar-menu > li:hover > a,
.skin-black-light .sidebar-menu > li.active > a {
  color: #fff;
  background: #F2994A;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding-right: 85px;
}
.dl-horizontal dt {
  width: 130px;
  text-align: left;
}
.dl-horizontal dd {
  margin-left: 150px;
}

.description-block > .description-text {
  text-transform: uppercase;
  font-size: 10px;
}

.odd i, .even i{
color:#F2994A
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .dl-horizontal dd {
    word-break: keep-all;
  }
  .sidedetails .un h1 {
    font-size: 2.6em;
  }

  .widget-user .widget-user-image > img {
    height: 75px !important;
    width: 75px;
  }
  .widget-user .widget-user-username {
    font-size: 16px;
  }
  .widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 55%;
    margin-left: -45px;
    /* text-align: center; */
  }

  .description-block>.description-header {
    font-size: 12px;
  }

  /* .spotifydata {
    justify-content: space-between;
  } */
  .spotifydata .col-md-4 {
    width: 30.33%;
    margin-right: 15px;
    padding: 0 !important;
  }
  .description-block>.description-text {
    text-transform: uppercase;
    font-size: 8px;
  }
  .box-footer .col-sm-4 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin: auto;
    width: 400px !important;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog {
    min-width: 100%;
  }
  .spotifydata .col-md-4 {
    width: 100%;
  }
  .modal-dialog {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
}


.fixed, .swal2-styled.swal2-fixed {
    background: #E57F26 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 10px 36px !important;
    border: none !important;
}



/* login */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  background:  #F4F5FA;
}
p,
ul,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
input:focus {
  outline: none;
}



.form{
  background: #fff;
  border-radius: 10px;
  width: 535px;
  margin: auto;
  padding: 45px;
  position: relative;
  z-index: 9999;
  box-shadow: 0px 5px 5px -5px #00000078;
  margin-bottom: 60px;
}
.form h4{
  color: #59534B;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 28px;
}
.input-area{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.input-area input{
  border-radius: 10px;
  border: 1px solid #E8D9B4;
  padding: 8px 20px;
  width: 78%;
}
.input-area input:focus{
  border-color: #E57F26;
}
/* .input-area label{
  text-align: left;
  display: inline-block;
  color: #59534B;
  font-weight: 500;
} */
.input-area input[type="submit"]{
  width: 230px;
  background: #F2994A;
  color: #fff;
  padding: 10px;
}
.rem{
  display: flex;
  align-items: center;
}
.rem input{
  width: auto;
}
.rem label{
  font-size: 16px;
  color: #59534B;
}
.frm-area a{
  color: #E57F26;
  text-decoration: underline;
}
.logo {
  margin-bottom: 15px;
}
.frm-area{
    right: 0;
    margin: auto;
    position: relative;
}


.custom-check {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.cus-txt{
  top: -2px;
  position: relative;
  margin-left: 10px;
  margin-top: 4px;
}
/* Hide the browser's default checkbox */
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #eee;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark {
  background-color: rgb(255, 255, 255);
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #f2994a;
  border-width: 0px 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error{

  display: inline-block;
/*  width: 100%;*/
  padding: 10px 0;
/*  position: relative;*/
  text-align: left;
  left: 0;
  top: 92%;
}
label.error{
   font-size: 16px;
  padding-left: 3px;
  color: #dc3545;
}
input.error{
  border-color: #884306;
}
input.error:focus{
  border-color: #884306;
}
.alert{
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  padding: 8px;
  margin: auto;
  left: 0;
  right: 0;
  background: #E57F26 !important;
  border: none !important;
  padding: 15px 0;
  z-index: 999;
}
.alert button, .alert i{
  display: none !important;
}


/* date-picker */
.daterangepicker{
  width: 360px !important;
  height: 381px !important;
  padding: 15px;
  background: #fff;
  border: none;
  box-shadow: 0px 3px 10px -6px #00000073;
  border-radius: 10px;
  padding-bottom: 50px;
}
.datepick{
  display: none;
}
/* .datepick-nav{
  background: transparent;

} */
.prev.available, .next.available{
  height: 32px;
  width: 32px;
  line-height: 32px; 
  border-radius: 50%;
  background: #F2F2F2;
  font-size: 0;
  position: relative;
  text-align: center;
  padding: 0;
  cursor: pointer;
  display: block;
}
.prev.available:hover{
  background: #E57F26;
}

.prev.available:before{
  font-family: FontAwesome;
    content: "\f104";
    font-size: 16px;
    color: #4F4F4F;
}
.prev.available:hover::before{
  color: #fff;
}
.next.available:before{
  font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    color: #4F4F4F;
}
.next.available:hover{
  background: #E57F26;
}

.next.available:hover::before{
  color: #fff;
}
.datepick-nav a:hover:before{
  color: #fff;
}
.datepick-nav a:nth-child(2){
  display: none;
}
table{
  border: 0 !important;
  border-spacing: 0 !important;
}
.table-condensed{
  width: 100%;
  height: 100%;
  border-collapse: initial;
}
.table-condensed th, .table-condensed tr, .table-condensed td{
  border: 0;
  border-spacing: 0 !important;
}
.calendar.left{
  position: relative;
  background: #fff;
}
.calendar.right td, .calendar.right tr:nth-child(2){
  display: none;
}
.calendar.right td{
  text-align: center;
}
.calendar.right .month{
  display: none;
}
.ranges{
  position: absolute;
  bottom: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.calendar.right {
  position: absolute;
  right: 15px;
  top: 15px;
}
.table-condensed tr{
  margin-bottom: 10px;
}
.table-condensed tr td:first-child{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.table-condensed tr td:last-child{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.month{
  height: 32px;
  /* width: 100% !important; */
  background: none !important;
  margin-top: -27px;
  margin-bottom: 20px;
  background: no-repeat;
  color: #565656 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: max-content;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.table-condensed th{
  color: #BDBDBD;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.table-condensed tr:nth-child(1){
  margin-bottom: 15px;
}
.table-condensed td{
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
    line-height: 23px;
    border-style: none;
    cursor: pointer;
}
.table-condensed td.active.start-date.available{
  background: #565656;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 0;
  width: 43px;
  position: relative;
}
.table-condensed td.active.start-date.available::before{
  position: absolute;
  content: '';
  right: -4px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 16px solid #fff0e2;
  border-left: 17px solid transparent;
}
.table-condensed td.active.start-date.available::after{
  position: absolute;
content: '';
right: -4px;
bottom: 0;
width: 0;
height: 0;
border-bottom: 16px solid #fff0e2;
border-left: 17px solid transparent;
}
.table-condensed .active.start-date.active.end-date.available::before, .table-condensed .active.start-date.active.end-date.available::after{
  display: none;
}
.table-condensed td.active.end-date.available{
  background: #F2994A;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  width: 43px;
  position: relative;
}
.table-condensed td.active.end-date.available::before{
  position: absolute;
  content: '';
  left: -4px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 16px solid #fff0e2;
  border-right: 17px solid transparent;
}
.table-condensed td.active.end-date.available::after{
  position: absolute;
content: '';
left: -4px;
bottom: 0;
width: 0;
height: 0;
border-bottom: 16px solid #fff0e2;
border-right: 17px solid transparent;
}
.table-condensed td.today.active.start-date.active.end-date.available{
  background: #efefef;
  color: #212529;
  font-weight: 400;
}
.table-condensed td.today.active.start-date.active.end-date.available::before, .table-condensed td.today.active.start-date.active.end-date.available:after{
  display: none;
}
.table-condensed td.off.available{
  visibility: hidden;
}
.datepick-month td .datepick-selected {
  background-color: #FFF0E2;
  color: #4F4F4F;
  padding: 0;
}
.table-condensed td.in-range{
  background: #FFF0E2;
}
.datepick-ctrl{
  /* display: none; */
}
.range_inputs .applyBtn{
  background: #E57F26 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 7px 30px !important;
  border: none !important;
  margin-right: 15px;
}
.veri-wrap p{
  font-weight: 500;
  font-size: 14px;
}
.range_inputs .cancelBtn{
  background: #F6F7FB !important;
  color: #989898 !important;
  border-radius: 10px !important;
  padding: 7px 30px !important;
  border: none !important;
}
.datepick-ctrl .datepick-cmd-close{
  display: none;
}

.datepick-selected:nth-child(1){
  background: #000;
}


/* ----------- multiselct --------------- */
.multiselect {
  position: relative;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 180px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #CECECE;
  margin: 0 10px;
  background: url(../images/dd\ .png) no-repeat right #fff;
  -webkit-appearance: none;
  padding: 0 15px;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes-one, #checkboxes-two, #checkboxes-three, #checkboxes-four, #checkboxes-five, #checkboxes-six, #checkboxes-seven, #checkboxes-eight, #checkboxes-nine, #checkboxes-ten, #checkboxes-eleven, #checkboxes-twelve, #checkboxes-thirteen, #checkboxes-fourteen, #checkboxes-fifteen {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  z-index: 999;
  background: #fff;
  padding: 15px 0;
  border-radius: 10px;
  left: 10px;
  top: 105%;
  box-shadow: 3px 4px 5px 0 rgb(0 0 0 / 5%);
  width: 180px;
}

#checkboxes-one label, #checkboxes-two label, #checkboxes-three label, #checkboxes-four label, #checkboxes-five label, #checkboxes-six label, #checkboxes-eight label, #checkboxes-nine label, #checkboxes-ten label, #checkboxes-eleven label, #checkboxes-twelve label, #checkboxes-thirteen label, #checkboxes-fourteen label, #checkboxes-fifteen label {
  display: block;
  padding: 3px 8px 0px 46px;
  position: relative;
}

#checkboxes-one label:hover, #checkboxes-two label:hover, #checkboxes-three label:hover, #checkboxes-four label:hover, #checkboxes-five label:hover, #checkboxes-six label:hover {
/*  background-color:#ececec;*/
  /* color: #fff; */
}
#checkboxes-one input, .checkboxes-two input, .checkboxes-three input, .checkboxes-four input,  .checkboxes-five input, .checkboxes-six input{
  margin-right: 5px;
}


/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 14px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #f2994a;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ----------- multiselct --------------- */







/* date-picker */
/* .alert-danger{
  background: #E57F26 !important;
} */

/* dashboard */

.view-tab .tab-content .tab-pane .row .col-md-4{
  margin-bottom: 20px;
}


.dashboard{
  display: flex;
}
.side-bar{
  background: #fff;
  height: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 1px 0px 11px -3px #00000029;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}
.side-bar.expand{
  width: 310px;
}
.side-bar.mini{
  width: 70px;
  border-top-right-radius: 0;
}
.side-bar.mini p{
  display: none;
}
.toggle-bar{
  position: absolute;
  right: -50px;
  background: #fff;
  padding: 16px;
  border: 10px;
  z-index: 9999;
  height: 50px;
  width: 50px !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 0;
  box-shadow: 6px 4px 7px -3px #0000002e;
}

element.style {
}
.side-bar ul li:not(:last-child) {
    margin-bottom: 15px;
}
.side-bar.mini ul li.active {
    transform: translateX(0px);
    width: 100%;
}
.side-bar.mini ul li span{
  display: none;
  opacity: 0;
}
.side-bar.expand ul li span{
   opacity: 1 1s;
}
.side-bar ul {
  list-style: none;
  padding: 25px 0px;
  margin-bottom: 40px;
}
.side-bar ul li{
  border-radius: 10px;
  margin-left: 10;
 color:#59534B;
  padding: 15px;
  width: 100%;
}
.side-bar ul li.active{
  background: #f2994a;
  transform: translateX(22px);
    border-radius: 10px;
  
    width: 93%;
}

.side-bar ul li.active i{
  color : #fff;
}

.side-bar ul li.active span{
  color: #fff;
}
.side-bar ul li.active img{
  filter: grayscale(1) contrast(5);
}
.side-bar ul li .count {
  height: 26px;
  width: max-content;
  border-radius: 50px;
  background: #fff;
  line-height: 20px;
  color: #F2994A !important;
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
  line-height: 26px;
}
.side-bar ul li:not(:last-child){
  margin-bottom: 15px;
}
.side-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18.5px 18px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.side-head img:nth-child(1){
  width: 120px;
}
.side-bar.mini .count-wrap{
  display: none;
}
.side-bar.mini .each-opt{
  justify-content: center;
}
.side-bar.mini .side-head{
  padding: 15px 18px;
    border-bottom: none;
}
#toggle{
  width: 20px;
  cursor: pointer;
}
.each-opt span{
  display: inline-block;
  margin-left: 10px;
  color: #59534B;
  opacity: 0.6;
  transition: 0.4s;
}
.side-bar ul li{
  cursor: pointer;
}
.side-bar ul li:hover span{
  opacity: 1;
}
.side-bar ul li.active span{
  opacity: 1;
}
.right-panel{
  width: 80%;  
}
.panel-header{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 8px 17px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.user {
  display: flex;
  width: 21%;
  align-items: center;
}
.user a{
  display: flex;
  align-items: center;
  text-decoration: none;

}
.hidden-xs{
  display: none;
}
.user a .info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
  margin-left: 10px;
}
/* .user img{
  width: 60px;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #E57F26;
  overflow: hidden;
  border-radius: 50%;

} */
.info p{
  font-size: 15px;
  color: #59534B;
  font-weight: 600;
}
.exit a{
  display: block;
}
.user span{
  color: #B3B3B3;
  font-size: 12px;
}

.search-app {
  display: flex;
  width: 72%;
  position: relative;
}
.search-app input[type="text"]{
  padding: 7px 0 7px 45px;
  border-radius: 13px;
  border: 1px solid #cecece;
  width: 100%;
  font-size: 14px;
}
.search-app i{
  position: absolute;
  left: 10px;
  color: #E57F26;
  top: 50%;
  transform: translateY(-50%);
}
.exit{
  background: #fff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  padding-left: 2px;
}
.exit img{
  width: 30px;
  margin: 2px 2px 0 0;
}
.content-holder{
  padding: 0 10px;
}
.content-holder h2{
  font-weight: 700;
  color: #444341;
}
.all-tab{
  display: flex;

align-items: center;}
.all-tab ul{
  margin-left: 20px;
  background: #fff;
  border-radius: 7px;
}
.nav-pills .nav-link.active{
  background: #F2994A;
  color: #fff;
  padding: 9px 30px;
}
.nav-pills .nav-link{
  color: #9B9893;
  border-radius: 7px;
}


/* card */
.tab-content .card{
  background: #fff;
  border-radius: 10px;
  /* padding: 20px 18px; */
  margin-bottom: 20px;
}
.tab-content .card-head{
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  width: 100%;
}
.tab-content .card-icon{
  height: 80px;
  width: 80px;
  border-radius: 10px;
  background: #F7F7F7;
  line-height: 80px;
  text-align: center;
}
.tab-content .card:hover .card-icon{
  background: #F2994A;
}
.tab-content .card:hover{
  border: 1px solid #F2994A;
}
.tab-content .card-head h4, .card-head h6{
  width: 100%;
}
.tab-content .card.active .card-icon{
  background: #F2994A;
}
.txt-wrap{
  width: 68%;
  margin-left: 10px;
}
.card-head h4{
  font-weight: 700;
  font-size: 36px;
  color: #E57F26;
}
.card-head h6{
  color: #444341;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.card .info{
  margin-top: 19px;
}
.card .info p{
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.card .info p span{
  color: #E57F26;
}
.card-icon{
  background: #F7F7F7;
}
.card .card-icon img{
  transition: 0.2s;
}
.card:hover .card-icon img{
  filter: brightness(4) contrast(1.5);
}
.skin-black-light .sidebar a{
  text-decoration: none;
  padding-right: 0px !important;
}
.each-opt{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.count-wrap i{
  color: #fff;
  margin-left: 5px;
}



.panel-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 8px 17px;
  border-bottom: 1px solid #ddd;
}

.user {
  display: flex;
  width: 28%;
  align-items: center;
  justify-content: flex-end;
}

.user .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
}

.user img {
  width: 60px;
  margin-right: 10px;
  padding: 3px;
  overflow: hidden;
  border-radius: 50%;

}

.user span {
  color: #B3B3B3;
  font-size: 12px;
}

.search-app {
  display: flex;
  width: 35%;
  position: relative;
}

.search-app input[type="text"] {
  padding: 7px 0 7px 45px;
  border-radius: 8px;
  border: 1px solid #cecece;
  width: 100%;
  font-size: 14px;

}

.search-app i {
  position: absolute;
  left: 10px;
  color: #E57F26;
  top: 50%;
  transform: translateY(-50%);
}

.exit {
  background: #fff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
}

.exit img {
  width: 30px;
  margin: auto;
  overflow: visible;
  border-radius: 0;
}

.all-tab {
  display: flex;

  align-items: center;
}
.all-tab h6{
  font-weight: 600;
  color: #59534B;
  font-size: 18px;
}
.all-tab ul {
  margin-left: 20px;
  background: #fff;
  border-radius: 7px;
}

.nav-pills .nav-link.active {
  background: #F2994A;
  color: #fff;
  padding: 9px 30px;
}

.nav-pills .nav-link {
  color: #9B9893;
  border-radius: 7px;
  padding: 9px 30px;
}


/* card */
.card {
  background: #fff;
border-radius: 10px;
margin-bottom: 20px;
min-height: 200px;
height: 100%;
width: 100%;
padding: 0;
border: 1px solid #f1f1f1;
}
.tab-content .card a{
display: block;
width: 100%;
height: 100%;
padding: 20px 18px;
}
.card-head {
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  width: 100%;
}

.card-icon {
  height: 70px;
  width: 70px;
  border-radius: 10px;
  background: #F7F7F7;
  line-height: 70px;
}

.card:hover .card-icon {
  background: #F2994A;
}

.tab-content .card:hover {
  border: 1px solid #F2994A;
}

.card-head h4,
.card-head h6 {
  width: 100%;
}

/* .card.active .card-icon {
  background: #F2994A;
}
.card.active{
  border:1px solid #F2994A
} */
.txt-wrap {
  width: 67%;
  margin-left: 10px;
}

.card-head h4 {
  font-weight: 700;
  font-size: 36px;
  color: #E57F26;
}

.card-head h6 {
  color: #444341;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.card .info {
  margin-top: 15px;
}
.pass-wrap{
  width: 78%;
    position: relative;
    overflow: hidden;
}
#dummy{
  position: absolute;
  top: 10px;
  left: 20px;
  color: #59534B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
#pass{
  color: #e8f0fe !important;
  caret-color: #474543;
  letter-spacing: 4.65px;
  width: 100%;
}
.card .info p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.card .info span {
  color: #E57F26;
}
.card .info p:nth-child(2) span {
  display: inline-block;
  margin-left: 5px;
}
.card-icon {
  background: #F7F7F7;
}

.card .card-icon img {
  transition: 0.2s;
}

.card:hover .card-icon img {
  filter: brightness(4) contrast(1.5);
}



/*.analytics{
  list-style: none;
  margin-left: 20px;
  padding: 10px;
/*  overflow: auto;
}
*/
.analytics {
    list-style: none !important;
    margin-left: 20px;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 10px;
}




/* app-users view user */
.breadcrumb{
  display:flex;
  list-style: none;
}
.breadcrumb li a{
  color: #444341;
  font-weight: 500;
  position: relative;
  padding-right: 25px;
  margin-right: 18px;
  text-decoration: underline;
}
.breadcrumb li a::before{
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
  color: #4F4F4F;
  right: 0;
}
.breadcrumb li span{
  color: #444341;
  font-weight: 500;
  text-decoration: underline;
}


.user-pro{
  display: flex;
  align-items: flex-start;
}
.user-thumb{
  height: 110px;
  width: 110px;
  border-radius: 10px;
  overflow: hidden;
}
.user-thumb img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.user-dtls{
  width: 70%;
  margin-left: 20px;
}
.user-dtls ul{
  list-style: none;
  margin-top: 25px;
}
.user-dtls ul li{
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #59534B;
  font-size: 16px;
  width: 100%;
}
.user-dtls ul li:not(:last-child){
  margin-bottom: 15px;
}
.user-dtls ul li h5{
  font-weight: 700; 
  font-size: 16px;
}
.user-dtls h4{
  color: #444341;
  font-size: 20px;
  font-weight: 700;
}
.remove-space{
  display: flex;
/*  justify-content: space-between;*/
  align-items: center;
  width: 243px;

}
.user-info-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 243px;
}

.user-verification-head.profile_verification span {
    display: flex;
    align-items: center;
}

@media(max-width: 1600px){
   .user-verification-head h4 {
      font-size: 14px;
   }
}

.user-verification-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-info-head h4{
  font-size: 16px;
  color: #59534B;
  font-weight: 700;
}

.user-verification-head h4{
  font-size: 16px;
  color: #59534B;
  font-weight: 700;
}
.user-info-head span, .tbl-btn{
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  padding: 2px 15px;
  cursor: pointer;
  font-size: 12px;
  width: max-content;
}

.user-verification-head span, .tbl-btn{
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  padding: 2px 15px;
  cursor: pointer;
  font-size: 12px;
  width: max-content;
}
.tbl-btn:focus, select:focus{
  outline: none;
  box-shadow: none;
}
.tbl-btn:hover {
  color: #fff;
}
.tbl-btn i{
  color: #fff;
  margin-right: 6px;
}
.tbl-btn i.fa-trash{
  margin-right: 0;
}
.refute{
  background-color: #7F87C7;
}
.success{
  background:#0DC335 ;
}
.user-info-head span.success{
  background:#0DC335 ;
}

.user-verification-head span.success{
  background:#0DC335 ;
}
.danger, .dangerdisable-button{
  background:#E85B0C ;
}
.restrict, .restrictdisable-button{
  background: #FFA04D;
}
.blocked, .blockeddisable-button{
  background: #F84646;
}

.freeze{
  background: #F84646;
}

.disable-button, .restrictdisable-button, .blockeddisable-button, .dangerdisable-button{
  /* background: rgb(196, 196, 196); */
  opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    cursor: default;
    color: #fff !important;
}

.action-disable{

  pointer-events: none;

}
.user-info-head span i{
  margin-right: 3px;
}

.user-verification-head span i{
  margin-right: 3px;
}
.info-wrap{

  border-radius: 10px;
  /* padding: 22px 40px; */
  /* margin-top: 25px; */
}
.info-dtls{
  background: #F6F7FB;
}
.gg-l .info-dtls{
  border-top-left-radius:10px; border-bottom-left-radius:10px; padding:22px 40px;
  position: relative;
}
.gg-l .user-info-head {
  position: relative;
  padding-right: 15px;
}
.gg-l .user-verification-head {
  position: relative;
  padding-right: 15px;
}

.gg-r .user-info-head {
  padding-left: 15px;
  padding-right: 15px; 
  /* padding-left: 20px; */
}

.gg-r .user-verification-head {
  padding-left: 15px;
  padding-right: 15px; 
  /* padding-left: 20px; */
}
.gg-l .info-dtls::before, .gg-l .user-info-head::before{
  position: absolute;
  right: 0;
  content: '';
  width: 1px;
  background: #ddd;
  height: 85%;
  top: 50%;
  transform: translateY(-50%);
}


.gg-l .info-dtls::before, .gg-l .user-verification-head::before{
  position: absolute;
  right: 0;
  content: '';
  width: 1px;
  background: #ddd;
  height: 85%;
  top: 50%;
  transform: translateY(-50%);
}
.gg-r .info-dtls{
  border-top-right-radius:10px; border-bottom-right-radius:10px; padding:22px 40px;
}
.info-dtls ul li{
  list-style: none;
}
.info-dtls ul li h4{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #59534B;
}
.info-dtls ul li:not(:last-child){
  margin-bottom: 20px;
}
.info-dtls ul li p{
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  /* color: #0DC335 !important; */
}
.info-dtls ul li p.text-success{
  color: #0DC335 !important;
}
#myTabContent .tab-pane .container{
  border: 1px solid #ddd !important;
  border-radius: 10px;
  margin-top: -5px;
  position: relative;
  z-index: 99;
  background: #fff;
  min-height: auto;
  padding: 0 15px;
  width: auto;
}
.tz-gallery{
  padding: 0;
}
.nav-tabs{
  border-bottom: none;
}
#myTab .nav-link{
  padding: 12px 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    font-weight: 500;
}
.tz-gallery ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 760px;
  position: relative;
  padding-right: 185px;
}
.tz-gallery.veri ul{
  width: 100%;
}
.tz-gallery ul li, .veri-img{
  height: 180px;
  width: 180px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
}
.veri-img{
  margin-right: 0;
    width: 100%;
}
.tz-gallery ul li:nth-child(5){
  height: 375px;
  width: 375px;
  position: absolute;
  right: -15px;
  top: 0;
}
.tz-gallery ul li img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tz-gallery ul li i, .veri-img i{
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 21.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: none;
}

.tz-gallery ul li:hover i, .veri-img:hover i{
  display: block;
}
.tz-gallery ul li i:hover, .veri-img i:hover{
  color: red;
  border-color: red;
  transform: scale(1.2);
}
.tz-gallery ul li:nth-child(8){
  margin-right:11px;
}
.tz-gallery ul li:nth-child(9){
  margin-right:-185px;
}
.tz-gallery ul li .lightbox{
  position: relative;
}
.tz-gallery ul li .lightbox::before, .veri-img .lightbox::before{
  position: absolute;
  content: '';
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.5);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 9;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00e";
  color: #fff;
  font-size: 24px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.tz-gallery ul li .lightbox:hover:before, .veri-img .lightbox:hover:before{
  height: 100%;
  width: 100%;
  opacity: 1;
}
.nav-link.active{
  background: #F2994A !important;
  color: #fff !important;
}
.all-dtls{
  padding: 30px;
}
.each-dtls h5{
  font-size: 16px;
  color: #59534B;
  font-weight: 700;
  margin-bottom: 8px;
}
.each-dtls{
  margin-bottom: 30px;
}
.each-dtls p{
  font-weight: 500;
}
.interest{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.interest li{
  font-size: 10px;
  color: #fff;
  background: #FBAE76;
  border-radius: 25px;
  padding: 9px 14px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.ins img{
  width: 100%;
}
.ins h4{
  color: #444341;
  font-weight: 700;
  font-size: 22px;
}
.each-spoti{
  background: #F8F8FB;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.each-spoti p{
  font-size: 10px;
  color: #59534B;
  padding: 6px 0 15px 5px;
}
.divider{
  width: 1px;
  height: 100%;
  background: #F1F1F1;
  margin: auto;
}
.veri-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* app-users view user */

/* table */
.table .tbl-head{
  color: #59534B;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
.dis-inn{
  display: flex;
  width: 145px;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
}
.sort-wrap{
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.table td{
  font-size: 13px;
  color: #444341;
  width: max-content;
  font-weight: 500;
}
.table .type-report{
  color: #E85B0C;
}
.table .type-block{
  color: #C7930C !important;
}
.table tr:nth-child(odd){
  background: #FDFDFD;
}
.table tr:nth-child(even){
  background: #F1F1F1;
}
.table-tools ul {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
}
.table-tools ul li:nth-child(2){
  display: flex;
  align-items: center;
}
.table-tools ul li:nth-child(2) select{
  width: 75px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #CECECE;
  margin: 0 10px;
  background: url(../images/dd\ .png) no-repeat right #fff;
    -webkit-appearance: none;
  padding: 0 15px;
  background-position-x: 38px;
}

table.dataTable thead .sorting{
  background-image:url(../images/both.png) !important;
  background-position: 90% 47%;
}

table.dataTable thead .sorting_asc {
  /* background-image: none !important; */
  background-image: url(../images/up-active.png) !important;
  width: 300px !important;
  background-position: 90% 47%;
}
.table-tools ul li:nth-child(2) select:focus{
  outline: none;
}
table.dataTable thead .sorting_desc{
  /* background: none !important; */
  background-image: url(../images/down-active.png) !important;
  background-position: 90% 47%;
}

table.dataTable thead .sorting_asc_disabled{
  background-image:url(../images/up-arrow.png);
  background-position: 90% 47%;
}
table.dataTable thead .sorting_desc_disabled{
  background-image:url(../images/down.png);
  background-position: 90% 47%;
}

.pagination{
  padding: 0;
}
.pagination li.active .page-link{
  background: #f2994a;
  color: #fff;
}
.pagination .page-link{
  border-radius: 11px !important;
  padding: 4px 20px;
  margin-right: 10px;
  border: 1px solid #E57F26 !important;
  background: #F6F7FB; 
  color: #E57F26;
}
/* pagination */
.dataTables_info{
  color: #59534B;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  background: #fff;
  color: #E9AB74 !important;
  border-radius: 10px;
  border: 1px solid #E9AB74;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: #E57F26 !important;
  color: #fff !important;
  border: 1px solid #E57F26;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: #E57F26 !important;
  color: #fff !important;
  border: 1px solid #E57F26 !important;
}
.client-datatable_wrapper .paginate_button.current{
  color: #fff !important;
}
.paginate_button.current{
  background: #F2994A !important;
}
table.dataTable thead th{
  border-bottom: 0;
}
table.dataTable.no-footer{
  border-bottom: none;
}
.dataTables_wrapper .dataTables_filter{
  margin: 0px 0 10px;
}
.dataTables_wrapper .dataTables_filter input{
  border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    padding: 6px 10px;
}
.dataTables_wrapper .dataTables_filter label{
  color: #E57F26;
}
.dataTables_wrapper .dataTables_length select{
  width: 75px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #CECECE;
    margin: 0 10px;
    background: url(../images/dd\ .png) no-repeat right #fff;
    -webkit-appearance: none;
    padding: 0 15px;
    background-position-x: 38px;
}

.select-2-theme-dropdown {
  background: url(../images/dd\ .png) no-repeat right #fff;
}

.dataTables_empty{
  font-size: 2rem !important;
    color: #c3c3c3 !important;
    padding: 20px 0 !important;
}
.box-body{
  margin-bottom: 80px;
}
.log-foo{ 
  text-align:center; 
  width:100%; 
  color:#909090; 
  font-size: 12px; 
  padding-bottom: 10px;
  z-index:-1;
  margin-top: 10px;
}
.lg-wrap{
  display: flex;
  height: 100vh;
  flex-wrap: wrap;
  width: 100%;
  transform: scale(0.85);
}
/* table */

/* captch */
.BDC_CaptchaDiv{
  width: 100% !important;
    display: flex;
    justify-content: space-between;
}
#CaptchaCode{
  width: 100%;
}
.captch-holder{
 width:78%;
}
.send_invitation{
  background: #E57F26;
}
/* captch */

.modal-backdrop.show, .modal-backdrop{
  display: none !important;
}
.captcha-holder{
  width: 78%;
}

/* loader */

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.blog-post__headline {
  font-size: 1.25em;
  font-weight: bold;
}
.blog-post__meta {
  font-size: 0.85em;
  color: #6b6b6b;
}

.o-media {
  display: flex;
}
.o-media__body {
  flex-grow: 1;
  margin-left: 1em;
}

.o-vertical-spacing > * + * {
  margin-top: 0.75em;
}
.o-vertical-spacing--l > * + * {
  margin-top: 1em;
}


header {
  max-width: 42em;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
}

main {
  margin-top: 3em;
}

header h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2em;
}
header p:not(:first-child) {
  margin-top: 1em;
}

/* loader */



@media only screen and (min-width: 1560px) {
  .tz-gallery.veri ul {
    width: 760px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1326px) {
  .tz-gallery.veri ul li:nth-child(5) {
    height: 370px;
    width: 225px;
  }
  .tz-gallery.veri ul {
    padding-right: 225px;
  }
  .tz-gallery ul li {
    width: 300px;
}
.alert {
  bottom: -28px;
}

}
@media only screen and (max-width: 1559px) {
  .tz-gallery.veri ul li:nth-child(5) {
    width: 46%;
}
  .tz-gallery.veri ul {
    padding-right: 315px;
  }
}

@media only screen and (max-width: 1199px) {
  .frm-area {
    padding: 20px 0;
}
.alert {
  bottom: -30px;
}
  .form {
    width: 490px;
    padding: 20px;
  }
  .log-foo{
    bottom:-25px; 
  }
  .txt-wrap {
    width: 68%;
    margin-left: 10px;
}

/* dashboard */
.user {
  display: flex;
  width: 32%;
}
.txt-wrap {
  width: 54%;
  margin-left: 10px;
}
.nav-pills .nav-link {
  padding: 9px 20px;
  font-size: 11px;
}
.card-head h4 {
  font-size: 26px;
}
.card-head h6 {
  font-size: 18px;
}
.tab-content .card-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.user-info-head span, .tbl-btn {
  padding: 3px 11px;
  font-size: 8px;
}

.user-verification-head span, .tbl-btn {
    display: flex;
    border-radius: 20px;
    color: #fff;
    padding: 2px 15px;
    cursor: pointer;
    font-size: 12px;
    align-items: center;
    min-height: 25px;
    width: 30%;
    justify-content: center;
}
.user-info-head {
  justify-content: space-evenly;
}

.user-verification-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}


.gg-l .user-info-head{
  padding-left: 0;
}

.gg-l .user-verification-head{
  padding-left: 0;
}
.gg-l .info-dtls {
  padding: 22px;
}
.info-dtls ul li h4 {
  font-size: 12px;
}
.user-dtls ul li h5 {
  font-size: 13px;
}
.user-dtls ul li p{
  font-size: 11px;
}
#myTab .nav-link {
  padding: 12px 20px;
  font-size: 12px;
}
.each-dtls h5 {
  font-size: 13px;
}
.each-dtls p{
  font-size: 11px;
}
.all-dtls b{
  font-size: 14px;
}
.dataTables_wrapper{
  overflow-x: auto;
}
}
/* dashboard */
@media only screen and (max-width: 991px) {
  .content-wrapper {
    width: calc(100vw - 310px);
  }
  .tab-pane .card{
    margin-bottom:0
  }
  .all-tab ul{
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .all-tab ul li button{
    width: max-content;
  }
  .user {
    display: flex;
    width: 47%;
  }
  .search-app {
    width: 46%;
  }
  .user-dtls ul li p {
    font-size: 14px;
}
.gg-l .info-dtls::before, .gg-l .user-info-head::before{
  display: none;
}

.gg-l .info-dtls::before, .gg-l .user-verification-head::before{
  display: none;
}
/* .user-info-head{
  justify-content:unset;
} */
#myTab .nav-link {
  padding: 12px 10px;
}
}
@media only screen and (max-width: 767px) {
  /* .panel-header{
    flex-wrap: wrap;
    justify-content:center;
  }
  .user, .search-app {
    width: 100%;
} */
/* .search-app{
  margin-bottom: 15px;
} */
.user{
  justify-content: space-between;
}
.my-profile-box {
  padding: 30px 15px 80px;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancely{
  font-size: 13px !important;
}

.modal-footer, .swal2-actions, .modal-header, .swal2-title {
    padding: 12px 15px !important;
}
.my-profile-box .form-group button {
  padding: 10px 20px;
  width: 100%;
}
.user-dtls ul li p {
  font-size: 12px;
}
.user-info-head{
  margin-top: 20px;
}

.user-verification-head{
  margin-top: 20px;
}
.user-info-head span, .tbl-btn {
  padding: 3px 11px;
  font-size: 12px;
}

.user-verification-head span, .tbl-btn {
  padding: 3px 11px;
  font-size: 12px;
}
}
@media only screen and (max-width: 576px) {
  .form, .alert{
    width: 100%;
    /* margin: 0 15px; */
  }
  .info p {
    font-size: 12px;
  }
  .user {
    display: flex;
    width: 44%;
}
.initial_img.sml-img {
  height: 40px;
  width: 40px;
  line-height: 19px;
  padding: 6px;
}

}
@media only screen and (max-width: 480px) {
.form, .alert {
    padding: 15px;
}

.form h4 {
  font-size: 22px;
}
.rem{
  margin-bottom: 20px;
}



/* login-form */


/* captcha */
.BDC_CaptchaDiv{
  align-items: center;
}
/* captcha */

.input-area {
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 20px;
}
.input-area label, .input-area input{
  width: 100%;
}
.logo {
  margin-bottom: 20px;
  width: 150px;
}
.input-area input[type="submit"]{
  margin: auto;
  width: 100%;
}
.captcha-holder{
  width:100%;
  flex-wrap: wrap;
 }
/* login-form */

/* dashboard */
.search-app,.user{
  width: 100%;
}
.search-app{
  margin-bottom: 10px;
}
.user{
  width: 100%;
}
.panel-header{
  flex-wrap: wrap;
}
.swal2-title{
  font-size: 24px !important;
}
.content-holder{
  padding:0
}
.user-pro{
  flex-wrap: wrap;
}
.user-dtls {
  width: 100%;
  margin-left: 0;
}
.all-dtls {
  padding: 10px;
}
.pass-wrap {
  width: 100%;
}
.lg-wrap{
  transform: scale(1);
}
.modal-content{
  height:100vh
}
.initials {
  position: relative;
  top: 0;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
/* #dummy {
  left: 19px;
  letter-spacing: 0.5px;
  top: 33px;
} */
}
