html{overflow-x: hidden;}
/*body{background: rgb(247, 250, 255);}*/
body{background-color: #292929;}
body.visitor-page{
  background-image: url('/assets/img/visitor-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #292929;
  padding-top: 2%;
}
body.visitor-page:before{
  content:"";
  background: #292929;
  display: block;
  position: fixed;
  top:0;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.navbar-bg{
  background-color: transparent;
}

@keyframes vpulse {
  from {opacity: 0.2;}
  to {opacity: 1;}
}

#process_loader{
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-top: 10%;
  position: fixed;
  z-index: 1000;
  display: none;
  text-align: center;
  transition: all 1s;
}
#loader {
  position: fixed;
  z-index: 10000;
  top: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
  padding: 15%;
  background: #090707;
  transition: all 0.5s;
  opacity: 0.8;
}
/* #process_loader p{
  color: var(--example-color); 
  --fa-animation-duration: 2s; 
  margin-top: -100px;
  animation-name: vpulse; 
  animation-timing-function: ease-in-out;
  animation-duration:2s;
  animation-iteration-count: infinite;
} */
.mic-overlay{
  display:none;
  background: rgba(55,55,55,0.3);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 10%;
}
.mic-div{
  height: 200px;
  width: 200px;
  margin: 10% auto;
  text-align: center;
  background-image: url(https://cdn.dribbble.com/users/3208619/screenshots/6606144/__02-____.gif);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #C3C3C3;
  box-shadow: inset 0px 0px 5px #a6a6a6, inset 1px 1px 5px #e0e0e0;
}
/* Neomorphic */

/* LOGIN PAGE */

body.visitor-page .form-group .control-label,
body.visitor-page .form-group > label,
body.visitor-page a{
  color: #fff;
}
body.visitor-page .alert.alert-danger {
  color: #f2838f !important;
  background: transparent !important;
}
body.visitor-page .login-img{
  background-image: url("/assets/img/login-img.jpg");
  background-size: cover;
}
/* body.visitor-page .alert.alert-danger {
  color: #f2838f !important;
  border: none !important;
  border-radius: 10px !important;
  background: linear-gradient(330deg, #e6e6e6, #ffffff) !important;
  box-shadow:  5px 5px 10px #a3a3a3,
               -5px -5px 10px #ffffff !important;
} */
.card{
  opacity: 1;
  box-shadow: none;
  border-radius: 10px;
  background-color: #171717;
  box-shadow: 0px 0px 40px 0px #000;
  /* linear-gradient(330deg, #e6e6e6, #ffffff); */
  /* box-shadow:  5px 5px 10px #a3a3a3,
               -5px -5px 10px #ffffff; */
  /* background: linear-gradient(330deg, #363c43, #2d3239);
  box-shadow:  5px 5px 11px #25292e,
               -5px -5px 11px #404750; */
}
body.visitor-page .card{
  opacity: 1;
  box-shadow: none;
  border-radius: 10px;
  background-color: #171717;
  box-shadow: 0px 0px 40px 0px #000;
  /* linear-gradient(330deg, #e6e6e6, #ffffff); */
  /* box-shadow:  5px 5px 10px #a3a3a3,
               -5px -5px 10px #ffffff; */
  /* background: linear-gradient(330deg, #363c43, #2d3239);
  box-shadow:  5px 5px 11px #25292e,
               -5px -5px 11px #404750; */
}
.custom-file, select.form-control, textarea.form-control, input.form-control {
  border: 1px solid #000000;
}
.custom-file-label:after {
  height: calc(2.25rem + 3px);
  line-height: 2.2;
  border-color: #ced4da;
}
.nav-pills .nav-item .nav-link:hover {
  background-color: transparent !important;
}
.form-control, .input-group-text, .custom-select, .custom-file-label{
  background-color: transparent;
  color: #fff !important;
}
.form-control:active,
.form-control:focus,
.form-control:hover{
  background-color: transparent;
  color: #fff !important;
}
body.visitor-page .form-control, .input-group-text, .custom-select, .custom-file-label{
  border-color: transparent;
}
body.visitor-page .form-control-wrapper{
  padding: 5px;
  /* box-shadow:  1px 1px 7px #cccccc, -5px -5px 10px #ffffff;
  border-radius: 40px; */
}

body.visitor-page .form-control-wrapper .input-group-text i{
  font-size: 20px;
}

body.visitor-page input:active,
body.visitor-page input:focus,
body.visitor-page input{
  height: 45px;
  border: none !important;
  border-radius: 10px !important;
  color: #fff;
  background: #111 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px calc(0.09375rem) calc(0.25rem) calc(-0.0625rem);
  /* box-shadow: inset 1px 1px 4px #333, inset -5px -5px 4px #000 !important; */
  /* color: #aaa;
  background: #32383F !important;
  box-shadow: inset 5px 5px 10px #1d2025,
              inset -5px -5px 10px #475059 !important; */
}
body.visitor-page .login-btn{
  width: 100px;
}
.btn.btn-theme,
.login-btn{
  cursor: pointer;
  display: block;
  text-align: center;
  /* width: 50%; */
  /* margin: 20px auto; */
  /* padding: 10px; */
  font-size: 16px;
  border-radius: 8px;
  color: #fff !important;
  /* color: #000000; */
  border: none;
  /* border-radius: 5px; */
  /* background: transparent; */
  /* box-shadow:  1px 1px 7px #a3a3a3, -5px -5px 10px #ffffff !important; */
   background: linear-gradient(330deg, #1666F1, #2CD6FE);
  /* box-shadow:  5px 5px 11px #25292e,
               -5px -5px 11px #404750; */
  transition: all 1s;
}

.btn.btn-theme:hover,
.btn.btn-theme:focus,
.login-btn:hover,
.login-btn:focus{
  outline: none;
  background: linear-gradient(30deg, #1666F1, #2CD6FE);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

/* LOGIN PAGE */

/* Sidebar & Navs */
.navbar {
  left: 0px;
}
.main-navbar{
  display: none;
  box-shadow: none;
  background-color: transparent;
  /* background-image: url('/assets/img/panel-bg.jpg'); */
}
.main-navbar > .navbar-nav.navbar-right{
  /* background-color: #E5EAEE; */
  margin: 10px;
  border-radius: 30px;
  padding: 6px;
}
.main-sidebar{
  /* top: 55px; */
  /* left:10px; */
  width: 270px;
  border-right: 1px solid rgba(255,255,255,0.1);
  background: transparent !important;
  /* background: transparent !important; */
  /* box-shadow: 8px 8px 15px #bebebe, -8px -8px 15px #ffffff; */
  /* background: #1666F1; */
  /* background: linear-gradient(199deg, #1666F1, #0077B6); */
}
aside#sidebar-wrapper {
  margin-bottom: 100px;
}
.main-content{
  padding-left: 300px;
  padding-top: 25px !important;
}
/* body.sidebar-mini .main-content{
  padding-top: 135px !important;
} */
body.sidebar-mini .navbar{ left:0px; }
body.sidebar-mini .main-sidebar:after{ top: 55px;box-shadow:none;background-color: transparent; }
body.sidebar-mini .main-sidebar .sidebar-menu li a{ margin: 8px 0px;box-shadow:none !important; }
body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu{ left: 50px; margin-left:5px; }
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a{ color: #030c10; padding: 0px; margin-left: 5px; }
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a:active,
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a:focus,
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a:hover{ color:#fff; }
body.sidebar-mini .main-content, body.sidebar-mini .main-footer{ padding-left: 30px; }
.main-footer{ padding-left: 300px;  padding-top: 30px;}
.navbar .sidebar-brand{height: 65px !important;background-color: transparent;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, .06); */
}
.navbar .sidebar-brand img{
  /* max-width: 140px !important; */
  max-height: 36px !important;
  margin: 15px;
  /* max-width: 170px !important;max-height: 60px !important;margin-top:18px;margin-bottom:14px; */
}
.navbar  .sidebar-brand-sm img{display:none; width: 32px !important;height: 32px !important;margin-top:20px !important;}

.main-sidebar .sidebar-menu li.menu-header,
.main-sidebar .sidebar-menu li a{
  color: #a1a7b3;
  /* #A842E9; */
}

.main-sidebar .sidebar-menu {
  padding: 0 5px 0 0;
  margin: 10px 0 0 0;
}

.main-sidebar .sidebar-menu li a{
  border-radius: 10px;
}
.main-sidebar .sidebar-menu li a > span{
  font-weight: 500;
}

.main-sidebar .sidebar-menu li.active > a,
.main-sidebar .sidebar-menu li a:hover,
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu li.active a,
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu li a:hover {
  border-radius: 5px;
  color: #fff;
  background: rgba(255,255,255,0.1)
  /* linear-gradient(155deg, #1666F1, #2CD6FE); */
/* background: linear-gradient(45deg, #1666F1, #0a258c);
box-shadow:  5px 5px 9px #1666F1,
             -5px -5px 9px #0d31b8; */
 }
/* Sidebar & Navs */

.wizard-step,
.card{
  opacity: 1;
  /* border-radius: 10px; */
  /* background: transparent !important; */
  box-shadow: 0px 0px 3px 0px #999;
  /* box-shadow:  5px 5px 14px #cfcfcf,
              -5px -5px 14px #ffffff; */
}
/* input:active,
input:focus,
input{
  border-radius: 8px !important;
  background: #fff !important;
} */
.btn{
  /* min-width: 100px; */
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 8px;
  color: #444;
  /* border: none; */
}
.btn.btn-primary{
  color: #fff;
  /* background-color: #fff !important; */
  background: linear-gradient(330deg, #1666F1, #2CD6FE);
  /* box-shadow:  3px 3px 6px #cfcfcf,
              -3px -3px 6px #ffffff !important; */
  border: none;
}
.empty-state .empty-state-icon{
  background: linear-gradient(330deg, #1666F1, #2CD6FE);
}
.embed-responsive-16by9::before{
  background: #333;
}
.dataTables_filter{
  margin: 3px;
}
/* .btn.btn-theme{
  color: #2CD6FE;
  font-weight: 500;
background: linear-gradient(330deg, #5efbff, #4fd4da) !important;
box-shadow:  5px 5px 5px #368f94,
             -5px -5px 5px #7affff !important;
  border: none;
} */
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus{
  background: linear-gradient(90deg, #1666F1, #2CD6FE);
  /* box-shadow:  3px 3px 6px #cfcfcf,
              -3px -3px 6px #ffffff !important; */
  border: none;
}
/* .btn.btn-theme:active,
.btn.btn-theme:hover,
.btn-theme:focus{
  background: linear-gradient(330deg, #5efbff, #4fd4da) !important;
  box-shadow:  -5px -5px 5px #368f94,
               5px 5px 5px #7affff !important;
  border: none;
} */

.neumorphic {
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.2),
    -12px -12px 24px 0 rgba(255, 255, 255, 0.5);
  font-size: 5rem;
  width: 100%;
  height: 20px;
  border-radius: 40px;
  overflow: hidden;
  padding: 1.3rem;
  /* display: flex; */
}

.neumorphic:focus,
.neumorphic:active{
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
}


.variation2 {
  justify-content: space-around;
  align-items: center;
}

.variation2 span {
  display: block;
  padding-bottom: 1.5rem;
  position: relative;
  font-size: 3rem;
}

.variation2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0.3rem;
  border-radius: 1rem;
  width: 50%;
  margin: 0 auto;
  background-color: currentColor;
}

.variation2:focus,
.variation2:active {
  color: #5ab9ea;
}

/* Neomorphic */


/* SOCIAL BUTTON */
.btn-youtube{color:#4285F4 !important;background-color:#fff;border:1px solid #4285F4;font-size:14px;height: 48px}
.btn-youtube img{width:23px !important;display:inline;float:left;margin-top:10.5px;margin-left: 15px;top:0;border-radius: 2px;}
.btn-youtube:focus,.btn-youtube:hover{color:#fff  !important;background-color:#4285F4;border:1px solid #4285F4;}
.btn-facebook{font-size: 14px;}
/* .login_btn{background: linear-gradient(45deg, #1666F1, #FC7824);border-color: #FC7824;}

.login_btn:hover{background: linear-gradient(45deg, #1666F1, #FC7824) !important;border-color: #FC7824 !important;} */


/* SIDE BAR */
.main-sidebar .sidebar-brand{height: 65px !important;background-color: transparent;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, .06); */
}
.main-sidebar .sidebar-brand img{
  max-width: 140px !important;
  max-height: 30px !important;
  margin: 0px 25px;
  /* max-width: 170px !important;max-height: 60px !important;margin-top:18px;margin-bottom:14px; */
}
.main-sidebar  .sidebar-brand-sm img{width: 32px !important;height: 32px !important;margin-top:20px !important;}
.main-sidebar .sidebar-menu li a i{margin-left:4px;font-size: 25px !important;}
.main-sidebar .sidebar-menu li ul li a i{margin-right:5px;font-size: 14px !important;}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a
{
  padding-left: 50px;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a{padding-left: 45px;}
.main-sidebar .sidebar-menu li ul.dropdown-menu2 li a{padding-left: 40px;}
#select2-account_switch_select-container{padding-left: 15px !important;padding-right: 5px !important;}



/* STICKY COLUMN */
.sidebar-section 
{
  position: absolute;
  height: 100%;
  width: 100%;
}
.sidebar-item 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.make-me-sticky 
{
  position: -webkit-sticky;
  position: sticky;
  top: 0;	    
  padding: 0 15px;
}

/* TABLE */
table .condensed a.dropdown-item { padding: 7px 20px !important; }


/* MODAL  */
.modal-footer{display: block !important;}
.modal-footer button[data-dismiss=modal]{float: right !important;}
.modal-xl{min-width: 70%;}
.modal-mega{min-width: 80%;}
.modal-full{min-width: 95%;}
.modal-title .fas,.modal-title .far,.modal-title .fal,.modal-title .fab{font-size: 18px !important;}


/* UPLOADER */
.ajax-upload-dragdrop,.ajax-file-upload-statusbar{width:100% !important;}
.ajax-file-upload{background: linear-gradient(45deg, #1666F1, #FC7824) !important;}
.ajax-upload-dragdrop span{display: none !important;}

/* PRISM CODE HIGHTLIGHT */
code[class*="language-"], pre[class*="language-"]{
	white-space: pre-wrap !important;
	word-break: break-all !important;
}



/* FORM */
.select2-container--default .select2-selection--multiple .select2-selection__choice{border:none !important;}

/* STYLE */
.badge-status{background: #fcfcfc !important;border:.5px solid #ccc;padding:4px 12px;font-size: 12px;color:#064663 !important;}
.badge-status,.badge-subscribe i{font-size: 12px !important;}
.badge-status.normal{padding: 8px 10px !important;}
.activity .badge{font-size: 10px;padding:4px 8px;}
.activity .badge-danger{background: #fcfcfc;color:#fb160a;border:1px solid #fb160a;}
.activity .badge-warning{background: #fcfcfc;color:orange;border:1px solid orange;}
.pointer{cursor: pointer;}
.section-header h1 i{font-size: 24px !important;}
a.card-cta{text-decoration: underline;}
.custom-file input{cursor: pointer !important;}
.status-icon{font-size: 20px;}
.hidden{display: none !important;}
.disappear{opacity: 0 !important;}
/*.section_custom .section-header{margin-bottom: 0;border-bottom:1px solid #f9f9f9;border-radius: 3px 3px 0 0;}*/
/*.section_custom .card:first-child{border-radius: 0 0 3px 3px!important;}*/
/*.section_custom .card:first-child .card-header{border-bottom-width: 0;}*/
/*.section_custom .alert{margin-bottom: 0;border-radius: 0}*/
/*@media (max-width: 575.98px){.section_custom .section-header{margin-bottom: 0 !important;}}*/
.language-javascript{color: #fff !important;}
.language-javascript .toolbar .toolbar-item:first-child{display: none !important;}
/* .btn-outline-info,.btn-outline-primary,.btn-outline-success,.btn-outline-warning,.btn-outline-danger{background: #fff;} */
.dropdown_alt{border-radius: 4px 0 0 4px;border-right: none;}
.dropdown_alt2{border-radius: 0 4px 4px 0;border-right: none;}
.full_width{width: 100% !important;}
.padding-0{padding: 0 !important;}
.padding-left-10{padding-left: 10px !important;}
.padding-right-10{padding-right: 10px !important;}
.padding-10{padding: 10px !important;}
.padding-20{padding: 20px !important;}
.margin-0{margin: 0 !important;}
.dropdown-menu.large{width: 240px;}
/* .show_parent:last-child .show_menu{position: absolute;top: -60px !important;left: 0;} */
.waiting_response .waiting {height: 100%;width:100%;display: table;}
.waiting_response .waiting i{font-size:60px;display: table-cell; vertical-align: middle;}
.dropdown-menu.dropdown-menu-sm a{font-size: 13px !important;color:#212529;}
.no_radius{border-radius: 0 !important;}
.no_shadow{box-shadow: none !important;}
.dropdown-toggle.no_caret::after{content: none !important;}
.border_me{border:.5px solid #dee2e6 !important;}
.no_radius{border-radius:0 !important;}
.d-block{display:block !important;}
.font-weight-bold{font-weight: 500 !important;}
.swal-text{font-weight: 400;}
.swal-title{font-weight: 300;}
.section-header.m-0{margin-bottom: 30px !important;}

.text-info.gradient{background: -webkit-linear-gradient(270deg,#34e7e4,#1a7472);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.text-primary.gradient{background: -webkit-linear-gradient(270deg,#1666F1,#053155);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.text-secondary.gradient{background: -webkit-linear-gradient(270deg,#8a3ab9,#e95950,#fccc63);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.text-success.gradient{background: -webkit-linear-gradient(270deg,#32ff7e,#125a2d);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.text-warning.gradient{background: -webkit-linear-gradient(270deg,#ffa801,#5a3b01);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.text-danger.gradient{background: -webkit-linear-gradient(270deg,#FC427B,#8b2544);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.bg-dark.gradient{background: #131d4b;background-image: radial-gradient(circle 350px at center,#135051,#131d4b 77%,#1597E5 100%);}
.bg-info.gradient{background: #15e9ff;background-image: radial-gradient(circle 350px at center,#15e9ff,#131d4b 70%,#1597E5 100%);}
/*.bg-primary.gradient{background: linear-gradient(45deg, #1666F1, #FC7824);background-image: radial-gradient(circle 248px at center,#1666F1 0,#0741cc 47%,#3f51b5 100%);}*/
.bg-primary.gradient{background: linear-gradient(45deg, #1666F1, #FC7824);background-image: radial-gradient(circle 248px at center,#1666F1 0,#0741cc 47%,#0a193f 100%);}
.bg-secondary.gradient{background: #f14793;background-image: radial-gradient(circle 248px at center,#f14793,#3a0989);}
.bg-success.gradient{background: #53a164;background-image: radial-gradient(circle 350px at center,#53a164,#131d4b 77%,#1597E5 100%);}
.bg-warning.gradient{background: #fc4a1a;background-image: radial-gradient(circle 248px at center,#fc4a1a,#f7b733);}
.bg-danger.gradient{background: #ff6a00;background-image: radial-gradient(circle 248px at center,#ff6a00,#ee0979);}


.bg-info-light.gradient{background: -webkit-linear-gradient(90deg,#FFFFFF,#FAFDFB,#D7E9F7);}
.bg-info-light-alt.gradient{background: -webkit-linear-gradient(270deg,#FFFFFF,#FAFDFB,#D7E9F7);}
.bg-success-light.gradient{background: -webkit-linear-gradient(90deg, #FFFFFF, #FAFDFB, #d1edd1);}
.bg-success-light-alt.gradient{background: -webkit-linear-gradient(270deg, #FFFFFF, #FAFDFB, #d1edd1);}
.bg-primary-light.gradient{background: -webkit-linear-gradient(90deg, #FFFFFF, #FAFDFB, #b8dbf9);}
.bg-primary-light-alt.gradient{background: -webkit-linear-gradient(270deg, #FFFFFF, #FAFDFB, #b8dbf9);}
.bg-secondary-light.gradient{background: -webkit-linear-gradient(90deg, #FFFFFF, #FAFDFB, #f1e3f9);}
.bg-secondary-light-alt.gradient{background: -webkit-linear-gradient(270deg, #FFFFFF, #FAFDFB, #f1e3f9);}
.bg-warning-light.gradient{background: -webkit-linear-gradient(90deg, #FFFFFF, #FAFDFB, #fffae0);}
.bg-warning-light-alt.gradient{background: -webkit-linear-gradient(270deg, #FFFFFF, #FAFDFB, #fffae0);}
.bg-danger-light.gradient{background: -webkit-linear-gradient(90deg, #FFFFFF, #FAFDFB, #ffdddd);}
.bg-danger-light-alt.gradient{background: -webkit-linear-gradient(270deg, #FFFFFF, #FAFDFB, #ffdddd);}



/* ICON CARD */
.card.card-large-icons.card-condensed{box-shadow: 0 0 8px rgba(0, 0, 0, .06);margin-bottom: 15px;color: #030c10;}
.card.card-large-icons.card-condensed h4{color:#6C757D;}
.card.card-large-icons.card-condensed.active h4{color:#fff;}
.card.card-large-icons.card-condensed a:not(.dropdown-item),.card.card-large-icons.card-condensed .dropdown-toggle,.card.card-large-icons.card-condensed .card-icon{color: #030c10 !important;}
.card.card-large-icons.card-condensed.active{color:#fff;background: linear-gradient(45deg, #1666F1, #FC7824);}
.card.card-large-icons.card-condensed.active a:not(.dropdown-item),.card.card-large-icons.card-condensed.active .dropdown-toggle,.card.card-large-icons.card-condensed.active .card-icon{color:#fff !important;}
.card.card-large-icons.card-condensed .card-icon{width: 75px;}
.card.card-large-icons.card-condensed .card-icon i{font-size: 22px;}
.card.card-large-icons.card-condensed .card-body{padding: 10px;}
.card.card-large-icons.card-condensed .card-body h4{font-size: 15px;}

@media (max-width: 575.98px)
{
  .card.card-large-icons{
    width: 100%;
  }
  .card.card-large-icons .card-icon {
    display: none !important;
  }
  .card.card-large-icons .card-body {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }

}


/* BADGES */
.badge2 { padding: 2px 10px;border-radius: 10px;font-size: 12px; }
.badge2.badge-success2{background-color:rgba(29, 201, 183, 0.1);color:#1dc9b7;border:dotted 2px rgba(29, 201, 183, 0.1);}
.badge2.badge-pending2{background-color:rgba(255, 31, 31, 0.1);color:#ff5656;border:dotted 2px rgba(255, 31, 31, 0.1);}
.badge2.badge-processing2{background-color:rgba(255, 184, 34, 0.1);color:#ffb822;border:dotted 2px rgba(255, 184, 34, 0.1);}


/* SELECT2 */
.input-group .select2-container--default .select2-selection--single{border-radius: 0 !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background: #fff;color: #030c10;border: 1px solid #1666F1 !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #030c10 !important;}


/* COLOR */
.instagram{color: #AD34B1;}
.orange{color:orange !important;}
.green{color:#63ed7a !important;}
.red{color:#fb160a !important;}
.white{color:white !important;}
.gray{color:#ccc !important;}
.blue{color: #030c10 !important;}
.black{color:#064663 !important;}
.bg-body{background: #FAFDFB !important;}
.bg-light{background: #F7F7F7 !important;}
.purple{color:#d43f8d !important;}
.ash { color:#6c757d !important; }
.cyan {color:#16d6d0 !important;}
.alert.alert-success{background: #B9DF90 !important;border-color: #B9DF90 !important;color:#3c763d !important;}
.alert.alert-warning{background: #ffdd87 !important;border-color: #ffdd87 !important;color:#8a6d3b !important;}
.alert.alert-danger{background: #f2838f !important;border-color: #f2838f !important;color:#fff !important;}

/* BUTTON */
.btn{box-shadow: none !important;}
.btn-circle{width: 40px;height: 40px;border-radius: 40px;padding:0;padding-top:8px;}
.btn.small{font-size: 10px !important;}
.btn-outline{background: #fff;border-radius: 0;border: .5px dashed #ccc;cursor: pointer;}
.btn-outline:hover{border: 1px dashed #1666F1 !important;}
.mini_dropdown{padding:8px 0;top:-11px !important;border:.5px solid #394EE5;}
.mini_dropdown .btn{margin-right: 4px;}
.mini_dropdown .btn:last-child{margin-right: 0px;}
/* .btn-progress:visited{background-color:#ddd !important;border-color:#aaa !important;box-shadow: none !important;} */


/* DATA TABLE */
td,th{vertical-align: middle !important;}
.data-card{width: 101% !important;}
.dataTable,.table-responsive,.dataTable,.table-responsive2{width: 100% !important;}
.data-card .table:not(.table-sm) thead th{background: #F8FAFB !important;color: #030c10 !important;}
.data-card .table{border: none !important;}
.data-card .table thead{border: 1px solid #EDEFFD!important;}
.data-card .table tbody{border: 1px solid #EDEFFD!important;}
.data-card .table-bordered td{border: 1px solid #EDEFFD !important;vertical-align: middle;}
.data-card .table-bordered th{border: none !important;vertical-align: middle;padding-top:15px;padding-bottom:15px;}
.data-card .table-bordered:not(.table-sm) td{padding-top:10px;padding-bottom:10px;}
.data-card .table tfoot {border: 1px solid #EDEFFD!important;text-align: right !important;}
.data-card .dataTables_length{display: inline !important;}
.data-card .dataTables_length select{width: 90px !important;margin-top:15px;}
.data-card .dataTables_info{display: inline !important;float:right !important;}
div.dataTables_wrapper div.dataTables_filter{text-align: left !important;}
div.dataTables_wrapper div.dataTables_filter input{margin-left: 0 !important;padding:20px 15px !important;max-width: 155px !important;}

/* SCROLL */
.mCSB_inside > .mCSB_container{margin-right: 0 !important;}
.nicescroll-cursors{background: #d2dae2 !important;}


/* MESSENGER BOT CUSTOM */
#messenger_bot_form .card{margin-bottom: 0 !important;}
#messenger_bot_form .btn.btn-outline-primary.float-right{padding : .10rem .4rem !important;}
#messenger_bot_form .select2{width: 100% !important;}
#messenger_bot_form .card{box-shadow: none !important;}
#messenger_bot_form .card-primary,#messenger_bot_form .card-secondary,#messenger_bot_form .card-warning{border-left:1px solid #f9f9f9;border-right:1px solid #f9f9f9;border-bottom:1px solid #f9f9f9;}


/* TABLE RESPONSIVE 2 */
@media (max-width: 575.98px) {
  .table-responsive2-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive2-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-md > .table-bordered {
    border: 0;
  }
  .data-card .table-bordered:not(.table-sm) tr:first-child td{padding-top:45px;}
}
@media (max-width: 991.98px) {
  .table-responsive2-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive2-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive2 {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive2 > .table-bordered {
  border: 0;
}

/* EMOJI */
.emojionearea.form-control,.emojionearea{min-height: 150px !important;border:1px solid #e4e6fc !important;box-shadow:none !important;-webkit-box-shadow:none !important;}
.emojionearea.form-control.focused,.emojionearea.focused{border-color:#95a0f4 !important;}
.emojionearea .emojionearea-editor{padding:0 !important;}

/* TOKENIZED */
.div.Tokenize ul.TokensContainer,div.Tokenize ul.TokensContainer{height: 150px !important;box-shadow:  none !important;-webkit-box-shadow:  none !important;border-radius: 3px;}
div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch{height: 22px !important;}
div.Tokenize ul.TokensContainer{padding:0px 7px !important;}
.tokenize-sample,.Tokenize{border:none !important;padding:0 !important;}
.Tokenize .Dropdown li.Hover{background: linear-gradient(45deg, #1666F1, #FC7824) !important;}
div.Tokenize ul.TokensContainer, div.Tokenize ul.Dropdown{border-color:#e4e6fc !important;}


/* SUMMETNOTE EDITOR */
.note-toolbar{ height: 40px !important;}
.note-toolbar-wrapper{height: 35px;}
.note-editable{padding-top: 37px !important; max-height: 160px !important;}



/* CHECKBOX + RADIO*/
/* http://www.inserthtml.com/2012/06/custom-form-radio-checkbox/ */
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
  color: #99a1a7;
}
.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -1.5px;
  left: 0;
  color: #99a1a7;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  
}
.big-checkbox + label {
  padding: 18px;
}
.big-checkbox:checked + label:after {
  font-size: 28px;
  left: 6px;
}
.radio-1 {
  width: 193px;
}
.button-holder {
  float: left;
}
.regular-radio {
  display: none;
}
.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.regular-radio:checked + label:after {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}
.regular-radio:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.regular-radio + label:active, .regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.big-radio + label {
  padding: 16px;
}
.big-radio:checked + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

/* webview-builder custom styles */
.webview-builder-action-buttons {
  width: 183px;
}

#detail-webview-form-modal .modal-body {
  padding: 0 15px 15px 15px;
}

#detail-webview-form-modal .modal-body .card {
  margin-bottom: 0px;
}

#detail-webview-form-modal .modal-body .card-body {
  padding-top: 0px;
}

#detail-first-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
}

#detail-first-view .first-view-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Manual payment style */
#manual-payment-modal #additional-info {
  height: 180px !important;
}

.mp-actions .fa {
  cursor: pointer;
}
.mp-actions.show .fa {
  color: #030c10;
}
.mp-actions .dropdown-menu {
  padding: .5rem .5rem !important;
}

.custom-switch-description i{font-size: 15px !important;padding-top: 2px;margin: 0 1.5px;}
.social-media-switch .custom-switch-indicator{border-color: #030c10 !important;background: #fff !important;}
.social-media-switch  .custom-switch-indicator:before {background: linear-gradient(45deg, #1666F1, #FC7824) !important;}


.p-b-10{ padding-bottom: 10px; }
.p-t-10{ padding-top: 10px; }
.p-s-10{ padding-right: 10px; padding-left: 10px; }

.p-b-20{ padding-bottom: 20px; }
.p-t-20{ padding-top: 20px; }

.p-b-30{ padding-bottom: 30px; }
.p-t-30{ padding-top: 30px; }

.m-b-10{ margin-bottom: 10px; }
.m-t-10{ margin-top: 10px; }
.m-s-10{ margin-right: 10px; margin-left: 10px; }

.m-b-20{ margin-bottom: 20px; }
.m-t-20{ margin-top: 20px; }


.area{
  background: #4e54c8;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  width: 100%;
  height:100vh;
  
 
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(138, 51, 226, 0.255);
  animation: animate 25s linear infinite;
  bottom: -150px;
  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}


.card.card-primary {
  border: none;
  /* opacity: 0.9; */
  border-radius: 6px;
  /* box-shadow: 0px 0px 2px 1px #aaa; Tubai */
}

.empty-state a.mt-4.bb{ display:none; }

footer.blockquote-footer{
  display: none;
}


.shadow-soft {
  box-shadow: 6px 6px 12px #b8b9be,-6px -6px 12px #fff!important;
}

.border-light {
  border-color: #d1d9e6!important;
}
.card-header:first-child {
  border-radius: calc(0.55rem - 0.0625rem) calc(0.55rem - 0.0625rem) 0 0;
}
.rounded {
  border-radius: 0.55rem!important;
}

.btn {
  position: relative;
  transition: all .2s ease;
  letter-spacing: .025em;
  font-size: 1rem;
  border-color: #d1d9e6;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

/* 
.box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
  float: left;
  margin: 20px;
} */

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 180px;
  height: 100px;
  text-align: right;
}

.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  padding: 4px 21px 0px 23px;
  transform: rotate(25deg);
  width: 210px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 17px;
  right: -16px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 0px solid #79A70A;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 4px solid #79A70A;
  border-left: 1px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 4px solid #79A70A;
}

.red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}

.red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}

.red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
  border-left-color: #0d335f;
  border-top-color: #0d335f;
}

.blue span::after {
  border-right-color: #0d335f;
  border-top-color: #0d335f;
}

.invalid-feedback{
  position: absolute;
  margin-top: 50px;
}

.ai-block-selector{
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: -7px;
  border-radius: 10px;
  background: linear-gradient(100deg, #1666F14d, #c88ff71e);
}

.block-link:hover > .ai-block-selector{
  display: block;
}

div.dataTables_wrapper div.dataTables_processing {
  width: 45px !important;
  height: 45px !important;
}



.topbar-item{
  padding: 11px;
  display: inline-block;
  position: relative;
}
.first-tier-submenu a,
.topbar-item a{
  text-decoration: none;
}
.first-tier-submenu a:hover,
.first-tier-submenu a:focus,
.first-tier-submenu a:active,
.topbar-item a:hover,
.topbar-item a:focus,
.topbar-item a:active,
.topbar-menu .topbar-item:hover .first-tier-submenu ul li a:hover,
.topbar-menu .topbar-item:hover .first-tier-submenu ul li a:focus,
.topbar-menu .topbar-item:hover .first-tier-submenu ul li a:active{
  color: #2CD6FE;
  text-decoration: none;
}

.first-tier-submenu {
  position: absolute;
  visibility: hidden;
  top: 60px;
  left: -50%;
  padding-left:10px;
  width: max-content;
  opacity: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
  box-shadow: 0px 0px 3px 1px #ccc;
}
.first-tier-submenu.wide-menu {
  left: -610%;
}
.first-tier-submenu.wide-menu:last-of-type {
  left: -1310%;
}
.first-tier-submenu .row {
  padding: 15px 0px;
}
.first-tier-submenu .col-4 {
  padding: 10px 20px;
  border-right: 1px solid #ddd;
}
.first-tier-submenu.style-right{
  right: 100px;
  left: auto;
}
.topbar-menu .topbar-item:hover .first-tier-submenu {
  opacity: 1;
  top: 50px;
  max-width: 690px;
  visibility: visible;
  padding: 0px;
}
.btn-drop .btn:focus ~.first-tier-submenu.style-right,
.btn-drop .btn:active ~ .first-tier-submenu.style-right{
  top: 65px;
  opacity: 1;
  max-width: 700px;
  visibility: visible;
  padding: 0px;
}

.first-tier-submenu h5{
  font-size: 17px;
  font-weight: 500;
}
.first-tier-submenu ul{
  padding: 0px 0px 10px 0px;
}
.first-tier-submenu ul li{
  list-style: none;
  line-height: 30px;
}
.first-tier-submenu ul li a{
  color: #888;
}
.first-tier-submenu h5 i{
  font-size: 14px;
  padding: 0px 5px;
}
.user-menu{
  opacity: 1;
  top: 55px;
  z-index: 880;
  background-color: #fff !important;
  border-top: 1px solid #aaa;
}
.user-menu.inverted{
  opacity: 0;
}
/* .user-menu .topbar-menu{
  right: 0px !important;
  float: right;
  position: fixed;
} */
.first-tier-submenu:first-of-type{
  left: 10%;
}

.topbarmenu{
  background-color: #fff;
}
.topbarmenu .topbar-item a{
  color: #333;
}
.topbarmenu.inverted{
  background-color: transparent;
}
.topbarmenu.inverted .topbar-item > a{
  color: #fff;
}
.slider-img {
  border-radius: 4px;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
}
/* .no-js .owl-carousel, .owl-carousel.owl-loaded {
  background: #000;
  box-shadow: 0px 0px 3px 0px #999;
} */

/* tubai css */

/* .menu-4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
} */
li.menu-4 {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.7em;
  overflow: hidden;
}
li.menu-4 a {
  padding: 5px 2px 0px 0px !important;
  color: #333333;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
li.menu-4:hover a,
li.menu-4 .current a {
  color: #FF632A;
}

.wrap-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fs-45 {
  font-size: 45px;
}
.wrap-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-100 {
  width: 100%!important;
}
/* .herobgimage {background-image: url('/assets/img/background12.jpg');background-size: 500px 200px;} */

div.hero-bg-image {
  background-image: url(/assets/img/background12.jpg);
  background-color: #ffffff;
  background-position: 100% !important;
  /* background-size: 42% !important; */
  background-repeat: no-repeat;
  padding: 4%;
  border-radius: 10px;
}

.hero.hero-bg-image:before{
  border-radius: 10px;
}

.wizard-step-done{
  background: linear-gradient(207deg, #ffa0b4, #ffbf85) !important;
  color: #fff;
}
.wizard-steps .wizard-step.wizard-step-done:before{
  background: linear-gradient(207deg, #ffa0b4, #ffbf85) !important;
}

.wizard-steps .wizard-step.wizard-step-active{
  background: linear-gradient(207deg, #1666F1, #2CD6FE) !important;
  color: #fff !important;
}
.wizard-steps .wizard-step.wizard-step-active:before{
  background: linear-gradient(207deg, #1666F1, #2CD6FE) !important;
}

.bg-theme_new,
.nav-tabs .nav-item .nav-link.active,
.text-theme-with-bg{
  background: linear-gradient(207deg, #1666F1, #2CD6FE) !important;
  color: #fff !important;
  font-weight: 400;
  flex: 0 0 33.333333%;
  max-width: 133.333333%;
}

.box_new{
   /* width: 300px; */
  height: 120px;
  padding: 30px;
  /* border: 1px solid red; */
  box-sizing: border-box;
}

.icon_new{
  font-size: 63px;
}

.p-b-1 {
  padding-bottom: 1.25rem!important;
}

.container_new{
  padding: 5px 5px 5px 5px;

}

.p-r-1 {
  padding-right: 0.25rem!important;
}

.p-r-2 {
  padding-right: 0.50rem!important;
}

.p-r-3 {
  padding-right: 0.75rem!important;
}

.p-r-4 {
  padding-right: 1rem!important;
}
.p-r-5 {
  padding-right: 1.25rem!important;
}

.pop_serv{
  display: block;
  width: auto;
  padding: 20px;
  height: 400px;
  color: #fff;
  box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
  background-size: cover !important;
  border: 3px solid #333;
  cursor: pointer;
}
.pop_serv.intro_selector,
.pop_serv.template_selector{
  display: block;
  width: auto;
  padding: 20px;
  height: 200px;
}
.pop_serv.active{
  border: 3px solid #FF632A;
}
.pop_serv p{
  margin: 0px;
}
.pop_serv h4{
  margin: 0px;
  font-weight: 700;
}
.pop_serv button{
  color: #fff;
  right: 10px;
  bottom: 10px;
  position: absolute;
}

.pop_serv > .overlay{
  content: "";
  display: none;
  position: absolute;
  background: linear-gradient(207deg, #000000, #2c2c2c) !important;
  /* background: linear-gradient(207deg, #1666F1, #2CD6FE) !important; */
  border-radius: 10px;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.pop_serv.active > .overlay,
.pop_serv:active > .overlay,
.pop_serv:focus > .overlay,
.pop_serv:hover > .overlay{
  display: block;
}

.oto-menu{
  font-size: 20px;
  margin-top: -3px;
  margin-right: 10px;
}
.oto-menu::after{
  display: none;
}
/* .navbar-expand-lg .navbar-nav .nav-link.dropdown-theme{
  padding-top:0px !important;
  padding-left: 10px !important;
}
.dropdown-theme:active,
.dropdown-theme:focus,
.dropdown-theme:hover{
  color: #FF632A;
} */

body.visitor-page .img-block{
  background-image: url('/assets/img/login-side-block.jpeg');
  background-size: cover;
  background-position: center;
  display: block;
  height: 600px;
  width: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card .card-header {
  border-bottom-color: rgba(0,0,0,0.3);
}

.btn-group >.btn{
  border: 1px solid !important;
  color : #a1a7b3;
  border-color: #171717 !important;
}

.btn-link:hover{
  background-color : #fff !important;
  color : #FF632A;
}
.section .section-title:before{
  background-color: #fff;
}
.form-group .control-label, .form-group > label,
.card .card-header h4,
.section .section-title{
  color: #fff;
}
.empty-state h2,
.empty-state p,
.section .section-title + .section-lead{
  color: #a1a7b3;
}
.main-content section{
  top: 0px;
}
.section .section-title{
  margin-top: 0px;
}
.sidebar-user-menu{
  position: absolute; 
  transform: translate3d(97px, 40px, 0px); 
  top: 0px; 
  width: 97%; 
  will-change: transform;
}
.dataTables_info,
.table {
  color: #fff;
}
.nav-pills .nav-item .nav-link.active{
  box-shadow: none;
}