/*Global Css Starts Here*/
.Client .assignments-list-item {
    padding: 35px 25px !important;
}
.welcome-message h3{
            font-size: 30px;
    color: #E94D4B;
    font-weight: 800;

    }
    .timesheet-list-nav{
    	display: block;
    }
/* Search Form Style */
.search-container {
      position: relative;
      width: 100%;
    }
    .search-icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      color: #aaa;
      z-index: 2;
    }
    #status-filter-assignments{
      align-items: anchor-center;
    }
    #status-filter-assignments input.form-control.search-field {
    background: #eeeeee;
    color: #444444;
    border: none;
    border-radius: 8px;
    height: 55px;
}
.search-icon {
    right: 12px;
}
.input-group-text.search-icon-text {
    padding: 0.375rem 1.15rem;
    border:none;
}
/*Pagination Style*/
.pagination{
  margin: 20px 0;
}
a.pagination-number {
    color: #444444;
    font-size: 18px;
    margin-right: 10px;
}
a.pagination-next {
    color: #E94D4B;
    font-size: 18px;
}
a.pagination-prev {
    color: #E94D4B;
    font-size: 18px;
    margin-right: 10px;
}
.pagination a.active {
    background-color: #444444;
    color: white;
    padding: 0px 7px;
    border-radius: 3px;
}
/*Filter For Assignments*/
#status-filter-assignments h4 {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    display: block;
    margin-top: 8px;
    text-align: right;
    margin-right: 10px;
}
#status-filter-assignments select.form-control {
    margin-right: 10px;
    border-radius: 8px;
    height: 45px;
}
#status-filter-assignments input.form-control {
    background: #e94d4b;
    color: #ffffff;
    border: none;
}
#status-filter-assignments input.form-control[type=submit] {
        border-radius: 8px;
    height: 45px;
    width: 115px;
}
#status-filter-assignments  form.form-inline.text-right {
    float: right;
}
/*New Comment Notification*/
div#new.new-comment {
    background: red;
}
/*Sidebar For Small Mobile*/
section#dashboard-sidebar-mobile{
  z-index: 1;
}
.small-mobile-header{
    display: none;
    width: 100%;
    text-align: center;
}
.small-mobile-header .mobile-userimage {
    max-width: 50px;
    padding-bottom: 50px;
    border-radius: 50%;
}
.small-mobile-header .small-mobile-header-ele{
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.small-mobile-header .small-mobile-header-ele p{
    margin: 0;
}
#dashboard-sidebar-mobile{
    display: none;
}
#sidebar-bottom-small-mobile{
    display: none;
    position: absolute;
    right: 64px;
    top: 83px;
    background: #e94d4b;
    padding: 10px;
    width: 120px;
}
/*Tiny Cloud*/
/*.tox-notifications-container {
    display: none;
    }*/

    /*Font*/

    body{

      font-family: 'Roboto Condensed', sans-serif;
      position: relative;

  }
  .sidebar-site-name b{
    font-family: 'Roboto Condensed', sans-serif;
  }

  h1,

  h2,

  h3,

  h4,

  h5,

  h6{

      font-family: 'Roboto Condensed', sans-serif;
  }

  /*Anchor*/

  body a:hover{

      text-decoration: none;

  }

  a.active {

      background-color: #e94d4b;
    color: #ffffff !important;
  }
/* Comment Section */
a.comment-image {
    margin-right: 20px;
}
  /*Global Css Ends Here*/



/*Client Timesheet Css Starts Here*/
.client-timesheet-content {
    max-width: 1200px;
    margin-left: 265px;
    padding-bottom: 100px;
  }
.client-timesheet-content #timeStats{
    padding-top: 80px;
}

.client-timesheet-content #timeStats .timesheet-summary{
  display: flex;
  flex-wrap: nowrap;
  margin-right: auto;
  margin-left: auto;
}
.client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box{
      width: 15%;
    background: #E5E4E2;
    text-align: center;
    margin: auto;
    padding: 50px 10px;
    border-radius: 50%;
}
.client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box p{
  text-align: center;
}
.client-timesheet-header-menu{
  background: #444444;
  display: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}
