body.ticket_form {

background-color: transparent;

}

.home-activity .tab-content {
    height: 750px;
}

.header-timers svg, .notifications-wrapper svg {
    color: #fff !important;
  }
  
  .admin .navbar-nav > li > a {
    color: #fff;
  }

  .text-danger {
       color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
       font-weight: bold;
  }

  #side-menu.nav > li > a:hover, #side-menu.nav > li > a:hover i.menu-icon  {
    color: #222;
  }

  .longtable {
    height: 500px;
        overflow: auto;
  }

.icredit {
    height: 63px;
    line-height: 63px;
    width: 125px;
    color: #fff;
        text-align: center;
}

.emoji {
    width: 20px;
        margin-left: -8px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.personel_login {
    display: none;
}

.customselect {
    height: 36px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 90%;
}

@media only screen and (max-width:800px) {
    .personel_login {
        display: block;
        text-align: center;
    }
}

body.ticket_form .control-label {

}


body.web-to-lead .btn-success {
    width: 100%;
    height: 40px;
    background-color: #DA25C1;
}


body.ticket_form .btn-success.active.focus, body.ticket_form .btn-success.active:focus, body.ticket_form .btn-success.active:hover, body.ticket_form  .btn-success:active.focus, body.ticket_form .btn-success:active:focus, body.ticket_form .btn-success:active:hover, body.ticket_form .open>.dropdown-toggle.btn-success.focus, body.ticket_form .open>.dropdown-toggle.btn-success:focus, body.ticket_form .open>.dropdown-toggle.btn-success:hover {

    background-color: #dc2d17;

    border-color: #dc2d17;

}



body.ticket_form .btn-success {

    background-color: #e7412c;

    width: 100%;

    height: 40px;

}



body.ticket_form .btn-success:hover {

    background-color: #dc2d17;

    border-color: #dc2d17;

}