@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
   font-family: 'Roboto', sans-serif;
    font-size: 0.8125rem;
}

label{
 font-weight: 600;
}
.form-check-input {
    margin-top: 0.20rem;
}
.form-control,
.btn{font-size:0.8125rem;}
a:focus,
button:focus{outline: none;/*border:none;*/box-shadow: none !important;}
/*.scroll-area {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}*/
/*font family*/
@font-face {
  font-family:'roboto-regular';
  src: url('../fonts/roboto-regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'roboto-medium';
  src: url('../fonts/roboto-medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'roboto-light';
  src: url('../fonts/roboto-light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'roboto-bold';
  src: url('../fonts/roboto-bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}
.font16{font-size: 1rem;}
/*h1, h2, h3, h4, h5, h6 {
    color: #292929;
    font-family: 'roboto-bold';
    margin: 0 0 15px 0;
}*/
a, a:focus, a:hover {text-decoration: none;outline: 0;}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hovertype{/*color: #284255;font-weight: 600;*/ font-size: 84%;}
.hovertype a{color:#007bff}
.alertradius0{border-radius: 0;}
.logotext{font-size: 1.25rem;font-family:'roboto-medium'; padding-top: 2px;}
.cursor{cursor: pointer;}
.cursor:hover{color: #007bff;}
.navtop{padding-right: 20px;}
.navtop button,
.navtop a{margin-right: 2px;}
.relative{position: relative;}
.font14{font-size: 14px;}
.font18{font-size: 18px;}    
.color-black{color: #000;}
.full-width{width: 100%}
.width-90{width: 90%;}
.small-xs{font-size: 60%;}
.around20 {padding: 20px;}
.tabgray{background: #e6e6e6;}
.mt20{margin-top: 20px;}
.mtmius1{margin-top: -1px;}
.mius-r-2{margin-right: -2px;}
.mt-mius-1{margin-top: -1rem;}
.rounded-2 {border-radius: .25rem!important;}
.vertical-align-middle{vertical-align: middle;}
.bbr0{border-top: 0 !important;border-radius: 0 !important;}
.bordertop0{border-top:0 !important;}
.mlminus5{margin-left: -5px;}
.display-inline{display: inline-block;}
/*.form-check-input {margin-top: .1rem;}*/
.displayblock{display: block;}
strong,
.font-medium{font-family:'roboto-medium';}
.bg-light-blue{    
  background: #f9fffc;
  border: 1px solid #d2f5e3;
}
.btn-xs
{
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
/*login page*/

.login_main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.loginbg{
    box-sizing: border-box;
    max-width: 420px;
    margin: 0 auto;
    vertical-align: middle;}
.loginusername{height: 55px;
    width: 100%;
    border: 1px solid #e3e7ea;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    padding: 18px;
    outline-style: initial;}  
 .loginuserpass{    
    height: 55px;
    width: 100%;
    border: 1px solid #e3e7ea;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
    padding: 18px;
    outline-style: initial;} 
.loginbtn{    
   cursor: pointer;
    width: 100%;
    border-radius: 4px;
    height: 55px;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    outline: none;
    background: #4fab14;
    border: 1px solid #4fab14;}   
a.forgot{padding-top: 0px;color: #0067b8; display:block;} 
a:hover.forgot {padding-top: 0px;color: #0067b8;text-decoration: underline;}   
.text-wrap:after {
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    z-index: -1;
     /*background-image:linear-gradient(126deg,#24a6fe,#37cbe5);*/  
}  

  .text-policy{ 
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 10px;
    right: 10px;
    padding-bottom: 5px;
}
.text-policy a{color: #0067b8 !important;}
.text-policy a:hover {padding-top: 0px;color: #0067b8;text-decoration: underline !important;}
.alert-p-m-0 p{margin-bottom: 0;}
.w-100 {width: 100%!important;}   
.nopadding {padding: 0 !important;margin: 0 !important;}
.text-wrap {
    background-size: cover;
    position: relative;
    background-position: center;
     height: 100vh;
     z-index: 0;
    box-sizing: border-box;
    color: #fff;
    padding: 5em;
    background-color: #3a5061;
}
.alertnospace p{margin-bottom: 0;}
/*end login*/
.wrapper {
    /*
    max-height: calc(100vh - 0px);
    overflow-y: auto;*/
    position: relative;
    max-height: calc(100vh - 0px);
    margin: 0;
    overflow: hidden;
    height: 100%;
    flex: 1;
}
.main-sidebar {
    width: 60px;
    height: 100%;
    position: absolute;
    left:0px;
    background:#284255;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logo{background:#e6e6e6;padding: 5px;text-align: center;}
.logo img{height: 46px;}
.sidemenu{ text-align: center;display: block;padding: 10px;border-bottom: 0; width: 60px;}
.sidemenu li{text-align: center;display: block;padding-bottom: 10px; }
.sidemenu li i{font-size: 22px;}
.sidemenu li a{color: #fff;border: 0 !important;border-radius: .25rem; padding: 0;}
.sidemenu li a:hover{color: #fff;background:rgb(255 255 255 / 12%);}
.contentwrap {
    margin-right: auto;
    margin-left: auto;
    margin-left: 60px;
}
.content-header {position: relative;width: 100%;
    height: 100vh; overflow:hidden;}
header{background:#f5f7f9;border-bottom: 1px solid #cfd7df;box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
  height: 57px;padding-top: 3px;padding-left: 5px;padding-right: 5px; transition: all .7s ease;}
.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 70px;
    z-index: 1030;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rightsidebar{border-radius: 3px;border:1px solid #ddd;}
.righttap{background:#f5f7f9; text-transform: uppercase; padding: 10px}
.emaillist{margin-bottom: 1rem; text-overflow: ellipsis;overflow: hidden;}
.emaillist p{margin-bottom: 0rem;}
.userimg60{width: 60px; margin-top: 4px;}
.userimg60[data-letters]:before {
    content: attr(data-letters);
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: .25rem;
    background: plum;
    vertical-align: middle;
    color: white;
}
.userimg45{width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 4px;
  }
.userimg32,
.userimg35{width: 32px;}
.iconsizebig{font-size: 36px;}
.iconsizesmall{font-size: 18px;}
.icon-wrap{position: relative;}
.icon-left{position: absolute;left:0;top:7px;line-height: normal; width: 32px; text-align: center;}
.icon-content{padding-left: 50px;}
.wind{background: #f3f5f7;border: 1px solid #ddd;padding: 5px 10px;border-radius: 4px;display: inline-block;}
.wind span{color: #000; padding-right: 10px;}
.middlebox{box-shadow:-8px 8px 12px 0 rgb(0 0 0 / 5%);height: 100%;}
.offset70{padding-top: 70px;}
.ticket{ 
    border-radius: 3px;
    box-shadow: -7px 7px 8px rgb(207 215 223 / 63%);
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
    display: block;}
.ticket-user-td{
    border-radius: 3px;
    box-shadow: -7px 7px 8px rgb(207 215 223 / 63%);
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    margin-top: 16px;
    display: flex;}    
.ticketrightbg{background: #eaeaea;padding:10px 15px 15px 15px;border-radius: 3px;border: 1px solid #ddd; height: 100%;}
.about-list {}
.about-list .media {padding: 5px 0;}
.about-list label {
  color: #284255;
  font-weight: 600;
  width: 150px;
  margin: 0;
  position: relative;
  padding-right: 3px;
}
.about-list label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 1px;
  height: 12px;
  background: #20247b;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: auto;
  opacity: 0.5;
}
.about-list p {
  margin: 0;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}   
/* .scroll-area {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
} */  
.scroll-area-half{height: calc(60vh - 40px);
    overflow-y: auto;}
.scroll-area-half-1{height: calc(60vh - 0px);
    overflow-y: auto;}    
 .scroll-area-quater{height: calc(100vh - 20vh);
    overflow-y: auto;}   
.scroll-area-middle{height: calc(100vh - 28vh);
    overflow-y: auto;}
.scroll-middle{max-height: calc(100vh - 0px);}   
.scroll-area-fullheight{max-height: calc(100vh - 40px); overflow-y: auto;}

.scroll-middle::-webkit-scrollbar-track
{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}

.scroll-middle-small-px{max-height: 220px; overflow: auto;} 


.scroll-middle-small-px::-webkit-scrollbar,
.scroll-area-half-1::-webkit-scrollbar,
.scroll-area-quater::-webkit-scrollbar, 
.modal-scroll-area::-webkit-scrollbar, 
.scroll-area-middle::-webkit-scrollbar,
.scroll-area-half::-webkit-scrollbar, 
.settings-sidenav::-webkit-scrollbar, 
.scroll-middle::-webkit-scrollbar,
.scroll-area-fullheight::-webkit-scrollbar,
.scroll-area-inside::-webkit-scrollbar,
.scroll-area::-webkit-scrollbar{width: 8px;background-color: #F5F5F5;}


.scroll-middle-small-px::-webkit-scrollbar-thumb,
.scroll-area-half-1::-webkit-scrollbar-thumb,
.scroll-area-quater::-webkit-scrollbar-thumb, 
.modal-scroll-area::-webkit-scrollbar-thumb, 
.scroll-area-middle::-webkit-scrollbar-thumb,
.scroll-area-half::-webkit-scrollbar-thumb,
.settings-sidenav::-webkit-scrollbar-thumb,
.scroll-middle::-webkit-scrollbar-thumb,
.scroll-area-fullheight::-webkit-scrollbar-thumb,
.scroll-area-inside::-webkit-scrollbar-thumb,
.scroll-area::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #ddd;}

.bs-example .card-header {padding: .15rem 0.15rem; text-align: left;position: relative; } 
.bs-example .card-header h4 button{text-align: left; width: 90%;overflow: hidden; border: 0;
white-space: nowrap;text-overflow: ellipsis;color: #000; text-decoration: none;} 
.bs-example .card-header h4 .badge{  
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 10px;
    font-weight: normal;
    min-width: 20px;
    height: 20px;
    line-height: 16px;
}
.bs-example .card-body {padding: .75rem;}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
.sidebar {
  background-color: #fff;
  position: fixed;
  border-left: 1px solid #ddd;
  overflow: auto;
  height: 100vh;
  right: -250px;
  z-index: 1;
  width: 0;
  display: none;
  top: 64px;
  transition-timing-function: ease;
  transition-duration: .25s;
}

.sidebar{}
.sidebar-menu {padding: 15px;min-width: 0;}
#close {
  font-size: 20px;
    text-align: right;
    padding: 2px 8px;
    background: #284255;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 34px;
    margin-left: 0.5rem;
}
#close:hover{background:#000; color: #fff}
.open {display: block;}

.sidebar-open {right: 0;display: block;
  /*transition-timing-function: ease;
  transition-duration: .25s;
  width: 498px;*/
  width: 31.433333%;
}
.accordion2 h4{font-size: 1.3rem;}
.fs-6 {
    font-size: 1rem;
}
.accordion2 .card-header:after {
    font-family: "Material Design Icons";
    content: "\F0140";
    float: right;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 5px;
}
.accordion2 .card-header.collapsed:after {content: "\F0142";}
.card-header{position: relative;}
.filewrap{    border-top: 0 !important;
    /*border: 1px solid #ebeff3;*/
    padding: 13px;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgb(18 52 77 / 6%);
    background: #fff;}

.attachment-text{    
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-size: .85rem;}
.fixedbottom{position: absolute;
    bottom: 0;
    background: #fff;
    padding: 10px;
    left: 15px;
    right: 15px;}    
.form-control:focus {box-shadow: none;}
.required{color:red;}
#snippet-autosave-header,
#buttons-area {border: 1px solid #ebeff3 !important;box-shadow: 0 2px 4px 0 rgb(18 52 77 / 6%);
border-radius: 0px 0px 4px 4px !important;
}
.subjectbottomlist{position: absolute;
    top: -15px;
    z-index: 2;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;border-radius: 4px;}
/* Fixed sidenav, full height */
  .settings-sidenav {
    background-color: #3a5061;
    height: calc(100vh - 55px);
    overflow-y: auto;
    width: 100%;
}

.sidenav{padding: 0; margin: 0; list-style: none;padding-top: 8px;}
.sidenav li{display: block;margin-left: 10px;margin-right: 10px;padding-bottom: 5px;}
.sidenav li a{color: #fff;background: transparent;display: block;padding: 8px 15px;}
.sidenav li a.active,
.sidenav li a:hover{color: #fff;background: rgb(255 255 255 / 12%);border-radius: 4px;}

.filePath i{padding-right: 5px;}
 .ck-editor__editable_inline{height: 260px;}

.list{margin:0; padding: 0; list-style: none;}
.list li{display: block; padding-bottom: 5px;}
.list li a{color: #000}
.list li a:hover{color: #007bff}

.mmius3{margin-top: -3px}
.navheaderbottom{}
.navheaderbottom li{display: inline-block;padding-right: 5px; border-radius: 3px;}
.navheaderbottom li a i{padding-right: 5px;}
.navheaderbottom li a{display: block; padding: 5px 12px !important; margin-bottom: 5px; background: #fff; color: #000 !important;border:1px solid #ddd;border-radius: 3px;}
.navheaderbottom li a:focus,
.navheaderbottom li a:hover{display: block;background: #6c757d;color: #fff !important;border:1px solid #6c757d;}
@media(max-width:991px){
  .content-header {height: 100%;}
  .middlebox, .rightsidebar{/*margin-top: 30px;*/}
  .mpl{padding-left: 30px;}
  .icon-content{padding-left:40px;}
  .wind{margin-bottom: 4px;}
  .wrapper{overflow: visible;}
  .scroll-area-quater,
  .scroll-area {height: auto;}
  
  /*.flex-column-mobile {
    -ms-flex-direction: column!important;
    flex-direction: column!important;}*/
}
@media(max-width:481px){
  .formwidthmobile{width: 110px !important;}
  /*.about-list .media{display: block;}*/
  .about-list label:after{display: none;}
  
}

.modal-dialog{
  overflow-y: initial !important
}
/* .modal-body{
  max-height: 70vh;
  overflow-y: auto;
} */

.dashboard-box{
  box-shadow: -7px 7px 8px rgb(207 215 223 / 63%);
  box-sizing:border-box ;
  /* padding:15px; */
  font-weight: bolder;
}
.notifications{position: relative;font-size: 26px;}
.notifications a{color: rgba(0,0,0,.5);}
.notifications a:hover{color: #007bff;}
.badge-no{ position: absolute;
    padding: .25rem .375rem;
    font-size: .5rem;
    left: 50%;
    top: 0%;
    color: #fff;
    border-radius: 10px;
    background-color: #007bff;
}
.comment-line{position: relative; text-align: center; margin-top: 20px;}
.comment-line:after{    
    position: absolute;
    content: "";
    border-top: 1px solid #d0d0d0;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: -1;
}
.loadmorebtn{    
    background: #f3f5f7;
    padding: 3px 18px 3px 15px;
    font-size: 12px;
    color: #000;
    border: 1px solid #a2a1a1;}
.loadmorebtn i{padding-right: 5px;color: #007bff;} 
/*.loadmorebtn:hover{background: #000; color: #fff;} */ 

/* Thumbnail style */
[data-letters]:before {
  content:attr(data-letters);
  text-transform: uppercase;
  display:block;
  font-size:15px;
  width:32px;
  height: 32px;
  line-height:32px;
  text-align:center;
  border-radius:.25rem;
  background:plum;
  vertical-align:middle;
  color:white;
  }

  [data-letters-round]:before {
  content:attr(data-letters-round);
  text-transform: uppercase;
  display:block;
  font-size:15px;
  width:32px;
  height: 32px;
  line-height: 32px;
  text-align:center;
  border-radius:100%;
  background:plum;
  vertical-align:middle;
  color:white;
  }

  .bg-light-yellow{
    background: #fffde7;
    border: 1px solid #f7f3bf;
  }

  .ck.ck-editor {
    display: flex;
    flex-direction: column-reverse;
  }

  .success-alert{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  .danger-alert{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .warning-alert{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  .info-alert{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  .dark-alert{
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }

  .ck-editor__editable_inline p{
    margin:0;
  }

  .php-code{
    display: block;
    background-color:#e3e6e8;
    padding: 1em;
    border-color: #e0dddd9c;
    border-radius: 3px;
  }

  .bg-light-purple{
    background: #f7f8f9;
    border: 1px solid #e6e6e6
  }

 .inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  /*height: calc(1.5em + .75rem + 2px);*/
  min-height: 3em;
  /* padding: .375rem .75rem; */
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  width: 100%;
  padding: .375rem .75rem;
  /* height: calc(1.5em + .75rem + 2px); */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
/*.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}*/

.small, small {font-size: 84%;}
.ticket-item-header{
    margin-bottom: 15px;
    padding:11px 15px;
   border-radius: 5px;
 }
.dropdown-toggle::after{display: none;}
.admin-detail-bar{
    background-color: #fff;
    position: fixed;
    border-left: 1px solid #ddd;
    overflow: auto;
    height: 100vh;
    right: 0px;
    z-index: 1;
    width: 655px;
    top: 60px;
    transition-timing-function: ease;
    transition-duration: .25s;
}
.closed {
    display: initial;
    font-size: 20px;
    text-align: right;
    padding: 4px 8px;
    background: #284255;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.closed:hover{background:#000; color: #fff}
.admin-right-btn{  position: absolute;
   right: 10px;
    margin-top: 10px;}
 .w-m-85{width: 85%;} 
 @media(min-width: 992px){
    .side-top-mobile{background: #3a5061;
    height: 100vh;}
 }  
 @media(max-width: 767px){
    .sidebar-open,
    .admin-detail-bar{width: auto;}
    .settings-sidenav{ }
    .side-top-mobile{margin-left: 15px;
      margin-top: 15px;
      background: #3a5061;
      border-radius: .25rem;
      padding: 10px;}
      .navheaderbottom{display: contents;}
 }
[tooltip] {
  position: relative;

}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; 
  font-size: 0.9em;
  line-height: 1.5;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;

}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #000;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
      transition: all 0.5s ease;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
      transition: all 0.5s ease;
}

.tabs-left-20{margin-left: -20px;}
.btn-secondary2:not(:disabled):not(.disabled).active, 
.btn-secondary2:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary2 {
    color: #284255;
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}
.btn-secondary2:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.success-btn{
    color: #fff;
    background: #4fab14;
    border: 1px solid #4fab14;}
.success-btn:hover {
    color: #fff;
    background-color: #459c0d;
    border-color: #459c0d;
}    
.pt-1-1{padding-top: 2px;}
@media(max-width:767px){
    .loginfront{padding-top: 20px;}
    .middlebox {box-shadow: 0px 8px 12px 0 rgb(0 0 0 / 5%);}
    .main-sidebar {left:-60px; position: fixed;}
     .flex-sticky{  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
    -moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    box-sizing: border-box;
}  
header.sticky{ padding-left: 13px; padding-right: 15px;    
  padding-top: 8px;
  transition: all .7s ease;
  padding-bottom: 2px;}
header.sticky .flex-sticky{display: none;}
header.sticky .notemobile {margin-top: -36px;}
header.sticky .p-2{padding: .1rem!important;}
 header.sticky.main-wrapper.toggled {top: 48px;}
.zindex{z-index: 999;transition: all .4s ease; left:0px;top: 0; }
.zindex1{z-index: 999;top: 52px;transition: all .4s ease;}
#menu-toggle span{
  background-color: #000;
    width: 20px;
    height: 1px;
    margin-top: 5px;
    display: block;
    transition: all .4s ease;
    transform-origin: 0 0;
}

.Diam span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 1px);
}

.Diam span:nth-child(2) {
  Transform: scaleX(0);
}

.Diam span:nth-child(3) {
  transform: rotate(-45deg) translate(-3px, 1px);
}
    
}
@media(max-width:991px){

  header{height: auto;} 
  .navtop{padding-right: 0px; padding-bottom: 5px;text-align: center;}
  .p-m-right{padding-right: 0 !important;}
  
}
@media(max-width:767px){
    
    .mb-m-1{margin-bottom: .25rem;}
    .p-r-m-0{padding-right: 0 !important;}
    .p-l-m-0{padding-left: 0;}
    .hidemobile{display: none}
   
    .fullwidthmobile-m-0{width: 100%;}
    .fullwidthmobile{width: 100%; margin-bottom: 10px;}
    
    .pt-1-1{padding-top: 4px;}
    
    .pt-m-2{padding-top: .5rem;}
    .tabs-left-20{margin-left: 0px;}
   
    .nav-tab-mobile-bg-dark {    
        /* margin-top: 15px;
        margin-bottom: 10px;
        border-radius: .25rem;
        background-color: #343a40 !important; */
    }
    .ticket-item-header{
        /* margin-top: 15px; */
        padding: 10px;
    }
    .settings-sidenav{height: 100%; width: 100%;}

}
@media(max-width:481px){
  #snippet-autosave-header{overflow: auto;}
  .tabshadow .nav-item {
    width: 100%;
  }
}
.tabshadow{    
    margin-bottom: 10px;
    box-shadow: -7px 7px 8px rgb(207 215 223 / 63%);
    border-radius: 3px;
    background: #f5f7f9;
    box-sizing: border-box;
    overflow: hidden;
    /* border: 1px solid #ddd;*/} 
.tabshadow .nav-item.show 
.nav-link, .tabshadow .nav-link.active {
    color: #fff;
    background-color: #284255;
    border-radius: 0;
}
.tabshadow .nav-item {margin-bottom: 0px;}
.tabshadow .nav-item a{color: #000;border:0}
.modal-scroll-area {
  max-height: calc(70vh - 10px);
  overflow-y: auto;
  overflow-x: hidden;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused{
    outline: none;
    border: 0px solid #ebeff3 !important;
    box-shadow: none !important;
}
.ck.ck-editor {
    border-radius: 0.25rem;
    box-shadow: 0 0px 4px 0 rgb(18 52 77 / 6%);
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: transparent !important;
}
.ck.ck-toolbar {
    border: 0px !important;
}
.ck.ck-editor__editable_inline{border: 0px solid transparent !important;
}


.ck-focused,
.ck-content {
    padding-left: 13px !important;}
.subtext-12{font-size: 12px;line-height: 16px;}
.card-example .card-header {
    padding: .45rem 0.75rem;
    text-align: left;
    position: relative;
}
.card-example .card-body {
    padding: .75rem;
}


.dropdown-menu{    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
        border: 0;
        min-width: 130px;
    border-radius: 4px;
        box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
    -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
    animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);}
.dropdown-menu:before {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: -8px;
    right: 12px;
}
.dropdown-menu .dropdown-item{padding: .25rem 1rem;}
/* Sidebar Styles */
.iconi{display: none;}

@media(max-width:767px) {


    /* Toggle Styles */
    a.dropdown-toggle img {margin-top: 4px;width: 30px; position: relative; z-index: 3;}
.main-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper.toggled {
    padding-left: 60px;
}

.sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    /*left:0px;
    width: 0;
    height: 100%;
    margin-left: -60px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-wrapper.toggled .sidebar-wrapper {
    width: 60px;
}


.page-content-wrapper {
    width: 100%;
    position: absolute;
}

.main-wrapper.toggled .page-content-wrapper {
    position: relative;
    margin-right: -60px;
}

    .main-wrapper {
        padding-left:0px;
    }

    .main-wrapper.toggled {
        padding-left: 60px;
    }

    

    .sidebar-wrapper {
        width: 60px;
    }
  

    .main-wrapper.toggled .sidebar-wrapper {
        width: 0;
    }

   


    .page-content-wrapper {
        position: relative;
        margin-right: 0;
        background: #fff;
        z-index: 99;
    }

    .main-wrapper.toggled .page-content-wrapper {
       
    }
    .contentwrap {margin-left:0px;}
    a.iconi{color: #000;}
    .iconi{    
        display: inline-block;
        padding-right: 10px;
        position: relative;
        z-index: 1;
    }
}

.form-small{width: 302px; margin: 0 auto;}
.pm-normal p{margin-bottom: 0;}

/*email template*/
.emailmain{background-color: #f8f9fa; padding:1rem; border-top:2px solid #000}
.email-inner{    
  background: #fff;
  padding: 1rem;
  border-radius: 2px;
  margin-bottom: 15px;
  box-shadow: rgb(149 157 165 / 20%) 0px 0px 10px;
}
.emailmain h3{padding:1rem 0; border-bottom:1px solid #ddd;}
img.emailbanner {width: 100%; height: 80px;}
.email-title{color: #333; padding-top: 10px;}
.emailborder{    border-top: 4px solid #fbc02d;
  border-bottom: 4px solid #e91e63;}
.emailborderbottom{border-top:2px solid #4aa64e;}
/*end email template*/
.policies h4{font-weight: bold; font-size: 1.1rem;}
.scroll-area {
    max-height: calc(100vh - 7.5vh);
    padding-bottom: 3rem;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.gapfloat{float: left; margin-right: 0.5rem;}

.pagination-general a:first-child{margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;}

.pagination-general a:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;}

.pagination-general strong{ background: #007bff !important; color: #fff !important;}
.pagination-general strong,
.pagination-general a{
        position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    display: inline-flex;
}
.error4{display: flex; flex-direction: column; justify-content: center; align-items: center;height:90vh;}
.error4 i{font-size: 10rem;color: #f00;line-height: 10rem;}
.error4 h2{font-size: 8rem; font-weight: bolder; line-height: 8rem;}
.error4 p{font-size: 1rem; color: #333;}

.min-h-32{min-height: 32px;}
@media(max-width: 991px){
    .error4{height:80vh;}
}

@media(max-width: 767px){
  .w-md-90{width: 90%;}
  .sidebar{top: 95px;}
  .ticket-item-header,
  .accordion2 p{word-break: break-all;}
  .flex-column2 {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
   }
    .logotext{position: relative; z-index: 2;
    }
    .notemobile{margin-top: -50px;
    }
}
@media(min-width: 320px) and (max-width: 420px){
    #snippet-autosave-header{flex-direction: column;}
}
#load_more_container{margin-bottom: 15px;}
.add-btn-position{position: absolute; right: 0; top: -40px;}