.client-timesheet-header-menu .dropdown-menu ul li a{
  color: #444444;
}
.client-timesheet-header-menu .dropdown-menu ul li a i{
  margin-right: 5px;
}
.client-timesheet-content button.add-new-row {
    margin: 0px;
    border: none;
    font-size: 14px;
    height: 40px;
}
.client-timesheet-content button.save-all {
    margin: 0px;
    border: none;
    font-size: 14px;
    height: 40px;
    float: right;
}
div#tableWrapper {
    width: 100%;
}
/*Responsive Code*/
@media all and (max-width: 1500px){
  .client-timesheet-content{
      margin-right: 20px;
    }
}
@media all and (max-width: 1362px){
  .client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box {
    width: 18%;
  }
}
@media all and (max-width: 1200px){
  .client-timesheet-content {
      margin-left: 230px;
}
}
@media all and (max-width: 1144px){
  .client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box {
    width: 21%;
  }
}
@media all and (max-width: 1006px){
  .client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box {
    width: 25%;
  }
  }
  @media all and (max-width: 888px){
  .client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box {
    width: 29%;
  }
  }
@media all and (max-width: 800px){
.client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box {
    width: 32%;
}
}
@media (max-width: 766px) {
        .client-timesheet-content {
        margin-left: 170px;
    }
}
@media all and (max-width: 684px){
  .client-timesheet-content #timeStats .timesheet-summary {
    display: block;
  }
  .client-timesheet-content #timeStats .timesheet-summary .timesheet-summary-box{
    width: 196px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 576px){
      .client-timesheet-content {
        margin-left: 20px;
                margin-right: 20px;
}
.client-timesheet-content #timeStats{
    padding-top: 130px;
}

}       
@media all and (max-width: 380px){
  .client-timesheet-header-menu nav a.navbar-brand h2{
  font-size:18px !important;
  margin-top: 10px;
}
.client-timesheet-header-menu nav a.navbar-brand{
  margin-left: 10px !important;
}
.client-timesheet-header-menu nav .dropdown{
  margin-right: 10px !important;
}
}
/*Client Timesheet Css Ends Here*/


/*Admin Timehsheet List*/
.timesheet-list-client-image img {
    width: 100%;
    max-width: 100%;
}
@media all and (max-width: 767px){
  .timesheet-list-client-image img {
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
}
/*Admin Timesheet List Ends*/



  /*Home Login Page*/

  /*Login Form*/

  .home-bg .rgba{

      background-color: #eeeeee;

      padding: 4% 0;

  }

  .login-page-site-name{

      text-transform: none;

      font-weight: 400;

  }

  #login-form{

      max-width: 500px;

      margin-bottom: 200px;

      padding: 20px;

      margin-top: 20px;

      background: #ffffff;

      border-radius: 5px;

      -webkit-box-shadow: 0 0 10px #000000;

      box-shadow: 0 0 6px #000000;

  }

  .login-page-site-name{

      margin-top: 50px;

      color: #ffffff;

  }

  /*Login Username*/

  .login-username{

      background: #eeeeee;

      border-radius: 5px;

      margin-top: 20px;

  }

  .login-username .input-group-preppend {

    border-right: 1px solid #CDCDCD;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;

    padding: 5px;

}

.login-username .input-group-text i {

    margin-top: 5px;

}

.login-username .input-group-text {

    border: none;

    border-radius: 0;

}

.login-username  input.form-control {

    border-radius: 0;

    border: none;

    background: transparent;

    padding-top: 12px;

}

/*Login Password*/

.login-password{

  background: #eeeeee;

  border-radius: 5px;

  margin-top: 20px;

}

.login-password .input-group-preppend {

    border-right: 1px solid #CDCDCD;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;

    padding: 5px;

}

.login-password .input-group-text i {

    margin-top: 5px;

}

.login-password .input-group-text {

    border: none;

    border-radius: 0;

}

.login-password  input.form-control {

    border-radius: 0;

    border: none;

    background: transparent;

    padding-top: 12px;

}

.login-notification{

    text-align:center;

    width: 300px;

    margin:20px auto;

    background: #ffffff;

    color: #e94d4b;

    font-size:16px;

    padding: 10px;

}

/*Login Submit Button*/

.login-submit input {

    background: #e94d4b;

    max-width: 200px;

    color: #ffffff;

    width: 180px;

    border-radius: 5px;

    height: 43px;

    margin-top: 5px;

    text-transform: uppercase;

}

/*Forgot Password*/

.forgot-password a {

    color: #000000;

}


/*Dashboard Create Ticket Page*/

/*Sidebar Large*/

section.dashboard-sidebar {

    max-width: 300px;

    background: #444444;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.dashboard-sidebar .sidebar-userimage {
    max-width: 70px;
    padding-bottom: 70px;
    margin: auto;
    border-radius: 50%;
}

.dashboard-sidebar .sidebar-userimage img {

    width: 100%;

}

.dashboard-sidebar .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.dashboard-sidebar .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.dashboard-sidebar .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}
/*Sidebar Small Mobile*/
section#dashboard-sidebar-mobile {

    max-width: 300px;

    background: #e94d4b;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.dashboard-sidebar-mobile .sidebar-userimage {

    max-width: 70px;

    height: 70px;

    margin: auto;

}

.dashboard-sidebar-mobile .sidebar-userimage img {

    width: 100%;

}

.dashboard-sidebar-mobile .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.dashboard-sidebar-mobile .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.dashboard-sidebar-mobile .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}

.user-role p {

    margin-bottom: 30px;

}

/*Menus*/

.dashboard-menus ul li a i {

    margin-right: 15px;

}

.dashboard-menus ul li a {

    color: #ffffff;

}

.dashboard-menus ul .nav-item {

    border-top: 1px solid #ffffff;

}

/*Bottom*/

.dashboard-sidebar .sidebar-bottom{

  position: absolute;

  bottom: 10px;

  left: 70px;

  margin: auto;

}

.dashboard-sidebar .admin-create-user {

    width: 120px;

    padding: 8px;

    background: #ffffff;

    color: #444444;

    border-radius: 3px;

    text-align: center;

    display: block;

    margin: auto;

}

.dashboard-sidebar .logout-button{

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 13px;

    background: transparent;

    border:none;

    width:100px;

    margin: 10px auto;

}

/*Create Ticket Main Section*/
select#assigned_lawyers{
    height: 100px;
    overflow-y: scroll;
}
select#change-agent{
    height: 100px;
    overflow-y: scroll;
}
.create-ticket-main-section{

  padding-left: 260px;

  padding-top: 50px;

  padding-right: 50px;

  padding-bottom: 100px;

}
.create-ticket-main-section form input.btn {
    background: #e94d4b;
    color: #ffffff;
    height: 50px;
    padding: 0px 22px;
    border-radius: 8px;
}
.create-assignment-form .form-group {
    margin-bottom: 1rem;
    padding: 10px;
    border-bottom: 5px solid #e94d4b;
    border-radius: 5px;
    background: #eeeeee;
}
.create-assignment-form input.form-control {
    background: transparent;
    border: none;
}
label {
    color: #737373;
    font-weight: 500;
    margin-left: 12px;
    font-size: 14px;
    margin-bottom: 0px;
}
#myTextarea + .tox.tox-tinymce {
    border: none;
    background: transparent;
}
.tox .tox-toolbar-overlord {
    background: transparent !important;
}
.tox .tox-toolbar__primary {
    background: transparent !important;
}
.tox .tox-statusbar {
    display: none !important;
}
#myTextarea + .tox .tox-edit-area {
    border-radius: 5px;
    background: transparent !important;
}
#myTextarea + .tox .tox-sidebar-wrap {
    background: transparent !important;
}
/* Custom styling for the file input */
.custom-file {
  position: relative;
  display: inline-block;
}

.custom-file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.custom-file-label {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background: transparent;
    color: #737373;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}
.custom-file {
    height: 50px !important;
}
.custom-file-label:hover {
  background-color: #0056b3;
}
/* Customize the appearance if needed */
    .select2-selection--multiple {
      border: 1px solid #ccc !important;
      border-radius: 4px !important;
      padding: 5px !important;
    }
.select2-selection--multiple {
    border: none !important;
    border-radius: 4px !important;
    padding: 0px 19px 5px 5px;
    display: block !important;
    background: transparent !important;
}
.select2-selection--single {
      border-bottom: 1px solid #ccc !important;
      border-radius: 4px !important;
      padding: 5px !important;
      border:none !important;
      background: transparent !important;
    }
    .select2-container .select2-selection--single {
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px !important;
}


/*Client Dashoboard Page*/

/*Sidebar Large*/

section.dashboard-sidebar {

    max-width: 300px;

    background: #444444;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.dashboard-sidebar .sidebar-userimage {
    max-width: 70px;
    padding-bottom: 70px;
    margin: auto;
    border-radius: 50%;
}

.dashboard-sidebar .sidebar-userimage img {

    width: 100%;

}

.dashboard-sidebar .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.dashboard-sidebar .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.dashboard-sidebar .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}
/*Sidebar Small Mobile*/
section#dashboard-sidebar-mobile {

    max-width: 300px;

    background: #e94d4b;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.dashboard-sidebar-mobile .sidebar-userimage {

    max-width: 70px;

    height: 70px;

    margin: auto;

}

.dashboard-sidebar-mobile .sidebar-userimage img {

    width: 100%;

}

.dashboard-sidebar-mobile .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.dashboard-sidebar-mobile .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.dashboard-sidebar-mobile .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}

.user-role p {

    margin-bottom: 30px;

}

/*Menus*/

.dashboard-menus ul li a i {

    margin-right: 15px;

}

.dashboard-menus ul li a {

    color: #ffffff;

}

.dashboard-menus ul .nav-item {

    border-top: 1px solid #ffffff;

}

/*Bottom*/

.dashboard-sidebar .sidebar-bottom{

  position: absolute;

bottom: 15px;
    left: 16%;

  margin: auto;

}

.dashboard-sidebar .admin-create-user {

    width: 140px;

    padding: 10px;

    background: #ffffff;

    color: #444444;

    border-radius: 8px;

    text-align: center;

    display: block;

    margin: auto;

}

.dashboard-sidebar .logout-button{

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 13px;

    background: transparent;

    border:none;

    width:100px;

    margin: 10px auto;

}

/*Create Ticket Main Section*/
.create-ticket-main-section{

  padding-left: 260px;

  padding-top: 50px;

  padding-right: 50px;

  padding-bottom: 100px;

}

#client-dashboard-main-section .welcome-message {

    padding: 20px;

    background: #eeeeee;
    color: #444444;
    border-radius: 5px;

}
.row.client-boxes {
    margin: 0px;
    margin-bottom: 20px;
}
.row.client-boxes h5 {
   color: #444444;
   display: block;
   width: 100%;
   margin-top: 10px;
   line-height: 1.5;
}
.row.client-boxes h5.last-closed-assignment-title {
    color: #444444;
    display: block;
    font-weight: 400;
    width: 100%;
    margin-top: 10px;
    padding: 0px 10px 5px 10px;
    font-size: 15px;
    line-height: 1.5;
}
.row.client-boxes h5.last-closed-assignment-title:hover {
    color: #000000;
    cursor: pointer;
}
.row.client-boxes .boxes {
    padding: 0px;
    background: #eeeeee;
    margin-right: 10px;
    border-radius: 5px;
    min-height: 200px;
}
.row.client-boxes .boxes h6 {
    color: #ffffff;
    padding: 10px;
    background: #e94d4b;
    border-radius: 5px;
    line-height: 1.5;
}
.last-closed-assignment-title button {
    border: none;
    border-radius: 3px;
    margin-top: 5px;
    color: #e94d4b;
}
.last-closed-assignment-title button i{
    color: #000000;
}
.book-a-call-box a {
    margin: 13px 10px;
    display: block;
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 3px;
    color: #444444;
}
.book-a-call-box a:hover {
    background: #e94d4b;
    color: #ffffff;
}
.timesheet-box a {
    min-height: 200px;
    background: #e94d4b;
    border-radius: 3px;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 25%;
    color: #ffffff;
}
.row.client-boxes .timesheet-box {
    padding: 0px;
    background: #000000;
    margin-right: 10px;
    border-radius: 3px;
}






/*All Assignments Page*/

/*Sidebar*/

section.assignments-sidebar {

    max-width: 300px;

    background: #444444;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.assignments-sidebar .sidebar-userimage {

    max-width: 70px;

    height: 70px;

    margin: auto;

}

.assignments-sidebar .sidebar-userimage img {

    width: 100%;

}

.assignments-sidebar .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.assignments-sidebar .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.assignments-sidebar .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}

.user-role p {

    margin-bottom: 30px;

}

/*Menus*/

.assignments-menus ul li a i {

    margin-right: 15px;

}

.assignments-menus ul li a {

    color: #ffffff;

}

.assignments-menus ul .nav-item {

    border-top: 1px solid #ffffff;

}

/*Bottom*/

.assignments-sidebar .sidebar-bottom{

  position: absolute;

  bottom: 10px;

  left: 70px;

  margin: auto;

}

.assignments-sidebar .admin-create-user {

    width: 120px;

    padding: 8px;

    background: #ffffff;

    color: #e94d4b;

    border-radius: 3px;

    text-align: center;

    display: block;

    margin: auto;

}

.assignments-sidebar .logout-button{

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 13px;

    background: transparent;

    border:none;

    width:100px;

    margin: 10px auto;

}

/*Create Ticket Main Section*/

.assignments-main-section{

  padding-left: 260px;

  padding-top: 50px;

  padding-right: 50px;

  padding-bottom: 100px;

}

.assignments-main-section form input.btn {

    background: #e94d4b;

    color: #ffffff;

}

.assignments-list-meta a {

    color: #e94d4b;

}

.assignments-list-meta span {

    margin-right: 3px;

}

.assignments-list-item {

    padding: 20px;

    box-shadow: 0 0 2px #000000;

    margin-bottom: 20px;
    border-radius: 8px;

}
form#task-manage-admin input[type=submit] {
    border-radius: 8px;
}
h6.assingments-list-title {

    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
}
.assignments-list-item .ticket-file {
    max-width: 100%;
}
.assignments-list-item .ticket-file img {
    max-width: 100%;
}
.assignments-list-item.new-comment-as-first {
    background: #eeeeee;
    position: relative;
}
.assignments-list-item.new-comment-as-first h6 {
    color: #000000 !important;
}
.assignments-list-item.new-comment-as-first span {
    color: #000000 !important;
}
.assignments-list-item.new-comment-as-first a {
    color: #000000 !important;
}
.assignments-list-item.new-comment-as-first b {
    color: #000000 !important;
}
.assignments-list-item.new-comment-as-first input[type=submit] {
    background: #e94d4b !important;
    color: #ffffff !important;
}
p.new-comment-text {
    color: #e94d4b;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 20px;
}



/*Single Assignment Page*/

/*Sidebar*/

section.single-assignment-sidebar {

    max-width: 300px;

    background: #444444;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.single-assignment-sidebar .sidebar-userimage {

    max-width: 70px;

    height: 70px;

    margin: auto;

}

.single-assignment-sidebar .sidebar-userimage img {

    width: 100%;

}

.single-assignment-sidebar .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.single-assignment-sidebar .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.single-assignment-sidebar .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}

.user-role p {

    margin-bottom: 30px;

}

/*Menus*/

.single-assignment-menus ul li a i {

    margin-right: 15px;

}

.single-assignment-menus ul li a {

    color: #ffffff;

}

.single-assignment-menus ul .nav-item {

    border-top: 1px solid #ffffff;

}

/*Bottom*/

.single-assignment-sidebar .sidebar-bottom{

  position: absolute;

  bottom: 10px;

  left: 70px;

  margin: auto;

}

.single-assignment-sidebar .admin-create-user {

    width: 120px;

    padding: 8px;

    background: #ffffff;

    color: #e94d4b;

    border-radius: 3px;

    text-align: center;

    display: block;

    margin: auto;

}

.single-assignment-sidebar .logout-button{

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 13px;

    background: transparent;

    border:none;

    width:100px;

    margin: 10px auto;

}

/*Create Ticket Main Section*/

.single-assignment-main-section{

  padding-left: 260px;

  padding-top: 50px;

  padding-right: 50px;

  padding-bottom: 100px;

}

.single-assignment-main-section form input.btn {

    background: #e94d4b;

    color: #ffffff;

}

.single-assignment-list-meta a {

    color: #e94d4b;

}

.single-assignment-list-meta span {

    margin-right: 3px;

}

.single-assignment-list-item {

    padding: 20px;

    box-shadow: 0 0 2px #000000;

    margin-bottom: 20px;

}

h6.single-assignment-list-title {

    color: #000000;

}

.assignments-list-content{

  margin-top: 30px;

}

.single-assignment-comment{

  margin-top: 40px;

  margin-bottom: 40px;

}

.single-assignment-comment form input[type=submit]{

      background: #e94d4b;
    color: #ffffff;
    height: 45px;
    border: none;
    padding: 5px 20px;

}

.single-assignment-reply {

    padding: 10px;

    background: #eeeeee;

    border: 2px solid #000000;

    margin-top: 40px;

}
/* Comment Section */
.comment-file img{
    max-width: 100%;
    margin-bottom: 20px;
}
.comment-file .comment-image img{
    border: 4px solid #E94D4B;
    border-radius: 3px;
}




/*Profile Page*/

/*Sidebar*/

section.profile-sidebar {

    max-width: 300px;

    background: #444444;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.profile-sidebar .sidebar-userimage {

    max-width: 70px;

    height: 70px;

    margin: auto;

}

.profile-sidebar .sidebar-userimage img {

    width: 100%;

}

.profile-sidebar .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.profile-sidebar .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.profile-sidebar .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}

.user-role p {

    margin-bottom: 30px;

}

/*Menus*/

.profile-menus ul li a i {

    margin-right: 15px;

}

.profile-menus ul li a {

    color: #ffffff;

}

.profile-menus ul .nav-item {

    border-top: 1px solid #ffffff;

}

/*Bottom*/

.profile-sidebar .sidebar-bottom{

  position: absolute;

  bottom: 10px;

  left: 70px;

  margin: auto;

}

.profile-sidebar .admin-create-user {

    width: 120px;

    padding: 8px;

    background: #ffffff;

    color: #444444;

    border-radius: 3px;

    text-align: center;

    display: block;

    margin: auto;

}

.profile-sidebar .logout-button{

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 13px;

    background: transparent;

    border:none;

    width:100px;

    margin: 10px auto;

}

/*Create Ticket Main Section*/

.profile-main-section{

  padding-left: 260px;

  padding-top: 50px;

  padding-right: 50px;

  padding-bottom: 100px;

}

.profile-main-section form input.btn {

    background: #e94d4b;

    color: #ffffff;

}

.profile-main-section .company-logo {

    max-width: 250px;
    padding-bottom: 250px;
    border-radius: 50%;

}

.profile-main-section .company-logo img {

    max-width: 100%;

}

/*Profile Info*/

.profile-info {
    margin-top: 30px;

}

.profile-info p {

    margin-bottom: 10px;

    padding: 20px;

    font-size: 16px;

}

.profile-info p span {

    font-size: 16px;

    margin-right: 20px;

}

.change-password a {
  display: inline-block;

    background: #e94d4b;

    color: #ffffff;

    display: inline-block;

    height: 45px;
    padding: 10px 20px;

    border-radius: 8px;

}
form.profile-picture-as {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
    }
    form.profile-picture-as input[type=file] {
      width: 260px;
      border:none;
    }
    form.profile-picture-as input[type=submit] {
      background-color: #E94D4B;
      color: #ffffff;
      height: 45px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      padding: 0px 25px;
    }
    @media all and (max-width: 767px){
      form.profile-picture-as {
        display: block;
      }
    }

    .profile-info-td {
    display: flex; 
    justify-content: space-between;
    margin: .25rem 0;
  }

  .profile-info-td span:first-child {
    font-weight: 600;
  }
  .profile-info-td {
    border-bottom: 1px solid #eeeeee;
  }

.profile-button-as {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
  }

  .profile-button-as a:hover {
    background: #e2e2e2;
  }






/*Change Password Page*/

/*Sidebar*/

section.change-password-sidebar {

    max-width: 300px;

    background: #e94d4b;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.change-password-sidebar .sidebar-userimage {

    max-width: 70px;

    height: 70px;

    margin: auto;

}

.change-password-sidebar .sidebar-userimage img {

    width: 100%;

}

.change-password-sidebar .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.change-password-sidebar .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.change-password-sidebar .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}

.user-role p {

    margin-bottom: 30px;

}

/*Menus*/

.change-password-menus ul li a i {

    margin-right: 15px;

}

.change-password-menus ul li a {

    color: #ffffff;

}

.change-password-menus ul .nav-item {

    border-top: 1px solid #ffffff;

}

/*Bottom*/

.change-password-sidebar .sidebar-bottom{

  position: absolute;

  bottom: 10px;

  left: 70px;

  margin: auto;

}

.change-password-sidebar .admin-create-user {

    width: 120px;

    padding: 8px;

    background: #ffffff;

    color: #444444;

    border-radius: 3px;

    text-align: center;

    display: block;

    margin: auto;

}

.change-password-sidebar .logout-button{

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 13px;

    background: transparent;

    border:none;

    width:100px;

    margin: 10px auto;

}

/*Create Ticket Main Section*/

.change-password-main-section{

  padding-left: 260px;

  padding-top: 50px;

  padding-right: 50px;

  padding-bottom: 100px;

}

.change-password-main-section form input[type=submit] {

    background: #e94d4b;

    color: #ffffff;

    border:none;

    padding: 7px 10px;

    text-transform: uppercase;

}







/*Create User Page*/

/*Sidebar*/

section.create-user-sidebar {

    max-width: 300px;

    background: #444444;

    height: 100vh;

    position: fixed;

    top: 0;

    left: 0;

}

.create-user-sidebar .sidebar-userimage {

    max-width: 70px;

    height: 70px;

    margin: auto;

}

.create-user-sidebar .sidebar-userimage img {

    width: 100%;

}

.create-user-sidebar .sidebar-site-name {

    color: #ffffff;

    text-transform: none;

    font-size: 20px;

    padding: 20px 70px 20px 20px;

    border-bottom: 2px solid #eeeeee;

    font-weight: 700;

}

.create-user-sidebar .user-role p {

    color: #ffffff;

    font-size: 13px;

    font-weight: 400;

}

.create-user-sidebar .user-name p {

    margin-bottom: 0;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;

}

.user-role p {

    margin-bottom: 30px;

}

/*Menus*/

.create-user-menus ul li a i {

    margin-right: 15px;

}

.create-user-menus ul li a {

    color: #ffffff;

}

.create-user-menus ul .nav-item {

    border-top: 1px solid #ffffff;

}

/*Bottom*/

.create-user-sidebar .sidebar-bottom{

  position: absolute;

  bottom: 10px;

  left: 70px;

  margin: auto;

}

.create-user-sidebar .admin-create-user {

    width: 120px;

    padding: 8px;

    background: #ffffff;

    color: #e94d4b;

    border-radius: 3px;

    text-align: center;

    display: block;

    margin: auto;

}

.create-user-sidebar .logout-button{

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 13px;

    background: transparent;

    border:none;

    width:100px;

    margin: 10px auto;

}

/*Create Ticket Main Section*/

.create-user-main-section{

  padding-left: 260px;

  padding-top: 50px;

  padding-right: 50px;

  padding-bottom: 100px;

}

.create-user-main-section form input.btn {

    background: #e94d4b;

    color: #ffffff;

}

h2.ureg-email-not-same-noti {

    background: #e94d4b;

    padding: 10px;

    color: #ffffff;

    font-size: 18px;

}

h2.ureg-success-noti {

    background: green;

    padding: 10px;

    color: #ffffff;

    font-size: 18px;

}



/*Schedule A Page*/
.schedulea-a-call{
    padding: 80px 40px;
    background: #e94d4b;
    margin-right: 40px;
}
.schedulea-a-call:hover{
    background: #000000;
}
.schedulea-a-call a{

}
.schedulea-a-call h4{
    color: #ffffff !important;
    font-size: 18px;
    text-transform: uppercase;
}


/*Responsive Css*/
@media all and (max-width: 991px){
  .search-container {
    width: 100%;
    margin-bottom: 20px;
}
}

@media all and (max-width: 767px){
  .dashboard-sidebar .sidebar-bottom {
    left: 5%;
}
.dashboard-sidebar .admin-create-user {
    width: 135px;
}
    .row.client-boxes .boxes {
        margin-bottom: 10px;
    }
    .schedulea-a-call{
        margin-bottom: 20px;
    }
    section.dashboard-sidebar {
        max-width: 150px;
    }
    .dashboard-sidebar .sidebar-site-name {
        font-size: 15px;
    }
    .create-ticket-main-section {
        padding-left: 180px;
        padding-right: 30px;
    }
    .assignments-main-section {
        padding-left: 180px;
        padding-right: 30px;
    }
    .create-user-main-section {
        padding-left: 180px;
        padding-right: 30px;
    }
    .profile-main-section {
        padding-left: 180px;
        padding-right: 30px;
    }
    .single-assignment-main-section {
        padding-left: 180px;
        padding-right: 30px;
    }
    .change-password-main-section {
        padding-left: 180px;
        padding-right: 30px;
    }
}

@media all and (max-width: 576px){
  form.profile-picture-as input[type=file] {
    border: 1px solid #eeeeee;
    margin: auto;
    padding: 13px 40px 40px 40px;
    border-radius: 8px;
}
    form.profile-picture-as {
        text-align: center;
}
  .client-timesheet-header-menu{
  display: block;
}
  h2.search-result-title{
    font-size: 24px;
  }
  .input-group-text.search-icon-text {
    margin-top: -17px;
}
.search-icon {
    top: 17%;
}
.search-container {
    margin-top: 0px;
}
#status-filter-assignments input.form-control.search-field {
    margin-left: 0px;
}
    #status-filter-assignments input.form-control {
        width: 70px;
        margin-left: 10px;
    }
    #status-filter-assignments form .form-group {
      display: flex !important;
      margin-bottom: 0px !important;
    }
    #status-filter-assignments form.form-inline.text-right {
    width: 100%;
}
    #status-filter-assignments h4 {
        font-size: 16px;
        font-weight: 400;
        margin-top: 8px;
    }
    .welcome-message h3{
        font-size:24px;
        color:#E94D4B;
    }
    .small-mobile-header{
        display: block;
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 2;
    }

    .login-page-site-name {

        font-size: 24px;

    }

    .login-page-site-name {

        margin-top: 100px;

    }

    #login-form {

        max-width: 320px;

    }
    .dashboard-sidebar{
        display: none;
    }
    section#dashboard-sidebar-mobile{
        display: block;
    }
    .dashboard-menus ul li a {
        padding: 12px;
    }
    .dashboard-menus ul li a i {
        margin-right: 0px;
        font-size: 20px;
        font-family: 'Fontawesome';
    }
    .create-ticket-main-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .client-timesheet-header-menu .navbar-dark .navbar-brand {
    margin-left: 0px !important;
}
.client-timesheet-header-menu .dropdown {
    margin-right: 0px !important;
}
    .assignments-main-section {
                padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .create-user-main-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .profile-main-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .single-assignment-main-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }
    .change-password-main-section {
        padding-left: 58px;
        padding-right: 18px;
        padding-top: 125px;
    }
}

@media all and (max-width: 480px){
  p.new-comment-text {
    font-size: 13px;
    top: 4px;
    right: 6px;
}
}